/*编辑器表格样式 start*/

.details-con .selectTdClass {
    background-color: #edf5fa !important;
}

.details-con table.noBorderTable td, table.noBorderTable th, .details-con table.noBorderTable caption {
    border: 1px solid #fff !important;
}

.details-con table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100% !important;
	border-top: 6px #006bbc solid;
    border-bottom: 6px #006bbc solid;
}

/*230516*/
.details-con table tr{
    height: 60px;
}
.details-con table tr:nth-child(6){
    height: 101px;
}
.details-con table  td{
    border-style: none!important;
    border-color: transparent!important;
}
.details-con table td {
    border-bottom: 1px rgb(0,98,172) solid!important;
    border-left: none!important;
    border-right: none!important;
}
/**/

.details-con td, .details-con th {
    padding: 5px 10px;

}
.details-con td:last-child {
    border-bottom: 1px solid #DDD;
}
.details-con .book td{
    border:0;
    border-bottom: 1px solid #DDD;

}
.details-con th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.details-con table tr.firstRow th {
    border-top-width: 2px;
}

.details-con .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.details-con .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.details-con td p {
    margin: 0;
    padding: 0;
}

.details-con caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.details-con table.sortEnabled tr.firstRow th, .details-con table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../js/ueditor/themes/default/images/sortable.png');
}
/*编辑器表格样式 end*/
@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    *: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 {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 22px;
    background-color: #fff;
    font: 18px/22px Microsoft YaHei, Gotham Book, Arial, Georgia, Sans-Serif;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    color: #0062AC;
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus {
        color: #0062AC;
        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;
}
#jwplayer video{
    width: 780px;
}

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.5;
    color: inherit;
}

ul, ol {
    list-style-type: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 36px 20px;
    font-size: 16px;
    border-left: 5px solid #ccc;
}

    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.42857143;
    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.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    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.42857143;
            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: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media(max-width: 1200px) {
    .container {
        width: 970px;
    }

    .logo h1 img {
        width: 350px;
    }
}

@media(max-width: 990px) {
    .container {
        width: 750px;
    }
}

@media(max-width: 760px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*首页*/

.head {
    background: url(../images/top_bg.jpg) left top no-repeat;
    position: relative;
}

.logo {
    height: 139px;
}

    .logo h1 {
        float: left;
        display: inline-block;
        font-size: 48px;
        margin: 0;
        padding-top: 30px;
    }

        .logo h1 a {
            color: #fff;
        }


.in_form {
    width: 830px;
    margin: 0 auto;
    padding: 50px 0;
    display: none;
}

.in-bd {
    width: 686px;
    float: left;
    position: relative;
}

    .in-bd input {
        border: 1px solid #7fafd5;
        border-radius: 0;
        height: 50px;
    }

    .in-bd a {
        height: 50px;
        width: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
        background: #0062ad;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
    }

.in_form_xx {
}

    .in_form_xx label {
        cursor: pointer;
        font-size: 15px;
        color: #999;
        font-weight: normal;
        padding-left: 30px;
    }

    .in_form_xx input {
        margin-right: 15px;
    }

.hea_lgu {
    float: right;
    padding-top: 0;
}

    .hea_lgu li {
        display: inline-block;
        float: left;
    }

.hea_lgu_a {
    padding-top: 11px;
}

    .hea_lgu_a span {
        color: #3792d9;
        display: inline-block;
        padding: 0 14px;
    }

    .hea_lgu_a a {
        color: #dee8f7;
        font-size: 16px;
    }

        .hea_lgu_a a:hover {
            color: #fff;
        }

.hea_sea {
    height: 40px;
    width: 40px !important;
    margin-left: 30px;
    background: url(../images/sea.png) center center no-repeat;
    cursor: pointer;
}

.hea_lgu_eth {
    background: url(../images/earth.png) left 13px no-repeat;
    padding: 11px 0 0 30px;
    width: 210px;
    color: #dee8f7;
    cursor: pointer;
}

    .hea_lgu_eth span {
        display: inline-block;
        background: url(../images/in_01.png) right center no-repeat;
        padding-right: 24px;
        margin-right: 24px;
    }

    .hea_lgu_eth .am-dropdown-content {
        z-index: 200;
        width: 380px;
        overflow: hidden;
        text-indent: 15px;
        top: 30px;
        left: 0;
        padding: 10px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-bottom: 5px solid #f8b62c;
    }

        .hea_lgu_eth .am-dropdown-content a {
            width: 50%;
            display: block;
            padding: 5px 0;
            float: left;
            color: #0062ac;
            background: url(../images/gt2.png) 20px center no-repeat;
            text-indent: 24px;
            line-height: 28px;
        }


.nav_main {
    border-top: 4px solid #01a8f8;
    height: 64px;
    width: 100%;
    background: #fff;
}

.in_nav {
}

.nLi {
    float: left;
    width: 163px;
    position: relative;
}

    .nLi.on a {
        background-color: #0062ac;
        color: #fff;
    }

    .nLi h3 {
        margin: 0;
    }

        .nLi h3 a {
            display: block;
            line-height: 60px;
            font-size: 18px;
            color: #333;
            text-align: center;
        }

.sub {
    position: absolute;
    padding: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    left: 0;
    top: 58px;
    background-color: #fff;
    display: none;
    border-top: 2px solid #0062ac;
}

    .sub li {
        float: none;
        text-align: center;
        height: 50px;
        width: 100%;
        line-height: 40px;
        background-color: #0062ac;
    }

        .sub li a {
            height: 50px;
            width: 100%;
            display: block;
            background-color: #0062ac;
            margin-left: 0;
            color: #fff;
            font-size: 14px;
            text-align: left;
            text-indent: 20px;
            padding: 0;
            border-bottom: 1px solid #1c73b6;
        }

            .sub li a:hover {
                background-color: #005FA8;
            }

.tel_nav {
    display: none;
}


.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 {
}

.menu {
    position: absolute;
    z-index: 100;
    top: 41px;
    right: 20px;
    display: none;
}

    .menu i {
        color: #fff;
        font-size: 24px;
    }


.foot_top {
    background: url(../images/foot_bg.jpg) right center no-repeat;
    height: 174px;
}

.foot_topcon {
    padding: 25px 0;
}

    .foot_topcon li {
        float: left;
        height: 114px;
        padding-left: 25px;
    }

.foot_topcon1 {
    line-height: 114px;
    width: 410px;
}

.foot_topcon2 {
    width: 390px;
    color: #fff;
    opacity: 0.8;
    line-height: 25px;
    padding-top: 8px;
}

    .foot_topcon2 b {
        display: block;
    }

    .foot_topcon2 span {
        display: block;
    }

.foot_topcon3 {
    width: 380px;
    padding-top: 35px;
}

.foot_topcon li.foot_topcon3 {
    border: none;
}

.foot_topcon3 a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: rgba(255,255,255,.9);
    margin-left: 20px;
    float: left;
    position: relative;
    color: #0062ad;
    text-align: center;
    line-height: 45px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .foot_topcon3 a:hover {
        background: rgba(255,255,255,.5);
    }

.jiathis_style_32x32 .jtico {
    background-image: none !important;
}

    .jiathis_style_32x32 .jtico span {
        width: 42px;
        height: 42px;
    }

.foot_bom {
    text-align: center;
    height: 49px;
    background: url(../images/icon_05.jpg) center center repeat-x #00579a;
    border-bottom: 4px solid #f8b62c;
    color: #a3b8d1;
    font-size: 12px;
    line-height: 47px;
}





@media(max-width: 1240px) {
    .nLi {
        width: 133px;
    }

        .nLi h3 a {
            font-size: 16px;
        }

    .foot_topcon2 {
        width: 260px;
    }

    .foot_topcon1 {
        width: 360px;
    }

    .foot_topcon li {
        padding-left: 0;
    }

    .foot_topcon3 {
        width: 350px;
    }
}

@media(max-width: 990px) {
    .hea_lgu .hea_lgu_a {
        display: none;
    }

    .menu {
        display: block;
    }

    .logo h1 img {
        width: 300px;
    }

    .nav_main {
        position: absolute;
        z-index: 10000;
        right: 0px;
        top: 99px;
        width: 100%;
        border: none;
    }

    .nLi {
        float: none;
        width: 100%;
    }

    .in_nav {
        height: auto;
        padding: 0;
        background: #fff;
        width: 100%;
        border-top: 4px solid #01a8f8;
        display: none;
    }

    .logo {
        height: 100px;
    }

        .logo h1 {
            line-height: 100px;
        }

    .nLi h3 a {
        line-height: 50px;
    }

    .hea_lgu {
        padding-top: 20px;
        padding-right: 50px;
    }

    .foot_topcon li.foot_topcon3 {
        display: none;
    }

    .hea_sea {
        margin-left: 25px;
    }

    .in-bd {
        width: 100%;
    }

    .in_form {
        width: 640px;
        padding: 30px 0 20px;
    }

    .in-bd input {
        height: 30px;
    }

    .in-bd a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .in_form_xx label {
        padding-top: 20px;
    }

    .sub {
        position: relative;
        top: 0px;
    }

    .nav_main {
        background: none;
    }
}

@media(max-width: 760px) {
    .logo {
        height: auto;
    }

    .hea_lgu {
        width: 100%;
        margin: 0;
        padding: 0 0px 0 10px;
    }

    .logo h1 img {
        width: 200px;
    }

    .logo h1 {
        padding: 10px;
        line-height: 50px;
    }

    .hea_lgu .hea_sea {
        background-size: 30px 30px;
        float: right;
    }

    .in_form {
        width: 100%;
        padding: 10px 20px;
    }

    .menu {
        top: 30px;
    }

    .hea_lgu_eth {
        width: 180px;
    }

    .foot_topcon .foot_topcon1 {
        padding-left: 20px;
    }

    .nav_main {
        top: 108px;
    }

    .in_xs2 {
        padding-top: 30px !important;
    }
}

@media(max-width: 630px) {
    .foot_topcon2 {
        display: none;
    }

    .foot_topcon {
        padding: 0;
    }

        .foot_topcon li {
            height: 80px;
        }

    .foot_topcon1 {
        line-height: 80px;
        width: 100%;
        text-align: center;
    }

    .foot_top {
        height: auto;
    }

    .foot_topcon {
        margin: 0;
    }

    .in_sw li {
        width: 100%;
        margin: 0;
    }
}


.in-banner {
    position: relative;
}

    .in-banner .bd ul li {
        height: 450px;
        background-position: center center;
        background-repeat: no-repeat;
        color: #fff;
    }

        .in-banner .bd ul li h2 {
            font-size: 48px;
            font-weight: bold;
        }

        .in-banner .bd ul li p {
            font-size: 20px;
            line-height: 35px;
        }

        .in-banner .bd ul li .container {
            position: relative;
            height: 100%;
        }

    .in-banner .hd {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 20px;
        width: 100%;
        overflow: hidden;
    }

        .in-banner .hd ul {
            text-align: right;
        }

        .in-banner .hd li {
            width: 12px;
            height: 12px;
            border-radius: 6px;
            display: inline-block;
            margin: 0 4px;
            cursor: pointer;
            text-indent: 1000px;
            opacity: 0.8;
            border: 2px solid #fff;
        }

            .in-banner .hd li.on {
                background: #fff;
            }

    .in-banner > a {
        position: absolute;
        z-index: 10;
        top: 150px;
    }

        .in-banner > a.next {
            right: 300px;
        }

        .in-banner > a.prev {
            left: 300px;
        }

.ban_con {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
}


.discover {
    padding-bottom: 10px;
}

    .discover .wrap {
        padding: 0 3.125%;
        width: auto;
    }

    .discover p.title-explain {
        width: auto;
        text-align: left;
    }

    .discover .discover-main .item {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 10px;
    }

        .discover .discover-main .item a:hover {
            text-decoration: none;
        }

    .discover .discover-main .text {
        position: static;
    }

        .discover .discover-main .text span {
            margin-top: 20px;
        }

    .discover .discover-main p {
        height: 48px;
        line-height: 48px;
        position: static;
    }

    .discover .discover-main .item-6 p {
        height: auto;
    }

    .discover .discover-main .item-6 a.more {
        margin: 10px 20px;
        font-size: 14px;
    }

    .discover .discover-main {
        margin-top: 35px;
        padding-bottom: 30px;
    }

        .discover .discover-main .item {
            position: relative;
            overflow: hidden;
        }

        .discover .discover-main .item-1 {
            width: 780px;
            height: 540px;
            float: left;
        }

        .discover .discover-main .item-2 {
            width: 380px;
            height: 260px;
            float: left;
            margin-bottom: 20px;
            margin-left: 20px;
        }

        .discover .discover-main .item-3 {
            width: 380px;
            height: 260px;
            float: left;
            margin-left: 20px;
        }

        .discover .discover-main .item-4 {
            width: 380px;
            height: 260px;
            float: left;
            margin-top: 20px;
        }

        .discover .discover-main .item-5 {
            width: 380px;
            height: 260px;
            float: left;
            margin-left: 20px;
            margin-top: 20px;
        }

        .discover .discover-main .item-6 {
            width: 380px;
            height: 260px;
            float: left;
            margin-left: 20px;
            margin-top: 20px;
            background-color: #34bee4;
        }

        .discover .discover-main .item-2 .video2 {
            width: 380px;
            height: 200px;
            position: relative;
            z-index: 1;
        }

        .discover .discover-main img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
        }

.in_xs1 .bd ul h1 img,
.in_xs3 h2 img {
    width: 100%;
    object-fit: cover;
    height: 212px;
}

.discover .discover-main p {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 60px;
    overflow: hidden;
    text-indent: 20px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    z-index: 2;
}

.discover .discover-main .item-2 p {
    background-color: #72bd12;
}

.discover .discover-main .item-3 p {
    background-color: #f8b62c;
}

.discover .discover-main .item-4 p {
    background-color: #66a7d3;
}

.discover .discover-main .item-5 p {
    background-color: #00afa2;
}

.discover .discover-main .text {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 20px 30px;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    background-color: #006dc0;
    overflow: hidden;
    height: 95px;
}

    .discover .discover-main .text span {
        font-size: 18px;
        margin-top: 30px;
        display: block;
        font-family: '微软雅黑', 'Gotham Bold', 'Arial Bold';
    }

    .discover .discover-main .text p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 24px;
        text-indent: 28px;
        position: static;
        padding: 0;
        float: left;
        width: 560px;
        text-align: justify;
    }

.discover .discover-main .item-6 span {
    font-size: 18px;
    line-height: 20px;
    background: url(../images/icon-11.png) 20px center no-repeat;
    color: #fff;
    padding-left: 45px;
    display: inline-block;
    margin-top: 25px;
    font-family: '微软雅黑', 'Gotham Bold', 'Arial Bold';

}

.discover .discover-main .item-6 p {
    font-size: 14px;
    line-height: 18px;
    position: static;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 126px;
    overflow: hidden;
    width: auto;
    text-indent: 0;
}

.discover .discover-main .item-6 a {
    color: #fff;
}

    .discover .discover-main .item-6 a.more {
        color: #fff;
        margin-left: 20px;
    }



.in_sw {
    float: left;
}

    .in_sw li {
        width: 372px;
        margin-right: 18px;
        float: left;
    }

        .in_sw li h1 {
            width: 100%;
            overflow: hidden;
        }

            .in_sw li h1 img {
                width: 100%;
            }

        .in_sw li p {
            font-weight: bold;
            font-size: 20px;
            line-height: 28px;
            margin-top: 20px;
        }

.in_tit {
    font-size: 36px;
    font-weight: bold;
    color: #0062ac;
    padding: 35px 0 25px;
}

.in_sw_new {
    width: 100%;
    float: left;
    padding-left: 10px;
}

    .in_sw_new li {
        margin-bottom: 24px;
    }

        .in_sw_new li span {
            display: inline-block;
            float: left;
            width: 42px;
            height: 42px;
            font-size: 12px;
            background: #3381bd;
            color: #fff;
            padding: 8px;
            line-height: 14px;
            margin-right: 20px;
        }

        .in_sw_new li a {
 float: none;
   /* width: calc(100% - 65px);*/
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
        }

        .in_sw_new li:hover a {
            color: #0062ac;
        }

        .in_sw_new li:hover span {
            background: #0062ac;
        }

    .in_sw_new > a {
        color: #0062ac;
        font-size: 14px;
    }

        .in_sw_new > a i {
            padding-left: 5px;
        }

.in_icon {
    text-align: center;
    height: 110px;
    margin: 30px 0 50px;
    width: 100%;
}

ul.in_icon > li {
    display: block;
    width: 168px;
    height: 100%;
    float: left;
    background-position: center 22px;
    background-repeat: no-repeat;
    position: relative;
}

    ul.in_icon > li:hover a {
        opacity: 0.8;
    }

    ul.in_icon > li a {
        display: block;
        color: #fff;
        padding-top: 75px;
        text-align: center;
        font-size: 16px;
    }
    div.in_icon3_listbg ul li a{text-align:left;}

.in_icon1 {
    background: #6fbc47;
}

.in_icon2 {
    background: #24a9e6;
}

.in_icon3 {
    background: #f8b62c;
}

.in_icon4 {
    background: #0062ac;
}

.in_icon5 {
    background: #0ba299;
}

.in_icon6 {
    background: #6fbc47;
}

.in_icon7 {
    background: #24a9e6;
}

.in_icon3_list {
    position: absolute;
    bottom: 110px;
    left: -100px;
    width: 380px;
    background: #fff;
    display: none;
    z-index: 1;
}

    .in_icon3_list .hd li {
        display: inline-block;
        font-size: 16px;
        color: #0263aa;
        float: none;
        padding: 0 15px;
        cursor: pointer;
    }

        .in_icon3_list .hd li.on {
            font-weight: bold;
        }

    .in_icon3_list .hd {
        color: #d9d9d9;
        text-align: left;
        padding-bottom: 17px;
    }

    .in_icon3_list .bd ul {
        border-top: 1px solid #dcdcdc;
        text-align: left;
    }

    .in_icon3_list .bd li {
        border-bottom: 1px solid #dcdcdc;
        line-height: 50px;
    }

        .in_icon3_list .bd li a {
            font-size: 15px;
            color: #333;
            font-size: 16px;
            padding: 0;
            padding-left: 5px;
        }

        .in_icon3_list .bd li span {
            color: #0263aa;
        }

    .in_icon3_list .bd ul > a {
        color: #0062ac;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        text-align: left;
        padding-top: 20px;
    }

.in_icon3_listbg {
    border: 3px solid #0263aa;
    padding: 15px;
    background: #fff;
}

.in_newbg {
    text-align: center;
    margin-top: -3px;
}

.in_icon4:hover .in_icon3_list {
    display: block;
}

.in_xs {
    background: #e2f3ff;
    padding: 0px 0 40px;
}

.in_xsmain {
    width: 380px;
    float: left;
}

.in_xs1 {
    margin-right: 18px;
}

.in_xs2 {
    margin-right: 18px;
}

.in_xs1 {
    position: relative;
}

    .in_xs1 .bd ul li {
        color: #fff;
        background: #00afa2;
        position: relative;
    }

    .in_xs1 .bd ul h1 {
        height: auto;
        overflow: hidden;
    }

    .in_xs1 .bd ul li .in_xs1_txt {
        padding: 20px 20px 42px;
    }

        .in_xs1 .bd ul li .in_xs1_txt h3 {
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
                width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        }

        .in_xs1 .bd ul li .in_xs1_txt h2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .in_xs1 .bd ul li .in_xs1_txt p {
            font-size: 14px;
            color: #eff8f7;
            line-height: 25px;
        }

        .in_xs1 .bd ul li .in_xs1_txt a {
            color: #fff;
            font-size: 14px;
            width: 93px;
            height: 30px;
            display: block;
            border: 1px solid #80d7d1;
            text-align: center;
            line-height: 30px;
            margin-top: 20px;
        }

    .in_xs1 .hd {
        position: absolute;
        z-index: 8;
        left: 0;
        bottom: 65px;
        width: 100%;
        overflow: hidden;
    }

        .in_xs1 .hd ul {
            text-align: right;
            padding-right: 25px;
        }

        .in_xs1 .hd li {
            width: 12px;
            height: 12px;
            border-radius: 6px;
            display: inline-block;
            margin: 0 4px;
            cursor: pointer;
            text-indent: 1000px;
            opacity: 0.8;
            border: 2px solid #fff;
        }

            .in_xs1 .hd li.on {
                background: #fff;
            }

.in_more {
    color: #0062ac;
    font-size: 14px;
    padding-top: 29px;
    display: inline-block;
    margin-right: 25px;
}

    .in_more:hover {
        color: #2490e0;
    }

    .in_more i {
        padding-left: 5px;
    }

.in_new_time {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    padding: 0;
}

    .in_new_time span {
        display: block;
        height: 52px;
        background: url(../images/in_13.png) center 8px no-repeat #029d91;
        width: 100%;
        padding-top: 28px;
        font-size: 12px;
        text-align: center;
    }

    .in_new_time p {
        margin-top: 3px;
        background: rgba(0,0,0,.5);
        font-size: 12px;
        text-align: center;
        padding: 5px 0;
    }

.in_xs2 {
    padding-top: 110px;
}

    .in_xs2 li {
        margin-bottom: 25px;
    }

.in_xs2_l {
    width: 70px;
    height: 70px;
    display: block;
    background: url(../images/in_14.png) center center no-repeat;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    padding-top: 8px;
    float: left;
}

    .in_xs2_l b {
        display: block;
        color: #fff;
        font-weight: normal;
    }

.in_xs2_r {
    float: left;
    width: 310px;
    padding-left: 17px;
}

    .in_xs2_r h3 a {
        color: #000;
        font-size: 16px;
        line-height: 25px;
        width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .in_xs2_r h3 a div {
            color: #0062ac;
        }

.wordOverflow {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.in_xs2_r h7 a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.in_xs2_r p {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
}

.in_xs2 .in_more {
    padding-top: 0;
}

.in_xs3 h2 {
    overflow: hidden;
}

.in_xs3 h3 {
    font-size: 18px;
    color: #fff;
    line-height: 52px;
    background: url(../images/in_16.png) 30px center no-repeat #f8b62c;
    padding-left: 75px;
    overflow:hidden;
text-overflow: ellipsis;
white-space:  nowrap;
}

.in_xs3 span {
    color: #333;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

.in_xs3 h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.in_xs3 p {
    color: #595959;
    line-height: 23px;
    font-size: 15px;
    text-indent: 30px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
}

.in_qs {
    padding-top: 40px;
}

    .in_qs .bd ul li {
        color: #0062ac;
        position: relative;
        text-align: center;
    }

        .in_qs .bd ul li h2 {
            font-weight: bold;
            font-size: 36px;
            margin-bottom: 10px;
        }

    .in_qs .bd ul h1 {
        height: 213px;
        overflow: hidden;
    }

    .in_qs .hd {
        width: 100%;
        overflow: hidden;
        padding-top: 20px;
    }

        .in_qs .hd ul {
            text-align: center;
        }

        .in_qs .hd li {
            width: 12px;
            height: 12px;
            border-radius: 6px;
            display: inline-block;
            margin: 0 4px;
            cursor: pointer;
            text-indent: 1000px;
            opacity: 0.8;
            border: 2px solid #0062ac;
        }

            .in_qs .hd li.on {
                background: #0062ac;
            }

.item-1 h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    margin-right: 30px;
}

.hl_hd {
    background: #f3f3f3;
    padding: 30px 20px;
    width: 100%;
}

    .hl_hd h2 {
        font-size: 22px;
        color: #444444;
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 1px solid #dcdcdc;
    }

    .hl_hd p {
        color: #7d7c7c;
        font-size: 12px;
        padding-top: 15px;
    }

    .hl_hd h5 {
        color: #0062ac;
        font-size: 12px;
        background: url(../images/weixin.jpg) left center no-repeat;
        height: 120px;
        margin-top: 15px;
        padding: 35px 0 0 135px;
    }

        .hl_hd h5 span {
            display: block;
            line-height: 25px;
        }

.left-contain .related {
    width: 100%;
    margin-top: 15px;
}

.about_detail .sea_jgtit {
    font-family: "Microsoft YaHei";
}

.sea_jgtit span {
    color: #cc1414;
}

.sea_rw {
    font-size: 24px;
    margin-top: 20px;
}

.sea_man {
    padding-top: 20px;
}

.sea_man_l {
    float: left;
    width: 150px;
    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: 90px;
}

.sea_lm {
    padding-top: 20px;
}

.sea_lm_img img {
    width: 100%;
}

.sea_lm h3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.sea_lm p {
    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;
}

.right-contain .sea_pic dl {
    padding-bottom: 20px;
}

.sea_wz {
    padding: 20px 0 20px;
}

    .sea_wz li {
        border-bottom: 1px dashed #c2bfbf;
        padding: 15px 0;
        position: relative;
    }

.sea_wz_l {
    float: left;
    width: 200px;
}

    .sea_wz_l img {
        width: 100%;
    }

.sea_wz_c {
    float: left;
    width: 500px;
    padding: 5px 15px 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: 16px;
    font-weight: bold;
    width: 100%;
}

    .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: 20px;
    color: #444;
}

    .sea_wz_c p a:hover {
        color: #246ee9;
    }

.flex-control-paging {
    bottom: 10px;
}

    .flex-control-paging li a {
        border: 0 solid #fff;
        width: 8px;
        height: 8px;
        border-radius:;
    }


@media(max-width: 1240px) {
    .in-banner > a.next {
        right: 100px;
    }

    .in-banner > a.prev {
        left: 100px;
    }

    .in-banner .bd ul li {
        background-size: auto 400px;
        height: 400px;
    }

    .in_sw li {
        width: calc(50% - 18px);
    }

    .in_sw_new {
    }

    .in_xsmain {
        width: 310px;
    }

    .in_sw_new li a {

        font-size: 16px;
    }

    .in_sw li p {
        font-size: 18px;
        font-weight: bold;
    /*     width: 100%; */
    }

    ul.in_icon > li {
        width: 138px;
    }

    .in_icon3_list {
        left: -121px;
    }

    .in_xs2_r {
        width: 238px;
    }

    .discover .discover-main .text {
        position: relative;
    }

    .logo h1 {
        padding-top: 30px;
    }

    .in-banner > a img {
        width: 40px;
        height: auto;
    }

    .in-banner .bd ul li h2 {
        font-size: 40px;
    }

    .in-banner .bd ul li p {
        font-size: 16px;
    }

    .sea_wz_c {
        width: 280px;
    }
}

@media(max-width: 990px) {
    .logo h1 {
        padding-top: 20px;
    }

    .hea_lgu {
        padding-top: 30px;
    }

    .in_sw {
        float: none;
        width: 100%;
    }

        .in_sw li {
            width: 50%;
            margin: 0;
            padding-right: 15px;
        }

    .in_sw_new {
        width: 100%;
    }

        .in_sw_new li a {
            width: 100%;
        }

    .in_sw_new {
        padding-top: 30px;
    }

    ul.in_icon > li {
        width: 33.3%;
        margin-bottom: 2px;
    }

    ul.in_icon .in_icon4 {
        width: 100%;
    }

    .in_icon3_list {
        left: 0;
    }

    .in_xs1 {
        width: 50%;
        margin: 0;
        padding-right: 15px;
    }

    .in_xs2 {
        width: 50%;
        margin: 0;
        padding-right: 15px;
    }

    .in_xs3 {
        width: 100%;
    }

    .in_xs2_r {
        width: 288px;
    }

    .discover .discover-main .text p {
        width: 560px;
        height: auto;
    }

    .discover .discover-main .text {
        height: auto;
        padding-bottom: 15px;
    }

    .in_qs {
        padding-top: 0;
    }

    .sea_wz_c {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }

    .sea_wz_r {
        height: auto;
        border: none;
    }

    .sea_wz_l {
        width: 100%;
        text-align: center;
    }

        .sea_wz_l img {
            max-width: 250px;
            display: inline-block;
        }
}

@media(max-width: 760px) {
    .hea_lgu {
        padding-top: 0px;
    }

    .in-banner > a.next {
        right: 20px;
    }

    .in-banner > a.prev {
        left: 20px;
    }

    .ban_con {
        padding: 0 15px;
    }

    .in_xsmain {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .in_xs1 .bd ul h1 {
        overflow: hidden;
    }

    .in_xs2_r {
        width: calc(100% - 80px);
        float: none;
        padding-left: 0;
        margin-top: -2px;
        float: left;
    }

    .in_xs2_l {
        float: left;
        margin-right: 10px;
    }

    .in_xs2_r p {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .in_sw_new li span {
        float: left;
    }

    .in_sw_new li a {
        float: none;
        display: inline;
        padding-left: 0;
        padding-top: 10px;
        width: auto;
    }

    .discover .discover-main .text p {
        width: 100%;
    }

    .in-banner .bd ul li h2 {
        font-size: 32px;
    }

    .in-banner .bd ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .in_xs1 .bd ul h1 {
        height: auto;
    }

    .sea_man_r {
        width: 100%;
        border: none;
        margin-left: 0;
        padding-left: 0;
    }

    .sea_man_r {
        min-height: 60px;
    }
}

@media(max-width: 630px) {
    .in_sw li h1 {
        height: auto;
    }

    .in_sw li p {
        font-size: 20px;
        font-weight: bold;
    }

    .in_sw li {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .color-bg {
        padding-bottom: 15px;
    }

    .foot_bom {
        height: auto;
        line-height: 20px;
    }

    .hea_lgu_eth .am-dropdown-content {
        left: -20px;
    }

    .in_xs3 h2 {
        height: auto;
    }
}






/*手机端*/
@media only screen and (max-width: 767px) {
    .pc-con, .pad-pc-con {
        display: none;
    }

    .mobile-con, .phone-con {
        display: block;
        position: relative;
        z-index: 1;
    }

    img {
        width: 100%;
        display: block;
    }

    .scroll-nav {
        display: none;
    }

    .header {
        height: 70px;
        /* height: auto;*/
        border-bottom: 3px solid #00a9fa;
        /* position: fixed;*/
        top: 0;
        left: 0;
    }

    .header .top-site-con {
        height: 70px;
        width: 100%;
        position: relative;
    }

    .header .top-site {
        height: 70px;
        background: url(../images/header-bg.jpg) 0 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .header .top-site-con h1 {
        margin-left: 8%;
        margin-top: 12px;
        height: 42px;
        width: auto;
    }

    .header .top-site-con h1 img {
        height: 100%;
        width: auto;
    }

    .header .top-site-nav {
        width: 20px;
        margin-top: 26px;
        position: relative;
        margin-right: 20px;
    }

    .top-form {
        display: none;
    }

    .mobile-con .search-btn, .mobile-con .nav-btn {
        height: 20px;
        width: 20px;
        display: block;
        margin-right: 3px;
        position: absolute;
        top: 0;
    }

    .mobile-con .search-btn {
        background: url(../images/search.png) center center no-repeat;
        left: 0;
        display: none;
    }

    .mobile-con .nav-btn {
        background: url(../images/nav-btn.png) center center no-repeat;
        right: 0;
    }

    .mobile_search {
        display: block;
    }

    .header .nav_site {
        font-size: 16px;
        height: auto;
        margin: 0;
        width: 100%;
        /* position: absolute; */
        position: relative;
        left: 0;
        /* top: 72px; */
        top: 0;
        display: none;
        z-index: 4;
    }

    .header .pc-nav {
        display: none;
    }

    .header .nav_site > ul {
        height: auto;
        position: relative;
        z-index: 1;
    }

    .header .nav_site ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        float: none;
        border-bottom: 1px solid #1c73b5;
        position: relative;
    }

    .header .nav_site ul li.first {
        width: 100%;
    }

    .header .nav_site ul li a {
        color: #fff;
        text-indent: 10px;
        background: #0062ac;
        width: 100%;
        height: 50px;
        display: block;
        position: relative;
        z-index: 1;
        margin-left: 0;
        text-align: left;
    }

    .header .nav_site ul li i {
        background: url(../images/white-down-arrow.png) center center no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .header .nav_site ul li i.on {
        background: url(../images/gray-down-arrow.png) center center no-repeat;
    }

    .header .nav_site ul li ol {
        position: relative;
        display: none;
        top: 0;
        width: 100%;
        left: 0;
    }

    .header .nav_site ul li ol li {
        position: relative;
        border-bottom: 0;
        border-top: 1px solid #e5e5e5;
        text-align: left;
    }

    .header .nav_site ul li ol li a {
        background-color: #fff;
        color: #0062ac;
    }

    .mobile-nav .action {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #004490;
        position: relative;
        z-index: 2;
    }

    .header .mobile-nav .action li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        height: 60px;
        line-height: 60px;
        position: relative;
        display: inline-block;
        width: 16%;
        border-left: 1px solid #1a579b;
    }

    .header .mobile-nav .action li:nth-child(1) {
        width: 33%;
    }

    /*.header .mobile-nav .action li:nth-child(1){
}
width: 37.5%;
}
.header .mobile-nav .action li:nth-child(2){
width: 28.125%;
border-left: 1px solid #1a579b;
}
.header .mobile-nav .action li:nth-child(3){
width: 34.375%;
border-left: 1px solid #1a579b;
}*/
    .header .mobile-nav .action li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 60px;
        display: block;
        line-height: 60px;
        background-color: #004490;
        text-indent: 0;
        overflow: hidden;
        text-align: center;
    }

    .header .mobile-nav .action li.language a {
        background: none;
    }

    .header .mobile-nav .action li.email a {
        background: url(../images/icon-2.png) 12px center no-repeat;
    }

    .header .mobile-nav .action li.calendar a {
        background: url(../images/icon-3.png) 12px center no-repeat;
    }

    .header .mobile-nav .action .language-list {
        width: 500%;
        height: auto;
        position: absolute;
        bottom: 60px;
        left: 0;
        display: none;
        background-color: #fff;
    }

    .header .mobile-nav .action .language-list p {
        width: 100%;
        float: left;
        text-align: center;
        color: #0062ac;
        font-size: 20px;
    }

    .header .mobile-nav .action li .language-list p a {
        width: 100%;
        padding: 10px;
        height: 50px;
    }

    .header .mobile-nav .action li .language-list a {
        background: #fff;
        color: #0062ac;
        border-bottom: 1px solid #e5e5e5;
        text-indent: 0;
        height: 26px;
        line-height: 26px;
        width: 50%;
        float: left;
        text-align: center;
    }


    /*新闻内容*/
    .con .wrap {
        width: 100%;
    }

    .news .wrap {
        padding: 20px 0 0;
    }

    .con .wrap h2 {
        font-size: 30px;
    }

    .news .news-main, .news .events {
        width: auto;
        margin: 0 auto;
        float: none;
        overflow: hidden;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 3.125% 15px;
    }

    .news-main .float-news-wrap {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        width: 100%;
    }

    .news .news-main .float-news {
        width: 100%;
        margin-bottom: 30px;
    }

    .con a.more {
        margin-top: 0;
    }

    .news .events h2 {
        margin-top: 30px;
    }

    /* .events-list li .time{
    display: none;
  }
  .events-list li .link{
    position: static;
    top: 0;
    left: 0;
  } */
    .events-list li .link p a {
        height: 60px;
    }

    .events-list li .link span {
        display: none;
    }

    .con .events a.more {
        margin-bottom: 10px;
    }

    /*info*/
    .info {
        padding: 0 0 30px;
    }

    .info .info-tab-con {
        width: 100%;
        height: auto;
    }

    .info .info-tab-con li {
        font-variant: normal;
        width: 100%;
        height: auto;
        float: none;
        background-color: #fff;
        font-size: 16px;
    }

    .info .info-tab-con li .title {
        height: 90px;
        padding-top: 20px;
        background-color: #ceebff;
        position: relative;
    }

    .info .info-tab-con li .title i {
        width: 70px;
        height: 70px;
        background: url(../images/info-icon-mobile.png) 0 0 no-repeat;
        display: block;
        margin-left: 50px;
    }

    .info .info-tab-con li p {
        position: absolute;
        margin: 0;
        left: 135px;
        top: 50px;
    }

    .info .info-tab-con li .title i.faculty {
        background-position: -122px 0;
    }

    .info .info-tab-con li .title i.parenters {
        background-position: -243px 0;
    }

    .info .info-tab-con li .title i.visitors {
        background-position: -365px 0;
    }

    .info .info-tab-con li.on .title i {
        background-position: 0 -121px;
    }

    .info .info-tab-con li.on .title i.faculty {
        background-position: -122px -121px;
    }

    .info .info-tab-con li.on .title i.parenters {
        background-position: -243px -121px;
    }

    .info .info-tab-con li.on .title i.visitors {
        background-position: -365px -121px;
    }

    .info .info-tab-con li .info-tab-details {
        width: auto;
        padding: 10px 0;
        display: none;
        position: relative;
    }

    .info .info-tab-con li:first-child .info-tab-details {
        display: block;
    }

    .info .detail-wrap {
        width: 100%;
        float: none;
        /* margin-bottom: 10px; */
    }

    .info .info-tab-details .text {
        width: 100%;
        height: 40px;
    }

    .info .info-tab-details .text-utem-1 {
        background: #0062ad;
    }

    .info .info-tab-details .text-utem-2 {
        background: #66a7d3;
    }

    .info .info-tab-details .text-utem-3 {
        background: #00afa2;
    }

    .info .info-tab-details .text p {
        padding-top: 0;
        position: relative;
        top: auto;
        left: auto;
        line-height: 40px;
    }

    .info .info-tab-details .img-wrap {
        width: 100%;
        height: auto;
        display: none;
    }

    .info li .info-tab-details .text-utem-1 i,
    .info li .info-tab-details .text-utem-2 i,
    .info li .info-tab-details .text-utem-3 i {
        background-position: center 0;
        display: none;
    }

    .info li .info-tab-details .text p {
        margin-top: 0;
    }

    /*discover */
    .discover {
        padding-bottom: 10px;
    }

    .discover .wrap {
        padding: 0 3.125%;
        width: auto;
    }

    .discover p.title-explain {
        width: auto;
        text-align: left;
    }
}
@media only screen and (max-width: 767px){
        #jwplayer video{
    width: 100%!important;
}
        .discover .discover-main .item {
            width: 100%;
            float: none;
            height: auto;
            margin: 0 0 10px;
        }


            .discover .discover-main .item a:hover {
                text-decoration: none;
            }

        .discover .discover-main .text {
            height: 114px;
            position: static;
        }

            .discover .discover-main .text span {
                margin-top: 20px;
            }

        .discover .discover-main p {
            margin-top: 10px !important;
            height: 48px;
            line-height: 48px;
            /*position: static;*/
        }

        .discover .discover-main .item-6 p {
            height: auto;
        }

        .discover .discover-main .item-6 a.more {
            margin: 10px 20px;
        }
    /*links*/
    .links {
        height: auto;
        margin: 20px 0;
    }

        .links .wrap {
            padding: 0 3.125%;
            width: auto;
        }

        .links .links-main a {
            position: static;
        }

            .links .links-main a.link-wrap {
                width: 100%;
                margin-bottom: 10px;
            }
    /*footer*/
    .footer {
        background: #0062ad url(../images/footer-bg.png) right 90px no-repeat;
        height: 344px;
        -webkit-background-size: auto 200px;
        background-size: auto 200px;
    }

        .footer .footer-main {
            width: auto;
            padding: 0 3.125%;
            height: 290px;
            overflow: hidden;
            position: relative;
        }

        .footer .share {
            margin: 0;
            padding: 17px 3.125%;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            border-bottom: 1px solid #3381bd;
        }

        .footer .footer-logo {
            float: none;
            width: 100%;
            margin: 96px 0 0;
            height: 35px;
        }

            .footer .footer-logo img {
                height: 100%;
                width: auto;
            }

        .footer .addr {
            margin: 15px 0 0;
        }

        .footer .copylight {
            height: 52px;
            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;
            }
    /*2014-08-26  chenhui*/
    .links .links-main a.link-1,
    .links .links-main a.link-2 {
        background-position: 50px center;
        text-indent: 100px;
    }

    .links .links-main a.link-3 {
        font-size: 16px;
    }

    .links .links-main a.link-3,
    .links .links-main a.link-4 {
        height: 60px;
        background-position: 50px center;
        line-height: 60px;
        text-indent: 100px;
        text-align: left;
    }

    .banner {
        display: block;
        height: auto;
        margin-top: 0px;
    }

        .banner ul.slides {
            height: auto;
            overflow: hidden;
        }

            .banner ul.slides li {
                height: auto;
            }
			.banner ul.slides li video,
			.banner ul.slides li video.pad-banner ,
                .banner ul.slides li img,
                .banner ul.slides li img.pad-banner {
                    display: none;
                }
				.banner ul.slides li video.mobile-banner,
                    .banner ul.slides li img.mobile-banner {
                        display: block;
                        height: auto;
                        min-height: 200px;
                        left: 0;
                        margin: 0;
                        position: static;
                        top: 0;
                        width: 100%;
                    }

                .banner ul.slides li .text {
                    bottom: 30px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    box-sizing: border-box;
                    color: #fff;
                    font-size: 18px;
                    font-weight: normal;
                    height: auto;
                    left: 0;
                    line-height: 24px;
                    margin: 0;
                    padding: 0 24px;
                    position: absolute;
                    width: 100%;
                    z-index: 3;
                }

                    .banner ul.slides li .text .title {
                        font-size: 32px;
                        line-height: 50px;
                    }

        .banner .flex-control-nav {
            display: none;
        }



    .right-contain .events_list .events-list li .link span,
    .right-contain .events_list .events-list li .link p.date {
        display: none;
    }

    .events-list li .link p a {
        height: 80px;
    }

    .events_list {
        display: none;
    }

    .mobile_events_list {
        display: block;
    }

    .mobile_events_ul > li {
        height: auto;
        margin-bottom: 1px;
    }

        .mobile_events_ul > li > a {
            height: 30px;
            display: block;
            line-height: 30px;
            text-indent: 15px;
            color: #666;
            font-size: 14px;
            background: #f3f3f3 url(../images/events_list_control.png) right -40px no-repeat;
        }

        .mobile_events_ul > li.on > a {
            background: #0062ac url(../images/events_list_control.png) right 0 no-repeat;
            color: #fff;
        }

        .mobile_events_ul > li > a:hover {
            text-decoration: none;
        }

    .right-contain .mobile_events_ul .events-list {
        display: none;
    }

        .right-contain .mobile_events_ul .events-list ol li:last-child {
            border-bottom: 0 none;
        }

    .right-contain .mobile_events_ul > li:first-child .events-list {
        display: block;
    }

    .mobile_events_ul a.open_more {
        color: #fff;
        text-align: center;
        line-height: 40px;
        height: 40px;
        display: block;
        background-color: #0062ac;
        font-size: 14px;
    }

    .mobile_events_ul .hideEventsList {
        display: none;
    }

    .events_detail h2, .about_detail h2 {
        font-size: 26px;
        line-height: 30px;
        /*height: 30px;*/
    }

    .events_detail p.smail_title {
        font-size: 18px;
        line-height: 20px;
    }

    .right-contain .video-wrap video {
        float: none;
        width: 100%;
    }

    .right-contain .related, .left-contain .recommended {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .detail-banner {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

        .detail-banner ul.slides {
            height: auto;
            overflow: hidden;
            *zoom: 1;
        }

            .detail-banner ul.slides li {
                height: auto;
            }

                .detail-banner ul.slides li img {
                    display: block;
                    width: 100%;
                    height: auto;
                    position: static;
                    left: 0;
                    top: 0;
                    margin: 0;
                    min-height: 180px;
                }

                .detail-banner ul.slides li .text .title {
                    width: 100%;
                }

                .detail-banner ul.slides li .text {
                    width: 100%;
                    color: #fff;
                    font-size: 20px;
                    height: auto;
                    min-height: 108px;
                    position: static;
                    left: 0;
                    bottom: 0;
                    margin: 0;
                    padding: 0 15px 40px;
                    line-height: 24px;
                    background: #444;
                    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;
                    z-index: 3;
                    font-weight: normal;
                }

    .events_detail .text p, .about_detail .text p {
        width: auto;
        padding: 0;
    }

        .events_detail .text p, .about_detail .text p:last-child {
            height: auto;
            overflow: hidden;
        }

    .detail-banner .flex-direction-nav {
        display: none;
    }

    .dl_2_wrap dl {
        float: none;
        margin-left: 0;
        width: 100%;
    }

        .dl_2_wrap dl img {
            width: 100%;
            height: auto;
        }

    .news_list .news-list li {
        height: auto;
    }

        .news_list .news-list li img {
            width: 100%;
            height: auto;
            float: none;
        }

    .news_list .news-list .text {
        margin-left: 0;
        float: none;
        width: auto;
        height: auto;
    }

        .news_list .news-list .text h3, .news_list .news-list .text p {
            height: auto;
        }

        .news_list .news-list .text h3 {
            margin: 10px 0;
        }

    .news_list .news-list {
        margin-top: 90px;
    }

        .news_list .news-list .handle {
            display: none;
        }

    .news_list .tab-contorl {
        height: auto;
    }

    .dl_2_wrap dl dd p {
        color: #333;
    }

    .news_list .tab-contorl li {
        float: none;
        border: 0 none;
        text-align: center;
        margin-bottom: 1px;
        background-color: #f3f3f3;
    }

    .news_list .news_search {
        position: absolute;
        width: 100%;
        left: 0;
        top: 195px;
        background-color: #e5e5e5;
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: 90px;
    }

    .news_search select {
        width: 100%;
        height: 30px;
    }

    .news_search .newListSelected {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    .news_search ul.newList {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news_search .text_input {
        width: 100%;
        position: static;
        margin-top: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 30px;
    }

    .news_search .submit_input {
        top: 50px;
        left: auto;
        right: 10px;
    }

    .left-contain .press-contact {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .events_detail p.time, .about_detail p.time {
        width: 100%;
    }

    .select_detail_language {
        width: 100%;
        position: static;
        margin: 20px 0;
        top: 0;
        float: none;
    }

        .select_detail_language .newListSelected {
            margin: 0;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

        .select_detail_language ul.newList {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

        .select_detail_language select {
            width: 100%;
            height: 30px;
            margin-top: 10px;
        }

    .word-list .site-top p {
        /* line-height: 20px;
    padding: 5px 0 5px 20px; */
    }

    .result_list .news_search {
        position: relative;
        height: 130px;
        left: 0;
        top: 0;
    }

        .result_list .news_search .text_input {
            width: 100%;
            position: relative;
            z-index: 1;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 30px;
            top: 0;
            left: 0;
        }

        .result_list .news_search .submit_input {
            left: auto;
            right: 10px;
            z-index: 2;
            top: 90px;
        }

    .result_list .news-list {
        margin-top: 0;
    }

    .result_select_1, .result_select_2 {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 10px;
    }

    .result_list .news_search .newListSelected {
        margin: 0 auto;
    }

    .right-contain .related {
        padding: 0;
        margin-top: 40px;
    }

    .right-contain .events_list .events-list li .link {
        width: auto;
    }

    .right-contain .events_list .events-list li .handle {
        display: none;
    }

    .news .events-list li .link p a {
        height: 60px;
    }

    .news-main .news-list li {
        padding: 0;
        border: 0 none;
    }

        .news-main .news-list li a {
            width: 100%;
            padding: 10px 0;
            border-bottom: 1px solid #e5e5e5;
            height: auto;
        }

        .news-main .news-list li:last-child {
            margin-bottom: 10px;
        }

    .text_intro {
        width: auto;
        float: none;
    }

        .text_intro img.tx {
            display: block;
            width: auto;
            max-width: 100%;
            margin-bottom: 20px;
        }

    .img_intro {
        width: auto;
        float: none;
    }

        .img_intro img {
            display: none;
        }

    .right-contain .img_intro .related {
        padding: 20px 0;
        width: auto;
    }

    .depa-con h3 a {
        padding-right: 50px;
        overflow: hidden;
        height: 50px;
        white-space: nowrap;
        _white-space: normal;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .g_contain {
        background-color: #0d7bd4;
    }

    .links_wrap {
        height: auto;
    }

    .g_logo {
        width: 180px;
        margin-top: 20px;
    }

    .links_wrap h3 {
        text-align: center;
    }

    .g_bg {
        width: auto;
        height: auto;
    }

    .links_wrap {
        width: 300px;
        margin-left: -150px;
    }

        .links_wrap .g_language_list a {
            width: 50%;
            font-size: 14px;
        }

    .depa-con h3 {
        font-size: 16px;
    }

    .color-bg img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .in_qs .bd ul li img {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .in_newbg img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .foot_topcon1 img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .foot_topcon1 img {
        width: 89%;
        margin-left: 5%;
    }
}

/*pad端*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    img {
        width: 100%;
        display: block;
    }

    .in_xs3 h2 {
        overflow: hidden;
    }

    .color-bg img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .in_qs .bd ul li img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .in_newbg img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .foot_topcon1 img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .pc-con {
        display: none;
    }

    .pc-info {
        display: block;
        padding-bottom: 40px;
    }

    .mobile-con {
        display: block;
        position: relative;
        z-index: 1;
    }

    .mobile-info {
        display: none;
    }

    .banner {
        display: block;
        height: auto;
        margin-top: 0px;
    }

    .scroll-nav {
        display: none;
    }

    .header {
        /* height: 120px; */
        height: auto;
        /* position: fixed; */
        top: 0;
        left: 0;
    }

        .header .top-site-con {
            height: 120px;
            width: 100%;
        }

        .header .top-site {
            height: 120px;
            background: url(../images/pad-header-bg.jpg) 0 0 no-repeat;
            background-size: cover;
        }

        .header .top-site-con h1 {
            margin-left: 10%;
            margin-top: 20px;
            height: auto;
            width: auto;
        }

            .header .top-site-con h1 img {
                height: 100%;
                width: auto;
            }

        .header .top-site-nav {
            width: 220px;
            margin-top: 50px;
            position: relative;
            margin-right: 20px;
        }

    .mobile-con .search-btn, .mobile-con .nav-btn {
        height: 30px;
        width: 24px;
        display: block;
        margin-right: 3px;
        position: absolute;
        top: 0;
    }

    .mobile-con .search-btn {
        background: url(../images/search.png) center center no-repeat;
        left: 0;
        display: none;
    }

    .mobile-con .nav-btn {
        background: url(../images/nav-btn.png) center center no-repeat;
        right: 0;
        -webkit-background-size: 30px 24px;
        background-size: 30px 24px;
    }

    .header .top-site-nav .top-form {
        position: absolute;
        top: -10px;
        right: 50px;
        display: none;
    }

    .header .nav_site {
        font-size: 16px;
        height: auto;
        margin: 0;
        width: 100%;
        /* position: absolute; */
        position: relative;
        left: 0;
        /* top: 126px; */
        top: 0;
        display: none;
    }

    .header .pc-nav {
        display: none;
    }

    .header .nav_site > ul {
        height: auto;
        position: relative;
        z-index: 1;
    }

    .header .nav_site ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        float: none;
        border-bottom: 1px solid #1c73b5;
        position: relative;
    }

        .header .nav_site ul li.first {
            width: 100%;
        }

        .header .nav_site ul li a {
            color: #fff;
            text-indent: 10px;
            background: #0062ac;
            width: 100%;
            height: 50px;
            display: block;
            position: relative;
            z-index: 1;
            margin-left: 0;
            text-align: left;
        }

        .header .nav_site ul li i {
            background: url(../images/white-down-arrow.png) center center no-repeat;
            width: 50px;
            height: 50px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
        }

            .header .nav_site ul li i.on {
                background: url(../images/gray-down-arrow.png) center center no-repeat;
            }

        .header .nav_site ul li ol {
            position: relative;
            display: none;
            top: 0;
            width: 100%;
            left: 0;
        }

            .header .nav_site ul li ol li {
                position: relative;
                border-bottom: 0;
                border-top: 1px solid #e5e5e5;
                text-align: left;
            }

                .header .nav_site ul li ol li a {
                    background-color: #fff;
                    color: #0062ac;
                }

    .mobile-nav .action {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #004490;
        position: relative;
        z-index: 2;
    }

    .header .mobile-nav .action li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        height: 60px;
        line-height: 60px;
        position: relative;
        width: 20%;
        border-right: 1px solid #1a579b;
    }
        /*.header .mobile-nav .action li:nth-child(1){
    width: 37.5%;
  }
  .header .mobile-nav .action li:nth-child(2){
    width: 28.125%;
    border-left: 1px solid #1a579b;
  }
  .header .mobile-nav .action li:nth-child(3){
    width: 34.375%;
    border-left: 1px solid #1a579b;
  }*/
        .header .mobile-nav .action li a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            color: rgba(255,255,255,0.8);
            width: 100%;
            height: 60px;
            display: block;
            line-height: 60px;
            background-color: #004490;
            text-indent: 35px;
        }

        .header .mobile-nav .action li.language a {
            background: url(../images/icon-1.png) 12px center no-repeat;
        }

        .header .mobile-nav .action li.email a {
            background: url(../images/icon-2.png) 12px center no-repeat;
        }

        .header .mobile-nav .action li.calendar a {
            background: url(../images/icon-3.png) 12px center no-repeat;
        }

    .header .mobile-nav .action .language-list {
        width: 266.666666666%;
        height: auto;
        position: absolute;
        bottom: 60px;
        left: 0;
        display: none;
        background-color: #fff;
    }

        .header .mobile-nav .action .language-list p {
            width: 100%;
            float: left;
            text-align: center;
            color: #0062ac;
            font-size: 20px;
        }

    .header .mobile-nav .action li .language-list p a {
        width: 100%;
        padding: 10px;
        height: 50px;
    }

    .header .mobile-nav .action li .language-list a {
        background: #fff;
        color: #0062ac;
        border-bottom: 1px solid #e5e5e5;
        text-indent: 0;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 33.33333%;
        float: left;
    }
    /*banner*/
	.banner ul.slides li video,
	.banner ul.slides li video.mobile-banner,
    .banner ul.slides li img,
    .banner ul.slides li img.mobile-banner {
        display: none;
    }

    .banner ul.slides {
        height: auto;
        overflow: hidden;
        *zoom: 1;
    }

        .banner ul.slides li {
            height: auto;
        }
		.banner ul.slides li video.pad-banner ,
            .banner ul.slides li img.pad-banner {
                display: block;
                width: 100%;
                height: auto;
                min-height: 200px;
                position: static;
                left: 0;
                top: 0;
                margin: 0;
            }

            .banner ul.slides li .text {
                width: 100%;
                color: #fff;
                font-size: 20px;
                height: auto;
                position: absolute;
                left: 0;
                bottom: 30px;
                margin: 0;
                padding: 0 24px;
                line-height: 24px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                z-index: 3;
                font-weight: normal;
            }

                .banner ul.slides li .text .title {
                    font-size: 40px;
                    line-height: 48px;
                }

    .banner .flex-direction-nav {
        height: 67px;
        width: 100%;
        left: 0;
        top: 50%;
        margin: -34px 0 0;
    }

        .banner .flex-direction-nav li a {
            width: 35px;
            height: 67px;
        }

            .banner .flex-direction-nav li a.flex-prev {
                background: url(../images/pad/banner-prev.png) no-repeat scroll 0 0;
                left: 20px;
            }

            .banner .flex-direction-nav li a.flex-next {
                background: url(../images/pad/banner-next.png) no-repeat scroll 0 0;
                right: 20px;
            }

    .con .wrap {
        width: 100%;
    }
    /*news*/
    .news .wrap {
        padding-top: 20px;
    }

    .news .news-main {
        width: auto;
        padding: 0 24px;
        float: none;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
        *zoom: 1;
        padding-bottom: 35px;
    }

    .news-main .float-news-wrap {
        margin-top: 20px;
    }

    .news .news-main .float-news {
        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;
    }

    .news .news-main .text-news {
        padding-right: 30px;
    }

    .news .news-main .video-news {
        padding-left: 0px;
    }

    .news-main .news-list li a {
        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;
    }

        .news-main .news-list li a.left {
            padding-right: 10px;
        }

        .news-main .news-list li a.right {
            padding-left: 10px;
        }

    .news .events {
        width: auto;
        float: none;
        padding: 30px 24px 0;
    }
    /*info*/
    .info .info-tab-con {
        width: 600px;
        height: auto;
    }

        .info .info-tab-con li {
            width: 150px;
            font-size: 16px;
        }

            .info .info-tab-con li i {
                width: 70px;
                height: 70px;
                background: url(../images/info-icon-mobile.png) 0 0 no-repeat;
            }

                .info .info-tab-con li i.faculty {
                    background-position: -122px 0;
                }

                .info .info-tab-con li i.parenters {
                    background-position: -243px 0;
                }

                .info .info-tab-con li i.visitors {
                    background-position: -365px 0;
                }

            .info .info-tab-con li.on i {
                background-position: 0 -121px;
            }

                .info .info-tab-con li.on i.faculty {
                    background-position: -122px -121px;
                }

                .info .info-tab-con li.on i.parenters {
                    background-position: -243px -121px;
                }

                .info .info-tab-con li.on i.visitors {
                    background-position: -365px -121px;
                }

    .info .info-tab-main {
        width: auto;
        padding: 0 24px;
    }

    .info .detail-wrap {
        width: 33.3333333%;
    }

    .info .info-tab-details .text {
        width: 100%;
        height: 122px;
        background-position: center 35px;
    }

    .info .info-tab-details .img-wrap {
        width: 100%;
        height: 122px;
        overflow: hidden;
    }

    .info .info-tab-details .text p {
        padding-top: 85px;
    }
    /*discover*/
    .discover {
        padding: 30px 0 20px;
    }

        .discover .discover-main {
            margin-top: 20px;
            padding: 0 24px;
        }

            .discover .discover-main .item {
                margin: 0 0 20px;
                /* height: 240px; */
                height: auto;
                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;
                width: 50%;
            }

            .discover .discover-main .item-1 {
                width: 100%;
                height: auto;
            }

            .discover .discover-main .item-2,
            .discover .discover-main .item-4,
            .discover .discover-main .item-6 {
                padding-right: 10px;
            }

            .discover .discover-main .item-3,
            .discover .discover-main .item-5 {
                padding-left: 10px;
            }

            .discover .discover-main p {
                position: static;
            }

            .discover .discover-main .item-6 {
                background: none;
            }

                .discover .discover-main .item-6 .color-bg {
                    background-color: #34bee4;
                    overflow: hidden;
                    *zoom: 1;
                }
    /*links*/
    .links {
        margin: 30px 0 40px;
        height: 130px;
        overflow: hidden;
        *zoom: 1;
        width: auto;
        padding: 0 24px;
    }

        .links .links-main {
            height: 280px;
        }

            .links .links-main a.link-1,
            .links .links-main a.link-2,
            .links .links-main a.link-3,
            .links .links-main a.link-4 {
                width: 48.5%;
            }

            .links .links-main a.link-1,
            .links .links-main a.link-2 {
                height: 55px;
                line-height: 55px;
            }

            .links .links-main a.link-2 {
                top: 75px;
            }

            .links .links-main a.link-3 {
                left: 51.5%;
                top: 0;
                height: 130px;
                background-position: center 35px;
                line-height: 180px;
            }

            .links .links-main a.link-4 {
                left: 0;
                top: 150px;
                height: 130px;
                background-position: center 35px;
                line-height: 180px;
            }




    /*2014-08-26  chenhui*/
    .discover .discover-main .item-6 {
        width: 100%;
        padding-right: 0;
    }

        .discover .discover-main .item-6 .color-bg {
            padding-bottom: 20px;
        }

    .links .links-main a.link-3,
    .links .links-main a.link-4 {
        height: 55px;
        line-height: 55px;
        background-position: 50px center;
        text-align: left;
        text-indent: 100px;
    }

    .links .links-main a.link-4 {
        left: 51.5%;
        top: 75px;
    }

    /*内页*/
    .inside-banner ul.slides li img {
        display: none;
    }

    .inside-banner {
        height: auto;
    }

        .inside-banner ul.slides {
            height: auto;
            overflow: hidden;
            margin-top: 0px;
            *zoom: 1;
        }

            .inside-banner ul.slides li {
                height: auto;
            }

                .inside-banner ul.slides li img.pad-banner {
                    display: block;
                    width: 100%;
                    height: auto;
                    position: static;
                    left: 0;
                    top: 0;
                    margin: 0;
                }

                .inside-banner ul.slides li .text {
                    width: 100%;
                    color: #fff;
                    font-size: 20px;
                    height: auto;
                    position: absolute;
                    left: 0;
                    top: 50px;
                    margin: 0;
                    padding: 0 70px;
                    line-height: 24px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    box-sizing: border-box;
                    z-index: 3;
                    font-weight: normal;
                }

                    .inside-banner ul.slides li .text .title {
                        font-size: 40px;
                        line-height: 48px;
                    }

    .contain {
        width: auto;
        margin-top: 0px;
        padding: 0 24px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .left-contain {
        width: 33.3333333%;
    }

        .left-contain .related,
        .left-contain .recommended {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

        .left-contain .news_events ul li {
            width: 50%;
        }

    .right-contain {
        width: 63.8888888%;
    }

        .right-contain .dl_1_wrap dl {
            width: 47.82608695%;
            margin-left: 4.34782608695%;
        }

            .right-contain .dl_1_wrap dl img {
                width: 100%;
                height: 230px;
            }

            .right-contain .dl_1_wrap dl.first {
                margin-left: 4.34782608695%;
            }

            .right-contain .dl_1_wrap dl:nth-child(2n+1) {
                margin-left: 0;
            }

    .word-list .site-top .word-search {
        display: none;
    }

    .word-list .word-wrap {
        height: auto;
    }

        .word-list .word-wrap ul {
            height: auto;
            overflow: hidden;
            padding-left: 10px;
        }

            .word-list .word-wrap ul li.first {
                margin-left: 0;
            }

        .word-list .word-wrap li a {
            border: 0 none;
            border-right: 1px solid #d3d4d5;
        }

        .word-list .word-wrap li:last-child a {
            border: 0 none;
        }

    .left-contain .news_events .l_news_events dl dt {
        width: 26.9230769%;
        height: auto;
    }

    .left-contain .news_events .l_news_events dl dd {
        width: 65.3846154%;
    }

    .check-events .day-events dl dt {
        width: 20%;
    }

    .check-events .day-events dl dd {
        width: 60%;
    }

    .right-contain .video-wrap {
        width: 100%;
    }

    .right-contain .related {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin-top: 30px;
    }

        .right-contain .related a {
            width: 47.6190476%;
            margin-left: 4.76190476%;
            float: left;
        }

            .right-contain .related a:nth-of-type(2n+1) {
                margin-left: 0;
            }

    .detail-banner {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

        .detail-banner ul.slides {
            height: auto;
            overflow: hidden;
            *zoom: 1;
        }

            .detail-banner ul.slides li {
                height: auto;
            }

                .detail-banner ul.slides li img {
                    display: block;
                    width: 100%;
                    height: auto;
                    position: static;
                    left: 0;
                    top: 0;
                    margin: 0;
                }

                .detail-banner ul.slides li .text {
                    width: 100%;
                    color: #fff;
                    font-size: 20px;
                    height: auto;
                    position: static;
                    left: 0;
                    bottom: 0;
                    margin: 0;
                    padding: 0 15px 40px;
                    line-height: 24px;
                    background: #444;
                    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;
                    z-index: 3;
                    font-weight: normal;
                }

    .events_detail .text p, .about_detail .text p {
        width: auto;
        padding: 0;
    }

        .events_detail .text p, .about_detail .text p:last-child {
            height: auto;
            overflow: hidden;
        }

    .detail-banner .flex-direction-nav {
        top: 105px;
    }

    .dl_2_wrap dl {
        width: 48.61111111%;
        margin-left: 2.77777777%;
    }

        .dl_2_wrap dl.first {
            margin-left: 2.77777777%;
        }

        .dl_2_wrap dl:nth-child(2n+1) {
            margin-left: 0;
        }

        .dl_2_wrap dl img {
            width: 100%;
            height: auto;
        }

    .news_list .news_search {
        position: absolute;
        top: 90px;
        width: 100%;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-list {
        margin-top: 70px;
    }

    .news_search select {
        width: 45%;
        height: 30px;
        margin-top: 10px;
    }

    .news_search .newListSelected {
        width: 45%;
        margin-left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news_search ul.newList {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news_search .text_input {
        width: 45%;
        left: 45.774647887%;
    }

    .news_search .submit_input {
        left: 90.14084507%;
    }

    .news_list .news-list .text {
        margin-left: 2.77777777%;
        width: 62.5%;
    }

    .news_list .news-list .handle {
        display: none;
    }

    .left-contain .press-contact {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        .left-contain .press-contact p span.w180 {
            padding-left: 0;
            width: 100%;
        }

    .events_detail p.time, .about_detail p.time {
        width: 100%;
    }

    .select_detail_language {
        width: 100%;
        position: static;
        margin: 20px 0;
        top: 0;
        float: none;
    }

        .select_detail_language .newListSelected {
            margin: 0;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

        .select_detail_language ul.newList {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

        .select_detail_language select {
            width: 100%;
            height: 30px;
            margin-top: 10px;
        }

    .result_list .news-list .text {
        margin-left: 0;
        width: 100%;
    }

    .result_list .news_search {
        width: 100%;
        position: relative;
        right: 0;
        top: 10px;
    }

    .result_select_1, .result_select_2 {
        width: 33.3333333%;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        float: left;
        left: 0;
        position: relative;
    }

    .news_search .result_select_1 .newListSelected,
    .news_search .result_select_2 .newListSelected {
        width: 100%;
    }

    .news_search .result_select_2 {
    }

    .result_list .news_search .text_input {
        width: 32.3333333%;
        left: auto;
        right: 10px;
        position: absolute;
    }

    .result_list .news_search .submit_input {
        left: auto;
        right: 10px;
    }

    .right-contain .events_list .events-list li .link {
        width: auto;
    }

    .right-contain .events_list .events-list li .handle {
        display: none;
    }

    .news .news-list {
        margin-top: 0;
    }

    .info .info-tab-main {
        height: auto;
    }

    .discover .discover-main .item-6 p {
        height: auto;
    }

    .header .top-site-nav .top-form input.submit-btn {
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
    }

    .text_intro {
        width: auto;
        float: none;
    }

        .text_intro img.tx {
            display: block;
            width: auto;
            max-width: 100%;
            margin-bottom: 20px;
        }

    .img_intro {
        width: auto;
        float: none;
    }

        .img_intro img {
            display: none;
        }

    .right-contain .img_intro .related {
        padding: 20px 10px;
        width: auto;
    }

    .g_bg {
        width: auto;
        height: auto;
    }

    .links_wrap {
        width: 720px;
        margin-left: -360px;
    }

        .links_wrap .g_language_list a {
            width: 25%;
            font-size: 16px;
        }
}



/*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: 331px;
        height: 57px;
        float: left;
        margin-left: 32px;
        margin-top: 60px;
    }

        .footer .footer-logo img {
            width: 100%;
            height: auto;
        }

    .footer .addr {
        float: left;
        margin-left: 70px;
        margin-top: 40px;
    }

        .footer .addr .addr3 {
            margin-top: 20px;
        }

        .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: 60px;
    float: left;
    margin-left: 80px;
}

.footer .share_more {
    margin-top: 37px;
}

.share_more .share_a {
    width: 60px;
    float: left;
}

    .share_more .share_a a:hover {
        background: rgba(255,255,255,.5);
        background-size: 100% 100%;
    }

.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) {
    .phonelang, .mobile_search {
        display: block;
    }

    .banner .flex-direction-nav {
        width: 100%;
    }

    .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: 302px;
        -webkit-background-size: auto 200px;
        background-size: auto 200px;
    }

        .footer .footer-main {
            width: auto;
            padding: 0 3.125%;
            height: 250px;
            overflow: hidden;
            position: relative;
        }

        .footer .share {
            margin: 0;
            padding: 17px 3.125%;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            border-bottom: 1px solid #3381bd;
        }

        .footer .footer-logo {
            float: none;
            width: 100%;
            margin: 185px 0 0;
            height: 55px;
        }

            .footer .footer-logo img {
                height: 100%;
                width: auto;
            }

    .shar_a {
        width: 60px;
        float: left;
    }

    .footer .addr {
        display: block;
    }

    .footer .copylight {
        height: 52px;
        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;
        }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    #jwplayer video{
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .discover .discover-main .item-2,
    .discover .discover-main .item-3
    {
        width: calc(50% - 20px)!important;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .discover .discover-main .item-1 {
        width: 100%!important;
        height: auto!important;
    }

    .phonelang, .mobile_search {
        display: block;
    }

    .footer .footer-main {
        width: 100%;
        height: 175px;
        margin: 0 auto;
    }

    .footer .footer-logo {
        width: 230px;
        margin-left: 15px;
    }

    .footer .addr {
        margin-left: 15px;
    }

    .footer .share {
        margin-left: 10px;
    }

        .footer .share a {
            margin-right: 10px;
        }

    .footer .copylight {
        width: 100%;
    }

    .share_a {
        width: 55px;
        float: left;
    }
    /*footer*/
    /*.footer {
        height: 285px;
        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-logo {
              float: none;
    width: 100%;
    margin: 105px 0 0;
    height: 55px;
        }

            .footer .footer-logo img {
                height: 100%;
                width: auto;
            }

        .footer .share {
               margin: 0;
    padding: 17px 3.125%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #3381bd;
        }
        .shar_a {
    width: 120px;
    float: left;
}
        .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 .addr3 {
                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;
        }*/
}




@media all and (max-width:990px) {

    .logo.phonelang {
        height: 50px;
    }

    .hea_lgu_eth {
        background: none;
    }

    .phonelang .hea_lgu {
        display: block;
        float: left;
        height: 50px;
        padding-right: 0;
        padding-top: 0;
        padding-left: 5px;
        width: 100%;
    }

        .phonelang .hea_lgu .hea_lgu_a {
            display: inline-block;
        }

    #hea_sea {
        display: none;
    }

    .phonelang .hea_lgu li {
        height: 50px;
        padding: 0 0 0 0;
        line-height: 50px;
        width: 20%;
        text-align: center;
        border-right: 1px solid #1c73b5;
    }
}

@media all and (max-width:767px) {

    .banner .flex-direction-nav {
        display: none;
    }

    .hea_lgu_eth .am-dropdown-content {
        top: -390px;
    }

    .nav_main {
        top: 68px;
    }
}

.time_sea {
    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 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 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 {
        border: 1px solid #409DFE;
        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-y: auto;
            font-size: 12px;
        }

            .math_lgu dd ul li a {
                line-height: 30px;
                display: block;
                padding: 0 8px;
                color: #848484;
            }

                .math_lgu dd ul li a:hover {
                    background: #f5f5f5;
                }


.article-column {
    color: #111;
    font-size: 18px;
}

    .article-column:hover {
        color: #0e90d2;
    }

.new-lineheight {
    height: 72px;
    overflow: hidden;
}

.sea_wz_c {
    padding-top: 0px;
}

    .sea_wz_c p a {
        line-height: 26px;
    }

.list-title {
    font-size: 20px !important;
}

.bdk {
    min-height: 300px;
    padding-bottom: 30px;
    position: relative;
}

.read_more {
    position: absolute;
    bottom: 5px;
    padding-top: 0;
}
.row {
    overflow: hidden;
}

.col-xs-6 {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.col-xs-6 img {
    width: 90%;
}

.col-xs-6 div {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

