
/*å†…å®¹åŒº*/

/*å†…å®¹åŒº*/
.commonweb1400 {
    padding: 0px 15px;
}

@media (min-width: 768px) {
    .commonweb1400 {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) {
    .commonweb1400 {
        padding: 0px 40px;
    }
}

@media (min-width: 1260px) {
    .commonweb1400 {
        margin: 0px auto;
        max-width: 1400px;
        padding: 0 60px;
    }
}

@media (min-width: 1460px) {
    .commonweb1400 {
        padding: 0;
    }
}

.commonweb1600 {
    padding: 0px 15px;
}

@media (min-width: 768px) {
    .commonweb1600 {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) {
    .commonweb1600 {
        padding: 0px 40px;
    }
}

@media (min-width: 1260px) {
    .commonweb1600 {
        padding: 0 60px;
    }
}

@media (min-width: 1460px) {
    .commonweb1600 {
        padding: 0 80px;
    }
}

@media (min-width: 1660px) {
    .commonweb1600 {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 80px;
    }
}

@media (min-width: 1760px) {
    .commonweb1600 .commonweb1600 {
        padding: 0;
    }
}

/*å†…å®¹åŒº e*/
/*å­—å· s*/
.fz16 {
    font-size: 14px;
}

@media (min-width: 1024px) {
    .fz16 {
        font-size: 16px;
    }
}

.fz18 {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .fz18 {
        font-size: 18px;
    }
}

.fz20 {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .fz20 {
        font-size: 18px;
    }
}

@media (min-width: 1260px) {
    .fz20 {
        font-size: 20px;
    }
}

.fz22 {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .fz22 {
        font-size: 18px;
    }
}

@media (min-width: 1260px) {
    .fz22 {
        font-size: 22px;
    }
}

.fz24 {
    font-size: 18px;
}

@media (min-width: 1024px) {
    .fz24 {
        font-size: 20px;
    }
}

@media (min-width: 1260px) {
    .fz24 {
        font-size: 24px;
    }
}

.fz26 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .fz26 {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .fz26 {
        font-size: 24px;
    }
}

@media (min-width: 1260px) {
    .fz26 {
        font-size: 26px;
    }
}

.fz28 {
    font-size: 22px;
}

@media (min-width: 1024px) {
    .fz28 {
        font-size: 26px;
    }
}

@media (min-width: 1260px) {
    .fz28 {
        font-size: 28px;
    }
}

.fz30 {
    font-size: 22px;
}

@media (min-width: 1024px) {
    .fz30 {
        font-size: 26px;
    }
}

@media (min-width: 1260px) {
    .fz30 {
        font-size: 30px;
    }
}

.fz32 {
    font-size: 24px;
}

@media (min-width: 1024px) {
    .fz32 {
        font-size: 28px;
    }
}

@media (min-width: 1260px) {
    .fz32 {
        font-size: 32px;
    }
}

.fz36 {
    font-size: 26px;
}

@media (min-width: 1024px) {
    .fz36 {
        font-size: 32px;
    }
}

@media (min-width: 1260px) {
    .fz36 {
        font-size: 36px;
    }
}

/*å­—å· e*/
/* ç§»åŠ¨ç«¯å¤´éƒ¨æŽ§åˆ¶å¯¼èˆªæ˜¾ç¤º/éšè—æŒ‰é’® s*/
.toggle-btn {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 10px;
    display: block;
}

    .toggle-btn span {
        width: 20px;
        height: 1px;
        background: #000000;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

        .toggle-btn span:first-child {
            top: 8px;
        }

        .toggle-btn span:nth-child(2) {
            top: 50%;
        }

        .toggle-btn span:last-child {
            bottom: 7px;
        }

    .toggle-btn.cur span:first-child {
        -webkit-transform: translate(-50%, 7px) rotate(45deg);
        -ms-transform: translate(-50%, 7px) rotate(45deg);
        -o-transform: translate(-50%, 7px) rotate(45deg);
        transform: translate(-50%, 7px) rotate(45deg);
    }

    .toggle-btn.cur span:nth-child(2) {
        opacity: 0;
    }

    .toggle-btn.cur span:last-child {
        -webkit-transform: translate(-50%, -7px) rotate(-45deg);
        -ms-transform: translate(-50%, -7px) rotate(-45deg);
        -o-transform: translate(-50%, -7px) rotate(-45deg);
        transform: translate(-50%, -7px) rotate(-45deg);
    }

/* ç§»åŠ¨ç«¯å¤´éƒ¨æŽ§åˆ¶å¯¼èˆªæ˜¾ç¤º/éšè—æŒ‰é’® e*/
/*åˆ†é¡µæ ·å¼ s*/
.hgy-pagination .hgy-mob-load a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #df1214;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 8px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hgy-pagination .hgy-pagination-view {
    display: none;
    text-align: center;
}

@media (min-width: 1024px) {
    .hgy-pagination .hgy-mob-load {
        display: none;
    }

    .hgy-pagination .hgy-pagination-view {
        display: block;
    }

        .hgy-pagination .hgy-pagination-view .laypage_main {
            display: inline-block;
            vertical-align: top;
        }

            .hgy-pagination .hgy-pagination-view .laypage_main a, .hgy-pagination .hgy-pagination-view .laypage_main input, .hgy-pagination .hgy-pagination-view .laypage_main span {
                width: 36px;
                height: 36px;
                display: inline-block;
                vertical-align: middle;
                background-color: #fff !important;
                line-height: 36px;
                text-align: center;
                font-size: 15px;
                border: 1px solid #d8d8d8;
            }

            .hgy-pagination .hgy-pagination-view .laypage_main .laypage_curr {
                background-color: #df1214 !important;
                border-color: #df1214;
                color: #fff;
            }

        .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_curr {
            background-color: #df1214 !important;
            border-color: #df1214;
        }

        .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next {
            position: relative;
            text-align: center;
            font-size: 0 !important;
            padding: 0 10px !important;
        }

            .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev span, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next span {
                display: none;
            }

            .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev::after, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next::after {
                content: '';
                width: 8px;
                height: 8px;
                border: 2px solid #919191;
                border-top: none;
                border-right: none;
                display: inline-block;
                *display: inline;
                *zoom: 1;
                vertical-align: middle;
                margin-top: -2px;
            }

            .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev::after {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-left: 3px;
            }

            .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next::after {
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                -o-transform: rotate(-135deg);
                transform: rotate(-135deg);
                margin-left: 0px;
            }
}

/*åˆ†é¡µæ ·å¼ e*/
/*å›¾ç‰‡æœ€å¤§ s*/
.hgyMaxPic {
    text-align: center;
}

    .hgyMaxPic img {
        max-width: 100%;
    }

/*å›¾ç‰‡æœ€å¤§ e*/
.hgyAutoImg img {
    width: 100%;
}

/*å›¾ç‰‡å®šä½ s*/
.hgyPimg {
    position: relative;
    overflow: hidden;
}

    .hgyPimg::after {
        content: '';
        display: block;
        padding-bottom: 60%;
    }

    .hgyPimg img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        min-width: 100%;
        width: auto;
        height: 100%;
    }
	
	.pictureimg {
    position: relative;
    overflow: hidden;
}

    .pictureimg::after {
        content: '';
        display: block;
        padding-bottom: 60%;
    }

    .pictureimg img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        min-width: 100%;
        width: 100%;
        height: auto;
    }

/*å›¾ç‰‡æœ€å¤§ e*/
/*è¿”å›žé¡¶éƒ¨ s*/
.to-top {
    position: fixed;
    bottom: 5%;
    right: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #df1214;
    opacity: .5;
    display: none;
    cursor: pointer;
    z-index: 89;
}

    .to-top::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 17px;
        width: 10px;
        height: 10px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translate(-50%, 0) rotate(-45deg);
        -ms-transform: translate(-50%, 0) rotate(-45deg);
        -o-transform: translate(-50%, 0) rotate(-45deg);
        transform: translate(-50%, 0) rotate(-45deg);
    }

@media (min-width: 1024px) {
    .to-top {
        bottom: 10%;
        right: 30px;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

        .to-top:hover {
            opacity: 1;
        }
}

/*è¿”å›žé¡¶éƒ¨ e*/


/*--å…¬å…±éƒ¨åˆ†--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body, button, input, select, textarea {
    font: 14px/1.5 Arial, 'Microsoft YaHei', sans-serif;
    color: #333;
}

ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        border: 1px solid #ccc;
    }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat:  no-repeat;
}

article, aside, footer, header, nav, section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

    a:hover {
        background-repeat:  no-repeat;
        text-decoration: none;
    }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
    cursor: pointer;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input, textarea, select {
    outline: none;
}

    input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], button, select, textarea {
        outline-style: none;
        -webkit-appearance: none;
        resize: none;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}

.bd_weixin_popup, .content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.commonweb {
    padding: 0px 15px;
}

.commonwebbox {
    margin-left: 0px;
    margin-right: 0px;
}

.commonleft {
    float: none;
}

.commonright {
    float: none;
}

.visible-sm, .visible-md, .visible-lg {
    display: none;
}

.hidden-sm, .hidden-md, .hidden-lg {
    display: block;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (max-width: 320px) {
    body {
        min-width: 320px;
    }
}

@media (min-width: 768px) {
    .commonweb {
        padding: 0px 20px;
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media (min-width: 992px) {
    .commonweb {
        padding: 0px 40px;
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    html {
        cursor: default;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-lg {
        display: block;
    }

    .hidden-lg {
        display: none;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1260px) {
    .commonweb {
        margin: 0px auto;
        max-width: 1200px;
        padding: 0;
    }
}

/* layout start*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform,-webkit-transform,-o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -o-transition-property: -o-transform;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: height,-o-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform,-o-transform;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat:  no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}



.nav-title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

/*å›¾ç‰‡å®šä½ s*/
.auto-img {
    position: relative;
    overflow: hidden;
}

    .auto-img::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .auto-img > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        min-width: 100%;
        width: auto;
        height: 100%;
    }

.more {
    text-align: center;
}

    .more a {
        display: inline-block;
        padding-left: 190px;
        padding-right: 28px;
        border: 1px solid #df1214;
        line-height: 60px;
        color: #a7a7a7;
        margin-top: 40px;
    }

        .more a:hover img {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
            transform: translateX(5px);
        }

        .more a img {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

.form {
    text-align: right;
    margin-bottom: 20px;
}

    .form select, .form input {
        border: 1px solid #dddddd;
        padding: 20px;
        color: #929292;
        line-height: 60px;
        height: 60px;
    }

    .form .layui-form-select {
        width: 300px;
        margin-right: 10px;
    }

        .form .layui-form-select dl {
            top: 60px;
            text-align: left;
        }

    .form .input {
        width: 560px;
        position: relative;
        height: 60px;
    }

        .form .input button {
            padding: 0 20px;
            line-height: 60px;
            position: absolute;
            right: 0;
            top: 0;
            background: transparent;
        }

    .form .layui-form-select dl dd.layui-this {
        background-color: #df1214;
    }

@media (max-width: 414px) {
    .nav-title h2 {
        font-size: 20px;
    }

    .more a {
        padding-left: 80px;
        line-height: 40px;
        margin-top: 20px;
    }

    .form select, .form input {
        line-height: 50px;
        height: 50px;
    }

    .form .input {
        width: 100%;
        position: relative;
        height: 50px;
    }

        .form .input button {
            padding: 0 20px;
            line-height: 50px;
            position: absolute;
            right: 0;
            top: 0;
            background: transparent;
        }
}



/*å¤´éƒ¨ s*/
body {
    overflow-x: hidden;
    overflow-y: auto;
}

header {
    height: 60px;
}

.headfixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logo {
    display: block;
    float: left;
    padding: 12px 0;
}

    .logo img {
        height: 36px;
    }

.head-right {
    float: right;
    font-size: 0;
    margin-top: 15px;
}

    .head-right .lang, .head-right .search {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        margin-right: 10px;
        position: relative;
    }

    .head-right .lang-toggle {
        display: block;
        height: 30px;
        line-height: 30px;
        position: relative;
        background: url(../images/icon-lang.png)  no-repeat left center;
        background-size: 16px 16px;
        padding-left: 20px;
        font-weight: bold;
    }

    .head-right .lang:hover .lang-box {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        pointer-events: auto;
        opacity: 1;
    }

    .head-right .lang-box {
        position: absolute;
        left: 50%;
        top: 45px;
        width: 80px;
        background: #fff;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        -o-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        pointer-events: none;
        opacity: 0;
    }

        .head-right .lang-box a {
            display: block;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            padding: 5px 0;
        }

        .head-right .lang-box::before {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 100%;
            height: 20px;
            background: none;
        }

    .head-right .search-toggle {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../images/icon-search.png)  no-repeat center center;
        background-size: 16px 16px;
    }

    .head-right .search-box {
        display: none;
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        padding: 15px;
    }

        .head-right .search-box form {
            position: relative;
        }

        .head-right .search-box .search-input {
            width: 100%;
            height: 40px;
            border: solid 1px #df1214;
            background: none;
            padding: 0 95px 0 15px;
        }

        .head-right .search-box .search-btn {
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 40px;
            background: #df1214 url(../images/icon-search2.png)  no-repeat center center;
            background-size: 15px;
        }

nav {
    position: fixed;
    top: 60px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 0 0 60px 0;
    border-top: 1px solid #e1e5e9;
    display: none;
}

    nav li {
        position: relative;
        border-bottom: 1px solid #e1e5e9;
    }

        nav li.active i::before {
            -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
            -o-transform: rotate(-225deg);
            transform: rotate(-225deg);
            top: 21px;
        }

    nav h3 {
        position: relative;
    }

        nav h3 a {
            display: block;
            padding: 13px 13px;
            line-height: 24px;
            color: #333;
            font-size: 16px;
        }

        nav h3 span {
            display: block;
        }

        nav h3 i {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 80px;
        }

            nav h3 i::before {
                content: '';
                position: absolute;
                top: 16px;
                right: 22px;
                width: 10px;
                height: 10px;
                border-bottom: solid 1px #aaa;
                border-left: solid 1px #aaa;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

    nav .wrap-line {
        display: none;
    }

.head-subnav {
    display: none;
}

    .head-subnav a {
        display: block;
        padding: 10px 30px;
        line-height: 20px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.7);
    }

.toggle-btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

/*å¤´éƒ¨ e*/
/*åº•éƒ¨ s*/
.blogroll {
    background: url(../images/blogroll-bg.jpg)  no-repeat center center;
    background-size: auto 100%;
}

    .blogroll .area {
        position: relative;
        height: 30vw;
    }

    .blogroll .public-title-1 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

.blogroll-content {
    background: #fff;
    padding: 15px 50px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
    left: 0;
}

.blogroll-swiper {
    overflow: hidden;
}

    .blogroll-swiper .item {
        display: block;
        width: 100%;
    }

        .blogroll-swiper .item::after {
            padding-bottom: 50.74627%;
        }

.blogroll-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: url(../images/icon-prev.png)  no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}

    .blogroll-btn:active {
        background-image: url(../images/icon-prev-o.png);
    }

.blogroll-prev {
    left: 10px;
}

.blogroll-next {
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

footer {
    padding-top: 15vw;
    padding-bottom: 20px; background:#000;
}

.foot-nav li {
    border-bottom: 1px solid #dddddd;
}

    .foot-nav li.active h3 i::after {
        opacity: 0;
    }

.foot-nav h3 {
    position: relative;
}

    .foot-nav h3 a {
        font-size: 16px;
        color: #fff;
        display: block;
        padding: 13px 0;
    }

    .foot-nav h3 i {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 80px;
    }

        .foot-nav h3 i::before {
            content: '';
            position: absolute;
            top: 50%;
            height: 1px;
            width: 15px;
            background: #ddd;
            margin-top: -1px;
            right: 10px;
        }

        .foot-nav h3 i::after {
            content: '';
            position: absolute;
            top: 50%;
            height: 15px;
            width: 1px;
            background: #ddd;
            margin-top: -8px;
            right: 17px;
        }

.foot-nav .foot-subnav {
    padding-bottom: 10px;
    display: none;
}

    .foot-nav .foot-subnav a {
        display: block;
        font-size: 14px;
        line-height: 40px;
        color: #999;
    }

.foot-left {
    padding-top: 30px;
}

    .foot-left .foot-logo {
        margin-bottom: 15px;
        text-align: center;
    }

        .foot-left .foot-logo a {
            display: inline-block;
        }

        .foot-left .foot-logo img {
            height: 50px;
        }

    .foot-left .foot-qrcode {
        font-size: 0;
        margin-left: -10px;
        margin-right: -10px;
        text-align: center;
    }

        .foot-left .foot-qrcode .qr-box {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            text-align: center;
            padding: 0 10px;
        }

        .foot-left .foot-qrcode .pic {
            width: 80px;
            height: 80px;
            margin-bottom: 5px;
        }

            .foot-left .foot-qrcode .pic img {
                width: 100%;
                height: 100%;
            }

        .foot-left .foot-qrcode p {
            color: #999;
        }

    .foot-left .box2 {
        padding-top: 20px;
    }

        .foot-left .box2 ul {
            font-size: 0;
            text-align: center;
        }

        .foot-left .box2 li {
            font-size: 14px;
            display: inline-block;
            vertical-align: top;
            margin: 0 3px;
            position: relative;
        }

            .foot-left .box2 li:hover .qr-box {
                -webkit-transform: translate(-50%, -10px);
                -ms-transform: translate(-50%, -10px);
                -o-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px);
                pointer-events: auto;
                opacity: 1;
            }

        .foot-left .box2 .link-btn {
            display: block;
            width: 24px;
            height: 24px;
            background-size: 100% 100%;
            background-position: center center;
            background-repeat:  no-repeat;
        }

        .foot-left .box2 .qr-box {
            position: absolute;
            bottom: 100%;
            left: 50%;
            -webkit-transform: translate(-50%, -15px);
            -ms-transform: translate(-50%, -15px);
            -o-transform: translate(-50%, -15px);
            transform: translate(-50%, -15px);
            background: #fff;
            -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
            width: 100px;
            height: 100px;
            text-align: center;
            line-height: 100px;
            font-size: 0;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .foot-left .box2 .qr-box::after {
                content: '';
                position: absolute;
                left: 50%;
                top: 100%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 0;
                height: 0;
                _font-size: 0;
                _line-height: 0;
                _overflow: hidden;
                width: 0;
                height: 0;
                border-width: 6px;
                border-style: solid dashed dashed dashed;
                border-color: #fff transparent transparent transparent;
            }

            .foot-left .box2 .qr-box img {
                display: inline-block;
                width: 90px;
                height: 90px;
            }

/*åº•éƒ¨ e*/
/*å†…é¡µbanner s*/
.public-banner {
    position: relative;
}

    .public-banner .pic {
        overflow: hidden;
        position: relative;
    }

        .public-banner .pic img {
            width: 100%;
        }

    .public-banner .word {
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        text-align: center;
        color: #fff;
    }

        .public-banner .word h3 {
            line-height: 1;
            font-weight: bold;
        }

            .public-banner .word h3.en {
                font-size: 12px;
                letter-spacing: 3px;
                margin-bottom: 5px;
            }

            .public-banner .word h3.zh {
                font-size: 22px;
            }

    .public-banner .side-nav-toggle {
        background-color: #f0f0f0;
        padding: 10px 0;
        text-align: center;
        cursor: pointer;
        font-size: 0;
        overflow: hidden;
        position: relative;
    }

        .public-banner .side-nav-toggle::after {
            content: '';
            position: absolute;
            top: 17px;
            width: 10px;
            height: 10px;
            border-left: solid 2px #aaa;
            border-bottom: solid 2px #aaa;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-left: 8px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .public-banner .side-nav-toggle.active::after {
            top: 23px;
            -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
            -o-transform: rotate(-225deg);
            transform: rotate(-225deg);
        }

        .public-banner .side-nav-toggle span {
            line-height: 30px;
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
        }

    .public-banner .side-nav-list {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        z-index: 3;
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 10px 20px -15px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 10px 20px -15px;
    }

        .public-banner .side-nav-list li {
            border-bottom: solid 1px #ccc;
        }

        .public-banner .side-nav-list a {
            display: block;
            font-size: 16px;
            line-height: 30px;
            padding: 10px 20px;
        }

    .public-banner.public-banner2 .word {
        color: #df1214;
    }

/*å†…é¡µbanner e*/
/*è”ç³»æˆ‘ä»¬ s*/
.contactus .content {
    text-align: center;
    padding-bottom: 30px;
}

    .contactus .content > h3 {
        margin-bottom: 14px;
    }

    .contactus .content .contactus-tips {
        color: #333333;
        opacity: 0.3;
        font-weight: 200;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .contactus .content .word ul {
        font-size: 0;
    }

    .contactus .content .word li {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        width: 33.3333%;
        padding: 0 10px;
    }

    .contactus .content .word .icon {
        width: 44px;
        height: 44px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }

        .contactus .content .word .icon img {
            width: 100%;
            height: 100%;
        }

    .contactus .content .word h5 {
        color: #292d38;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .contactus .content .word p {
        color: #292d38;
        opacity: 0.8;
        line-height: 1.2;
        word-break: break-all;
    }

.map-box {
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
}

    .map-box #map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

/*è”ç³»æˆ‘ä»¬ e*/
/*å®žéªŒå®¤æ¦‚å†µ s*/
.aboutus {
    padding-bottom: 40px;
}

    .aboutus .year-box {
        text-align: center;
        position: relative;
    }

        .aboutus .year-box span {
            font-weight: bold;
            color: #f5f5f5;
            font-size: 120px;
            line-height: 1;
        }

        .aboutus .year-box h2 {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
            text-align: center;
            z-index: 2;
            line-height: 1;
            font-size: 24px;
        }

    .aboutus .txt-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .aboutus .txt-box .hgyPimg::after {
            padding-bottom: 66.66667%;
        }

        .aboutus .txt-box .right {
            background-color: #df1214;
            color: #fff;
            padding: 25px 15px;
        }

            .aboutus .txt-box .right .txt {
                max-height: 128px;
                padding-right: 10px;
                overflow-y: auto;
                overflow-x: hidden;
            }

                .aboutus .txt-box .right .txt::-webkit-scrollbar {
                    width: 2px;
                    height: 8px;
                    background-color: rgba(255, 255, 255, 0.1);
                }

                .aboutus .txt-box .right .txt::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    background-color: rgba(255, 255, 255, 0.1);
                }

                .aboutus .txt-box .right .txt::-webkit-scrollbar-thumb {
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    background-color: #fff;
                }

.about-word {
    margin-top: 20px;
}

.about-tips, .about-tips2 {
    margin-top: 20px;
}

.about-area2 {
    margin-top: 30px;
    color: #828282;
}

    .about-area2 h4 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
        color: #333;
    }

    .about-area2 .txt-l {
        margin-bottom: 15px;
    }

    .about-area2 .pic {
        display: none;
    }

/*å®žéªŒå®¤æ¦‚å†µ e*/
/*ä¸»ä»»å¯„è¯­ s*/
.person-info {
    padding-bottom: 40px;
}

    .person-info .content-box {
        margin-top: 30px;
    }

.person-swiper {
    overflow: hidden;
}

    .person-swiper .item {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .person-swiper .pic {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        max-width: 221px;
    }

    .person-swiper .hgyPimg::after {
        padding-bottom: 113.57466%;
    }

    .person-swiper .word {
        display: table-cell;
        vertical-align: middle;
        width: 60%;
        padding-left: 15px;
        position: relative;
        padding-top: 10px;
    }

        .person-swiper .word .txt {
            margin-bottom: 5px;
        }

        .person-swiper .word .link {
            color: #1c51a1;
            line-height: 1;
        }

    .person-swiper .title h2 {
        font-size: 18px;
        line-height: 1;
        color: #df1214;
        padding-left: 10px;
        border-left: solid 2px #1c51a1;
        margin-bottom: 5px;
    }

    .person-swiper .title h4 {
        font-size: 14px;
        color: #df1214;
        font-weight: 200;
        padding-left: 10px;
    }

    .person-swiper .desc {
        margin-top: 8px;
        line-height: 22px;
        //max-height: 66px;
        padding-right: 10px;
        //overflow-y: auto;
        //overflow-x: hidden;
        color: #919191;
    }

        .person-swiper .desc::-webkit-scrollbar {
            width: 2px;
            height: 8px;
            background-color: rgba(0, 0, 0, 0);
        }

        .person-swiper .desc::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .person-swiper .desc::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

.person-ctrl {
    font-size: 0;
    text-align: center;
    margin-top: 15px;
}

    .person-ctrl div {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: url(../images/icon-prev2.png)  no-repeat center center;
        background-size: 100% 100%;
        margin: 0 5px;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .person-ctrl div:active {
            background-image: url(../images/icon-prev2-o.png);
        }

    .person-ctrl .person-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*ä¸»ä»»å¯„è¯­ e*/
/*å…±å»ºå•ä½ s*/
.customer {
    padding-bottom: 40px;
}

.customer-swiper {
    overflow: hidden;
}

    .customer-swiper .item {
        display: block;
        border: solid 1px #e5e5e5;
        background: #f7f7f7;
    }

        .customer-swiper .item::after {
            padding-bottom: 62.69231%;
        }

.customer-page {
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin-top: 15px;
}

    .customer-page span {
        margin: 0 5px;
        background-color: #dcdcdc;
    }

    .customer-page .swiper-pagination-bullet-active {
        background-color: #df1214;
    }

/*å…±å»ºå•ä½ e*/
/*ç®¡ç†å›¢é˜Ÿ s*/
.team {
    padding-bottom: 40px;
}

.team-list ul {
    font-size: 0;
}

.team-list .leader {
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 20px;
}

.team-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.team-list .pic {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

    .team-list .pic img {
        width: 100%;
        height: 100%;
    }

.team-list h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.team-list .title {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    color: #909090;
    display: -webkit-box;
    height: 36px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*æ ¸å¿ƒæˆå‘˜ s*/
.team2-list ul {
    font-size: 0;
}

.team2-list .leader {
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 20px;
}

.team2-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.team2-list .pic {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

    .team2-list .pic img {
        width: 100%;
        height: 100%;
    }

.team2-list h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.team2-list .title {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    color: #909090;
    display: -webkit-box;
    height: 36px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*æ ¸å¿ƒæˆå‘˜ e*/


/*ç®¡ç†å›¢é˜Ÿ e*/
/*ç†äº‹ä¼š s*/
.council {
    padding-bottom: 40px;
}

.council-list ul {
    font-size: 0;
    margin-left: -6px;
    margin-right: -6px;
}

.council-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

.council-list .word {
    text-align: center;
    padding-top: 10px;
}

    .council-list .word h2 {
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .council-list .word .title {
        color: #909090;
        line-height: 16px;
    }

.council-list .hgyPimg::after {
    padding-bottom: 126.31579%;
}

/*ç†äº‹ä¼š e*/
/*ä½“ç³»æž¶æž„ s*/
.architecture {
    padding-bottom: 40px;
}

/*ä½“ç³»æž¶æž„ e*/
/*å­¦å£«å§”å‘˜ä¼š s*/
.scholar {
    padding-bottom: 10px;
}

.scholar-list .lv-box {
    border-top: solid 1px #e9e9e9;
    padding-top: 40px;
    position: relative;
}

    .scholar-list .lv-box.lv2 .level {
        background: #105ad5;
        border-color: #9CBAEB;
    }

    .scholar-list .lv-box.lv3 .level {
        background: #2875f5;
        border-color: #A5C4F7;
    }

.scholar-list .level {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #df1214;
    top: -15px;
    border: solid 3px #9DB1D2;
    min-width: 90px;
    text-align: center;
}

.scholar-list ul {
    font-size: 0;
    text-align: center;
    padding-bottom: 10px;
}

.scholar-list .lv3 ul {
    text-align: left;
}

.scholar-list .lv3 li {
    text-align: center;
}

.scholar-list li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 8px;
    margin-bottom: 20px;
}

    .scholar-list li .hgyAutoImg {
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }

        .scholar-list li .hgyAutoImg img {
            width: 100%;
        }

    .scholar-list li h2 {
        font-weight: bold;
        font-size: 16px;
        color: #3b405b;
        letter-spacing: -1px;
    }

/*å­¦å£«å§”å‘˜ä¼š e*/
/*ç§‘ç ”å›¢é˜Ÿ s*/
.science-screen {
    margin-top: 20px;
}

    .science-screen .screen-form form {
        font-size: 0;
        margin-left: -5px;
        margin-right: -5px;
    }

    .science-screen .screen-form .form-submit {
        padding: 0 5px;
        margin-top: 10px;
    }

        .science-screen .screen-form .form-submit button {
            height: 40px;
            line-height: 40px;
            padding: 0;
            width: 60px;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: #df1214 url(../images/icon-search-w.png)  no-repeat center center;
        }

    .science-screen .screen-form .form-area {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 5px;
    }

        .science-screen .screen-form .form-area.username .input-box {
            position: relative;
            padding-left: 40px;
        }

        .science-screen .screen-form .form-area.username span {
            line-height: 40px;
            position: absolute;
            left: 10px;
            top: 0;
            font-size: 14px;
        }

    .science-screen .screen-form .input-box {
        border: solid 1px #dddddd;
        background: #fff;
    }

        .science-screen .screen-form .input-box input {
            height: 40px;
            padding: 0 10px;
            background: none;
            outline: none;
            width: 100%;
        }

.initials-box {
    margin-top: 20px;
    padding-bottom: 20px;
    background: url(../images/line.png)  no-repeat left bottom;
    background-size: 100% auto;
}

.initials-list {
    position: relative;
    padding-left: 46px;
}

    .initials-list .all {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .initials-list .all a {
            display: block;
            line-height: 36px;
            text-align: center;
            color: #fff;
            background-color: #000000;
            font-size: 12px;
        }

    .initials-list ul {
        font-size: 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 5px;
    }

        .initials-list ul::-webkit-scrollbar {
            width: auto;
            height: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .initials-list ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .initials-list ul::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

        .initials-list ul li {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            border: solid 1px #dddddd;
            border-right: 0;
        }

            .initials-list ul li:last-child {
                border-right: solid 1px #ddd;
            }

            .initials-list ul li a {
                display: block;
                width: 34px;
                line-height: 34px;
                background: #fff;
                color: #999999;
                text-align: center;
            }

            .initials-list ul li.cur {
                border-color: #000;
            }

                .initials-list ul li.cur a {
                    background: #000;
                    color: #fff;
                }

.initials-result {
    padding-left: 46px;
    margin-top: 15px;
}

    .initials-result ul {
        font-size: 0;
        max-height: 81px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .initials-result ul::-webkit-scrollbar {
            width: 2px;
            height: 8px;
            background-color: rgba(0, 0, 0, 0);
        }

        .initials-result ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .initials-result ul::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

    .initials-result li {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        width: 25%;
    }

        .initials-result li.nodata {
            width: 100%;
            text-align: center;
            color: #999;
            padding: 10px 0;
        }

        .initials-result li a {
            display: inline-block;
            padding: 4px 0;
            color: #666666;
        }

.science-team {
    padding-bottom: 20px;
}

.science-team-list li:first-child .item {
    border: 0;
}

.science-team-list .item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0;
    border-top: solid 1px #dfdfdf;
}

.science-team-list .pic {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    max-width: 200px;
}

.science-team-list .hgyPimg::after {
    padding-bottom: 122%;
}

.science-team-list .word {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding-left: 10px;
}

.science-team-list .title {
    margin-bottom: 8px;
}

    .science-team-list .title h2 {
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .science-team-list .title p {
        color: #828282;
        font-weight: bold;
        font-size: 13px;
    }

.science-team-list .desc h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}

.science-team-list .desc .txt {
    color: #828282;
    margin-bottom: 5px;
    display: -webkit-box;
    height: 36px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.science-team-list .desc .btxt {
    font-size: 16px;
    line-height: 1.2;
    color: #df1214;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*ç§‘ç ”å›¢é˜Ÿ e*/
/*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… s*/
.science-detail {
    padding-top: 30px;
    padding-bottom: 40px; overflow:hidden;
}

.science-detail-info {
    padding: 20px 20px 25px;
    background: url(../images/detail-bg.jpg)  no-repeat center center;
    background-size: 100% 100%;
}

    .science-detail-info .hgyPimg {
        max-width: 401px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

        .science-detail-info .hgyPimg::after {
            padding-bottom: 131.9202%;
        }

    .science-detail-info .word {
        margin-top: 15px;
        color: #fff;
    }

        .science-detail-info .word a {
            color: #fefefe;
        }

        .science-detail-info .word .txt {
            padding-top: 12px;
        }

            .science-detail-info .word .txt > h4 {
                margin-bottom: 8px;
            }

        .science-detail-info .word .desc {
            line-height: 20px;
            padding-right: 10px;
            overflow-y: auto;
            overflow-x: hidden;
            max-height: 80px;
        }

            .science-detail-info .word .desc::-webkit-scrollbar {
                width: 2px;
                height: 8px;
                background-color: rgba(0, 0, 0, 0);
            }

            .science-detail-info .word .desc::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0);
            }

            .science-detail-info .word .desc::-webkit-scrollbar-thumb {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background-color: #fff;
            }

        .science-detail-info .word .name {
            font-size: 0;
            padding-bottom: 10px;
            border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        }

            .science-detail-info .word .name h2 {
                line-height: 1;
                display: inline-block;
                vertical-align: bottom;
            }

                .science-detail-info .word .name h2.zh {
                    font-size: 18px;
                    letter-spacing: -1px;
                }

                .science-detail-info .word .name h2.en {
                    font-family: 'å®‹ä½“';
                    font-weight: bold;
                    padding-left: 8px;
                    font-size: 14px;
                }

.personal-signature {
    margin-top: 20px;
}

    .personal-signature h4 {
        letter-spacing: -1px;
        color: #515b61;
        font-weight: 200;
        font-size: 20px;
    }

.science-content-box {
    padding-top: 10px;
}

    .science-content-box .item {
        margin-top: 25px;
    }

        .science-content-box .item > h3 {
            color: #222222;
            font-size: 18px;
            line-height: 1;
            margin-bottom: 8px;
        }

    .science-content-box .txt-box {
        color: #666666;
    }

        .science-content-box .txt-box.area1 {
            padding-top: 10px;
        }

            .science-content-box .txt-box.area1 ul {
                border-left: solid 1px #dbdbdb;
                padding: 15px 0;
                position: relative;
            }

                .science-content-box .txt-box.area1 ul::before, .science-content-box .txt-box.area1 ul::after {
                    content: '';
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    background-color: #dbdbdb;
                    left: -3px;
                }

                .science-content-box .txt-box.area1 ul::before {
                    top: -3px;
                }

                .science-content-box .txt-box.area1 ul::after {
                    bottom: -3px;
                }

            .science-content-box .txt-box.area1 li {
                position: relative;
                padding-left: 100px;
                line-height: 18px;
                padding-top: 6px;
                padding-bottom: 6px;
            }

                .science-content-box .txt-box.area1 li .year {
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding-left: 15px;
                    font-size: 14px;
                    width: 100px;
                    padding-top: 6px;
                    padding-bottom: 6px;
                    color: #333;
                }

                    .science-content-box .txt-box.area1 li .year::before {
                        content: '';
                        position: absolute;
                        width: 5px;
                        height: 5px;
                        -webkit-border-radius: 100%;
                        border-radius: 100%;
                        background-color: #dbdbdb;
                        left: -3px;
                        top: 11px;
                    }

                .science-content-box .txt-box.area1 li .txt {
                    overflow: hidden;
                }

/*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… e*/
/*è£…ç½®å¹³å° s*/
.terrace-list {
    margin-top: 20px;
}

    .terrace-list ul {
        font-size: 0;
        margin-left: -6px;
        margin-right: -6px;
    }

    .terrace-list li {
        display: inline-block;
        vertical-align: top;
        padding: 0 6px;
        margin-bottom: 8px;
        width: 50%;
        font-size: 14px;
    }

    .terrace-list .item {
        display: block;
    }

    .terrace-list .hgyPimg::after {
        padding-bottom: 100%;
    }

    .terrace-list h2 {

        font-size: 16px;
        padding: 8px 5px;
  
        text-overflow: ellipsis;
        overflow: hidden;
    }
	
	.picture-list {
    margin-top: 20px;
}

    .picture-list ul {
        font-size: 0;
        margin-left: -6px;
        margin-right: -6px;
    }

    .picture-list li {
        display: inline-block;
        vertical-align: top;
        padding: 0 6px;
        margin-bottom: 8px;
        width: 50%;
        font-size: 14px;
    }

    .picture-list .item {
        display: block;
    }

    .picture-list .hgyPimg::after {
        padding-bottom:100%;
    }

    .picture-list h2 {
        text-align: center;
        font-size: 16px;
        padding: 8px 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.system-box {
    margin-top: 30px;
    position: relative;
    max-width:1920px;
    margin:0px auto;
}

    .system-box .pic {
        overflow: hidden;
    }

        .system-box .pic img {
            height: 150px;
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            transition: all 0.3s;
        }
        .system-box:hover .pic img{transform: translateX(-50%) scale(1.1);}

    .system-box .word {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        color: #fff;
    }

        .system-box .word .zh {
            font-weight: 200;
            font-size: 20px;
        }

        .system-box .word .en {
            opacity: 0.4;
            letter-spacing: -1px;
            font-weight: 200;
            font-weight:700;
        }

        .system-box .word .link span {
            margin-left: auto;
            margin-right: auto;
            height: 30px;
            width: 80px;
            display: block;
            background: url(../images/w-right.png)  no-repeat center bottom;
        }

/*è£…ç½®å¹³å° e*/
/*è£…ç½®å¹³å°è¯¦æƒ… s*/
.terrace-detail {
    padding-bottom: 40px;
}

.terrace-detail-desc {
    margin-top: 20px;
    color: #333;
}

.terrace-detail-list {
    margin-top: 25px;
}

    .terrace-detail-list ul {
        font-size: 0;
        margin-left: -6px;
        margin-right: -6px;
    }

    .terrace-detail-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        font-size: 14px;
        padding: 0 6px;
        margin-bottom: 8px;
    }

    .terrace-detail-list h2 {
        line-height: 20px;
        padding: 8px 0;
        text-align: center;
        color: #df1214;
        font-size: 16px;
    }

    .terrace-detail-list .hgyPimg::after {
        padding-bottom: 72.14286%;
    }

.terrace-detail-word {
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
    position: relative;
}

    .terrace-detail-word::before, .terrace-detail-word::after {
        content: '';
        width: 15px;
        height: 15px;
        background: url(../images/icon-sup.png)  no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
    }

    .terrace-detail-word::before {
        top: 0;
        left: 0;
    }

    .terrace-detail-word::after {
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*è£…ç½®å¹³å°è¯¦æƒ… e*/
/*è”åˆæœºæž„ s*/
.organ-list-box {
    margin-top: 20px;
}

.organ-list ul {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.organ-list li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 4px;
    max-width: 267px;
    margin-bottom: 8px;
}

    .organ-list li .word {
        display: none !important;
    }

.organ-list .item {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #f7f8f9;
    border: solid 1px #dedede;
}

    .organ-list .item h2 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        padding: 0 10px;
        width: 100%;
    }

    .organ-list .item .wap-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.organ-list .box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.organ-list .pic {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    max-height: 60%;
    margin-bottom: 8px;
}

    .organ-list .pic img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 80%;
        max-height: 80%;
    }

.other-organ {
    padding-bottom: 35px;
}

.organ-content-view {
    display: none;
}

/*è”åˆæœºæž„ e*/
/*æœºæž„è¯¦æƒ… s*/
.organ-detail {
    padding-top: 30px;
}

.organ-detail-area1 {
    padding-bottom: 20px;
}

    .organ-detail-area1 h2 {
        line-height: 1;
        margin-bottom: 15px;
    }

    .organ-detail-area1 .area1-box .hgyPimg::after {
        padding-bottom: 50%;
    }

    .organ-detail-area1 .area1-box .view {
        position: relative;
    }

    .organ-detail-area1 .area1-box .title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

        .organ-detail-area1 .area1-box .title span {
            font-size: 40px;
            font-weight: bold;
            color: transparent;
            -webkit-text-stroke: 1px #fff;
            opacity: .2;
        }

        .organ-detail-area1 .area1-box .title p {
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            font-size: 18px;
            letter-spacing: 2px;
        }

    .organ-detail-area1 .word {
        color: #666666;
        padding: 15px 0;
    }

        .organ-detail-area1 .word .txt {
            padding-right: 10px;
            line-height: 20px;
            max-height: 80px;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .organ-detail-area1 .word .txt::-webkit-scrollbar {
                width: 2px;
                height: 8px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-detail-area1 .word .txt::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-detail-area1 .word .txt::-webkit-scrollbar-thumb {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background-color: #044ea3;
            }

.organ-detail-area2 {
    position: relative;
}

    .organ-detail-area2 .hgyPimg::after {
        padding-bottom: 375px;
    }

    .organ-detail-area2 .word {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }

    .organ-detail-area2 li {
        margin-bottom: 15px;
    }

        .organ-detail-area2 li .item {
            background-color: #f8f8f8;
            padding: 15px;
            -webkit-box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.2);
        }

        .organ-detail-area2 li:last-child {
            margin-bottom: 0px;
        }

        .organ-detail-area2 li h2 {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .organ-detail-area2 li .desc {
            color: #666666;
            line-height: 20px;
            height: 60px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 10px;
        }

            .organ-detail-area2 li .desc::-webkit-scrollbar {
                width: 2px;
                height: 8px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-detail-area2 li .desc::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-detail-area2 li .desc::-webkit-scrollbar-thumb {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background-color: #044ea3;
            }

.organ-detail-area3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .organ-detail-area3 .view {
        position: relative;
    }

.organ-swiper {
    overflow: hidden;
}

    .organ-swiper .pic {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        max-width: 422px;
        margin-bottom: 18px;
    }

    .organ-swiper .hgyPimg::after {
        padding-bottom: 122.74882%;
    }

    .organ-swiper .name {
        text-align: center;
        letter-spacing: -1px;
        color: #df1214;
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .organ-swiper .word h3 {
        text-align: center;
        color: #333333;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .organ-swiper .word .txt {
        margin-left: auto;
        margin-right: auto;
        color: #999999;
        max-width: 70%;
        line-height: 20px;
        max-height: 80px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 10px;
    }

        .organ-swiper .word .txt::-webkit-scrollbar {
            width: 2px;
            height: 8px;
            background-color: rgba(0, 0, 0, 0);
        }

        .organ-swiper .word .txt::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .organ-swiper .word .txt::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

.organ-sw-ctrl {
    display: none;
}

.organ-prev, .organ-next {
    position: absolute;
    top: 30%;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: url(../images/icon-prev.png)  no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}

    .organ-prev:active, .organ-next:active {
        background-image: url(../images/icon-prev-o.png);
    }

.organ-prev {
    left: 10%;
}

.organ-next {
    right: 10%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.organ-detail-area4 {
    padding: 30px 0;
    background-color: #efefef;
}

    .organ-detail-area4 h4 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .organ-detail-area4 li {
        margin-bottom: 15px;
    }

    .organ-detail-area4 .item {
        background: #fff;
        padding: 15px;
    }

        .organ-detail-area4 .item h2 {
            font-size: 16px;
            line-height: 1.2;
            margin-bottom: 5px;
        }

        .organ-detail-area4 .item .txt {
            color: #666666;
            line-height: 20px;
            height: 80px;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .organ-detail-area4 .item .txt::-webkit-scrollbar {
                width: 2px;
                height: 8px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-detail-area4 .item .txt::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-detail-area4 .item .txt::-webkit-scrollbar-thumb {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background-color: #df1214;
            }

/*æœºæž„è¯¦æƒ… e*/
/*å…šå»ºåŠ¨æ€ s*/
.party-news {
    padding-bottom: 40px;
}

.party-news-box .item {
    margin-bottom: 30px;
}

    .party-news-box .item:last-child {
        margin-bottom: 0;
    }

.party-news-box .item-ctrl {
    margin-bottom: 20px;
}

    .party-news-box .item-ctrl h4 {
        float: left;
        line-height: 36px;
        font-weight: bold;
        font-size: 18px;
    }

    .party-news-box .item-ctrl .link {
        float: right;
    }

        .party-news-box .item-ctrl .link a {
            width: 120px;
            display: block;
            line-height: 34px;
            border: solid 1px #df1214;
            text-align: center;
            background: #fff url(../images/s-news-arrow-icon.png)  no-repeat 10px center;
            color: #a7a7a7;
            padding-left: 30px;
        }

.party-news-box .topping-box .topping {
    display: block;
    border-bottom: 1px #ddd dotted;
}

.party-news-box .topping-box .hgyPimg::after {
    padding-bottom: 64.65753%;
}

.party-news-box .topping-box .word {
    overflow: hidden;
    padding: 15px 0;
}

    .party-news-box .topping-box .word h2 {
        font-size: 16px;
        color: #333;
        line-height: 1.2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .party-news-box .topping-box .word .date {
        color: #7a7a7a;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .party-news-box .topping-box .word .desc {
        color: #999999;
        line-height: 18px;
        display: -webkit-box;
        height: 36px;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

/*å…šå»ºåŠ¨æ€ e*/
/*é’å¹´é£Žé‡‡ s*/
.party-all-content {
    margin-top: 30px;
}

    .party-all-content .topping-box .topping {
        display: block;
        -webkit-box-shadow: 0px 0px 20px 0px #eeeeee;
        box-shadow: 0px 0px 20px 0px #eeeeee;
    }

    .party-all-content .topping-box .hgyPimg::after {
        padding-bottom: 59.18367%;
    }

    .party-all-content .topping-box .word {
        padding: 15px;
    }

        .party-all-content .topping-box .word h2 {
            font-size: 16px;
            margin-bottom: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .party-all-content .topping-box .word .date {
            color: #7a7a7a;
            margin-bottom: 10px;
        }

        .party-all-content .topping-box .word .desc {
            color: #999999;
            display: -webkit-box;
            height: 36px;
            line-height: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 15px;
        }

        .party-all-content .topping-box .word .link span {
            display: inline-block;
            line-height: 30px;
            border: solid 1px #db0400;
            -webkit-border-radius: 1000px;
            border-radius: 1000px;
            text-align: center;
            color: #db0400;
            padding: 0 18px;
        }

.party-all-view {
    margin-top: 15px;
}

.party-all-list {
    padding-bottom: 40px;
}

    .party-all-list .public-more {
        margin-top: 20px;
        display: inline-block;
    }

/*é’å¹´é£Žé‡‡ e*/
/*é¦–é¡µ s*/

.inbanner-swiper {
    overflow: hidden;
    position: relative;
}
    .inbanner-swiper .swiper-slide{ overflow: hidden;}
    .inbanner-swiper video{
        width: 120%;position: absolute;left: 50%;top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 16;
        -o-object-fit: cover;
        object-fit: cover;}
    .inbanner-swiper .hgyPimg::after {
        padding-bottom: 52.08333%;
    }

    .inbanner-swiper .word {
        position: absolute;
       bottom:10%;
        left: 0;
        width: 100%;
        text-align: left;
        z-index: 2;
    }

        .inbanner-swiper .word .en {
            color: #fff;
            opacity: 0.8;
            font-size: 24px;
            margin-bottom: 2px;
            line-height: 1.1;
        }

        .inbanner-swiper .word .zh {
            font-weight: bold;
            font-size: 22px;
            color: #fff;
        }

            .inbanner-swiper .word .zh span {
                color: #fff;
            }

.inbanner-page {
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    font-size: 0;
    line-height: 1;
    bottom: 10px;
}

    .inbanner-page span {
        margin: 0 7px;
        width: 8px;
        height:8px;
        -webkit-border-radius: 1000px;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 0.5;
        position: relative;
    }

    .inbanner-page .swiper-pagination-bullet-active,
    .swiper-pagination-clickable .swiper-pagination-bullet:hover {
        opacity: 1;
        margin: 0 8px;
    }
    .inbanner-page .swiper-pagination-bullet-active::before,
    .swiper-pagination-clickable .swiper-pagination-bullet:hover::before{
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border:1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


.indynamic {
    margin-top: 20px;
    background-color: #fbfbfb;
    padding-top: 30px;
    padding-bottom: 30px;
}

.indynamic-swiper {
    padding-top: 16vw;
    padding-bottom: 16vw;
    overflow: hidden;
}

    .indynamic-swiper .hgyPimg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(7, 31, 61, 0.3);
        z-index: 3;
    }

    .indynamic-swiper .hgyPimg::after {
        padding-bottom: 62.99766%;
    }

    .indynamic-swiper .swiper-slide {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .indynamic-swiper .swiper-slide.cur {
            position: relative;
            z-index: 9;
            -webkit-transform: scale(1.6);
            -ms-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
            -webkit-box-shadow: 0 8px 20px -12px #d5d5d5;
            box-shadow: 0 8px 20px -12px #d5d5d5;
        }

            .indynamic-swiper .swiper-slide.cur .hgyPimg::before {
                opacity: 0;
            }

.indynamic-list .item {
    text-align: center;
    display: none;
}

    .indynamic-list .item:first-child {
        display: block;
    }

    .indynamic-list .item.cur .date {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .indynamic-list .item.cur h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
        opacity: 1;
    }

    .indynamic-list .item.cur .desc {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
        opacity: 1;
    }

    .indynamic-list .item .date {
        color: #df1214;
        font-weight: bold;
        margin-bottom: 3px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }

    .indynamic-list .item h2 {
        color: #222222;
        font-size: 16px;
        margin-bottom: 10px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    .indynamic-list .item .desc {
        color: #666666;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        display: -webkit-box;
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

.indynamic-page {
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin-top: 18px;
}

    .indynamic-page span {
        margin: 0 8px;
        background-color: #dbdbdb;
        position: relative;
    }

        .indynamic-page span::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 233.33333%;
            height: 233.33333%;
            border: solid 1px #df1214;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            opacity: 0;
        }

    .indynamic-page .swiper-pagination-bullet-active {
        background: #df1214;
    }

        .indynamic-page .swiper-pagination-bullet-active::after {
            opacity: 1;
        }

.innotice {
    padding: 20px 0;
    background: #fbfbfb;
}

/* .innotice-ctrl h3 {
    float: left;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0 12px;
    z-index: 2;
}

    .innotice-ctrl h3::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #df1214;
        -webkit-transform: skewX(-35deg);
        -ms-transform: skewX(-35deg);
        -o-transform: skewX(-35deg);
        transform: skewX(-35deg);
    } */

.innotice-list {
    margin-top: 15px;
}

    .innotice-list .item {
        display: block;
        line-height: 30px;
    }

        .innotice-list .item span {
            float: left;
            color: #787878;
            padding-right: 20px;
        }

        .innotice-list .item h2 {
        
            font-size: 18px;
        }

.innotice-swiper {
    height: 77px;
    overflow: hidden;
}

.innews {
    padding-top: 30px;
    padding-bottom: 35px;
}
.innews .LMore{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    float: right;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
}
.innews .LMore:hover{
    font-weight: bold;
    border-bottom-color: #fff;
}


.innews-content {
    margin-top: 25px;
}

.innews-left .item {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
}

.innews-left .hgyPimg {
    display: inline-block;
    vertical-align: middle;
    width: 32.46753%;
    max-width: 150px;
}

.innews-left .word {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 67.53247%;
    padding-left: 10px;
}

    .innews-left .word h2 {
        color: #222222;
        font-size: 16px;
        margin-bottom: 20px;
        display: -webkit-box;
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .innews-left .word .date {
        color: #999999;
    }

.innews-right .right-box {
    margin-left: -5px;
    margin-right: -5px;
}

.innews-right .innews-topping {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .innews-right .innews-topping .hgyPimg::after {
        padding-bottom: 75.556%;
    }

.innews-right .topping {
    position: relative;
    display: block;
}

    .innews-right .topping > h3 {
        position: absolute;
        top: 20px;
        left: 15px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .innews-right .topping .word {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 50%;
        /* background: rgba(0, 0, 0, 0.7); */
        color: #fff;
        padding: 30px 15px 0 15px;
    }

        .innews-right .topping .word h2 {
            font-size: 16px;
            margin-bottom: 8px;
        
            overflow: hidden;
        }

        .innews-right .topping .word .desc {
            display: -webkit-box;
            height: 40px;
            line-height: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            opacity: 0.6;
        }

        .innews-right .topping .word .date {
            position: absolute;
            bottom: 15px;
            left: 15px;
        }

.innews-right .innews-other {
    padding: 0 5px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 0;
}

    .innews-right .innews-other .item {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 5px;
        font-size: 14px;
        position: relative;
    }

        .innews-right .innews-other .item.media {
            margin-bottom: 10px;
        }

            .innews-right .innews-other .item.media {
                background-color: #df1214;
            }

        .innews-right .innews-other .item.special {
            background-color: #2384bc;
            background-image: url(../images/about_bg.jpg);
            background-size: 100% auto;
            background-position: left bottom;
            background-repeat:  no-repeat;
        }

        .innews-right .innews-other .item .Lcon {
            display: block;
            width: 100%;
            /* height: 100%; */
            padding: 15px;
        }

        .innews-right .innews-other .item h3 {
            font-size: 18px;
            font-weight: bold;
            color: #a6dfe6;
            margin-bottom: 8px;
        }

        .innews-right .innews-other .item h2 {
            color: #fff;
            font-size: 16px;
            margin-bottom: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .innews-right .innews-other .item .desc {
            color: #fff;
            opacity: 0.6;
            display: -webkit-box;
            height: 36px;
            line-height: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 10px;
        }

        .innews-right .innews-other .item .date {
            color: #ffffff;
        }

.inscience {
    padding: 30px 0;
}

.inscience-list {
    margin-top: 20px;
}

.inscience-ul {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

    .inscience-ul::-webkit-scrollbar {
        width: auto;
        height: 2px;
        background-color: rgba(0, 0, 0, 0);
    }

    .inscience-ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0);
    }

    .inscience-ul::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .inscience-ul li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        margin-right: 10px;
    }

        .inscience-ul li.wap-cur .content {
            top: 0;
            opacity: 1;
        }

    .inscience-ul .item {
        position: relative;
        overflow: hidden;
    }

    .inscience-ul .content {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }

        .inscience-ul .content .txt {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            width: 100%;
            padding: 0 15px;
            white-space: normal;
            max-height: 80%;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .inscience-ul .content .txt a {
                display: block;
                line-height: 20px;
                padding: 5px 0;
            }

    .inscience-ul .info {
        position: relative;
    }

        .inscience-ul .info .word {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            width: 100%;
            padding: 0 10px;
            color: #fff;
            text-align: center;
        }

        .inscience-ul .info .icon {
            width: 50px;
            height: 50px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 35px;
            position: relative;
        }

            .inscience-ul .info .icon::after {
                content: '';
                position: absolute;
                bottom: -14px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                height: 2px;
                width: 22px;
                -webkit-border-radius: 100px;
                border-radius: 100px;
                background: #fff;
            }

            .inscience-ul .info .icon img {
                width: 100%;
                height: 100%;
            }

        .inscience-ul .info .txt .en {
            font-size: 18px;
            letter-spacing: -1px;
            margin-bottom: 3px;
        }

        .inscience-ul .info .txt .zh {
            font-size: 16px;
            font-weight: bold;
        }

    .inscience-ul .hgyPimg::after {
        padding-bottom: 178.65497%;
    }

/*é¦–é¡µ e*/
/*æœç´¢ç»“æžœ s*/
.insearch {
    padding-bottom: 40px;
}

/*æœç´¢ç»“æžœ e*/


@media (min-width: 768px) { /*åº•éƒ¨ s*/
    .blogroll {
        background-size: 100% 100%;
    }

        .blogroll .area {
            max-height: 280px;
        }

    .blogroll-content {
        padding: 20px 100px;
    }

    .blogroll-prev {
        left: 30px;
    }

    .blogroll-next {
        right: 30px;
    }

    footer {
        padding-top: 10vw;
    }
    /*åº•éƒ¨ e*/
    /*å®žéªŒå®¤æ¦‚å†µ s*/
    .aboutus .txt-box {
        position: relative;
    }

        .aboutus .txt-box .left {
            width: 50%;
        }

        .aboutus .txt-box .right {
            width: 50%;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            padding: 0;
        }

            .aboutus .txt-box .right .box {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                padding: 0 15px;
            }

            .aboutus .txt-box .right .txt {
                max-height: 170px;
            }
    /*å®žéªŒå®¤æ¦‚å†µ e*/
    /*ä¸»ä»»å¯„è¯­ s*/
    .person-info .content-box {
        padding: 0 50px;
        position: relative;
    }

    .person-ctrl div {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }

    .person-ctrl .person-prev {
        left: 0;
    }

    .person-ctrl .person-next {
        right: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .person-swiper .pic {
        width: 221px;
        vertical-align: top;
    }

    .person-swiper .word {
        width: 100%;
        vertical-align: top;
    }

    .person-swiper .title {
        font-size: 0;
    }

        .person-swiper .title h2 {
            display: inline-block;
            vertical-align: bottom;
            font-size: 20px;
            margin-bottom: 0;
        }

        .person-swiper .title h4 {
            line-height: 1;
            display: inline-block;
            vertical-align: bottom;
        }

    .person-swiper .desc {
        margin-top: 20px;
        /* //max-height: 110px; */
    }
    /*ä¸»ä»»å¯„è¯­ e*/
    /*ç®¡ç†å›¢é˜Ÿ s*/
    .team-list li {
        width: 33.3333%;
    }
    /*ç®¡ç†å›¢é˜Ÿ e*/
    /*ç†äº‹ä¼š s*/
    .council-list li {
        width: 33.3333%;
    }
    /*ç†äº‹ä¼š e*/
    /*å­¦å£«å§”å‘˜ä¼š s*/
    .scholar-list li {
        width: 25%;
    }
    /*å­¦å£«å§”å‘˜ä¼š e*/
    /*ç§‘ç ”å›¢é˜Ÿ s*/
    .science-screen .screen-form form {
        position: relative;
        padding-right: 52px;
    }

    .science-screen .screen-form .form-submit {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

        .science-screen .screen-form .form-submit button {
            width: 42px;
            height: 42px;
        }

    .initials-result li {
        width: 12.5%;
    }

    .science-team-list .pic {
        width: 16.66667%;
    }

    .science-team-list .word {
        width: 83.33333%;
    }
    /*ç§‘ç ”å›¢é˜Ÿ e*/
    /*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… s*/
    .science-detail-info {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .science-detail-info .pic {
            width: 40%;
            position: absolute;
            bottom: 0;
            left: 60%;
        }

        .science-detail-info .view-box {
            width: 50%;
            max-width: 430px;
        }
    /*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… e*/
    /*è£…ç½®å¹³å° s*/
    .terrace-list li {
        width: 33.33333%;
    }
	.picture-list li{width:20%;}
    /*è£…ç½®å¹³å° e*/
    /*è£…ç½®å¹³å°è¯¦æƒ… s*/
    .terrace-detail-list ul {
        text-align: center;
    }

    .terrace-detail-list li {
        width: 25%;
    }

    .terrace-detail-word {
        max-width: 857px;
        margin-left: auto;
        margin-right: auto;
    }
    /*è£…ç½®å¹³å°è¯¦æƒ… e*/
    /*æœºæž„è¯¦æƒ… s*/
    .organ-detail-area2 ul {
        font-size: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .organ-detail-area2 li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        margin: 0;
        width: 50%;
        font-size: 14px;
    }

    .organ-detail-area4 ul {
        font-size: 0;
        margin-left: -6px;
        margin-right: -6px;
    }

    .organ-detail-area4 li {
        display: inline-block;
        vertical-align: top;
        width: 33.3333%;
        padding: 0 6px;
        font-size: 14px;
    }
    /*æœºæž„è¯¦æƒ… e*/
    /*å…šå»ºåŠ¨æ€ s*/
    .party-news-box .topping-box {
        margin-bottom: 20px;
    }

        .party-news-box .topping-box .topping {
            border: 0;
        }

        .party-news-box .topping-box .hgyPimg {
            width: 30.41667%;
            float: left;
        }

        .party-news-box .topping-box .word {
            padding-left: 30px;
            overflow: hidden;
            padding-top: 0;
        }
    /*å…šå»ºåŠ¨æ€ e*/
    /*é’å¹´é£Žé‡‡ s*/
    .party-all-content .topping-box .topping {
        padding: 20px;
        font-size: 0;
    }

    .party-all-content .topping-box .word {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        width: 50%;
    }

        .party-all-content .topping-box .word .desc {
            margin-bottom: 35px;
        }

    .party-all-content .topping-box .hgyPimg {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        width: 50%;
    }
    /*é’å¹´é£Žé‡‡ e*/
    /*é¦–é¡µ s*/
    .innotice-swiper {
        height: 77px;
    }

        .innotice-swiper .innotice-item .left {
            width: auto;
            max-width: 45%;
            float: left;
        }

        .innotice-swiper .innotice-item .right {
            width: auto;
            max-width: 45%;
            float: right;
        }

    .innews-right .right-box {
        font-size: 0;
    }

    .innews-right .innews-topping {
        width: 50%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }

    .innews-right .innews-other {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0;
    }

        .innews-right .innews-other .item {
            padding: 0;
        }

            .innews-right .innews-other .item.media {
                margin-bottom: 2.18688%;
            }
/* 
            .innews-right .innews-other .item::after {
                content: '';
                display: block;
                padding-bottom: 55.03356%;
            } */

            /* .innews-right .innews-other .item .Lcon {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            } */

    .inscience-ul {
        margin-right: -10px;
    }

        .inscience-ul li {
            width: 33.3333%;
            margin-right: 0;
            padding-right: 10px;
        }
    /*é¦–é¡µ e*/
}


.news-container {
    padding-top: 140px;
    padding-bottom: 110px;
    background: url(../images/s-news-bg.jpg)  no-repeat;
    background-size: 100% 100%;
}

.news-form {
    margin-top: 45px;
    margin-bottom: 70px;
    text-align: center;
}

    .news-form .input-control {
        position: relative;
        text-align: center;
        display: inline-block;
    }

        .news-form .input-control input {
            border: 1px solid #df1214;
            color: #8f8f8f;
            padding: 15px 30px;
            width: 440px;
        }

        .news-form .input-control button {
            text-align: center;
            background-color: transparent;
            line-height: 53px;
            padding: 0 15px;
            position: absolute;
            right: 0;
        }

.news-list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 46px;
    -moz-column-gap: 46px;
    column-gap: 46px;
}

    .news-list ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .news-list ul .item {
        display: block;
        background-color: #e1f1fe;
        margin-bottom: 50px;
        overflow: hidden;
    }

        .news-list ul .item:hover .img img {
            -webkit-transform: scale(1.1) translate(-50%, -50%);
            -ms-transform: scale(1.1) translate(-50%, -50%);
            -o-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%);
        }

        .news-list ul .item:hover h2 {
            color: #df1214;
        }

        .news-list ul .item .img {
            overflow: hidden;
        }

            .news-list ul .item .img::after {
                padding-bottom: 69.18919%;
            }

            .news-list ul .item .img img {
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

        .news-list ul .item .content {
            padding: 30px 15px;
        }

            .news-list ul .item .content h2 {
                font-size: 18px;
                font-weight: bold;
                /* //overflow: hidden;
                //text-overflow: ellipsis;
				//white-space: nowrap; */
                margin-bottom: 27px;
            }

                .news-list ul .item .content h2::after {
                    content: '';
                    display: block;
                    width: 65px;
                    height: 2px;
                    background-color: #df1214;
                    margin-top: 16px;
                }

            .news-list ul .item .content p {
                color: #999999;
                line-height: 26px;
                margin-bottom: 26px;
                overflow: hidden;
				display: -webkit-box;
				text-overflow: ellipsis;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				height:78px;
            }

            .news-list ul .item .content span {
                color: #df1214;
                font-size: 16px;
            }

.news-list .news-more {
    text-align: center;
}

    .news-list .news-more a {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 1px solid #df1214;
        color: #a7a7a7;
        line-height: 50px !important;
    }
   

        .news-list .news-more a img, .news-list .news-more a span {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .news-list .news-more a:hover img {
            -webkit-transform: translateX(70px);
            -ms-transform: translateX(70px);
            -o-transform: translateX(70px);
            transform: translateX(70px);
        }

        .news-list .news-more a:hover span {
            -webkit-transform: translateX(-23px);
            -ms-transform: translateX(-23px);
            -o-transform: translateX(-23px);
            transform: translateX(-23px);
            display: inline-block;
        }

.report-container.detail-container {
    /* //background: url(../images/s-news-bg.jpg)  no-repeat 100%; */
    background:none;
}

/************* ä¸“é¢˜æŠ¥é“ *************/
.news-container .public-tab-2 .side-nav-list li.cur h3 a, .news-container .public-tab-2 .side-nav-list li:hover h3 a {
    -webkit-box-shadow: 0 5px 40px -15px #df1214;
    box-shadow: 0 5px 40px -15px #df1214;
}

.news-container .public-tab-2 .side-nav-list li.cur h3 a, .news-container .public-tab-2 .side-nav-list li:hover h3 a {
    background-color: #df1214;
    color: #fff;
}

.news .sticky {
    background-color: #eff5f7;
}

    .news .sticky:hover .sticky-l img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        top: 0;
        left: 0;
    }

    .news .sticky:hover .sticky-r h2 {
        color: #df1214;
    }

    .news .sticky > div {
        float: left;
    }

    .news .sticky .sticky-l {
        width: 50%;
        overflow: hidden;
    }

        .news .sticky .sticky-l::after {
            padding-bottom: 60%;
        }

    .news .sticky .sticky-r {
        width: 50%;
        padding: 40px;
    }

        .news .sticky .sticky-r h2 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news .sticky .sticky-r span {
            font-size: 24px;
            color: #df1214;
            display: block;
            margin-bottom: 15px;
        }

        .news .sticky .sticky-r p {
            color: #a7a7a7;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 35px;
        }

        .news .sticky .sticky-r .more {
            display: inline-block;
            padding-left: 180px;
            padding-right: 30px;
            background-color: #df1214;
            line-height: 60px;
            color: #fff;
        }

            .news .sticky .sticky-r .more:hover img {
                -webkit-transform: translateX(59px);
                -ms-transform: translateX(59px);
                -o-transform: translateX(59px);
                transform: translateX(59px);
            }

            .news .sticky .sticky-r .more:hover i {
                -webkit-transform: translateX(-40px);
                -ms-transform: translateX(-40px);
                -o-transform: translateX(-40px);
                transform: translateX(-40px);
            }

            .news .sticky .sticky-r .more img {
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

            .news .sticky .sticky-r .more i {
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                display: inline-block;
                font-style: normal;
            }

.news .line {
    background: url(../images/s-line.png)  no-repeat center center;
    width: 100%;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news .form {
    text-align: right;
    margin-bottom: 20px;
}

    .news .form select, .news .form input {
        border: 1px solid #dddddd;
        padding: 20px;
        color: #929292;
        line-height: 60px;
        height: 60px;
    }

    .news .form .layui-form-select {
        width: 300px;
        margin-right: 10px;
    }

        .news .form .layui-form-select dl {
            top: 60px;
            text-align: left;
        }

    .news .form .input {
        width: 560px;
        position: relative;
        height: 60px;
    }

        .news .form .input button {
            padding: 0 20px;
            line-height: 60px;
            position: absolute;
            right: 0;
            top: 0;
            background: transparent;
        }

    .news .form .layui-form-select dl dd.layui-this {
        background-color: #df1214;
    }

@media (max-width: 1024px) {
    .news .sticky .sticky-r {
        padding: 20px;
    }

        .news .sticky .sticky-r h2 {
            font-size: 22px;
            line-height: 26px;
        }

        .news .sticky .sticky-r .more {
            padding-left: 100px;
            line-height: 50px;
        }
}

@media (max-width: 768px) {
    .news-container {
        padding-top: 80px;
    }

    .news-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

        .news-list ul .item {
            margin-bottom: 20px;
        }

    .news .sticky .sticky-l {
        width: 100%;
    }

    .news .sticky .sticky-r {
        width: 100%;
        padding: 40px;
    }

        .news .sticky .sticky-r h2 {
            line-height: 26px;
        }

        .news .sticky .sticky-r .more {
            padding-left: 100px;
            line-height: 50px;
        }

    .news .form .input {
        width: 414px;
    }
}

@media (max-width: 414px) {
    .news-container {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .news-form {
        margin-top: 20px;
        margin-bottom: 35px;
    }

        .news-form .input-control {
            display: block;
        }

            .news-form .input-control input {
                width: 100%;
                padding: 10px 18px;
            }

            .news-form .input-control button {
                line-height: 43px;
            }

    .news-list .news-more a {
        padding: 16px 40px;
    }

    .news-list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

        .news-list ul .item {
            margin-bottom: 20px;
        }

            .news-list ul .item .content {
                padding: 15px 15px;
            }

                .news-list ul .item .content h2 {
                    margin-bottom: 18px;
                }

                    .news-list ul .item .content h2::after {
                        margin-top: 10px;
                    }

                .news-list ul .item .content p {
                    margin-bottom: 20px;
                }

    .news .sticky .sticky-r {
        padding: 20px;
    }

        .news .sticky .sticky-r h2 {
            line-height: 26px;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .news .sticky .sticky-r p {
            margin-bottom: 15px;
        }

        .news .sticky .sticky-r span {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .news .sticky .sticky-r .more {
            padding-left: 30px;
            line-height: 40px;
        }

    .news .form {
        text-align: left;
    }

        .news .form .layui-form-select {
            width: 100px;
        }

        .news .form select, .news .form input {
            line-height: 38px;
            height: 38px;
        }

        .news .form .input {
            width: 70%;
            height: 38px;
            vertical-align: top;
        }

            .news .form .input button {
                line-height: 38px;
            }

        .news .form .layui-form-select dl {
            top: 46px;
        }
}

@media (max-width: 375px) {
    .news .form .input {
        width: 66%;
    }
}


@media (min-width: 1024px) { /*å¤´éƒ¨ s*/
    header {
        height: 70px;
    }

        header .head-subnav {
            position: absolute;
            top: 100%;
            left: 80%;
            -webkit-transform: translateX(-80%);
            -ms-transform: translateX(-80%);
            -o-transform: translateX(-80%);
            transform: translateX(-80%);
            max-width: 1200px;
            background: none;
            min-width: 500px;
            text-align: center;
            padding-bottom: 0;
            padding-top: 10px;
            white-space: nowrap;
        }

            header .head-subnav a {
                display: inline-block;
                vertical-align: top;
                padding: 15px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                header .head-subnav a:hover {
                    color: #df1214;
                }

    .toggle-btn {
        display: none !important;
    }

    .logo {
        padding: 10px 0;
    }

        .logo img {
            height: 50px;
        }

    nav {
        display: inline-block !important;
        vertical-align: middle;
        float: none;
        width: auto;
        padding: 0;
        position: relative;
        overflow-y: initial;
        top: 0;
        border: 0;
        margin-right: 20px;
    }

        nav ul {
            position: relative;
            z-index: 2;
            font-size: 0;
        }

        nav li {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            border: 0;
            position: relative;
        }

            nav li.cur h3 a, nav li:hover h3 a {
                color: #df1214;
            }

        nav h3 a {
            padding-left: 10px;
            padding-right: 10px;
            color: #030e20;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        nav h3 i {
            display: none !important;
        }

        nav .wrap-line {
            display: block !important;
            width: 0;
            position: absolute;
            height: 2px;
            bottom: 0;
            background: #df1214;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px);
        }

    .head-right {
        margin-top: 10px;
    }

        .head-right .search-toggle {
            height: 50px;
        }

        .head-right .lang {
            margin-right: 0;
        }

        .head-right .lang-toggle {
            height: 50px;
            line-height: 50px;
        }

        .head-right .lang-box {
            top: 60px;
            width: 100px;
        }

            .head-right .lang-box a {
                padding: 8px 0;
            }

        .head-right .search-box {
            top: 70px;
            padding: 20px 10%;
            z-index: 999;
        }

            .head-right .search-box::before {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                bottom: 100%;
                height: 20px;
                background: none;
            }

            .head-right .search-box form {
                max-width: 1000px;
                margin: 0 auto;
            }

            .head-right .search-box .search-input {
                height: 50px;
                font-size: 16px;
                padding: 0 145px 0 25px;
            }

            .head-right .search-box .search-btn {
                height: 50px;
                width: 120px;
                background-size: 24px;
            }

    .p-head-bg {
        display: none;
        background: #fff;
        position: fixed;
        top: 70px;
        width: 100%;
        left: 0;
        height: 51px;
        z-index: 9;
        -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
    }
    /*å¤´éƒ¨ e*/
    /*åº•éƒ¨ s*/
    .blogroll .area {
        height: auto;
        padding-bottom: 20%;
    }

    .blogroll-content {
        padding: 30px 13.57143%;
    }

    .blogroll-swiper .item:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    .blogroll-btn {
        width: 38px;
        height: 38px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .blogroll-btn:hover {
            background-image: url(../images/icon-prev-o.png);
        }

    .blogroll-prev {
        left: 56px;
    }

    .blogroll-next {
        right: 56px;
    }

    .foot-nav {
        float: right;
        font-size: 0;
    }

        .foot-nav li {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            border: 0;
            padding-right: 30px;
        }

            .foot-nav li:last-child {
                padding-right: 0;
            }

        .foot-nav h3 {
            margin-bottom: 8px;
        }

            .foot-nav h3 i {
                display: none !important;
            }

            .foot-nav h3 a {
                padding: 0;
            }

        .foot-nav .foot-subnav {
            display: block !important;
            padding-bottom: 0;
        }

            .foot-nav .foot-subnav a {
                line-height: 20px;
                padding: 2px 0;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .foot-nav .foot-subnav a:hover {
                    color: #df1214;
                }

    .foot-left {
        padding-top: 0;
        float: left;
    }

        .foot-left .foot-logo {
            text-align: left;
        }

        .foot-left .foot-qrcode {
            text-align: left;
        }

    footer {
        padding-bottom:20px;
    }
    /*åº•éƒ¨ e*/
    /*å†…é¡µbanner s*/
    .public-banner .word h3.en {
        font-size: 14px;
        letter-spacing: 5px;
        margin-bottom: 8px;
    }

    .public-banner .word h3.zh {
        font-size: 28px;
    }

    .public-banner .side-nav-toggle {
        display: none !important;
    }

    .public-banner .side-nav {
    
        top: 100%;
        left: 0;
        width: 100%;
    }

    .public-banner .side-wrap-line {
        display: block !important;
        width: 0;
        position: absolute;
        height: 2px;
        bottom: 0;
        background-color: #df1214;
    }

    .public-banner .side-nav-list {
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        position: relative;
    }

        .public-banner .side-nav-list ul {
            font-size: 0;
            text-align: center;
            border-bottom: solid 1px #d0d0d0;
        }

        .public-banner .side-nav-list li {
            display: inline-block;
            vertical-align: top;
            border: 0;
        }

            .public-banner .side-nav-list li a {
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

            .public-banner .side-nav-list li.cur a, .public-banner .side-nav-list li:hover a {
                color: #df1214;
            }
    /*å†…é¡µbanner e*/
    /*è”ç³»æˆ‘ä»¬ s*/
    .contactus .content {
        padding-bottom: 5.71429%;
    }

        .contactus .content > h3 {
            margin-bottom: 20px;
        }

        .contactus .content .contactus-tips {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 40px;
        }

        .contactus .content .word li {
            width: 25%;
        }

        .contactus .content .word .icon {
            width: 60px;
            height: 60px;
            margin-bottom: 13px;
        }

        .contactus .content .word h5 {
            margin-bottom: 10px;
        }

    .map-box {
        padding-bottom: 26.04167%;
    }
    /*è”ç³»æˆ‘ä»¬ e*/
    /*å®žéªŒå®¤æ¦‚å†µ s*/
    .aboutus {
        padding-bottom: 5.20833%;
    }

        .aboutus .year-box span {
            font-size: 140px;
        }

        .aboutus .year-box h2 {
            font-size: 28px;
        }

        .aboutus .txt-box {
            margin: 20px 0;
        }

            .aboutus .txt-box .right .box {
                padding: 0 36px;
            }

            .aboutus .txt-box .right .txt {
                font-size: 16px;
                line-height: 26px;
                max-height: 210px;
            }

            .aboutus .txt-box .left:hover img {
                -webkit-transform: translate(-50%, -50%) scale(1.03);
                -ms-transform: translate(-50%, -50%) scale(1.03);
                -o-transform: translate(-50%, -50%) scale(1.03);
                transform: translate(-50%, -50%) scale(1.03);
            }

    .about-tips, .about-tips2 {
        font-size: 14px;
        line-height: 26px; color:#333;
    }

    .about-area2 {
        position: relative;
        margin-top: 60px;
    }

        .about-area2 .txt-l, .about-area2 .txt-r {
            margin: 0;
            position: absolute;
            height: 81.21827%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            border-top: solid 1px #e0e0e0;
            border-bottom: solid 1px #e0e0e0;
            width: 29.16667%;
        }

        .about-area2 .txt-l {
            left: 0;
        }

            .about-area2 .txt-l .txt {
                right: 0;
                text-align: right;
            }

        .about-area2 .txt-r {
            right: 0;
        }

            .about-area2 .txt-r .txt {
                left: 0;
                text-align: left;
            }

        .about-area2 .pic {
            display: block;
            width: 36.16667%;
            margin: 0 auto;
        }

            .about-area2 .pic img {
                width: 100%;
            }

        .about-area2 h4 {
            display: none;
        }

        .about-area2 .txt {
            position: absolute;
            top: 50%;
            line-height: 24px;
            max-height: 96px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .about-area2 .txt::-webkit-scrollbar {
                width: 2px;
                height: 8px;
                background-color: rgba(0, 0, 0, 0);
            }

            .about-area2 .txt::-webkit-scrollbar-track {
                box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0);
            }

            .about-area2 .txt::-webkit-scrollbar-thumb {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background-color: #df1214;
            }
    /*å®žéªŒå®¤æ¦‚å†µ e*/
    /*ä¸»ä»»å¯„è¯­ s*/
    .person-info {
        padding-bottom: 8.02083%;
    }

        .person-info .content-box {
            margin-top: 50px;
            padding: 0 80px;
        }

    .person-ctrl div {
        width: 48px;
        height: 48px;
        cursor: pointer;
    }

        .person-ctrl div:hover {
            background-image: url(../images/icon-prev2-o.png);
        }

    .person-swiper .word {
        padding-left: 30px;
    }

        .person-swiper .word .link {
            position: absolute;
            bottom: 0;
            right: 10px;
        }

    .person-swiper .title h2 {
        font-size: 22px;
        padding-left: 12px;
    }

    .person-swiper .title h4 {
        font-size: 18px;
        padding-left: 16px;
    }

    .person-swiper .desc {
        margin-top: 30px;
        line-height: 28px;
        /* //max-height: 140px; */
    }
    /*ä¸»ä»»å¯„è¯­ e*/
    /*å…±å»ºå•ä½ s*/
    .customer {
        padding-bottom: 4.53125%;
    }

    .customer-page {
        margin-top: 30px;
    }

        .customer-page span {
            width: 10px;
            height: 10px;
        }

    .customer-swiper .item:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
    /*å…±å»ºå•ä½ e*/
    /*ç®¡ç†å›¢é˜Ÿ s*/
    .team {
        padding-bottom: 4.32292%;
    }

    .team-list ul {
        margin-bottom: -50px;
    }

    .team-list .leader {
        margin-bottom: 50px;
    }

    .team-list li {
        width: 25%;
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .team-list .pic {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .team-list h2 {
        font-size: 18px;
    }

    .team-list .title {
        line-height: 20px;
        height: 40px;
    }

    .team2-list ul {
        margin-bottom: -50px;
    }

    .team2-list .leader {
        margin-bottom: 50px;
    }

    .team2-list li {
        width: 25%;
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .team2-list .pic {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .team2-list h2 {
        font-size: 18px;
    }

    .team2-list .title {
        line-height: 20px;
        height: 40px;
    }
    /*ç®¡ç†å›¢é˜Ÿ e*/
    /*ç†äº‹ä¼š s*/
    .council-list li {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .council-list .word {
        padding-top: 20px;
    }

        .council-list .word h2 {
            font-size: 18px;
        }

        .council-list .word .title {
            line-height: 22px;
        }
    /*ç†äº‹ä¼š e*/
    /*ä½“ç³»æž¶æž„ s*/
    .architecture {
        padding-bottom: 5.36458%;
    }
    /*ä½“ç³»æž¶æž„ e*/
    /*å­¦å£«å§”å‘˜ä¼š s*/
    .scholar {
        padding-bottom: 15px;
    }

    .scholar-list ul {
        padding-bottom: 20px;
    }

    .scholar-list .level {
        font-size: 18px;
        line-height: 40px;
        padding: 0 30px;
        min-width: 130px;
        top: -25px;
        border-width: 5px;
    }

    .scholar-list .lv-box {
        padding-top: 55px;
    }

    .scholar-list li {
        margin-bottom: 38px;
    }

        .scholar-list li .hgyAutoImg {
            width: 180px;
            height: 180px;
            margin-bottom: 10px;
        }

        .scholar-list li h2 {
            font-size: 18px;
        }
    /*å­¦å£«å§”å‘˜ä¼š e*/
    /*ç§‘ç ”å›¢é˜Ÿ s*/
    .science-screen {
        margin-top: 30px;
    }

        .science-screen .screen-form form {
            margin-left: -10px;
            margin-right: -10px;
        }

        .science-screen .screen-form .form-area {
            padding: 0 10px;
        }

            .science-screen .screen-form .form-area.username span {
                line-height: 48px;
                left: 20px;
            }

        .science-screen .screen-form .input-box input {
            height: 48px;
            padding: 0 20px;
        }

        .science-screen .screen-form form {
            padding-right: 70px;
        }

        .science-screen .screen-form .form-submit {
            right: 5px;
        }

            .science-screen .screen-form .form-submit button {
                width: 50px;
                height: 50px;
            }

    .initials-box {
        margin-top: 30px;
    }

        .initials-box .all {
            width: 44px;
        }

            .initials-box .all a {
                line-height: 44px;
                font-size: 13px;
            }

    .initials-list {
        padding-left: 55px;
    }

        .initials-list ul::-webkit-scrollbar {
            width: auto;
            height: 5px;
            background-color: rgba(0, 0, 0, 0);
        }

        .initials-list ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .initials-list ul::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

        .initials-list ul li {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .initials-list ul li:hover {
                border-color: #000;
            }

                .initials-list ul li:hover a {
                    background: #000;
                    color: #fff;
                }

            .initials-list ul li a {
                width: 43px;
                line-height: 42px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

    .initials-box {
        padding-bottom: 30px;
    }

    .initials-result {
        padding-left: 55px;
        margin-top: 20px;
    }

        .initials-result ul {
            max-height: 90px;
        }

        .initials-result li {
            width: 10%;
        }

            .initials-result li.cur a {
                color: #df1214;
            }

            .initials-result li a {
                font-size: 16px;
                line-height: 20px;
                padding: 5px 0;
            }

                .initials-result li a:hover {
                    color: #df1214;
                }

    .science-team {
        padding-bottom: 3.125%;
    }

    .science-team-list li:hover + li .item {
        border-color: transparent;
    }

    .science-team-list li:hover .item {
        border-color: transparent;
    }

        .science-team-list li:hover .item:before {
            width: 180%;
            opacity: 1;
        }

    .science-team-list .item {
        padding: 30px 0;
        position: relative;
        z-index: 2;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .science-team-list .item::before {
            content: '';
            position: absolute;
            height: 100%;
            width: 0;
            left: 50%;
            top: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            background: rgba(18, 68, 151, 0.05);
            opacity: 0;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

    .science-team-list .word {
        padding-left: 20px;
    }

    .science-team-list .title {
        font-size: 0;
        margin-bottom: 14px;
    }

        .science-team-list .title h2 {
            display: inline-block;
            vertical-align: bottom;
            line-height: 1;
            margin-bottom: 0;
            font-size: 20px;
        }

        .science-team-list .title p {
            display: inline-block;
            vertical-align: bottom;
            line-height: 1;
            padding-left: 8px;
            font-size: 14px;
        }

    .science-team-list .desc h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .science-team-list .desc .txt {
        line-height: 24px;
        height: 48px;
        margin-bottom: 10px;
    }

    .science-team-list .desc .btxt {
        font-size: 18px;
    }
    /*ç§‘ç ”å›¢é˜Ÿ e*/
    /*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… s*/
    .science-detail {
        padding-top: 3.20833%;
        padding-bottom: 3.20833%;
    }

    .science-detail-info {
        height: 430px;
        padding-left: 40px;
    }

        .science-detail-info .word {
            margin-top: 35px;
        }

            .science-detail-info .word .name {
                padding-bottom: 20px;
            }

                .science-detail-info .word .name h2.zh {
                    font-size: 26px;
                }

            .science-detail-info .word .txt {
                padding-top: 20px;
            }

                .science-detail-info .word .txt h4 {
                    font-size: 16px;
                    margin-bottom: 18px;
                }

                .science-detail-info .word .txt .desc {
                    max-height: 112px;
                    font-size: 16px;
                    line-height: 28px;
                }

    .personal-signature {
        margin-top: 0;
    }

        .personal-signature h4 {
            font-size: 30px;
            line-height: 40px;
        }

    .science-content-box .item {
        margin-top: 34px;
    }

        .science-content-box .item > h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

    .science-content-box .txt-box {
        font-size: 16px;
        line-height: 26px;
    }

        .science-content-box .txt-box.area1 li {
            padding-left: 130px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .science-content-box .txt-box.area1 li .year {
                padding-left: 30px;
                font-size: 16px;
                width: 110px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .science-content-box .txt-box.area1 li .year::before {
                    top: 15px;
                }

            .science-content-box .txt-box.area1 li .txt {
                font-size: 16px;
            }
    /*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… e*/
    /*è£…ç½®å¹³å° s*/
	
	.l-content{width: 82%;
    float: right;
    min-height: 300px;}
    .terrace-list {
        margin-top: 30px;
    }

        .terrace-list ul {
            margin-left: -10px;
            margin-right: -10px;
        }

        .terrace-list li {
            padding: 0 10px;
            margin-bottom: 15px;
        }

        .terrace-list h2 {
            font-size: 18px;
            line-height: 26px;
            padding-top: 14px;
        }

        .terrace-list .item:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.03);
            -ms-transform: translate(-50%, -50%) scale(1.03);
            -o-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
        }
		
		
	.picture-list {
        margin-top: 30px;
    }

        .picture-list ul {
            margin-left: -10px;
            margin-right: -10px;
        }

        .picture-list li {
            padding: 0 10px;
            margin-bottom: 15px;
        }

        .picture-list h2 {
            font-size: 18px;
            line-height: 26px;
            padding-top: 14px;
        }

        .picture-list .item:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.03);
            -ms-transform: translate(-50%, -50%) scale(1.03);
            -o-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
        }

    .system-box {
        margin-top: 50px;
    }

        .system-box .pic img {
            height: 200px;
        }

        .system-box .word .zh {
            font-size: 28px;
            margin-bottom: 4px;
        }

        .system-box .word .en {
            font-size: 22px;
        }
    /*è£…ç½®å¹³å° e*/
    /*è£…ç½®å¹³å° s*/
    .terrace-detail {
        padding-bottom: 5.20833%;
    }

    .terrace-detail-desc {
        margin-top: 26px;
        line-height: 26px;
    }

    .terrace-detail-list {
        margin-top: 45px;
    }

        .terrace-detail-list h2 {
            padding-top: 60px;
            position: relative;
        }

            .terrace-detail-list h2::before {
                content: '';
                position: absolute;
                top: 10px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 3px;
                height: 40px;
                background-color: #df1214;
            }

    .terrace-detail-word {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
        padding: 22px 66px 11px;
    }

        .terrace-detail-word::before, .terrace-detail-word::after {
            width: 22px;
            height: 22px;
        }
    /*è£…ç½®å¹³å° e*/
    /*è”åˆæœºæž„ s*/
    .organ-list-box {
        margin-top: 30px;
    }

    .organ-list .item {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .organ-list .item h2 {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            font-size: 18px;
            font-weight: bold;
        }

        .organ-list .item .wap-link {
            display: none !important;
        }

        .organ-list .item:hover {
            background-color: #044ea3;
            border-color: #044ea3;
        }

            .organ-list .item:hover h2 {
                color: #fff;
            }

    .organ-list .pic {
        margin-bottom: 16px;
        max-width: 90%;
    }

        .organ-list .pic img {
            max-width: 100%;
        }

    .organ-list-box {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .other-organ {
        padding-bottom: 5.20833%;
    }

    .organ-content-view {
        background-color: #f7f8f9;
        border-bottom: solid 8px #fff;
        border-top: solid 4px #044ea3;
        padding: 30px 30px 40px;
        position: absolute;
        left: 0;
        width: 100%;
    }

        .organ-content-view::before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 0;
            height: 15px;
            width: 100%;
        }

        .organ-content-view .title > h3 {
            font-size: 18px;
            letter-spacing: -1px;
            color: #044ea3;
            line-height: 1.2;
            margin-bottom: 10px;
        }

            .organ-content-view .title > h3 span {
                color: #8e8e8e;
            }

        .organ-content-view .txt {
            color: #8e8e8e;
            line-height: 24px;
            max-height: 120px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 10px;
        }

            .organ-content-view .txt::-webkit-scrollbar {
                width: 2px;
                height: 8px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-content-view .txt::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(0, 0, 0, 0);
            }

            .organ-content-view .txt::-webkit-scrollbar-thumb {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background-color: #044ea3;
            }

        .organ-content-view .link {
            margin-top: 15px;
        }

            .organ-content-view .link a {
                line-height: 50px;
                width: 140px;
                padding-left: 20px;
                border: solid 1px #df1214;
                font-size: 16px;
                color: #a7a7a7;
                display: block;
                background: #ffffff url(../images/gray-right.png)  no-repeat 100px center;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .organ-content-view .link a:hover {
                    color: #fff;
                    background-color: #df1214;
                    background-image: url(../images/gray-right-o.png);
                    background-position: 110px center;
                }
    /*è”åˆæœºæž„ e*/
    /*æœºæž„è¯¦æƒ… s*/
    .organ-detail {
        padding-top: 60px;
    }

    .organ-detail-area1 {
        padding-bottom: 5.46875%;
    }

        .organ-detail-area1 h2 {
            margin-bottom: 26px;
        }

        .organ-detail-area1 .area1-box {
            position: relative;
        }

            .organ-detail-area1 .area1-box .title {
                padding-bottom: 17.83333%;
            }

                .organ-detail-area1 .area1-box .title .box {
                    position: relative;
                }

                .organ-detail-area1 .area1-box .title span {
                    font-size: 100px;
                }

                .organ-detail-area1 .area1-box .title p {
                    font-size: 26px;
                    font-weight: bold;
                    letter-spacing: 6px;
                }

            .organ-detail-area1 .area1-box .word {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 35.66667%;
                padding: 0;
                background: rgba(255, 255, 255, 0.7);
            }

                .organ-detail-area1 .area1-box .word .txt {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 0;
                    width: 100%;
                    padding: 0 10%;
                    text-align: center;
                    max-height: 140px;
                }

    .organ-detail-area2 .hgyPimg::after {
        padding-bottom: 400px;
    }

    .organ-detail-area2 ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .organ-detail-area2 li {
        padding: 0 15px;
    }

        .organ-detail-area2 li .item {
            height: 188px;
            padding: 30px;
        }

        .organ-detail-area2 li h2 {
            font-size: 18px;
            margin-bottom: 18px;
        }

        .organ-detail-area2 li .desc {
            line-height: 24px;
            height: 72px;
        }

    .organ-detail-area3 {
        padding-top: 4.94792%;
        padding-bottom: 5.20833%;
    }

        .organ-detail-area3 .view {
            padding-left: 60px;
            padding-right: 60px;
            margin-bottom: 50px;
        }

    .organ-prev {
        left: 0;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .organ-prev:hover {
            background-image: url(../images/icon-prev-o.png);
        }

    .organ-next {
        right: 0;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .organ-next:hover {
            background-image: url(../images/icon-prev-o.png);
        }

    .organ-swiper .item {
        position: relative;
        margin: 0;
    }

    .organ-swiper .pic {
        margin-bottom: 0;
    }

    .organ-swiper .name {
        position: absolute;
        left: 0;
        top: 40px;
        margin: 0;
        font-size: 30px;
        width: 30px;
        line-height: 1;
        letter-spacing: 1px;
    }

    .organ-swiper .word {
        position: absolute;
        right: 0;
        top: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: tb-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: tb-lr;
    }

        .organ-swiper .word .txt {
            text-align: left;
            max-width: none;
            max-height: none;
            line-height: 24px;
        }

        .organ-swiper .word h3 {
            text-align: left;
            font-size: 18px;
            margin: 0;
        }

    .organ-prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .organ-next {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .organ-sw-ctrl {
        display: block;
        padding: 0 60px;
    }

        .organ-sw-ctrl .txt2 {
            float: left;
            font-size: 16px;
            color: #333333;
            padding-top: 5px;
            line-height: 20px;
        }

        .organ-sw-ctrl .organ-page {
            float: right;
        }

            .organ-sw-ctrl .organ-page .cur {
                font-size: 26px;
                color: #222;
                letter-spacing: -1px;
            }

            .organ-sw-ctrl .organ-page .default {
                color: #999999;
                letter-spacing: -1px;
            }

    .organ-detail-area4 {
        padding-top: 4.47917%;
        padding-bottom: 4.16667%;
    }

        .organ-detail-area4 h4 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .organ-detail-area4 ul {
            margin-left: -12px;
            margin-right: -12px;
        }

        .organ-detail-area4 li {
            padding: 0 12px;
        }

        .organ-detail-area4 .item {
            padding: 35px 30px;
        }

            .organ-detail-area4 .item h2 {
                font-size: 18px;
                margin-bottom: 12px;
            }

            .organ-detail-area4 .item .txt {
                line-height: 24px;
                height: 120px;
                padding-right: 10px;
            }
    /*æœºæž„è¯¦æƒ… e*/
    /*å…šå»ºåŠ¨æ€ s*/
    .party-news {
        padding-bottom: 65px;
    }

    .party-news-box .item-ctrl {
        margin-bottom: 28px;
    }

        .party-news-box .item-ctrl h4 {
            font-size: 20px;
            line-height: 50px;
        }

        .party-news-box .item-ctrl .link a {
            line-height: 48px;
            width: 156px;
            text-align: left;
            padding-left: 64px;
            background-size: 20px 7px;
            background-position-x: 35px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .party-news-box .item-ctrl .link a:hover {
                background-color: #db0400;
                color: #fff;
                border-color: #db0400;
                background-image: url(../images/gray-right-o.png);
            }

    .party-news-box .item {
        margin-bottom: 40px;
    }

        .party-news-box .item h2 {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .party-news-box .item a:hover h2 {
            color: #db0400;
        }

        .party-news-box .item a:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.03);
            -ms-transform: translate(-50%, -50%) scale(1.03);
            -o-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
        }

    .party-news-box .topping-box {
        margin-bottom: 5px;
    }

        .party-news-box .topping-box .word {
            padding-left: 50px;
            padding-top: 6px;
        }

            .party-news-box .topping-box .word h2 {
                font-size: 18px;
                margin-bottom: 10px;
                font-weight: bold;
            }

            .party-news-box .topping-box .word .date {
                font-size: 16px;
                margin-bottom: 35px;
            }

            .party-news-box .topping-box .word .desc {
                line-height: 26px;
                height: 52px;
            }
    /*å…šå»ºåŠ¨æ€ e*/
    /*é’å¹´é£Žé‡‡ s*/
    .party-all-content {
        margin-top: 55px;
    }

        .party-all-content .topping-box .topping {
            padding: 30px;
        }

            .party-all-content .topping-box .topping:hover .link span {
                background: #db0400;
                color: #fff;
            }

            .party-all-content .topping-box .topping:hover h2 {
                color: #db0400;
            }

            .party-all-content .topping-box .topping:hover img {
                -webkit-transform: translate(-50%, -50%) scale(1.03);
                -ms-transform: translate(-50%, -50%) scale(1.03);
                -o-transform: translate(-50%, -50%) scale(1.03);
                transform: translate(-50%, -50%) scale(1.03);
            }

        .party-all-content .topping-box .word {
            padding: 20px 0 0 20px;
        }

            .party-all-content .topping-box .word h2 {
                font-size: 18px;
                margin-bottom: 10px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                font-weight: bold;
            }

            .party-all-content .topping-box .word .date {
                font-size: 16px;
                margin-bottom: 25px;
            }

            .party-all-content .topping-box .word .desc {
                line-height: 26px;
                height: 78px;
                -webkit-line-clamp: 3;
            }

            .party-all-content .topping-box .word .link span {
                line-height: 35px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

    .party-all-list {
        padding-bottom: 5.20833%;
    }

        .party-all-list .public-more {
            margin-top: 30px;
        }

            .party-all-list .public-more a:hover {
                background-color: #db0400;
                border-color: #db0400;
            }

    .party-all-list2 .party-all-content {
        margin-top: 0;
    }

    .party-all-list2 .public-tab-2 {
        margin-bottom: 50px;
    }
    /*é’å¹´é£Žé‡‡ e*/
    /*é¦–é¡µ s*/

        .inbanner-swiper .word .en {
            font-size: 30px;
        }

        .inbanner-swiper .word .zh {
            font-size: 28px;
        }

    .inbanner-page {
        bottom: 20px;
    }

    .indynamic {
        margin-top: 36px;
        padding-top: 40px;
    }

    .indynamic-swiper {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .indynamic-list .item .date {
        font-size: 16px;
    }

    .indynamic-list .item h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .indynamic-list .item .desc {
        line-height: 24px;
        height: 48px;
    }

    .indynamic-page {
        margin-top: 26px;
    }

        .indynamic-page span {
            width: 12px;
            height: 12px;
            margin: 0 14px;
        }

    /* .innotice-ctrl h3 {
        line-height: 30px;
        font-size: 22px;
    } */

    .innotice-content {
        position: relative;
    }

    .innotice-list {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        /* height: 100%; */
        /* padding: 0 150px; */
    }

    .innotice {
        padding: 30px 0;
    }

        .innotice .item {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .innotice .item:hover {
                color: #df1214;
            }

    .innews {
        padding-top: 3.98958%;
        padding-bottom: 3.10417%;
    }

    .innews-content {
        margin-top: 50px;
        font-size: 0;
    }

    .innews-left {
        width: 33.07143%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

        .innews-left .item:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .innews-left .item:hover h2 {
            color: #df1214;
        }

        .innews-left .item h2 {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

    .innews-right {
   
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        /* padding-left: 4.26894%; */
    }

        .innews-right .innews-topping {
            margin-bottom: 0;
        }

        .innews-right .topping .word h2 {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .innews-right .topping:hover .word h2 {
            color: #df1214;
        }

        .innews-right .topping:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.05);
            -ms-transform: translate(-50%, -50%) scale(1.05);
            -o-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
        }

    .inscience {
        padding-top: 6.77083%;
        padding-bottom: 5.72917%;
    }

    .inscience-list {
        margin-top: 30px;
    }

    .inscience-ul {
        margin-right: -20px;
    }

        .inscience-ul li {
            padding-right: 20px;
            height: 500px;
            width: 25%;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .inscience-ul li.cur {
                width: 50%;
            }

                .inscience-ul li.cur .item {
                    padding-right: 50%;
                }

                .inscience-ul li.cur .content {
                    width: 50%;
                    opacity: 1;
                    left: 50%;
                }

                    .inscience-ul li.cur .content::before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        right: 100%;
                        _font-size: 0;
                        _line-height: 0;
                        _overflow: hidden;
                        width: 0;
                        height: 0;
                        border-width: 10px;
                        border-style: dashed solid dashed dashed;
                        border-color: transparent #fff transparent transparent;
                    }

        .inscience-ul .content {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
        }

            .inscience-ul .content .txt {
                padding: 0 20px;
            }

                .inscience-ul .content .txt::-webkit-scrollbar {
                    width: 2px;
                    height: 8px;
                    background-color: rgba(0, 0, 0, 0);
                }

                .inscience-ul .content .txt::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    background-color: rgba(0, 0, 0, 0);
                }

                .inscience-ul .content .txt::-webkit-scrollbar-thumb {
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    background-color: #df1214;
                }

                .inscience-ul .content .txt a {
                    font-size: 16px;
                    padding: 10px 0;
                }

        .inscience-ul .hgyPimg::after {
            padding-bottom: 500px;
        }

        .inscience-ul .info .icon {
            width: 60px;
            height: 60px;
        }
    /*é¦–é¡µ e*/
    /*æœç´¢ç»“æžœ s*/
    .insearch {
        padding-bottom: 60px;
    }
    /*æœç´¢ç»“æžœ e*/
}


@media (min-width: 1260px) { /*å¤´éƒ¨ s*/
    header {
        height: 88px;
    }

        header .head-subnav {
            padding-top: 14px;
        }

            header .head-subnav a {
                font-size: 16px;
                padding: 20px 15px;
            }

    .logo {
        padding: 14px 0;
    }

        .logo img {
            height: 60px;
        }

    .head-right {
        margin-top: 14px;
    }

        .head-right .lang-toggle {
            font-size: 15px;
            background-size: 21px 21px;
            padding-left: 25px;
        }

        .head-right .search-toggle {
            background-size: 21px 21px;
        }

        .head-right .search-toggle {
            height: 60px;
        }

        .head-right .lang-toggle {
            height: 60px;
            line-height: 60px;
        }

        .head-right .lang-box {
            top: 74px;
        }

        .head-right .search-box {
            top: 88px;
        }

    nav {
        margin-right: 10px;
    }

        nav h3 a {
            font-size: 18px;
            padding: 18px 13px;
        }

        nav .wrap-line {
            -webkit-transform: translateX(18px);
            -ms-transform: translateX(18px);
            -o-transform: translateX(18px);
            transform: translateX(18px);
        }

    .p-head-bg {
        top: 88px;
        height: 60px;
    }
    /*å¤´éƒ¨ e*/
    /*åº•éƒ¨ s*/
    .blogroll-content {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .foot-nav {
        padding-top: 14px;
    }

        .foot-nav h3 a {
            font-size: 20px;
        }

        .foot-nav .foot-subnav a {
            padding: 6px 0;
        }

    .foot-left {
        font-size: 0;
    }

        .foot-left .foot-logo {
            margin-bottom: 20px;
        }

            .foot-left .foot-logo img {
                height: 62px;
            }

        .foot-left .foot-qrcode .pic {
            width: 90px;
            height: 90px;
        }

        .foot-left .box1 {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
        }

        .foot-left .box2 {
            padding-top: 14px;
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            width: 150px;
            margin-left: 20px;
        }
    /*åº•éƒ¨ e*/
    /*å†…é¡µbanner s*/
    .public-banner .word h3.en {
        letter-spacing: 9px;
    }

    .public-banner .word h3.zh {
        font-size: 38px;
    }

    .public-banner .side-nav-list li a {
        padding: 15px 30px;
    }
    /*å†…é¡µbanner e*/
    /*è”ç³»æˆ‘ä»¬ s*/
    .contactus .content > h3 {
        margin-bottom: 24px;
    }

    .contactus .content .contactus-tips {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 50px;
    }

    .contactus .content .word .icon {
        width: 70px;
        height: 70px;
    }
    /*è”ç³»æˆ‘ä»¬ e*/
    /*å®žéªŒå®¤æ¦‚å†µ s*/
    .aboutus .year-box span {
        font-size: 180px;
    }

    .aboutus .year-box h2 {
        font-size: 38px;
    }

    .aboutus .txt-box {
        margin: 24px 0;
    }

        .aboutus .txt-box .right .box {
            padding: 0 56px;
        }

    .about-area2 {
        margin-top: 90px;
    }
    /*å®žéªŒå®¤æ¦‚å†µ e*/
    /*ä¸»ä»»å¯„è¯­ s*/
    .person-info .content-box {
        margin-top: 80px;
    }

    .person-swiper .title h2 {
        font-size: 26px;
        padding-left: 18px;
    }

    .person-swiper .title h4 {
        font-size: 22px;
        padding-left: 27px;
    }

    .person-swiper .desc {
        margin-top: 35px;
    }
    /*ä¸»ä»»å¯„è¯­ e*/
    /*å…±å»ºå•ä½ s*/
    .customer-page {
        margin-top: 45px;
    }
    /*å…±å»ºå•ä½ e*/
    /*ç®¡ç†å›¢é˜Ÿ s*/
    .team-list ul {
        margin-bottom: -70px;
    }

    .team-list .leader {
        margin-bottom: 70px;
    }

    .team-list li {
        margin-bottom: 70px;
    }

    .team-list .pic {
        width: 250px;
        height: 250px;
        margin-bottom: 38px;
    }

    .team-list h2 {
        font-size: 20px;
    }
    /*ç®¡ç†å›¢é˜Ÿ e*/
    /*ç†äº‹ä¼š s*/
    .council-list li {
        margin-bottom: 56px;
    }

    .council-list .word {
        padding-top: 28px;
    }

        .council-list .word h2 {
            font-size: 20px;
        }
    /*ç†äº‹ä¼š e*/
    /*ä½“ç³»æž¶æž„ s*/
    .architecture .public-tab-1 {
        padding-bottom: 81px;
    }
    /*ä½“ç³»æž¶æž„ e*/
    /*ç§‘ç ”å›¢é˜Ÿ s*/
    .science-screen .screen-form form {
        padding-right: 80px;
    }

    .science-screen .screen-form .form-area.username span {
        line-height: 58px;
    }

    .science-screen .screen-form .input-box input {
        height: 58px;
    }

    .science-screen .screen-form .form-submit button {
        width: 60px;
        height: 60px;
    }

    .initials-result ul {
        max-height: 120px;
    }

    .initials-result li {
        width: 7.14286%;
    }

        .initials-result li a {
            padding: 10px 0;
        }

    .science-team-list .item {
        padding: 40px 0;
    }

    .science-team-list .word {
        padding-left: 30px;
    }

    .science-team-list .title {
        margin-bottom: 20px;
    }

        .science-team-list .title h2 {
            font-size: 24px;
        }

        .science-team-list .title p {
            padding-left: 14px;
        }
    /*ç§‘ç ”å›¢é˜Ÿ e*/
    /*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… s*/
    .science-detail-info {
        height: 574px;
        padding-left: 68px;
        padding-top: 110px;
    }

        .science-detail-info .hgyPimg {
            width: 100%;
            margin: 0;
        }

        .science-detail-info .word .name {
            padding-bottom: 30px;
        }

            .science-detail-info .word .name h2.zh {
                font-size: 30px;
            }

        .science-detail-info .word .txt {
            padding-top: 30px;
        }

    .personal-signature h4 {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -3px;
    }

    .science-content-box .item {
        margin-top: 45px;
    }

        .science-content-box .item > h3 {
            font-size: 24px;
        }

    .science-content-box .txt-box.area1 li {
        padding-top: 13px;
        padding-bottom: 13px;
    }

        .science-content-box .txt-box.area1 li .year {
            padding-top: 13px;
            padding-bottom: 13px;
        }

            .science-content-box .txt-box.area1 li .year::before {
                top: 18px;
            }

    .science-content-box .txt-box.area1 ul {
        padding: 25px 0;
    }
    /*ç§‘ç ”å›¢é˜Ÿè¯¦æƒ… e*/
    /*è£…ç½®å¹³å° s*/
    .terrace-list h2 {
        padding-top: 16px;
    }

    .system-box {
        margin-top: 70px;
    }

        .system-box .pic img {
            height: 250px;
        }

        .system-box .word .zh {
            font-size: 36px;
        }

        .system-box .word .en {
            font-size: 26px;
        }

        .system-box .word .link span {
            height: 50px;
            width: 160px;
            background-position: center 30px;
        }
    /*è£…ç½®å¹³å° e*/
    /*è£…ç½®å¹³å° s*/
    .terrace-detail-list {
        margin-top: 40px;
    }

        .terrace-detail-list ul {
            margin-left: -11px;
            margin-right: -11px;
        }

        .terrace-detail-list li {
            padding: 0 11px;
        }

        .terrace-detail-list h2 {
            padding-top: 80px;
            font-size: 18px;
        }

            .terrace-detail-list h2::before {
                top: 23px;
            }

    .terrace-detail-word {
        margin-top: 40px;
    }
    /*è£…ç½®å¹³å° e*/
    /*è”åˆæœºæž„ s*/
    .organ-list-box {
        margin-top: 40px;
    }

    .organ-list .pic {
        margin-bottom: 22px;
    }

    .organ-list .item h2 {
        font-size: 20px;
        padding: 0 5px;
    }

    .organ-content-view {
        padding-top: 40px;
    }

        .organ-content-view .txt {
            max-height: 216px;
        }

        .organ-content-view .title > h3 {
            font-size: 24px;
        }

        .organ-content-view .link a {
            line-height: 58px;
            width: 177px;
            padding-left: 30px;
            background-position: 106px center;
        }

            .organ-content-view .link a:hover {
                background-position: 120px center;
            }
    /*è”åˆæœºæž„ e*/
    /*æœºæž„è¯¦æƒ… s*/
    .organ-detail-area1 h2 {
        margin-bottom: 36px;
    }

    .organ-detail-area1 .area1-box .title span {
        font-size: 128px;
    }

    .organ-detail-area1 .area1-box .title p {
        font-size: 30px;
    }

    .organ-detail-area1 .area1-box .word .txt {
        line-height: 24px;
    }

    .organ-detail-area2 .hgyPimg::after {
        padding-bottom: 500px;
    }

    .organ-detail-area2 li h2 {
        font-size: 20px;
    }

    .organ-detail-area2 li .item {
        padding-right: 10px;
    }

    .organ-swiper .name {
        font-size: 42px;
        width: 42px;
        line-height: 1.2;
    }

    .organ-swiper .word h3 {
        font-size: 18px;
        margin-left: 10px;
    }

    .organ-detail-area3 .view {
        margin-bottom: 75px;
    }

    .organ-sw-ctrl .txt2 {
        padding-top: 10px;
    }

    .organ-sw-ctrl .organ-page .cur {
        font-size: 30px;
    }

    .organ-detail-area4 h4 {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .organ-detail-area4 .item h2 {
        font-size: 20px;
    }

    .organ-detail-area4 .item .txt {
        height: 168px;
    }
    /*æœºæž„è¯¦æƒ… e*/
    /*å…šå»ºåŠ¨æ€ s*/
    .party-news-box .item-ctrl {
        margin-bottom: 38px;
    }

        .party-news-box .item-ctrl h4 {
            font-size: 24px;
        }

    .party-news-box .item {
        margin-bottom: 57px;
    }
    /*å…šå»ºåŠ¨æ€ e*/
    /*é’å¹´é£Žé‡‡ s*/
    .party-all-content {
        margin-top: 80px;
    }

        .party-all-content .topping-box .word {
            padding-left: 30px;
            padding-top: 30px;
        }

            .party-all-content .topping-box .word h2 {
                font-size: 18px;
            }

            .party-all-content .topping-box .word .date {
                margin-bottom: 40px;
            }

            .party-all-content .topping-box .word .desc {
                margin-bottom: 52px;
            }

    .party-all-view {
        margin-top: 20px;
    }

    .party-all-list .public-more {
        margin-top: 40px;
    }
    /*é’å¹´é£Žé‡‡ e*/
    /*é¦–é¡µ s*/
    .inbanner-swiper .word .en {
        font-size: 42px;
        margin-bottom: 8px;
    }

    .inbanner-swiper .word .zh {
        font-size: 36px;
    }

    .inbanner-page {
        bottom: 30px;
    }

        .inbanner-page span {
            margin: 0 5px;
        }

    .indynamic {
        padding-top: 67px;
        padding-bottom: 60px;
    }

    .indynamic-swiper {
        padding-top: 8.02vw;
        padding-bottom: 7.395vw;
    }

    .indynamic-list .item h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .indynamic-page {
        margin-top: 30px;
    }

    /* .innotice-ctrl h3 {
        line-height: 36px;
        font-size: 28px;
        padding: 0 18px;
    } */

    .innotice-list {
        padding: 0 180px 0 300px;
    }

    .innotice-swiper {
        height: 77px;
    }

        .innotice-swiper .item {
            line-height: 30px;
            font-size: 16px;
        }

            /* .innotice-swiper .item span {
                padding-right: 40px;
            } */

    .innews-left .word {
        padding-left: 20px;
    }

        .innews-left .word h2 {
            font-size: 18px;
            line-height: 26px;
            height: 52px;
        }

        .innews-left .word .date {
            font-size: 16px;
        }

    .innews-right .topping > h3 {
        font-size: 20px;
    }

    .indynamic-swiper .swiper-slide.cur {
        -webkit-box-shadow: 0 10px 30px -15px #666;
        box-shadow: 0 10px 30px -15px #666;
    }
    /*é¦–é¡µ e*/
    /*æœç´¢ç»“æžœ s*/
    .insearch {
        padding-bottom: 100px;
    }
    /*æœç´¢ç»“æžœ e*/
}


.party-contact {
    padding-top: 38px;
    padding-bottom: 35px;
    background: url(../images/party-bg.jpg)  no-repeat left top;
    background-size: 100% auto;
}

    .party-contact .way {
        text-align: center;
    }

        .party-contact .way h2 {
            font-size: 28px;
            margin-bottom: 22px;
        }

        .party-contact .way p {
            font-size: 18px;
            margin-bottom: 50px;
            color: #777777;
            line-height: 24px;
        }

    .party-contact ul li {
        float: left;
        width: 33.333333%;
        padding: 0 5px;
        text-align: center;
    }

        .party-contact ul li img {
            margin-bottom: 10px;
        }

        .party-contact ul li span {
            display: block;
            margin-bottom: 20px;
            font-size: 18px;
            color: #484848;
        }

        .party-contact ul li p {
            font-size: 16px;
            color: #575757;
        }

        .party-contact ul li:nth-child(2) {
            position: relative;
        }

            .party-contact ul li:nth-child(2)::before, .party-contact ul li:nth-child(2)::after {
                content: '';
                position: absolute;
                top: 15px;
                width: 1px;
                height: 60px;
                background-color: #bdc5d0;
            }

            .party-contact ul li:nth-child(2)::before {
                left: 0;
            }

            .party-contact ul li:nth-child(2)::after {
                right: 0;
            }

.map .allmap {
    width: 100%;
    height: 440px;
}

/****** å­¦ä¹ èµ„æ–™ *****/
.material {
    padding-bottom: 100px;
}

    .material h2 {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .material .list .item {
        display: block;
        padding: 40px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .material .list .item:hover h2 {
            color: #db0400;
        }

        .material .list .item h2 {
            font-size: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .material .list .item p {
            color: #929292;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

/****** å­¦ä¹ èµ„æ–™è¯¦æƒ… *****/
.material-detail {
    background-color: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 100px;
}

    .material-detail .detail {
        background-color: #fff;
        padding: 60px 40px 100px;
        position: relative;
    }

        .material-detail .detail .download {
            display: inline-block;
            border: 1px solid #e6e6e6;
            color: #8c8c8c;
            padding: 10px 30px;
            line-height: 14px;
            position: absolute;
            right: 40px;
            top: 55px;
        }

            .material-detail .detail .download:hover {
                color: #db0400;
                border: 1px solid #db0400;
            }

        .material-detail .detail .title {
            margin-bottom: 88px;
        }

            .material-detail .detail .title h1 {
                font-size: 18px;
                font-weight: bold;
            }

        .material-detail .detail .content {
            color: #929292;
            line-height: 28px;
        }

@media (max-width: 1024px) {
    .party-contact .way h2 {
        font-size: 24px;
    }

    .party-contact .way p {
        font-size: 16px;
    }

    .party-contact ul li span {
        font-size: 16px;
    }

    .party-contact ul li p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .party-contact .way h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .party-contact .way p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .party-contact ul li span {
        margin-bottom: 15px;
    }
    /****** å­¦ä¹ èµ„æ–™ *****/
    .material {
        padding-bottom: 50px;
    }

        .material h2 {
            font-size: 20px;
        }

        .material .list .item {
            padding: 30px 0;
        }

            .material .list .item h2 {
                font-size: 18px;
                margin-bottom: 10px;
            }
}

@media (max-width: 414px) {
    .party-contact ul li {
        width: 100%;
        margin-bottom: 30px;
    }

        .party-contact ul li:nth-child(2)::before, .party-contact ul li:nth-child(2)::after {
            height: 0px;
        }

        .party-contact ul li span {
            margin-bottom: 5px;
        }

    .map .allmap {
        height: 200px;
    }
    /****** å­¦ä¹ èµ„æ–™ *****/
    .material .list .item {
        padding: 20px 0;
    }
    /****** å­¦ä¹ èµ„æ–™è¯¦æƒ… *****/
    .material-detail {
        padding-top: 50px;
        padding-bottom: 80px;
    }

        .material-detail .detail {
            padding: 30px 20px 50px;
        }

            .material-detail .detail .download {
                position: static;
                margin-top: 30px;
            }

            .material-detail .detail .title {
                margin-bottom: 50px;
            }
}


@media (min-width: 1460px) { /*å¤´éƒ¨ s*/
    header {
        height: 108px;
    }

        header .head-subnav {
            padding-top: 18px;
        }

    .logo {
        padding: 18px 0;
    }

        .logo img {
            height: 72px;
        }

    nav {
        margin-right: 5px;
    }

        nav h3 a {
            font-size: 20px;
            padding: 24px 13px;
        }

        nav .wrap-line {
            -webkit-transform: translateX(22px);
            -ms-transform: translateX(22px);
            -o-transform: translateX(22px);
            transform: translateX(22px);
        }

    .head-right {
        margin-top: 18px;
    }

        .head-right .search {
            margin-right: 15px;
        }

        .head-right .search-toggle {
            height: 72px;
        }

        .head-right .lang-toggle {
            height: 72px;
            line-height: 72px;
        }

        .head-right .search-box {
            top: 108px;
        }

    .p-head-bg {
        top: 108px;
    }
    /*å¤´éƒ¨ e*/
    /*åº•éƒ¨ s*/
    .blogroll-prev {
        left: 83px;
    }

    .blogroll-next {
        right: 83px;
    }

    footer {
        padding-top:25px;
    }
	.footer_index{ padding-top:35px;}

    .foot-left .foot-logo {
        margin-bottom: 27px;
    }

    .foot-left .foot-qrcode .pic {
        width: 108px;
        height: 108px;
    }

    .foot-left .foot-qrcode p {
        font-size: 15px;
    }

    .foot-left .box2 {
        margin-left: 27px;
        padding-top: 17px;
    }

    .foot-nav {
        padding-top: 12px;
    }

        .foot-nav li {
            padding-right: 40px;
        }

        .foot-nav h3 {
            margin-bottom: 12px;
        }

            .foot-nav h3 a {
                font-size: 24px;
            }
    /*åº•éƒ¨ e*/
    /*å…¬ç”¨banner s*/
    .public-banner .word h3.en {
        letter-spacing: 15px;
        margin-bottom: 12px;
    }

    .public-banner .word h3.zh {
        font-size: 48px;
    }

    .public-banner .side-nav-list li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*å…¬ç”¨banner e*/
    /*æœºæž„è¯¦æƒ… s*/
    .organ-next, .organ-prev {
        width: 60px;
        height: 60px;
    }

    .organ-prev {
        left: -60px;
    }

    .organ-next {
        right: -60px;
    }
    /*æœºæž„è¯¦æƒ… e*/
    /*é¦–é¡µ s*/
    .innotice {
        padding-top: 60px;
        padding-bottom: 37px;
    }

        .innotice .item span {
            padding-right: 60px;
        }

    .innews-content {
        margin-top: 70px;
    }

    .innews-right {
        padding-left: 0;
    }

        .innews-right .right-box {
            margin: 0;
        }

        .innews-right .innews-topping {
            width: 420px;
            padding: 0;
            float: left; margin:0 10px 20px;
        }

        .innews-right .topping > h3 {
            left: 24px;
            top: 46px;
        }

        .innews-right .topping .word {
            padding-left: 24px;
            padding-right: 48px;
            padding-top: 47px;
        }

            .innews-right .topping .word h2 {
                font-size: 18px;
                margin-bottom: 14px;
            }

            .innews-right .topping .word .desc {
                line-height: 22px;
                height: 44px;
            }

            .innews-right .topping .word .date {
                font-size: 16px;
                left: 24px;
                bottom: 20px;
            }

        .innews-right .innews-other {
            padding: 0;
            width: 447px;
            float: right;
        }

            .innews-right .innews-other .item.media {
                margin-bottom: 11px;
            }

            /* .innews-right .innews-other .item::after {
                padding-bottom: 246px;
            } */

            .innews-right .innews-other .item h3 {
                font-size: 20px;
                margin-bottom: 20px;
            }

            .innews-right .innews-other .item h2 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .innews-right .innews-other .item .desc {
                line-height: 20px;
                height: 40px;
                margin-bottom: 30px;
            }

            .innews-right .innews-other .item .date {
                font-size: 16px;
            }

            .innews-right .innews-other .item .Lcon {
                padding-left: 22px;
                padding-right: 33px;
                padding-top: 46px;
            }

    .innews-left li:last-child .item {
        margin-bottom: 0;
    }

    .innews-left .word {
        padding-right: 63px;
    }

        .innews-left .word h2 {
            margin-bottom: 28px;
        }

    .innews-left .item {
        margin-bottom: 28px;
    }

    .inscience-list {
        margin-top: 40px;
    }

    .inscience-ul {
        margin-right: -30px;
    }

        .inscience-ul li {
            height: 611px;
            padding-right: 30px;
        }

        .inscience-ul .hgyPimg::after {
            padding-bottom: 611px;
        }

        .inscience-ul .content .txt {
            padding: 0 40px;
        }

        .inscience-ul .info .icon {
            width: 87px;
            height: 87px;
            margin-bottom: 50px;
        }

            .inscience-ul .info .icon::after {
                bottom: -32px;
            }

        .inscience-ul .info .txt .en {
            font-size: 32px;
        }

        .inscience-ul .info .txt .zh {
            font-size: 22px;
        }
    /*é¦–é¡µ e*/
    /*å…šå»ºè”ç³»æˆ‘ä»¬ s*/
    .party-all-list2 .public-tab-2 {
        margin-bottom: 105px;
    }
    /*å…šå»ºè”ç³»æˆ‘ä»¬ e*/
}


.common-container {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.inner-container {
    background-color: #f4f4f4;
}

.zhaopin {
    padding-top: 40px;
    padding-bottom: 80px;
}

    .zhaopin .zhaopin-item {
        margin-bottom: 20px;
    }

        .zhaopin .zhaopin-item .name {
            background-color: #df1214;
            color: #fff;
            padding: 15px 45px;
            position: relative;
            font-size: 16px;
            font-weight: bold;
        }

            .zhaopin .zhaopin-item .name::before {
                content: '';
                width: 3px;
                height: 18px;
                background-color: #fff;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 35px;
            }

        .zhaopin .zhaopin-item .item {
            padding: 10px 30px 30px;
            margin-left: -15px;
            margin-right: -15px;
        }

            .zhaopin .zhaopin-item .item li {
                width: 50%;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
            }

            .zhaopin .zhaopin-item .item .info {
                font-size: 16px;
                line-height: 1;
                padding: 15px 0;
                border-bottom: 1px solid #e8e8e8;
                color: #828282;
                display: block;
            }

                .zhaopin .zhaopin-item .item .info:hover {
                    color: #df1214;
                }

                    .zhaopin .zhaopin-item .item .info:hover .date:before {
                        background: url(../images/s-down-a.png)  no-repeat;
                    }

                .zhaopin .zhaopin-item .item .info span {
                    display: block;
                }

                .zhaopin .zhaopin-item .item .info .title {
                    width: 80%;
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .zhaopin .zhaopin-item .item .info .date {
                    float: right;
                    position: relative;
                    padding-left: 40px;
                }

                    .zhaopin .zhaopin-item .item .info .date:before {
                        content: '';
                        display: block;
                        width: 17px;
                        height: 17px;
                        background: url(../images/s-down.png)  no-repeat;
                        position: absolute;
                        top: 50%;
                        left: 0;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

.location {
    color: #999999;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .location a {
        color: #999999;
    }

    .location span {
        color: #df1214;
    }

.zhaopin-detail {
    padding: 0px 40px 50px 40px;
    margin-bottom: 100px;
}

    .zhaopin-detail .content .span {
        color: #df1214;
        font-weight: bold;
    }

.enroll-container {
    padding-top: 40px;
    padding-bottom: 70px;
}

.enroll {
    padding: 30px 30px 0px 30px;
}

    .enroll .column {
        color: #df1214;
        font-size: 30px;
        padding-left: 16px;
        position: relative;
        line-height: 1;
    }

        .enroll .column::before {
            content: "";
            display: block;
            width: 5px;
            height: 25px;
            background-color: #df1214;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .enroll .new-list-template .list .item:last-child {
        border-bottom: none;
    }

.post-list-container {
    padding-top: 40px;
    padding-bottom: 70px;
}

.post-form {
    padding: 40px 50px 15px 50px;
    margin-bottom: 20px;
}

    .post-form .form {
        position: relative;
        font-size: #999;
        margin-bottom: 30px;
    }

        .post-form .form input {
            width: 100%;
            border: 2px solid #e5e5e5;
            display: block;
            font-size: 16px;
            line-height: 16px;
            padding: 26px 90px 26px 30px;
            height: auto;
        }

        .post-form .form .submit {
            position: absolute;
            right: 0;
            top: 0;
            padding: 38px 43px;
            background-color: transparent;
        }

            .post-form .form .submit:before {
                content: "";
                display: block;
                width: 1px;
                height: 23px;
                background-color: #e5e5e5;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .post-form .form .submit img {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

    .post-form .checkbox {
        position: relative;
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 20px;
    }

        .post-form .checkbox:last-child {
            margin-bottom: 0;
        }

        .post-form .checkbox p {
            position: absolute;
            left: 0;
            top: 0;
        }

        .post-form .checkbox .position-more {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 14px;
            color: #df1214;
        }

            .post-form .checkbox .position-more span {
                cursor: pointer;
            }

            .post-form .checkbox .position-more .down::after {
                content: '>';
                display: inline-block;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
                margin-left: 5px;
            }

            .post-form .checkbox .position-more .up {
                display: none;
            }

                .post-form .checkbox .position-more .up::after {
                    content: '>';
                    display: inline-block;
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    margin-left: 5px;
                }

        .post-form .checkbox ul {
            padding-left: 97px;
            padding-right: 50px;
        }

            .post-form .checkbox ul li {
                float: left;
                text-align: center;
                display: block;
                color: #999;
                min-width: 73px;
                padding: 0 6px;
                margin: 0 10px 10px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

                .post-form .checkbox ul li a {
                    color: #999;
                }

                .post-form .checkbox ul li.checked {
                    background-color: #df1214;
                    color: #fff;
                }

                    .post-form .checkbox ul li.checked a {
                        color: #fff;
                    }

                    .post-form .checkbox ul li.checked i {
                        display: inline-block;
                    }

                .post-form .checkbox ul li i {
                    display: inline-block;
                    position: relative;
                    width: 4px;
                    height: 9px;
                    margin-left: 10px;
                    display: none;
                    cursor: pointer;
                }

                    .post-form .checkbox ul li i::before {
                        content: '';
                        width: 1px;
                        height: 9px;
                        display: block;
                        background-color: #fff;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                        position: absolute;
                        top: 0px;
                    }

                    .post-form .checkbox ul li i::after {
                        content: '';
                        width: 1px;
                        height: 9px;
                        display: block;
                        background-color: #fff;
                        -webkit-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

.position-detail-container {
    padding-bottom: 76px;
}

.position-detail {
    padding: 50px;
}

    .position-detail .title {
        color: #999999;
        margin-bottom: 50px;
    }

        .position-detail .title h1 {
            font-size: 24px;
            line-height: 26px;
            color: #df1214;
            margin-bottom: 15px;
        }

    .position-detail .field {
        margin-bottom: 40px;
    }

        .position-detail .field .field-title {
            padding-left: 20px;
            font-size: 16px;
            line-height: 1;
            position: relative;
            margin-bottom: 20px;
            font-weight: bold;
        }

            .position-detail .field .field-title:before {
                content: "";
                display: block;
                width: 5px;
                height: 20px;
                background-color: #df1214;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .position-detail .field .field-content {
            padding: 35px;
            color: #999;
            background-color: #f8f8f8;
            line-height: 26px;
        }

            .position-detail .field .field-content .content-title {
                font-size: 16px;
                color: #df1214;
                margin-bottom: 10px;
            }

            .position-detail .field .field-content p {
                margin-bottom: 15px;
            }

            .position-detail .field .field-content .ul {
                width: 80%;
            }

                .position-detail .field .field-content .ul li {
                    float: left;
                    width: 33.333333%;
                    color: #474c50;
                    margin-bottom: 20px;
                }

        .position-detail .field .field-table table {
            display: table;
            color: #828282;
            width: 100%;
            line-height: 26px;
        }

            .position-detail .field .field-table table td {
                border: 1px solid #e4e4e4;
                display: table-cell;
            }

                .position-detail .field .field-table table td:nth-child(1) {
                    background-color: #f5fbfa;
                    text-align: center;
                    color: #666666;
                    width: 189px;
                }

                .position-detail .field .field-table table td:nth-child(2) {
                    padding: 20px 30px;
                }

    .position-detail .send {
        margin-top: 20px;
        text-align: center;
    }

        .position-detail .send .down {
            position: relative;
            display: inline-block;
        }

            .position-detail .send .down span {
                display: inline-block;
                background-color: #072c69;
                line-height: 38px;
                padding-left: 25px;
                padding-right: 40px;
                -webkit-border-radius: 38px;
                border-radius: 38px;
                color: #fff;
            }

            .position-detail .send .down i {
                display: inline-block;
                background-color: #fff;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                right: -25px;
                top: -7px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                background-color: #124598;
            }

.position-detail-container .prev-next {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    margin-top: 50px;
}

    .position-detail-container .prev-next .prev {
        float: left;
    }

    .position-detail-container .prev-next .next {
        float: right;
    }

    .position-detail-container .prev-next .prev, .position-detail-container .prev-next .next {
        font-size: 16px;
        color: #666666;
        line-height: 26px;
    }

        .position-detail-container .prev-next .prev a, .position-detail-container .prev-next .next a {
            color: #666666;
        }

            .position-detail-container .prev-next .prev a:hover, .position-detail-container .prev-next .next a:hover {
                color: #df1214;
            }

.position-list {
    padding: 0 50px;
}

    .position-list .tr {
        font-size: 16px;
        line-height: 65px;
        border-bottom: 1px solid #e5e5e5;
    }

        .position-list .tr:last-child {
            border-bottom: none;
        }

        .position-list .tr .th, .position-list .tr .td {
            float: left;
        }

            .position-list .tr .th:nth-child(1), .position-list .tr .td:nth-child(1) {
                width: 47.69231%;
            }

            .position-list .tr .th:nth-child(2), .position-list .tr .td:nth-child(2) {
                width: 39.23077%;
            }

            .position-list .tr .th:nth-child(3), .position-list .tr .td:nth-child(3) {
                width: 13.07692%;
            }

        .position-list .tr .th {
            font-weight: bold;
        }

    .position-list .list .tr:hover .td {
        color: #df1214;
    }

.page {
    margin-top: 40px;
}

@media (max-width: 1360px) {
    .zhaopin .zhaopin-item .item li {
        width: 100%;
    }

    .zhaopin .zhaopin-item .item .info .title {
        width: 70%;
    }

    .position-list .tr .th:nth-child(2), .position-list .tr .td:nth-child(2) {
        width: 38.46154%;
    }

    .position-list .tr .th:nth-child(3), .position-list .tr .td:nth-child(3) {
        width: 13.84615%;
    }
}

@media (max-width: 1024px) {
    .position-list .tr .th:nth-child(1), .position-list .tr .td:nth-child(1) {
        width: 47.69231%;
    }

    .position-list .tr .th:nth-child(2), .position-list .tr .td:nth-child(2) {
        width: 30.76923%;
    }

    .position-list .tr .th:nth-child(3), .position-list .tr .td:nth-child(3) {
        width: 21.53846%;
    }

    .position-detail .field .field-content .ul {
        width: 100%;
    }

        .position-detail .field .field-content .ul li {
            width: 50%;
        }
}

@media (max-width: 768px) {
    .zhaopin .zhaopin-item .item li {
        width: 100%;
    }

    .post-form {
        padding: 30px 25px 5px 25px;
    }

    .position-list > .tr {
        display: none;
    }

    .position-list .tr {
        line-height: 28px;
        padding: 20px 0;
    }

        .position-list .tr .th:nth-child(1), .position-list .tr .td:nth-child(1) {
            width: 100%;
        }

        .position-list .tr .th:nth-child(2), .position-list .tr .td:nth-child(2) {
            width: 100%;
        }

        .position-list .tr .th:nth-child(3), .position-list .tr .td:nth-child(3) {
            width: 100%;
        }

    .position-detail {
        padding: 30px;
    }

    .position-detail-container .prev-next .prev {
        float: none;
    }

    .position-detail-container .prev-next .next {
        float: none;
    }

    .position-detail-container .prev-next .prev, .position-detail-container .prev-next .next {
        line-height: 32px;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 414px) {
    .zhaopin {
        padding-bottom: 40px;
    }

        .zhaopin .zhaopin-item .item li {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .zhaopin .zhaopin-item .item .info {
            font-size: 14px;
        }

            .zhaopin .zhaopin-item .item .info .title {
                width: 70%;
            }

            .zhaopin .zhaopin-item .item .info .date {
                padding-left: 24px;
            }

                .zhaopin .zhaopin-item .item .info .date:before {
                    width: 14px;
                    height: 14px;
                    background-size: cover;
                }

    .zhaopin-detail {
        padding: 0px 15px 30px 15px;
        margin-bottom: 50px;
    }

    .enroll {
        padding: 15px 15px 0px 15px;
    }

        .enroll .column {
            font-size: 24px;
        }

    .position-list {
        padding: 0 15px;
    }

        .position-list .tr {
            font-size: 14px;
            line-height: 24px;
        }

    .post-form {
        padding: 20px 15px 20px 15px;
    }

        .post-form .checkbox {
            font-size: 14px;
        }

            .post-form .checkbox .position-more, .post-form .checkbox p {
                position: static;
            }

            .post-form .checkbox p {
                margin-bottom: 10px;
            }

            .post-form .checkbox ul {
                padding: 0;
            }

        .post-form .form .submit {
            padding: 28px 43px;
        }

        .post-form .form input {
            border: 1px solid #e5e5e5;
            font-size: 16px;
            line-height: 16px;
            padding: 18px 90px 18px 20px;
        }

    .position-detail {
        padding: 15px;
    }

        .position-detail .title {
            margin-bottom: 30px;
        }

            .position-detail .title h1 {
                font-size: 20px;
                margin-bottom: 10px;
            }

        .position-detail .field {
            margin-bottom: 30px;
        }

            .position-detail .field .field-content {
                padding: 12px;
            }

                .position-detail .field .field-content .ul li {
                    width: 100%;
                }

            .position-detail .field .field-table table td:nth-child(1) {
                width: 80px;
            }
}

@media (max-width: 375px) {
    .zhaopin .zhaopin-item .item .info .title {
        width: 65%;
    }
}


/**** banner ***/
.recruit-banner {
    position: relative;
}

    .recruit-banner > img {
        width: 100%;
    }

    .recruit-banner .banner-search {
        position: absolute;
        top: 50%;
        left: 13.54167%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .recruit-banner .banner-search p {
            font-size: 38px;
            color: #fff;
            margin-bottom: 20px;
        }

            .recruit-banner .banner-search p:nth-of-type(2) {
                font-size: 30px;
                margin-top: 5px;
            }

        .recruit-banner .banner-search .search input {
            border: 1px solid #df1214;
            color: #df1214;
            width: 470px;
            line-height: 49px;
            padding-left: 25px;
            font-size: 18px;
        }

        .recruit-banner .banner-search .search button {
            text-align: center;
            line-height: 51px;
            width: 51px;
            background-color: #df1214;
            vertical-align: top;
        }

/**** é€šçŸ¥å…¬å‘Š ***/
.notify-container {
    padding-top: 90px;
    padding-bottom: 90px;
}

    .notify-container .h2 {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    .notify-container .notify-wrapper {
        margin-top: 30px;
    }

        .notify-container .notify-wrapper .wrapper-l {
            width: 48.57143%;
            float: left;
        }

            .notify-container .notify-wrapper .wrapper-l .img:after {
                padding-bottom: 58.82353%;
            }

        .notify-container .notify-wrapper .wrapper-r {
            width: 48.92857%;
            float: right;
        }

            .notify-container .notify-wrapper .wrapper-r .info {
                border-bottom: 1px dashed #999999;
            }

                .notify-container .notify-wrapper .wrapper-r .info:hover h2 {
                    color: #df1214;
                }

                .notify-container .notify-wrapper .wrapper-r .info:hover .date a {
                    color: #df1214;
                }

                .notify-container .notify-wrapper .wrapper-r .info h2 {
                    line-height: 36px;
                    font-size: 24px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: -5px;
                    margin-bottom: 20px;
                    color: #df1214;
                }

                .notify-container .notify-wrapper .wrapper-r .info .desc {
                    color: #999999;
                    line-height: 24px;
                    margin-bottom: 5px;
                }

                    .notify-container .notify-wrapper .wrapper-r .info .desc p {
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .notify-container .notify-wrapper .wrapper-r .info .desc .date span, .notify-container .notify-wrapper .wrapper-r .info .desc .date a {
                        display: block;
                        line-height: 36px;
                    }

                    .notify-container .notify-wrapper .wrapper-r .info .desc .date span {
                        float: left;
                    }

                    .notify-container .notify-wrapper .wrapper-r .info .desc .date a {
                        float: right;
                        font-size: 16px;
                    }

            .notify-container .notify-wrapper .wrapper-r .notify-list {
                padding-top: 10px;
            }

                .notify-container .notify-wrapper .wrapper-r .notify-list a {
                    display: block;
                    position: relative;
                    padding: 5px 0;
                }

                    .notify-container .notify-wrapper .wrapper-r .notify-list a:hover {
                        color: #df1214;
                    }

                        .notify-container .notify-wrapper .wrapper-r .notify-list a:hover .date {
                            color: #df1214;
                        }

                    .notify-container .notify-wrapper .wrapper-r .notify-list a span {
                        display: block;
                        line-height: 36px;
                    }

                    .notify-container .notify-wrapper .wrapper-r .notify-list a .title {
                        float: left;
                        font-size: 16px;
                        display: -webkit-box;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                  
                    }

                    .notify-container .notify-wrapper .wrapper-r .notify-list a .date {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        color: #999999;
                    }

/****** èŒä½ ******/
.position-container {
    background-color: #f6f6f6;
    padding-top: 75px;
    padding-bottom: 75px;
}

.position {
    position: relative;
    background: #fff;
}

    .position > div {
        float: left;
    }

    .position .position-l {
        width: 80.85714%;
    }

        .position .position-l .item {
            cursor: pointer;
            position: relative;
        }

            .position .position-l .item:after {
                padding-bottom: 201.49254%;
            }

            .position .position-l .item:hover .hove-bg {
                opacity: .4;
            }

            .position .position-l .item .hove-bg {
                position: absolute;
                height: 100%;
                width: 100%;
                text-align: center;
                color: #fff;
                font-size: 90px;
                line-height: 100%;
                background-color: #34cec0;
                opacity: 0;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .position .position-l .item .hove-bg span {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

            .position .position-l .item .post {
                position: absolute;
                top: 80px;
                left: 30px;
                color: #fff;
            }

                .position .position-l .item .post span {
                    display: block;
                }

                .position .position-l .item .post .en {
                    font-size: 30px;
                    margin-bottom: 5px;
                }

                .position .position-l .item .post .cn {
                    font-size: 26px;
                }

    .position .position-r {
        width: 19.14286%;
        background-color: #fff;
        padding: 20px 20px 35px 20px;
    }

        .position .position-r .list {
            display: none;
        }

        .position .position-r .item {
            display: block;
            border-bottom: 1px solid #ebebeb;
            padding: 15px 0;
        }

            .position .position-r .item > div {
                float: left;
            }

            .position .position-r .item:last-child {
                border-bottom: none;
            }

            .position .position-r .item .date {
                width: 26.31579%;
                background-color: #f7f7f7;
                padding: 7px 7px;
                text-align: center;
            }

                .position .position-r .item .date span {
                    display: block;
                    line-height: 1;
                }

                .position .position-r .item .date .day {
                    padding-bottom: 5px;
                    border-bottom: 1px solid #b4b4b4;
                }

                .position .position-r .item .date .month {
                    color: #787878;
                    font-size: 12px;
                    margin-top: 5px;
                }

            .position .position-r .item .title {
                padding-left: 10px;
                width: 73.68421%;
                height: 51px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                overflow: hidden;
            }

        .position .position-r .post-more {
            text-align: center;
            margin-top: 57px;
        }

            .position .position-r .post-more a {
                color: #df1214;
            }

                .position .position-r .post-more a span {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    font-size: 12px;
                    background-color: #df1214;
                    text-align: center;
                    line-height: 14px;
                    color: #fff;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                }

    .position .post-button-prev, .position .post-button-next {
        width: 16px;
        height: 29px;
        background: url(../images/post-button.png)  no-repeat;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

    .position .post-button-prev {
        left: -30px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

        .position .post-button-prev:hover {
            background: url(../images/post-button-a.png)  no-repeat;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .position .post-button-next {
        right: -30px;
    }

        .position .post-button-next:hover {
            background: url(../images/post-button-a.png)  no-repeat;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

@media (max-width: 1460px) {
    .position .position-r .item .date {
        width: 30%;
    }

    .position .position-r .item .title {
        width: 70%;
    }

    .position .position-r .post-more {
        margin-top: 4%;
    }
}

@media (max-width: 1440px) {
    .position .position-r .item .title {
        width: 65%;
    }

    .position .position-r .post-more {
        margin-top: 8px;
    }
}

@media (max-width: 1360px) {
    .notify-container .notify-wrapper .wrapper-r .info h2 {
        margin-top: -2;
        margin-bottom: 10px;
    }

    .notify-container .notify-wrapper .wrapper-r .notify-list a span {
        line-height: 32px;
    }

    .position .position-r .item {
        padding: 10px 0;
    }

        .position .position-r .item .title {
            width: 65%;
        }

        .position .position-r .item .date {
            width: 35%;
        }

    .position .position-r .post-more {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .notify-container .notify-wrapper .wrapper-l {
        width: 100%;
    }

    .notify-container .notify-wrapper .wrapper-r {
        width: 100%;
        margin-top: 25px;
    }

    .position .position-l {
        width: 70%;
    }

    .position .position-r {
        width: 30%;
        height: 655px;
    }

        .position .position-r .item .title {
            width: 154px;
        }
}

@media (max-width: 768px) {
    .recruit-banner .banner-search p {
        font-size: 24px;
        margin-bottom: 10px;
    }

        .recruit-banner .banner-search p:nth-of-type(2) {
            font-size: 20px;
        }

    .notify-container {
        padding-top: 60px;
    }

    .position .position-l {
        width: 65%;
    }

    .position .position-r {
        width: 35%;
        height: auto;
    }

        .position .position-r .item .date {
            width: 32%;
        }

        .position .position-r .item .title {
            width: 144px;
        }

    .post-button-prev, .post-button-next {
        display: none;
    }
}

@media (max-width: 414px) {
    .recruit-banner .banner-search p {
        font-size: 14px;
        margin-bottom: 5px;
    }

        .recruit-banner .banner-search p:nth-of-type(2) {
            font-size: 12px;
        }

    .recruit-banner .banner-search .search input {
        width: 80%;
        line-height: 35px;
    }

    .recruit-banner .banner-search .search button {
        line-height: 38px;
    }

    .notify-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .notify-container .h2 {
            font-size: 20px;
        }

        .notify-container .notify-wrapper {
            margin-top: 20px;
        }

            .notify-container .notify-wrapper .wrapper-r {
                margin-top: 15px;
            }

                .notify-container .notify-wrapper .wrapper-r .info h2 {
                    font-size: 18px;
                    line-height: 28px;
                    margin-top: 0;
                }

                .notify-container .notify-wrapper .wrapper-r .info .desc .date a {
                    font-size: 14px;
                }

                .notify-container .notify-wrapper .wrapper-r .notify-list a .title {
                    width: 75%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-size: 14px;
                }

                .notify-container .notify-wrapper .wrapper-r .notify-list a span {
                    line-height: 28px;
                }

    .position-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .position .position-l {
        width: 100%;
    }

        .position .position-l .item .post {
            left: 15px;
        }

            .position .position-l .item .post .en {
                font-size: 26px;
            }

            .position .position-l .item .post .cn {
                font-size: 20px;
            }

    .position .position-r {
        width: 100%;
        height: auto;
        padding: 10px 10px 25px 10px;
    }

        .position .position-r .item .date {
            width: 60px;
        }

        .position .position-r .item .title {
            width: 70%;
        }
}

.report-container {
    padding-top: 165px;
    padding-bottom: 120px;
    background: url(../images/s-report-bg_01.jpg)  no-repeat;
    background-size: cover;
}

.report {
    padding-top: 40px;
}

    .report .item {
        display: block;
        position: relative;
        line-height: 90px;
        border-bottom: 1px solid #e5e5e5;
        height: 90px;
    }

        .report .item:hover h2 {
            color: #df1214;
        }

        .report .item:hover span {
            color: #df1214;
        }

        .report .item h2 {
            position: absolute;
            left: 0px;
            font-size: 24px;
        }

        .report .item span {
            position: absolute;
            right: 0;
            font-size: 18px;
            color: #999999;
        }

.notice {
    padding-top: 50px;
    position: relative;
}

.newsdetail-share {
    position: absolute;
    right: 0;
    bottom: 40px;
}

    .newsdetail-share:hover .share-toggle {
        -webkit-box-shadow: 0 10px 15px -5px #df1214;
        box-shadow: 0 10px 15px -5px #df1214;
    }

    .newsdetail-share:hover .bdsharebuttonbox {
        pointer-events: auto;
    }

        .newsdetail-share:hover .bdsharebuttonbox a {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

            .newsdetail-share:hover .bdsharebuttonbox a.bds_sqq {
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .newsdetail-share:hover .bdsharebuttonbox a.bds_tsina {
                -webkit-transition-delay: 0.4s;
                -o-transition-delay: 0.4s;
                transition-delay: 0.4s;
            }

            .newsdetail-share:hover .bdsharebuttonbox a.bds_weixin {
                -webkit-transition-delay: 0.6s;
                -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
            }

    .newsdetail-share .share-toggle {
        width: 44px;
        height: 44px;
        cursor: pointer;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: url(../images/s-plus-icon.png)  no-repeat center center;
        background-size: 100% 100%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .newsdetail-share .bdsharebuttonbox {
        position: absolute;
        bottom: 100%;
        width: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 10px;
        pointer-events: none;
    }

        .newsdetail-share .bdsharebuttonbox a {
            display: block;
            padding: 0;
            margin: 0;
            width: 30px;
            height: 30px;
            background-size: 100% 100%;
            background-position: center center;
            margin-top: 5px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
            opacity: 0;
        }

            .newsdetail-share .bdsharebuttonbox a.bds_sqq {
                background-image: url(../images/share-qq.png);
            }

            .newsdetail-share .bdsharebuttonbox a.bds_tsina {
                background-image: url(../images/share-wb.png);
            }

            .newsdetail-share .bdsharebuttonbox a.bds_weixin {
                background-image: url(../images/share-wx.png);
            }

.newsdetail-content .newsdetail-left {
    width: 69.28571%;
    float: left;
}

.newsdetail-content .newsdetail-info {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
}

    .newsdetail-content .newsdetail-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .newsdetail-content .newsdetail-info p {
        font-size: 24px;
        color: #df1214;
    }

.newsdetail-content .content {
    padding-top: 35px;
    line-height: 24px;
    color: #666666;
}

    //.newsdetail-content .content p, .newsdetail-content .content img {
      //  margin-bottom: 30px;
   // }

    .newsdetail-content .content img {
        max-width: 100%;
    }

.newsdetail-content .newsdetail-right {
    width: 25.71429%;
    float: right;
    margin-top: 0;
}

    .newsdetail-content .newsdetail-right .other-title {
        background-color: #df1214;
        padding-left: 15px;
        padding-right: 100px;
        position: relative;
    }

        .newsdetail-content .newsdetail-right .other-title h3 {
            color: #fff;
            font-size: 14px;
            line-height: 60px;
        }

    .newsdetail-content .newsdetail-right .other-btns {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0;
        right: 15px;
    }

    .newsdetail-content .newsdetail-right .newsdetail-other-prev, .newsdetail-content .newsdetail-right .newsdetail-other-next {
        width: 25px;
        height: 25px;
        background: url(../images/icon-left.png)  no-repeat center center;
        background-size: 100% 100%;
        display: inline-block;
        vertical-align: top;
        outline: none;
        cursor: pointer;
    }

    .newsdetail-content .newsdetail-right .newsdetail-other-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 20px;
    }

    .newsdetail-content .newsdetail-right .other-box {
        border: solid 1px #eee;
        border-top: 0;
        padding: 20px 20px 26px;
        text-align: right;
    }
    .newsdetail-content .newsdetail-right .other-box .other-list{text-align: left;}

    .newsdetail-content .newsdetail-right .hgyPimg {
        display: block;
    }

        .newsdetail-content .newsdetail-right .hgyPimg:after {
            padding-bottom: 69.18919%;
        }

    .newsdetail-content .newsdetail-right .word {
        text-align: left;
        padding-top: 26px;
    }

        .newsdetail-content .newsdetail-right .word h2 {
            color: #363636;
            font-size: 16px;
            display: -webkit-box;
            height: 52px;
            line-height: 26px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .newsdetail-content .newsdetail-right .word .desc {
            margin: 16px 0 26px;
            letter-spacing: -1px;
            color: #929292;
            display: -webkit-box;
            height: 60px;
            line-height: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

        .newsdetail-content .newsdetail-right .word .date {
            color: #525252;
            font-size: 16px;
        }

@media (max-width: 768px) {
    .report-container {
        padding-top: 80px;
        background: unset;
    }

    .newsdetail-content .newsdetail-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .newsdetail-content .newsdetail-right {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .report-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .report {
        padding-top: 20px;
    }

        .report .item {
            line-height: 60px;
            height: 60px;
        }

            .report .item h2 {
                font-size: 18px;
                width: 75%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .report .item span {
                font-size: 14px;
            }

    .notice {
        padding-top: 30px;
    }

    .newsdetail-content .newsdetail-info {
        padding-bottom: 10px;
    }

        .newsdetail-content .newsdetail-info h1 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .newsdetail-content .newsdetail-info p {
            font-size: 18px;
        }

    .newsdetail-content .content {
        padding-top: 20px;
    }

        /* //.newsdetail-content .content p, .newsdetail-content .content img {
         //   margin-bottom: 10px;
        //} */

    .newsdetail-content .newsdetail-right .word {
        padding-top: 15px;
    }

        .newsdetail-content .newsdetail-right .word .desc {
            margin: 0;
        }

        .newsdetail-content .newsdetail-right .word .date {
            margin-top: 15px;
        }

    .newsdetail-content .newsdetail-share {
        bottom: 0;
    }
}

.sub-footer-container {
    background-color: #df1214;
}

    .sub-footer-container .sub-footer {
        padding-top: 30px;
        padding-bottom: 60px;
        color: #fff;
        font-size: 16px;
        position: relative;
    }

        .sub-footer-container .sub-footer a {
            color: #fff;
        }

        .sub-footer-container .sub-footer > div {
            float: left;
        }

        .sub-footer-container .sub-footer .sub-logo {
            margin-right: 60px;
            margin-top: 40px;
        }

        .sub-footer-container .sub-footer .contact {
            margin-right: 135px;
        }

            .sub-footer-container .sub-footer .contact span {
                display: block;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .sub-footer-container .sub-footer .contact .item > ul {
                float: left;
                margin-right: 80px;
            }

                .sub-footer-container .sub-footer .contact .item > ul:last-child {
                    margin-right: 0;
                }

                .sub-footer-container .sub-footer .contact .item > ul li {
                    position: relative;
                    padding-left: 25px;
                    line-height: 30px;
                    margin-bottom: 5px;
                }

                    .sub-footer-container .sub-footer .contact .item > ul li::before {
                        content: "";
                        display: block;
                        height: 100%;
                        width: 15px;
                        position: absolute;
                        left: 0;
                        top: 14px;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                    .sub-footer-container .sub-footer .contact .item > ul li:nth-child(1)::before {
                        background: url(../images/s-user-icon.png)  no-repeat left center;
                    }

                    .sub-footer-container .sub-footer .contact .item > ul li:nth-child(2)::before {
                        background: url(../images/s-tel-icon.png)  no-repeat left center;
                    }

                    .sub-footer-container .sub-footer .contact .item > ul li:nth-child(3)::before {
                        background: url(../images/s-email-icon.png)  no-repeat left center;
                    }

                    .sub-footer-container .sub-footer .contact .item > ul li:nth-child(4)::before {
                        background: url(../images/s-address-icon.png)  no-repeat left center;
                    }

        .sub-footer-container .sub-footer .qrcode {
            text-align: center;
            margin-top: 47px;
        }

            .sub-footer-container .sub-footer .qrcode p {
                margin-top: 10px;
            }

        .sub-footer-container .sub-footer .download {
            float: right;
            margin-top: 47px;
        }

            .sub-footer-container .sub-footer .download .down {
                position: relative;
                display: inline-block;
            }

                .sub-footer-container .sub-footer .download .down span {
                    display: inline-block;
                    background-color: #072c69;
                    line-height: 38px;
                    padding-left: 25px;
                    padding-right: 30px;
                    -webkit-border-radius: 38px;
                    border-radius: 38px;
                }

                .sub-footer-container .sub-footer .download .down i {
                    display: inline-block;
                    background-color: #fff;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    right: -30px;
                    top: -7px;
                    -webkit-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                }

        .sub-footer-container .sub-footer .icp {
            position: absolute;
            font-size: 14px;
            left: 230px;
            bottom: 35px;
        }

@media (max-width: 1024px) {
    .sub-footer-container .sub-footer .download {
        position: absolute;
        right: 25px;
    }

    .sub-footer-container .sub-footer .contact {
        margin-top: 50px;
    }

    .sub-footer-container .sub-footer .qrcode {
        margin-top: 95px;
    }

    .sub-footer-container .sub-footer .icp {
        left: 0;
    }
}

@media (max-width: 768px) {
    .sub-footer-container .sub-footer .download {
        position: absolute;
        right: 25px;
    }

    .sub-footer-container .sub-footer .contact {
        margin-top: 50px;
        margin-right: 0px;
    }

        .sub-footer-container .sub-footer .contact .item > ul {
            margin-right: 40px;
            margin-bottom: 20px;
        }

    .sub-footer-container .sub-footer .qrcode {
        margin-top: 47px;
        position: absolute;
        right: 175px;
    }

    .sub-footer-container .sub-footer .icp {
        left: 0;
    }
}

@media (max-width: 414px) {
    .notify-container .notify-wrapper .wrapper-r .notify-list a .date{
       position: static;
       float: right;
}
    .sub-footer-container .sub-footer {
        font-size: 14px;
    }

        .sub-footer-container .sub-footer .download {
            position: absolute;
            right: 25px;
        }

        .sub-footer-container .sub-footer .sub-logo {
            margin-top: 0;
        }

        .sub-footer-container .sub-footer .contact {
            margin-top: 30px;
            margin-right: 0px;
        }

            .sub-footer-container .sub-footer .contact span {
                margin-bottom: 10px;
            }

            .sub-footer-container .sub-footer .contact .item > ul {
                margin-bottom: 10px;
            }

                .sub-footer-container .sub-footer .contact .item > ul li {
                    line-height: 22px;
                }

                    .sub-footer-container .sub-footer .contact .item > ul li::before {
                        top: 11px;
                    }

        .sub-footer-container .sub-footer .qrcode {
            margin-top: 10px;
            position: static;
            margin-bottom: 20px;
        }

            .sub-footer-container .sub-footer .qrcode p {
                margin-top: 5px;
            }

        .sub-footer-container .sub-footer .icp {
            left: 0;
        }
}

.headfixed.sub-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .headfixed.sub-header nav .wrap-line {
        -webkit-transform: translateX(28px);
        -ms-transform: translateX(28px);
        -o-transform: translateX(28px);
        transform: translateX(28px);
    }

    .headfixed.sub-header nav h3 a {
        font-size: 16px;
        font-weight: bold;
        padding: 24px 28px;
    }


/*å…¬ç”¨æ ‡é¢˜-1 s*/
.insw-btn {
    float: right;
    font-size: 0;
    position: relative;
    z-index: 3;
}

    .insw-btn div {
        display: inline-block;
        vertical-align: top;
        background: url(../images/Ljiant2.png)  no-repeat center center;
        width: 36px;
        height: 22px;
        background-size: auto 14px;
    }

        .insw-btn div.next {
            position: relative;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

            .insw-btn div.next::after {
                content: '';
                position: absolute;
                right: -1px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 2px;
                height: 14px;
                background-color: #fff;
                opacity: 0.4;
            }

@media (min-width: 1024px) {
    .insw-btn div {
        height: 30px;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .insw-btn div:hover {
            background-image: url(../images/icon-inprev2.png);
        }
}
.public-title-1{position: relative;z-index: 10;}
@media (min-width: 1260px) {
    .insw-btn div {
        height: 36px;
        width: 36px;
    }
}

.inpublic-title .public-title-1 h3 a{
    color: #333;
}

    .inpublic-title .public-title-1 h3::before {
        background: #df1214;
    }

.inpublic-title .public-title-1 {
    float: left;
}

.public-title-1 h3 a{
    line-height: 1;
    font-weight: bold;
    color: #df1214;
    padding-left: 30px;
    position: relative;
    font-size: 22px;
}

    .public-title-1 h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) skewX(-30deg);
        -ms-transform: translateY(-50%) skewX(-30deg);
        -o-transform: translateY(-50%) skewX(-30deg);
        transform: translateY(-50%) skewX(-30deg);
        width: 20px;
        height: 5px;
        background: #df1214;
    }

@media (min-width: 1024px) {
    .public-title-1 h3 a{
        font-size: 30px;
        padding-left: 50px;
    }

        .public-title-1 h3::before {
            width: 34px;
            height: 6px;
        }
}

@media (min-width: 1260px) {
    .public-title-1 h3 a{
        font-size: 36px;
        padding-left: 74px;
    }

        .public-title-1 h3::before {
            width: 38px;
            height: 10px;
        }
}

/*å…¬ç”¨æ ‡é¢˜-1 e*/
/*å…¬ç”¨æ ‡é¢˜-2 s*/
.public-title-2 {
    line-height: 1;
    font-weight: bold;
    margin-top: 55px;
    color: #666;
}
.public-title-2:nth-child(1){color: #df1214;margin-top: 0;}
/*å…¬ç”¨æ ‡é¢˜-2 e*/
/*å†…é¡µä¸Šè¾¹è· s*/
.spt-170 {
    padding-top: 35px;
}

@media (min-width: 1024px) {
    .spt-170 {
        padding-top: 35px;
    }
}

/*å†…é¡µä¸Šè¾¹è· e*/
/*è§†é¢‘æ’­æ”¾æŒ‰é’® s*/
.player-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/icon-player.png)  no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}

@media (min-width: 1024px) {
    .player-btn {
        width: 47px;
        height: 47px;
    }
}

/*è§†é¢‘æ’­æ”¾æŒ‰é’® e*/
/*å†…é¡µèƒŒæ™¯å›¾ç‰‡ s*/
.bgbox {
    background-repeat:  no-repeat;
    background-size: cover;
}

/*å†…é¡µèƒŒæ™¯å›¾ç‰‡ e*/
/*å…¬ç”¨tab-1 s*/
.public-tab-1 {
    padding-top: 10px;
    padding-bottom: 30px;
}

    .public-tab-1 ul {
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
        text-align: center;
    }

        .public-tab-1 ul::-webkit-scrollbar {
            width: auto;
            height: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .public-tab-1 ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, 0);
        }

        .public-tab-1 ul::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

    .public-tab-1 li {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
    }

        .public-tab-1 li.cur a {
            color: #fff;
            background: #df1214;
        }

        .public-tab-1 li a {
            display: block;
            line-height: 20px;
            padding: 8px 15px;
            color: #666666;
            background-color: #e9e9e9;
        }

@media (min-width: 1024px) {
    .public-tab-1 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .public-tab-1 li a {
            font-size: 16px;
            padding: 15px 30px;
            min-width: 120px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .public-tab-1 li a:hover {
                color: #fff;
                background: #df1214;
            }
}

@media (min-width: 1260px) {
    .public-tab-1 {
        padding-bottom: 72px;
    }

        .public-tab-1 li a {
            padding: 20px 40px;
            min-width: 183px;
        }
}

/*å…¬ç”¨tab-1 e*/
/*å…¬ç”¨tab-2 s*/
.public-tab-2 {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

    .public-tab-2 .side-tab-toggle {
        background-color: #f0f0f0;
        padding: 12px 0;
        text-align: center;
        cursor: pointer;
        font-size: 0;
        overflow: hidden;
        position: relative;
    }

        .public-tab-2 .side-tab-toggle span {
            line-height: 24px;
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
        }

        .public-tab-2 .side-tab-toggle.active::after {
            top: 22px;
            -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
            -o-transform: rotate(-225deg);
            transform: rotate(-225deg);
        }

        .public-tab-2 .side-tab-toggle::after {
            content: '';
            position: absolute;
            top: 16px;
            width: 10px;
            height: 10px;
            border-left: solid 2px #aaa;
            border-bottom: solid 2px #aaa;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-left: 8px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

    .public-tab-2 .side-nav-list {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        z-index: 3;
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 10px 20px -15px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 10px 20px -15px;
    }

        .public-tab-2 .side-nav-list li {
            border-bottom: solid 1px #ccc;
        }

            .public-tab-2 .side-nav-list li.active h3 i::before {
                -webkit-transform: rotate(-225deg);
                -ms-transform: rotate(-225deg);
                -o-transform: rotate(-225deg);
                transform: rotate(-225deg);
                top: 21px;
            }

        .public-tab-2 .side-nav-list h3 {
            position: relative;
        }

            .public-tab-2 .side-nav-list h3 a {
                display: block;
                font-size: 16px;
                line-height: 20px;
                padding: 14px 20px;
            }

            .public-tab-2 .side-nav-list h3 i {
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 80px;
            }

                .public-tab-2 .side-nav-list h3 i::before {
                    content: '';
                    position: absolute;
                    top: 16px;
                    right: 22px;
                    width: 10px;
                    height: 10px;
                    border-bottom: solid 1px #aaa;
                    border-left: solid 1px #aaa;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    -webkit-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                }

        .public-tab-2 .side-nav-list .lv2 {
            display: none;
        }

            .public-tab-2 .side-nav-list .lv2 a {
                display: block;
                padding: 10px 30px;
                line-height: 20px;
                font-size: 14px;
                color: rgba(0, 0, 0, 0.7);
            }

@media (min-width: 1024px) {
    .public-tab-2 {
        margin-top: 20px;
        margin-bottom: 60px;
    }

        .public-tab-2 .side-tab-toggle {
            display: none !important;
        }

        .public-tab-2 .side-nav-list {
            display: block !important;
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            font-size: 0;
            text-align: center;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
        }

            .public-tab-2 .side-nav-list li {
                display: inline-block;
                vertical-align: top;
                padding: 0 5px;
                border: 0;
                position: relative;
            }

                .public-tab-2 .side-nav-list li.cur h3 a, .public-tab-2 .side-nav-list li:hover h3 a {
                    background-color: #db0400;
                    color: #fff;
                    -webkit-box-shadow: 0 5px 40px -15px #db0400;
                    box-shadow: 0 5px 40px -15px #db0400;
                }

                .public-tab-2 .side-nav-list li:hover .lv2 {
                    -webkit-transform: translateX(0);
                    -ms-transform: translateX(0);
                    -o-transform: translateX(0);
                    transform: translateX(0);
                    opacity: 1;
                    pointer-events: auto;
                }

            .public-tab-2 .side-nav-list .lv2 {
                display: block !important;
                background: #212121;
                font-size: 0;
                padding: 0 20px;
                position: absolute;
                top: 100%;
                left: 5px;
                white-space: nowrap;
                -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
                -o-transform: translateX(10px);
                transform: translateX(10px);
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .public-tab-2 .side-nav-list .lv2 a {
                    color: #fff;
                    display: inline-block;
                    vertical-align: top;
                    font-size: 16px;
                    padding: 15px 20px;
                }

            .public-tab-2 .side-nav-list h3 i {
                display: none !important;
            }

            .public-tab-2 .side-nav-list h3 a {
                display: block;
                line-height: 20px;
                color: #666666;
                background-color: #e9e9e9;
                font-size: 16px;
                padding: 15px 30px;
                min-width: 120px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }
}

@media (min-width: 1260px) {
    .public-tab-2 {
        margin-top: 30px;
        margin-bottom: 92px;
    }

        .public-tab-2 .side-nav-list h3 a {
            padding-top: 20px;
            padding-bottom: 20px;
            min-width: 183px;
        }

        .public-tab-2 .side-nav-list .lv2 {
            padding-left: 30px;
            padding-right: 30px;
        }

            .public-tab-2 .side-nav-list .lv2 a {
                padding-top: 17px;
                padding-bottom: 17px;
            }
}

/*å…¬ç”¨tab-2 e*/
/*å…¬ç”¨åˆ—è¡¨-1 s*/
.public-list-1 a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #ddd dotted;
}

    .public-list-1 a h2 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .public-list-1 a .date {
        color: #7a7a7a;
        font-size: 14px;
        margin-bottom: 8px;
    }

        .public-list-1 a .date span::before {
            content: '.';
        }

    .public-list-1 a .desc {
        color: #999999;
        line-height: 18px;
        display: -webkit-box;
        height: 36px;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

@media (min-width: 768px) {
    .public-list-1 a {
        position: relative;
        padding-left: 70px;
    }

        .public-list-1 a .date {
            position: absolute;
            left: 0;
            top: 15px;
            margin: 0;
            letter-spacing: -1px;
            padding-top: 22px;
        }

            .public-list-1 a .date span {
                font-size: 20px;
                color: #333;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
            }

                .public-list-1 a .date span::before {
                    display: none;
                }
}

@media (min-width: 1024px) {
    .public-list-1 a {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 118px;
        position: relative;
    }

        .public-list-1 a:hover {
            color: #db0400;
        }

            .public-list-1 a:hover .date {
                color: #db0400;
            }

                .public-list-1 a:hover .date span {
                    color: #db0400;
                }

        .public-list-1 a h2 {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: bold;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .public-list-1 a .desc {
            line-height: 24px;
            height: 48px;
        }

        .public-list-1 a .date {
            font-size: 16px;
            letter-spacing: -1px;
            padding-top: 30px;
            top: 25px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .public-list-1 a .date span {
                font-size: 28px;
                letter-spacing: -2px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }
}

@media (min-width: 1260px) {
    .public-list-1 a {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        .public-list-1 a h2 {
            font-size: 20px;
        }

        .public-list-1 a .date {
            top: 32px;
            padding-top: 35px;
        }

            .public-list-1 a .date span {
                font-size: 32px;
            }
}

/*å…¬ç”¨åˆ—è¡¨-1 e*/
/*å…¬ç”¨-æ›´å¤šæŒ‰é’® s*/
.public-more {
    text-align: center;
    width: 100%;
}

    .public-more a {
        display: inline-block;
        line-height: 38px;
        border: solid 1px #df1214;
        background: #fff url(../images/gray-right.png)  no-repeat 10px center;
        color: #a7a7a7;
        font-size: 14px;
        text-align: center;
        width: 120px;
        padding-left: 20px;
    }

@media (min-width: 768px) {
    .public-more {
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .public-more a {
        line-height: 48px;
        width: 200px;
        text-align: right;
        padding-right: 20px;
        padding-left: 0;
        background-position-x: 80px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .public-more a:hover {
            background-color: #df1214;
            color: #fff;
            padding-right: 50px;
            background-image: url(../images/gray-right-o.png);
            background-position-x: 90%;
        }
}

@media (min-width: 1260px) {
    .public-more a {
        line-height: 58px;
        width: 300px;
        padding-right: 30px;
        background-position-x: 186px;
    }

        .public-more a:hover {
            padding-right: 60px;
            background-position-x: 90%;
        }
}

/*å…¬ç”¨-æ›´å¤šæŒ‰é’® e*/


.video-player-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    text-align: center;
}

    .video-player-popup:before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .video-player-popup .video-player {
        position: relative;
        width: 94%;
        min-height: 300px;
        max-width: 960px;
        margin-top: 0;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .video-player-popup .close {
        position: absolute;
        right: 0;
        top: -40px;
        width: 40px;
        height: 40px;
        background: url(../images/closebtn.png)  no-repeat center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .video-player-popup .close:hover {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }


@media (min-width: 1024px) {
    .video-player-popup .video-player {
        height: 500px;
    }
}

@media (min-width: 1600px) {
    .video-player-popup .video-player {
        height: 600px;
    }
}



.full-searchA-wrapper .search-hd {
    border-bottom: 1px solid #d6d6d6;
}

.full-searchA-wrapper .search-form {
    padding: 20px 0;
}

    .full-searchA-wrapper .search-form form {
        position: relative;
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding-right: 80px;
        border: 1px solid #333;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }

    .full-searchA-wrapper .search-form input {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 38px;
        height: 38px;
    }

        .full-searchA-wrapper .search-form input[type='text'] {
            padding-left: 36px;
            background-repeat:  no-repeat;
            background-position: 12px center;
            background-size: auto 16px;
            background-image: url(../images/searchAico.png);
        }

        .full-searchA-wrapper .search-form input[type='submit'] {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 3;
            width: 80px;
            padding: 0 20px;
            color: #fff;
            background-color: #333;
        }

.full-searchA-wrapper .search-cate ul {
    margin-bottom: -1px;
    white-space: nowrap;
    overflow-x: auto;
}

.full-searchA-wrapper .search-cate li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.full-searchA-wrapper .search-cate a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 1px solid #d6d6d6;
}

.full-searchA-wrapper .search-cate .cur a {
    border-bottom-color: #333;
}

.full-searchA-wrapper .search-result .length {
    padding: 10px 0;
}

.full-searchA-wrapper .search-result .nodata {
    padding: 20px 0;
}

.full-searchA-wrapper .result-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

    .full-searchA-wrapper .result-list li a {
        display: block;
    }

.full-searchA-wrapper .result-list .thumb {
    float: left;
    width: 135px;
    margin-right: 10px;
}

    .full-searchA-wrapper .result-list .thumb img {
        max-width: 100%;
    }

.full-searchA-wrapper .result-list .content {
    overflow: hidden;
}

    .full-searchA-wrapper .result-list .content h2 {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        line-height: 24px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #333;
    }

.full-searchA-wrapper .result-list .desc {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}

.full-searchA-wrapper .result-list .more {
    font-size: 14px;
    line-height: 24px;
}

.full-searchA-wrapper .loadmore {
    overflow: hidden;
    padding: 10px 0;
}

    .full-searchA-wrapper .loadmore a {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        background-color: #cd002b;
    }

.full-searchA-wrapper mark {
    color: #fff;
    background-color: #cd002b;
}

@media (min-width: 640px) {
    .full-searchA-wrapper .search-form {
        padding: 30px 0;
    }

    .full-searchA-wrapper .result-list li {
        padding: 15px 0;
    }

    .full-searchA-wrapper .result-list .thumb {
        width: 180px;
    }

    .full-searchA-wrapper .result-list .loadmore {
        padding: 20px 0;
    }
}

@media (min-width: 1024px) {
    .full-searchA-wrapper .search-form {
        padding: 40px 0;
    }

    .full-searchA-wrapper .commonweb {
        max-width: 960px;
    }

    .full-searchA-wrapper .loadmore {
        padding: 40px 0;
    }

        .full-searchA-wrapper .loadmore a {
            line-height: 50px;
        }

    .full-searchA-wrapper .result-list a .content h2 {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .full-searchA-wrapper .result-list a:hover .content h2 {
        color: #ff5500;
    }

    .full-searchA-wrapper .result-list li {
        padding: 20px 0;
    }

    .full-searchA-wrapper .result-list .content h2 {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .full-searchA-wrapper .result-list .thumb {
        width: 280px;
        margin-right: 30px;
    }
}


/*ç›¸å†Œè½®æ’­ s*/
.thumb-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2018;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

    .thumb-popup .thumb-wraper {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        width: 100%;
    }

        .thumb-popup .thumb-wraper .thumb-copy-wrapper {
            position: relative;
            overflow: hidden;
            width: 90%;
            max-width: 880px;
            margin: 0 auto;
        }

    .thumb-popup .close {
        position: absolute;
        right: 4%;
        top: 4%;
        z-index: 9;
        width: 40px;
        height: 40px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        cursor: pointer;
        background: #5261b9;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        line-height: 40px;
        opacity: 1;
    }

    .thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li {
        padding: 0 20px;
        overflow: hidden;
    }

        .thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li img {
            display: block;
            max-width: 100%;
            max-height: 90%;
            position: relative;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            width: 640px;
        }

        .thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li p {
            text-align: center;
            font-size: 16px;
            padding: 20px 0;
            color: #fff;
            bottom: 5%;
            width: 100%;
            left: 0;
            position: absolute;
        }

    .thumb-popup .thumb-wraper .banner-btn {
        display: none;
        width: 60px;
        height: 120px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
    }

        .thumb-popup .thumb-wraper .banner-btn::after {
            content: "";
            position: absolute;
            top: 40%;
            left: 50%;
            margin-top: -5px;
            width: 40px;
            height: 40px;
            border-right: 1px solid #fff;
            border-top: 1px solid #fff;
            border-left: 0;
            border-bottom: 0;
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-left {
            left: -10px;
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-right {
            right: -10px;
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-left::after {
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
            margin-left: -4px;
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-right::after {
            margin-left: -7px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-left:hover::after {
            border-color: #5261b9;
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-right:hover::after {
            border-color: #5261b9;
        }

        .thumb-popup .thumb-wraper .banner-btn.swiper-button-disabled {
            cursor: default;
        }

@media (min-width: 768px) {
    .thumb-popup .thumb-wraper .banner-btn.swiper-left {
        left: 4%;
    }

    .thumb-popup .thumb-wraper .banner-btn.swiper-right {
        right: 4%;
    }
}

@media (min-width: 1024px) {
    .thumb-popup .thumb-wraper .banner-btn {
        display: block;
    }
}

/*ç›¸å†Œè½®æ’­ e*/

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

* html #ie-alert-overlay {
    position: absolute;
    z-index: 9999;
}

#ie-alert-panel {
    width: 520px;
    height: 331px;
    position: fixed;
    background: url(../images/iealertsprite.png)  no-repeat;
    background-position: -1px -109px;
    top: 50%;
    left: 50%;
    margin: -201px 0 0 -296px;
    padding: 72px 0 0 72px;
    _position: absolute;
    _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
    z-index: 10000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    #ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    #ie-alert-panel p {
        font-size: 14px;
        width: 486px;
        text-align: justify;
    }

    #ie-alert-panel img {
        border: 0;
    }

    #ie-alert-panel span {
        font-size: 18px;
        margin: 0 0 20px 0;
        display: block;
        padding: 0;
    }

    #ie-alert-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #ie-alert-panel li {
        float: left;
        margin: 0 22px 0 0;
    }

        #ie-alert-panel li.last {
            margin-right: 0;
        }

    #ie-alert-panel a {
        display: inline-block;
        vertical-align: top;
    }

#goon {
    text-decoration: underline;
}

.browser {
    position: absolute;
    bottom: 35px;
}

.chrome, .firefox, .ie9, .opera, .safari {
    background: url(../images/iealertsprite.png)  no-repeat;
}

.chrome {
    background-position: 0 0;
    width: 73px;
    height: 96px;
    margin: 0 4px 0 0;
}

.firefox {
    background-position: -292px 0;
    width: 73px;
    height: 98px;
}

.ie9 {
    background-position: -179px 0;
    width: 95px;
    height: 98px;
}

.opera {
    background-position: -90px 0;
    width: 73px;
    height: 98px;
}

.safari {
    background-position: -387px 0;
    width: 73px;
    height: 98px;
    margin: 0 4px 0 0;
}



.full-searchA-wrapper .search-hd {
    border-bottom: 1px solid #d6d6d6;
}

.full-searchA-wrapper .search-form {
    padding: 20px 0;
}

    .full-searchA-wrapper .search-form form {
        position: relative;
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding-right: 80px;
        border: 1px solid #333;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }

    .full-searchA-wrapper .search-form input {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 38px;
        height: 38px;
    }

        .full-searchA-wrapper .search-form input[type='text'] {
            padding-left: 36px;
            background-repeat:  no-repeat;
            background-position: 12px center;
            background-size: auto 16px;
            background-image: url(../images/searchAico.png);
        }

        .full-searchA-wrapper .search-form input[type='submit'] {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 3;
            width: 80px;
            padding: 0 20px;
            color: #fff;
            background-color: #333;
        }

.full-searchA-wrapper .search-cate ul {
    margin-bottom: -1px;
    white-space: nowrap;
    overflow-x: auto;
}

.full-searchA-wrapper .search-cate li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.full-searchA-wrapper .search-cate a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 1px solid #d6d6d6;
}

.full-searchA-wrapper .search-cate .cur a {
    border-bottom-color: #333;
}

.full-searchA-wrapper .search-result .length {
    padding: 10px 0;
}

.full-searchA-wrapper .search-result .nodata {
    padding: 20px 0;
}

.full-searchA-wrapper .result-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

    .full-searchA-wrapper .result-list li a {
        display: block;
    }

.full-searchA-wrapper .result-list .thumb {
    float: left;
    width: 135px;
    margin-right: 10px;
}

    .full-searchA-wrapper .result-list .thumb img {
        max-width: 100%;
    }

.full-searchA-wrapper .result-list .content {
    overflow: hidden;
}

    .full-searchA-wrapper .result-list .content h2 {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        line-height: 24px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #333;
    }

.full-searchA-wrapper .result-list .desc {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}

.full-searchA-wrapper .result-list .more {
    font-size: 14px;
    line-height: 24px;
}

.full-searchA-wrapper .loadmore {
    overflow: hidden;
    padding: 10px 0;
}

    .full-searchA-wrapper .loadmore a {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        background-color: #cd002b;
    }

.full-searchA-wrapper mark {
    color: #fff;
    background-color: #cd002b;
}

@media (min-width: 640px) {
    .full-searchA-wrapper .search-form {
        padding: 30px 0;
    }

    .full-searchA-wrapper .result-list li {
        padding: 15px 0;
    }

    .full-searchA-wrapper .result-list .thumb {
        width: 180px;
    }

    .full-searchA-wrapper .result-list .loadmore {
        padding: 20px 0;
    }
}

@media (min-width: 1024px) {
    .full-searchA-wrapper .search-form {
        padding: 40px 0;
    }

    .full-searchA-wrapper .commonweb {
        max-width: 960px;
    }

    .full-searchA-wrapper .loadmore {
        padding: 40px 0;
    }

        .full-searchA-wrapper .loadmore a {
            line-height: 50px;
        }

    .full-searchA-wrapper .result-list a .content h2 {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .full-searchA-wrapper .result-list a:hover .content h2 {
        color: #df1214;
    }

    .full-searchA-wrapper .result-list li {
        padding: 20px 0;
    }

    .full-searchA-wrapper .result-list .content h2 {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .full-searchA-wrapper .result-list .thumb {
        width: 280px;
        margin-right: 30px;
    }
}


.video-player-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    text-align: center;
}

    .video-player-popup:before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .video-player-popup .video-player {
        position: relative;
        width: 94%;
        min-height: 300px;
        max-width: 960px;
        margin-top: 0;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .video-player-popup .close {
        position: absolute;
        right: 0;
        top: -40px;
        width: 40px;
        height: 40px;
        background: url(../images/closebtn.png)  no-repeat center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .video-player-popup .close:hover {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.new-list-template { padding-left:20px;}
.new-list-template .list .item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    z-index: 2;
}

    .new-list-template .list .item:before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(255, 255, 255, 0.7);
        display: block;
        z-index: -999;
        top: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .new-list-template .list .item:hover .item-l b, .new-list-template .list .item:hover .item-l span {
        color: #df1214;
    }

    .new-list-template .list .item:hover .item-r h2 {
        color: #df1214;
    }

    .new-list-template .list .item:hover:before {
        width: 100%;
    }

    .new-list-template .list .item > div {
        float: left;
    }

    .new-list-template .list .item .item-l {
        width: 10%;
        position: absolute;
        left: 0;
        top: 30px;
    }

        .new-list-template .list .item .item-l b {
            display: block;
            font-size: 32px;
            line-height: 1;
            font-weight: normal;
            color: #525252;
        }

        .new-list-template .list .item .item-l span {
            font-size: 16px;
            color: #929292;
            line-height: 34px;
        }

            .new-list-template .list .item .item-l span i {
                visibility: hidden;
            }

    .new-list-template .list .item .item-r {
        width: 100%;
        padding-left: 10%;
    }

        .new-list-template .list .item .item-r h2 {
            color: #525252;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .new-list-template .list .item .item-r p {
            color: #929292;
            font-weight: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.new-list-template .more {
    text-align: center;
}

    .new-list-template .more a {
        display: inline-block;
        padding-left: 190px;
        padding-right: 28px;
        border: 1px solid #df1214;
        line-height: 60px;
        color: #a7a7a7;
        margin-top: 40px;
    }

        .new-list-template .more a:hover img {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
            transform: translateX(5px);
        }

        .new-list-template .more a img {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

@media (max-width: 768px) {
    .new-list-template .list .item .item-l {
        width: 13%;
    }

    .new-list-template .list .item .item-r {
        padding-left: 13%;
    }
}

@media (max-width: 414px) {
    .new-list-template .list .item {
        padding: 20px 0;
    }

        .new-list-template .list .item .item-l {
            width: 100%;
            position: static;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-flow: row-reverse;
            -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .new-list-template .list .item .item-l b {
                font-size: 16px;
                color: #929292;
                display: inline;
            }

            .new-list-template .list .item .item-l span i {
                visibility: visible;
            }

        .new-list-template .list .item .item-r {
            width: 100%;
            padding-left: 0;
        }

            .new-list-template .list .item .item-r h2 {
                margin-bottom: 5px;
                font-size: 18px;
            }

    .new-list-template .more a {
        padding-left: 80px;
        line-height: 40px;
    }
}



/*ç½‘ç«™åœ°å›¾ s*/
.hgySitemap .sitemapcont2 {
    padding: 6% 10px;
    overflow: hidden;
    background: #fff;
}

    .hgySitemap .sitemapcont2 dl {
        position: relative;
        margin-bottom: 36px;
    }

        .hgySitemap .sitemapcont2 dl:last-child {
            margin-bottom: 0;
        }

    .hgySitemap .sitemapcont2 dt {
        font-size: 16px;
        font-weight: bold;
        padding: 0 8px;
        background: #fff;
        position: absolute;
        left: 18px;
        top: -14px;
    }

    .hgySitemap .sitemapcont2 dd {
        padding: 4% 3% 1% 3%;
        border: 1px solid #e6e6e6;
    }

        .hgySitemap .sitemapcont2 dd a {
            display: inline-block;
            padding-left: 10px;
            margin: 0 23px 8px 0;
        }

@media (min-width: 1024px) {
    .hgySitemap .sitemapcont2 {
        padding: 3.5% 30px;
    }

        .hgySitemap .sitemapcont2 dl {
            margin-bottom: 55px;
        }

        .hgySitemap .sitemapcont2 dt {
            font-size: 20px;
        }

        .hgySitemap .sitemapcont2 dd {
            padding: 2% 3% 1% 3%;
            border: 1px solid #e6e6e6;
        }

            .hgySitemap .sitemapcont2 dd a {
                margin: 0 45px 8px 0;
            }
}

/*ç½‘ç«™åœ°å›¾ e*/

/*20201118 s*/
.red-news-detail .public-banner .side-nav-list li.cur a, .red-news-detail .public-banner .side-nav-list li:hover a, .red-news-detail .newsdetail-content .newsdetail-info p {
    color: #db0400;
}

.red-news-detail .public-banner .side-wrap-line, .red-news-detail .newsdetail-content .newsdetail-right .other-title {
    background-color: #db0400;
}

.red-news-detail .newsdetail-share .share-toggle {
    background-image: url("../images/s-plus-icon-2.png");
}

.red-news-detail .newsdetail-share:hover .share-toggle {
    box-shadow: 0 10px 15px -5px #db0400;
}

.insearch .public-more {
    margin-top: 30px;
}
/*.organ-list li::after {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 100%;*/
/*  padding-bottom: 0;*/
/*  -webkit-transition: all .3s;*/
/*  -o-transition: all .3s;*/
/*  transition: all .3s;*/
/*}*/
/*.organ-list li:hover::after {*/
/*  padding-bottom: 100%;*/
/*}*/
.indynamic-page {
    display: none;
}

.innews-right .topping .word .desc {
    height: 100px;
    -webkit-line-clamp: 5;
}

.public-banner .word {
    top: 35%;
}

.party-all-list .content > .form {
    margin-top: 20px;
    text-align: center;
}

.position-detail-container {
    position: relative;
}

    .position-detail-container .newsdetail-share {
        right: 15px;
        bottom: 212px;
    }

@media (min-width: 768px) {
    .position-detail-container .newsdetail-share {
        right: 50px;
        bottom: 241px;
    }
}

@media (min-width: 1024px) {
    .position .position-r .item:hover .title {
        color: #df1214;
    }

    .position .position-r .item:hover .date {
        background: #df1214;
    }

        .position .position-r .item:hover .date .day {
            color: #fff;
            border-color: #fff;
        }

        .position .position-r .item:hover .date .month {
            color: #fff;
        }

    .newsdetail-content .newsdetail-right .word h2 a:hover {
        color: #df1214;
    }

    .p-head-bg {
        background: rgba(255,255,255,.95);
    }

    .innews-right .topping .word .desc {
        height: 80px;
        -webkit-line-clamp: 4;
    }

    .position .position-l .item:hover img {
        transform: translate(-50%,-50%) scale(1.05);
    }

    .headfixed.sub-header nav h3 a {
        font-size: 18px;
    }

    .sub-footer-container .sub-footer .contact, .sub-footer-container .sub-footer .sub-logo {
        margin-right: 80px;
    }

    .party-all-list .content > .form {
        margin-top: 35px;
    }
}

@media (min-width: 1260px) {
    .organ-content-view .txt {
        max-height: 192px;
    }

    .head-right .lang-toggle {
        font-size: 18px;
    }

    .head-right .lang-box {
        display: none !important;
    }

    .innews-right .topping .word .desc {
        height: 100px;
        -webkit-line-clamp: 5;
    }

    .party-all-list .content > .form {
        margin-top: 50px;
    }
}

@media (min-width: 1460px) {
    .innotice .item span {
        padding-right: 30px;
    }

    .innews-right .topping .word .desc {
        height: 110px;
    }

    .sub-footer-container .sub-footer .icp {
        left: 250px;
    }
}
/*20201118 e*/

/*20201126ä¿®æ”¹ s*/
.post-swiper .job-item {
    padding-right: 50%;
    position: relative;
}

.post-swiper .job-item-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    padding: 5px;
}

    .post-swiper .job-item-list .job-item-link {
        display: block;
        position: relative;
    }

        .post-swiper .job-item-list .job-item-link .date {
            float: left;
            font-size: 12px;
            letter-spacing: -1px;
            text-align: center;
            background-color: #f7f7f7;
            padding: 5px;
            color: #787878;
        }

            .post-swiper .job-item-list .job-item-link .date span {
                font-size: 14px;
                display: block;
                text-align: center;
                line-height: 1;
                margin-bottom: 5px;
                padding-bottom: 5px;
                border-bottom: solid 1px #b4b4b4;
            }

            .post-swiper .job-item-list .job-item-link .date p {
                line-height: 1;
            }

        .post-swiper .job-item-list .job-item-link h2 {
            font-size: 14px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666666;
            padding-left: 5px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

    .post-swiper .job-item-list li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ebebeb;
    }

    .post-swiper .job-item-list .box {
        padding-bottom: 55px;
        height: 100%;
    }

    .post-swiper .job-item-list ul {
        overflow-y: auto;
        height: 100%;
    }

        .post-swiper .job-item-list ul::-webkit-scrollbar {
            width: 2px;
            height: 8px;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .post-swiper .job-item-list ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .post-swiper .job-item-list ul::-webkit-scrollbar-thumb {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background-color: #df1214;
        }

    .post-swiper .job-item-list .link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 5px;
    }

        .post-swiper .job-item-list .link a {
            display: block;
            text-align: center;
            line-height: 36px;
            color: #df1214;
        }

            .post-swiper .job-item-list .link a::after {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 14px;
                height: 14px;
                margin-left: 6px;
                background: url(../images/s-plus-icon-a.png)  no-repeat center center;
                background-size: 100% 100%;
            }

@media (min-width: 414px) {
    .position .position-l {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .position {
        background: none;
    }
}

@media (min-width: 1024px) {
    .post-swiper .job-item {
        padding-right: 0;
    }

    .post-swiper .job-item-list {
        width: 100%;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        left: 0;
        right: auto;
    }

    .post-swiper .job-item:hover {
        z-index: 6;
    }

        .post-swiper .job-item:hover .job-item-list {
            opacity: 1;
            left: 100%;
        }

    .position .position-l .item {
        position: relative;
        z-index: 3;
    }

    .post-swiper .swiper-slide:nth-child(4n) .job-item-list {
        right: 0;
        left: auto;
    }

    .position .position-l .job-item:hover .hove-bg {
        opacity: .4;
    }

    .position .position-l .job-item:hover .auto-img > img {
        transform: translate(-50%,-50%) scale(1.05);
    }

    .post-swiper .swiper-slide:nth-child(4n):hover .job-item-list {
        opacity: 1;
        right: 100%;
    }

    .post-swiper .job-item-list {
        padding-left: 10px;
        padding-right: 10px;
    }

        .post-swiper .job-item-list li {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .post-swiper .job-item-list .job-item-link h2 {
            padding-left: 13px;
            transition: all .3s;
        }

        .post-swiper .job-item-list .job-item-link:hover h2 {
            color: #df1214;
        }

        .post-swiper .job-item-list .link {
            bottom: 10px;
        }
}

@media (min-width: 1460px) {
    .post-swiper .job-item-list .box {
        padding-bottom: 103px;
    }

    .post-swiper .job-item-list .link {
        bottom: 26px;
    }
}
/*20201126ä¿®æ”¹ e*/

/*20201127ä¿®æ”¹ s*/
@media (min-width: 1024px) {
    .team-list {
        overflow: hidden;
    }

        .team-list ul {
            width: 75%;
            float: left;
        }

        .team-list li {
            width: 33.3333%;
        }

        .team-list .pic {
            max-width: 200px;
            max-height: 200px;
            width: auto;
            height: auto;
        }

        .team-list .leader {
            width: 25%;
            margin-bottom: 0;
            float: right;
            border-bottom: none;
            border-left: solid 1px #e2e2e2;
        }

            .team-list .leader li {
                width: 100%;
            }
}

/*20201127ä¿®æ”¹ e*/

/*20201203ä¿®æ”¹ s*/
@media (min-width: 1024px) {
    .zhishu .organ-list .item .wap-link {
        display: block !important;
    }
}

@media (min-width: 1260px) {
    .sub-footer-container .sub-footer .contact .item > ul:last-child {
        margin-right: 80px;
    }

    .sub-footer-container .sub-footer .contact {
        margin-right: 0;
    }

    .sub-footer-container .sub-footer .download {
        float: left;
        margin-left: 80px;
    }
}
/*20201203ä¿®æ”¹ e*/
/*20201208 s*/
.organ-list .item .wap-link {
    z-index: 2;
}

@media (min-width: 1024px) {
    .public-tab-2 .side-nav-list {
        background: none;
    }
}
/*20201208 e*/
/*20201209 s*/
.inscience-ul .content .moreLink {
    font-size: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0;
    z-index: 3;
    background: #fff;
}

    .inscience-ul .content .moreLink a {
        display: inline-block;
        vertical-align: top;
        line-height: 30px;
        width: auto;
        font-size: 14px;
        color: #df1214;
        padding: 0 10px;
    }

.news-list .news-more a img {
    display: none;
}

.organ-detail-area2 h4 {
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
}

.newsdetail-content .newsdetail-right .other-btns {
    display: none;
}

@media (min-width: 1024px) {
    .organ-detail-area2 h4 {
        margin-bottom: 26px;
    }
}

@media (min-width: 1260px) {
    .organ-detail-area2 h4 {
        margin-bottom: 36px;
    }
}
/*20201209 e*/

/*20201210 s*/
.other-list .other-item {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
}

    .other-list .other-item .hgyPimg {
        display: inline-block;
        vertical-align: middle;
        width: 32.46753%;
        max-width: 150px;
    }

        .other-list .other-item .hgyPimg:after {
            padding-bottom: 100%;
        }

    .other-list .other-item .word {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        width: 67.53247%;
        padding-left: 10px;
    }

        .other-list .other-item .word h2 {
            color: #222222;
            font-size: 16px;
            margin-bottom: 20px;
            display: -webkit-box;
            height: 40px;
            line-height: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .other-list .other-item .word .date {
            color: #999999;
            font-size: 14px;
        }

.report-container.detail-container {
    background-attachment: fixed;
}

@media (min-width: 1024px) {
    .other-list .other-item .word {
        padding-top: 0;
    }

        .other-list .other-item .word h2 {
            margin-bottom: 10px;
        }

    .other-list .other-item:hover h2 {
        color: #df1214;
    }
}
/*20201210 e*/

/*20201211 s*/
.news-list .news-more {
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .inscience-ul .content .txt a {
        padding: 6px 0;
    }

    .organ-detail-area2 ul {
        background: #F8F8F8;
    }

    .organ-detail-area2 li .item {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .organ-detail-area4 ul {
        background: #fff;
    }

    .news-list .news-more {
        margin-top: 50px;
    }
}
/*20201211 e*/

/*20201218 s*/
.organ-detail-area4 .item img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-list .news-more a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .news-list .news-more a:hover {
        padding-left: 76px;
        padding-right: 76px;
        background: #df1214;
        color: #fff;
    }

        .news-list .news-more a:hover span {
            transform: none;
        }

@media (min-width: 768px) {

    .organ-detail-area2 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .organ-detail-area4 li {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .organ-detail-area4 ul {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 1024px) {
    .organ-detail-area2 li .item {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .organ-detail-area2 li {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .organ-detail-area2 ul {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 15px;
    }

    .organ-detail-area4 ul {
        margin-left: 0;
        margin-right: 0;
    }

    .organ-detail-area4 .item .txt {
        height: auto;
    }
}
/*20201218 e*/

/*20201224 s*/
.indynamic-list .item h2 a, .indynamic-list .item h2, .inscience-ul .content .txt a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.indynamic-list .item .desc {
    color: #bfbfbf;
}

.innotice-list .item {
    color: #666666;
}

@media (min-width: 1024px) {
    .indynamic-list .item h2:hover a, .indynamic-list .item h2:hover, .inscience-ul .content .txt a:hover {
        color: #df1214;
    }

    .inscience-ul .content .txt a {
        padding: 8px 0;
    }
}

@media (min-width: 1460px) {
    .inscience-ul .content .txt {
        max-height: 540px;
    }
}
/*20201224 e*/

/*20201230 s*/
.other-list .other-item .hgyPimg:after {
    padding-bottom: 69.18919%;
}

.other-list .other-item .word h2 {
    margin-bottom: 10px;
}

.newsdetail-content .other-list .other-item .word .date {
    margin-top: 10px;
}

.newsdetail-content .other-list .other-item .word {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .inscience-ul .info .hgyPimg {
        z-index: 2;
    }

    .inscience-ul .info .word {
        z-index: 9;
    }

    .inscience-ul .info .hgyPimg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #004069;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .inscience-ul li.cur .hgyPimg::before {
        opacity: .75;
    }
}
/*20201230 e*/

/*20201231 s*/
.inscience-ul li.cur .content::before {
    z-index: 3;
}

.inscience-ul li {
    transition: none;
}

.inscience-ul .info .itemId {
    position: absolute;
    /*font-weight: bold;*/
    color: #fff;
    opacity: .1;
    font-size: 70px;
    top: 20px;
    left: -10px;
    z-index: 2;
}

.inscience-ul .content .moreLink {
    width: 100%;
}

    .inscience-ul .content .moreLink a {
        font-size: 0;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: url('../images/zdd-icon-right.png')  no-repeat center center;
        background-size: 100% 100%;
        margin-left: auto;
        margin-right: auto;
    }

.inscience-ul .content .txt a {
    color: #254d66;
    padding-left: 12px;
    position: relative;
}

    .inscience-ul .content .txt a::before {
        content: '';
        position: absolute;
        top: 13px;
        transform: rotate(45deg);
        left: 0;
        width: 5px;
        height: 5px;
        border-top: solid 1px #254d66;
        border-right: solid 1px #254d66;
    }
	
	.inscience-ul .content .txt dl dt{ font-size:22px;}
	.inscience-ul .content .txt dl dd{ font-size:16px; line-height:1.6; padding-top:20px;}

.inscience-ul .content .txt {
    padding-bottom: 20px;
}

.news-list ul li {
    width: 100%;
}

.sub-footer-container .sub-footer > div.zjob-cont {
    float: none;
    overflow: hidden;
    width: 100%;
}

.sub-footer-container .sub-footer .contact {
    float: left;
}

.sub-footer-container .sub-footer .qrcode {
    float: left;
}

.sub-footer-container .sub-footer .download {
    float: left;
    top: 0;
}

@media (min-width: 768px) {
    .news-list ul {
        margin-left: -10px;
        margin-right: -10px;
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        -webkit-column-gap: initial;
        -moz-column-gap: initial;
        column-gap: initial;
    }

        .news-list ul .item {
            margin-bottom: 20px;
        }

        .news-list ul li {
            width: 50%;
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    .inscience-ul .info .itemId {
        font-size: 100px;
        top: 50px;
        left: -15px;
    }

    .inscience-ul .content .txt a::before {
        top: 14px;
    }

    .inscience-ul .content .txt a {
        padding-left: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .inscience-ul .content .moreLink a {
        width: 38px;
        height: 38px;
    }

    .inscience-ul .content .moreLink {
        padding: 15px 0;
    }

    .news-list ul {
        margin-left: -18px;
        margin-right: -18px;
    }

        .news-list ul li {
            width: 33.3333%;
            padding-left: 18px;
            padding-right: 18px;
        }

        .news-list ul .item {
            margin-bottom: 36px;
        }
}

@media (min-width: 1260px) {
    .inscience-ul .content .txt {
        padding-left: 32px;
        padding-right: 32px;
    }

        .inscience-ul .content .txt a {
            padding-left: 20px;
        }

    .news-list ul {
        margin-left: -23px;
        margin-right: -23px;
    }

        .news-list ul .item {
            margin-bottom: 46px;
        }

        .news-list ul li {
            padding: 0 23px;
        }

    .sub-footer-container .sub-footer > div.zjob-cont {
        width: auto;
    }

    .sub-footer-container .sub-footer .sub-logo,
    .sub-footer-container .sub-footer .qrcode,
    .sub-footer-container .sub-footer .contact .item > ul,
    .sub-footer-container .sub-footer .contact .item > ul:last-child {
        margin-right: 40px;
    }

    .sub-footer-container .sub-footer .download {
        margin-left: 0;
    }

    .sub-footer-container .sub-footer > div.zjobOne {
        float: right;
        position: relative;
        overflow: initial;
    }

    .sub-footer-container .sub-footer .zjobOne .download {
        margin-right: 30px;
    }

    .sub-footer-container .sub-footer .zjobOne .icp {
        left: 0;
        bottom: -30px;
    }

    .sub-footer-container .sub-footer .zjobOne .qrcode,
    .sub-footer-container .sub-footer .zjobOne .contact .item > ul {
        margin-right: 110px;
    }
}

@media (min-width: 1460px) {
    .inscience-ul .info .itemId {
        font-size: 150px;
        top: 76px;
        left: -25px;
    }

    .inscience-ul .content .txt {
        padding-left: 48px;
        padding-right: 48px;
        max-height: 448px;
        padding-bottom: 0;
    }

    .inscience-ul .content .moreLink {
        padding: 26px 0;
    }

    .sub-footer-container .sub-footer .sub-logo,
    .sub-footer-container .sub-footer .qrcode,
    .sub-footer-container .sub-footer .contact .item > ul,
    .sub-footer-container .sub-footer .contact .item > ul:last-child {
        margin-right: 80px;
    }

    .sub-footer-container .sub-footer .zjobOne .qrcode,
    .sub-footer-container .sub-footer .zjobOne .contact .item > ul {
        margin-right: 150px;
    }
}
/*20201231 e*/

/*20210104 s*/
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_q2scsr1ax1.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_q2scsr1ax1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_q2scsr1ax1.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_q2scsr1ax1.woff') format('woff'), /* chromeã€firefox */
    url('//at.alicdn.com/t/webfont_q2scsr1ax1.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_q2scsr1ax1.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

body, button, input, select, textarea, * {
    font-family: 'Microsoft YaHei';
}

.notice .form {
    text-align: center;
}
/*20210104 e*/


/*20210105 s*/
.innews-right .innews-topping .hgyPimg::after {
    padding-bottom: 69.18919%;
}

.innews-right .topping .word {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background: rgba(0,0,0,.1); */
    color: #333;
}

    .innews-right .topping .word .date {
        position: static;
        margin-top: 15px;
    }

    .innews-right .topping .word .desc {
        height: 60px;
        -webkit-line-clamp: 3;
    }

/* .innews-right .topping {
    box-shadow: 0 4px 10px -4px rgba(0,0,0,.2);
} */

@media (min-width: 1260px) {
    .innews-right .topping .word {
        padding-top: 16px;
    }

        .innews-right .topping .word .date {
            margin-top: 10px;
        }
}

@media (min-width: 1460px) {
    .innews-right .topping .word .desc {
        height: 44px;
        -webkit-line-clamp: 2;
    }
}
/*20210105 e*/

/*20210108 s*/
@media (min-width: 1024px) {
    .council-list li .hgyPimg {
        width: 179px;
        margin-left: auto;
        margin-right: auto;
    }

        .council-list li .hgyPimg::after {
            padding-bottom: 135.29411%;
        }
}
/*20210108 e*/

/*20210113 s*/
.inbanner-swiper .hgyPimg::after {
    padding-bottom: 41.66666%;
}

.inscience-ul li:nth-child(1) .content .txt a {
    padding: 0;
    line-height: 2;
    text-align: justify;
}

    .inscience-ul li:nth-child(1) .content .txt a::before {
        display: none;
    }

.indynamic .insw-btn {
    display: none;
}
/*20210113 e*/

/*20210121 s*/
#page.pagination .laypage_main a{
  padding: 0;
  width: 36px;
  line-height: 34px;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #df1214;
}
#page.pagination .laypage_main a.cur {
  color: #fff;
  background: #df1214;
}


    .more #page.pagination,
    .new-list-template .more #page.pagination,
    .page #page.pagination {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        width: auto;
    }

.newsdetail-content .newsdetail-right .other-box .NoImg .word {
    width: 100%;
}

.new-list-template .more,
.science-team-list .more {
    margin-top: 30px;
}

@media (min-width: 1024px) {
    #page.pagination .laypage_main a {
        width: 40px;
        line-height: 38px;
        font-size: 16px;
        font-weight: bold;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        #page.pagination .laypage_main a:hover {
            background: #df1214;
            color: #fff;
        }

    .yunyingbaozhang-page {
        padding-top: 50px;
    }

    .newsdetail-content {
        min-height: 700px;
    }

    .new-list-template .more,
    .science-team-list .more {
        margin-top: 50px;
    }
}

@media (min-width: 1260px) {
    .yunyingbaozhang-page {
        padding-top: 60px;
    }
}

@media (min-width: 1460px) {
    .yunyingbaozhang-page {
        padding-top: 70px;
    }
}
/*20210121 e*/

/*20210121 s*/
.science-content-box img {
  max-width: 100%;
}
.science-content-box .txt-box.area1 li {
  padding-left: 140px;
}
.science-content-box .txt-box.area1 li .year {
  width: 130px;
}
@media (min-width: 1024px) {
  .science-content-box .txt-box.area1 li .year {
    width: 200px;
  }
  .science-content-box .txt-box.area1 li {
    padding-left: 200px;
  }
}
/*20210121 e*/

/*20210126 s*/
.page {
	text-align: center;
}
/*20210126 e*/

/*20210127 s*/
@media (min-width: 1024px) {
  .organ-detail-area2 ul {
    background: none;
  }
  .organ-detail-area2 li {
    color: #fff;
  }
}
@media (min-width: 1260px) {
  .science-detail-info .view-box {
    max-width: 50%;
  }
  .science-detail-info .word {
    max-width: 430px;
  }
}
/*20210127 e*/

/*20210201 s*/
.innews-left ul {
  position: relative;
}
.innews-left ul li:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.innews-left ul li:last-child a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #df1214;
  padding-left: 10px;
}
@media (min-width: 1460px) {
  .innews-left ul li:last-child {
    right: 63px;
  }
  .innews-left ul li:last-child a {
    font-size: 16px;
  }
}
/*20210201 e*/




/*20210315 æ–°å¢ž*/
.newsdetail-content .content img{width: auto !important;height: auto !important;max-width: 100%;}
/*20210315 æ–°å¢ž*/


/*20210616 æ–°å¢ž*/
layui-timeline-item:before, hr{background-color: #666 !important;}
/*20210616 æ–°å¢ž*/


.videobox{ position: absolute; left:0px; top:0px; width: 100%; height: 100%; z-index: 10;}
.popvideo iframe{width: 100%; height: 400px;}
.popvideo video{ width: 100%; height: 400px;}


.popvideobg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background: rgba(0, 0, 0, 0.6); display: none; }
.popvideobox { position: absolute; top: 50%; width:100%; height: 400px; left:50%; transform: translate(-50%, -50%);}
.popvideo{max-width: 800px; margin: 0px auto; padding: 0px 20px; position: relative;}

.close-video-btn { display: block; width: 25px; height: 25px; position: absolute; right: 15px; top: -5px; cursor: pointer; margin: -20px -20px 0 0; z-index: 9; }
.close-video-btn::after { content: ''; position: absolute; top: 10px; width: 20px; height: 2px; background-color: #FFF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.close-video-btn::before { content: ''; position: absolute; top: 10px; width: 20px; height: 2px; background-color: #FFF; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.news-list>ul{display:flex;}
.news-list ul .item .content p{overflow: hidden;}
@media (max-width: 768px) {
.innotice-list .item h2{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }
}


/* è¯¦æƒ…é¡µåˆ‡æ¢ */

.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flex_column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }


.switch .line { padding: 30px 40px; font-size: 18px; font-family: 'MicrosoftYaHei'; color: #333333; -webkit-transition: all 0.5s; transition: all 0.5s;}

.switch .line .tag { padding-right: 35px; position: relative; }

.switch .line .tag::after { content: ' '; position: absolute; right: 0; width: 0; height: 0; border: 5px solid; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -webkit-transition: all 0.5s; transition: all 0.5s; }

.switch .line.prev { border-top: 1px solid #141d29; border-bottom: 1px solid #dddddd; }

.switch .line.prev .tag::after { top: -webkit-calc(50% - 2px); top: calc(50% - 2px); border-color: transparent transparent #333333 transparent; }

.switch .line.next { border-bottom: 1px solid #141d29; }

.switch .line.next .tag::after { top: -webkit-calc(50% + 2px); top: calc(50% + 2px); border-color: #333333 transparent transparent transparent; }

.switch .line .name { width: 72.72727%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.switch .line .time { color: #333333; }

.switch .line:hover { color: #df1214; }

.switch .line:hover .time { color: #df1214; }

.switch .line:hover.prev .tag::after { border-color: transparent transparent #df1214 transparent; }

.switch .line:hover.next .tag::after { border-color: #df1214 transparent transparent transparent; }

@media (max-width: 768px) {
  .switch .line { padding: 10px; font-size: 16px; }
  .switch .line .name { width: 65%; }
}

@media (max-width: 480px) {
  .switch .line { padding: 10px 0; font-size: 14px; }
  .switch .line .name { width: 50%; }
  .switch .line .tag { padding-right: 15px; }
}

.other-box .q_more{display:block;font-size:16px;text-align:right;}


/* 2022/1/13æ–°å¢ž */
.innews-left{background-color: #4dc1a2;padding: 35px 24px 40px;}
.innews-left .tit{font-size: 20px;color: #fff;font-weight: bold;}
.innews-left ul .li{ width: 100%;}
.innews-left ul .li:not(:last-child){border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.innews-left ul .li a{padding: 18px 0 20px;display: block;}
.innews-left ul .li a h5{font-size: 18px;color: #fff;line-height: 26px;  display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.innews-left ul .li a p{margin-top: 10px;font-size: 14px;line-height: 1;color: rgba(255, 255, 255, 0.8);}
.innews-left ul .li a p span{padding: 0 20px;}
.innews-left ul .li a p span:first-child{padding-left: 0;}
.innews-left ul .li a p span:not(:first-child){border-left: 2px solid rgba(255, 255, 255, 0.3);}
.innews-right .right-box{padding-left: 20px;}
.innews-right .topping .word{padding: 40px 48px 45px 24px;}
.innews-right .topping .word .date{margin-top: 32px;}
.innews-right .innews-topping .hgyPimg::after{padding-bottom: 75.556%;}
.innews-right .innews-other .item h3{margin-bottom: 18px}
/* .innews-right .innews-other .item::after{padding-bottom: 270px;} */
.innews-right .innews-other .item.media{margin-bottom: 20px;}
.innews-right .topping > h3{top: 35px;}
.innews-right .innews-other .item .Lcon{padding-top:35px;}
.innotice{background: url(../images/Lbj1.jpg) no-repeat;background-size: cover;padding: 60px 0 !important;}
.innotice .item h2{color: #fff;font-size: 18px;line-height: 22px;  display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 44px;
    float: none;}
.innotice .item span{display: block;margin-top: 10px;font-size: 18px;color: #Fff;opacity: 0.5;float: none;}
.innotice-swiper .innotice-item .left,.innotice-swiper .innotice-item .right{width: 50%;}
.innotice-swiper .innotice-item .left{border-right: 2px solid rgba(255, 255, 255, 0.2);}
.innotice-ctrl{display: flex;justify-content: space-between;align-items: center;}
.Lreturn{
    line-height: 36px;
    border: 1px solid #9a9a9a;
    border-radius: 30px;
    padding-left: 39px;
    padding-right: 19px;
    display: inline-block;
    position: relative;
    color: #828282;
    font-size: 14px;
}
.Lreturn::before{
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/Lhome.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
@media (max-width: 1440px) {
    .innews-right .right-box{padding-left: 10px;}
    .innews-right .topping .word{padding: 45px 48px 59px 24px;}
}

@media (max-width: 1220px) {
    .innotice-list{padding: 0 8% 0 17%;}
    /* .innews-left{padding: 30px 24px 26px;} */
    /* .innews-right .innews-other .item::after{padding-bottom: 257px;} */
    .innews-right .innews-other .item.media{margin-bottom: 10px;}
}
@media (max-width: 1020px) {
    .innews-left{margin-bottom: 10px;}
    .innews-right .right-box{padding-left: 0;}
    .innews-right .topping .word{padding: 20px;}
    .Lreturn{font-size: 12px;line-height: 25px;padding-left: 29px;padding-right: 9px;margin-right: 10px;}
    .Lreturn::before{left: 10px;}
}
@media (max-width: 765px) {
    .innotice-list{padding: 0;}
    .innotice-swiper .innotice-item .left, .innotice-swiper .innotice-item .right{width: 100%;}
    .innotice-swiper{height: 60px;}
    .innotice-swiper .innotice-item .left{border-right: none;}
    .innotice .item{display: flex;justify-content: space-between;}
    .innotice .item span{margin-top: 0;}
    .innotice .item h2{width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: auto;}
    .innotice-item,
    .innotice{background: #37c2bd;}
    .innotice{padding: 30px 0 !important;}
    .innews-right .topping .word .date{margin-top: 15px;}
    .innews-right .topping .word .desc{height: 40px;}
    .innews-right .innews-other .item h3{margin-bottom: 10px;}
    
}
@media (max-width: 465px) {
    /* .Lreturn{padding-left: 24px;} */
    .innotice .item h2{width: 75%;font-size: 14px;}
    .innotice .item span{font-size: 12px;}
    .innotice-swiper{height: 50px;}
    .innews-left ul .li a h5{font-size: 16px;line-height: 1.5;}
    .innews-left ul .li a p span{font-size: 12px;padding:0 10px;}
    .innews-left{padding: 20px 10px;}
    .innews-right .innews-other .item .Lcon{padding: 20px 10px;}
}

/*--PC--*/
.pictureBox { position: relative; overflow: hidden; background: none; }

.pictureBox img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.3s; transition: all 0.3s; min-width: 100%; max-height: none; }

.Memorabilia .con { margin-top: 35px; padding-left: 55px; border-left: 2px solid #e5e5e5; }

.Memorabilia .con .box { width: 100%; }

.Memorabilia .con .box .top { border-bottom: 1px solid #ccc; line-height: 85px; position: relative; cursor: pointer; }

.Memorabilia .con .box .top h5 { font-size: 44px; color: #ccc; }

.Memorabilia .con .box .top i { width: 12px; height: 12px; border: 2px solid transparent; border-right-color: #ccc; border-bottom-color: #ccc; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); position: absolute; top: 50%; right: 2px; -webkit-transition: all 0.3s; transition: all 0.3s; }

.Memorabilia .con .box .top::before { width: 17px; height: 17px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #ccc; content: ""; position: absolute; left: -64px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s; transition: all 0.3s; }

.Memorabilia .con .box .top::after { content: ""; width: 9px; height: 9px; background: #ccc; position: absolute; left: -60px; -webkit-border-radius: 50%; border-radius: 50%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s; transition: all 0.3s; }

.Memorabilia .con .box .bottom { display: none; }

.Memorabilia .con .box .bottom .li { padding: 20px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #333; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ccc; }

.Memorabilia .con .box .bottom .li .data { font-size: 16px; width: 21.66667%; }

.Memorabilia .con .box .bottom .li h5 { font-size: 14px; }

.Memorabilia .con .box.active .top { border-bottom-color: #df1214; }

.Memorabilia .con .box.active .top h5 { color: #df1214; }

.Memorabilia .con .box.active .top::after { background: #df1214; }

.Memorabilia .con .box.active .top::before { border-color: #df1214; }

.Memorabilia .con .box.active .top i { border-right-color: #df1214; border-bottom-color: #df1214; -webkit-transform: translateY(-50%) rotate(-136deg); -ms-transform: translateY(-50%) rotate(-136deg); transform: translateY(-50%) rotate(-136deg); }

.download .con { margin-top: 35px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.download .con .box { width: 50%; padding: 34px 30px 34px 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e1e1e1; }

.download .con .box .imgbox { width: 30.6%; }

.download .con .box .imgbox .auto-img::after { padding-bottom: 141.17647%; }

.download .con .box .text { padding-left: 40px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 100%; }

.download .con .box .text h5 { font-size: 14px; color: #df1214; font-weight: bold; }

.download .con .box .text p { font-size: 18px; color: #333; display: -webkit-box; height: 48px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-weight: bold; }

.download .con .box .text .on { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.download .con .box .text .on a { display: inline-block; white-space: nowrap; padding: 0 27px; line-height: 40px; -webkit-border-radius: 30px; border-radius: 30px; text-align: center; color: #999; background: #e5e5e5; -webkit-transition: all 0.3s; transition: all 0.3s; margin-top: 20px; }

.download .con .box .text .on a:hover { color: #fff; background: #df1214; }

.download .con .box .text .on a:not(:first-child) { margin-left: 10px; }

.download .con .box .text .on2 { margin-top: 20px; }

.download .con .box .text .on2 a { display: block; width: 55px; height: 55px; background: #e5e5e5; -webkit-border-radius: 50%; border-radius: 50%; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; }

.download .con .box .text .on2 a img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.download .con .box .text .on2 a:hover { background: #df1214; }

.download .con .box:hover { background: #f6f6f6; border-bottom: 3px solid #df1214; }

.Lineal .con { margin-top: 35px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.Lineal .con .box { width: 31.66667%; vertical-align: top; margin-bottom: 30px; }

.Lineal .con .box:not(:nth-child(3n + 1)) { margin-left: 2.5%; }

.Lineal .con .box a { display: block; }

.Lineal .con .box a .auto-img::after { padding-bottom: 63.15789%; }

.Lineal .con .box a .text { padding: 35px 30px; background: #f4f7f9; -webkit-transition: all 0.3s; transition: all 0.3s; }

.Lineal .con .box a .text h5 { font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.3s; transition: all 0.3s; font-weight: bold; }

.Lineal .con .box a .text p { font-size: 14px; color: #828282; display: -webkit-box; height: 40px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 5px; -webkit-transition: all 0.3s; transition: all 0.3s; }

.Lineal .con .box a .text .jiant { margin-top: 25px; width: 42px; height: 11px; background: url(../images/Ljiant1.png)  no-repeat; -webkit-transition: all 0.3s; transition: all 0.3s; }

.Lineal .con .box a:hover { -webkit-box-shadow: 0 33px 55px -32px #df1214; box-shadow: 0 33px 55px -32px #df1214; }

.Lineal .con .box a:hover .auto-img img { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); }

.Lineal .con .box a:hover .text { background: #df1214; }

.Lineal .con .box a:hover .text h5 { color: #fff; }

.Lineal .con .box a:hover .text p { color: rgba(241, 244, 247, 0.5); }

.Lineal .con .box a:hover .text .jiant { background: url(../images/Ljiant3.png)  no-repeat; }

@media (max-width: 992px) { .Memorabilia .con { padding-left: 20px; }
  .Memorabilia .con .box .top { line-height: 60px; }
  .Memorabilia .con .box .top::before { left: -30px; }
  .Memorabilia .con .box .top::after { left: -26px; }
  .Memorabilia .con .box .top h5 { font-size: 30px; }
  .Memorabilia .con .box .bottom .li { padding: 10px 0; }
  .download .con .box { padding: 20px; }
  .download .con .box .text { padding-left: 20px; }
  .Lineal .con .box a .text { padding: 20px; } }

@media (max-width: 765px) { .download .con { display: block; }
  .download .con .box { width: 100%; }
  .Lineal .con .box { width: 49%; margin-bottom: 10px; }
  .Lineal .con .box:not(:nth-child(3n + 1)) { margin-left: 0; }
  .Lineal .con .box:not(:nth-child(2n + 1)) { margin-left: 2%; }
  .Lineal .con .box a .text { padding: 20px; } }

@media (max-width: 465px) { .Memorabilia .con .box .top { line-height: 50px; }
  .Memorabilia .con .box .top::before { left: -30px; }
  .Memorabilia .con .box .top::after { left: -26px; }
  .Memorabilia .con .box .top h5 { font-size: 24px; }
  .Memorabilia .con .box .bottom .li { display: block; }
  .Memorabilia .con .box .bottom .li .data { width: 100%; font-size: 14px; }
  .Memorabilia .con .box .bottom .li h5 { font-size: 12px; }
  .download .con .box { padding: 10px; }
  .download .con .box .text p { font-size: 16px; display: -webkit-box; height: 44px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .download .con .box .text .on a { padding: 0 12px; line-height: 35px; }
  .download .con .box .text .on2 a { width: 40px; height: 40px; }
  .Lineal .con .box { width: 100%; }
  .Lineal .con .box:not(:nth-child(2n + 1)) { margin-left: 0; }
  .Lineal .con .box a .text { padding: 10px; } }

.sub-footer-container{ color: #fff;}
.sub-footer-container .copyright{color: #fff; text-align: center; padding: 15px 0px 30px;}
.sub-footer-container .copyright a{ color: #fff;}

/* 202202023新添 */
.layui-laypage{display: flex !important;justify-content: center;}
.layui-laypage a.layui-laypage-first{order: 1 !important;}
.layui-laypage a.layui-laypage-prev{order: 2 !important;}
.layui-laypage a,
.layui-laypage-spr,
.layui-laypage-curr{order: 3 !important;}
.layui-laypage a.layui-laypage-next{order:4 !important;}
.layui-laypage a.layui-laypage-last{order: 5 !important;}
.layui-laypage a,
 .layui-laypage span,
 .layui-laypage .layui-laypage-curr{
     padding: 0 !important;
     width: 50px !important;
     height: 50px !important;
     margin: 0 5px !important;
     font-size: 16px !important;
     line-height: 50px !important;
     text-align: center;
    }
 .layui-laypage .layui-laypage-curr em{line-height: 50px;}
 .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #df1214 !important;}

 .newsdetail-content .newsdetail-left .switch{margin-top: 20px;}
 .other-news2{text-align: right;}
 .newsdetail-content .newsdetail-right .other-box .other-list{text-align: left;}
 .other-box .q_more{transition: all 0.3s;border: 1px solid #ddd;display: inline-block;padding: 0 5px;}
 .other-box .q_more:hover{color:#df1214;border-color: #df1214;}
 .Lreturn:hover{color:#df1214;border-color: #df1214;}
 .Lreturn:hover::before{background: url(../images/LhomeB.png) no-repeat;}
 @media (max-width: 765px){
    .layui-laypage a,
    .layui-laypage span,
    .layui-laypage .layui-laypage-curr{
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 2px !important;
        font-size: 14px !important;
        line-height: 40px !important;
       }
       .news-list .news-more a{line-height: 40px !important;}
    .layui-laypage .layui-laypage-curr em{line-height: 40px;}
 }
 /* 0323丢失的代码 */
 .organ-detail-area4 {
    padding: 100px 0;
    background: url(../images/LBji1.jpg) no-repeat;
    background-size: cover;
}
.organ-detail-area4 .Ltitle h5{font-size: 30px;color: #333;font-weight: bold;line-height: 1;text-align: center;}
.organ-detail-area4 .con{
    margin-top: 45px;
    width: 100%;
    font-size: 0;
}
.organ-detail-area4 .con .box{width: 25%;display: inline-block;}

.organ-detail-area4 .con .Ltit{
    margin: 70px 0 23px;
    text-align: center;
    font-size: 24px;
    color: #000;
}
.organ-detail-area4 .con .box .imgbox{
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.organ-detail-area4 .con .box .imgbox::before{
    content: "";
    width: 217px;
    height: 217px;
    border-radius: 50%;
    background: url(../images/LBji2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.organ-detail-area4 .con .box .imgbox .Limg{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 10;
}
.organ-detail-area4 .con .box .imgbox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    transition:all 0.3s;
}
.organ-detail-area4 .con .box .imgbox:hover img{
    transform: translate(-50%,-50%) scale(1.1);
}
.organ-detail-area4 .con .box .text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 49px;
    font-size: 14px;
    color: #fff;
}
.organ-detail-area4 .con .box.BoxText{width: 50%;vertical-align: top;padding-top: 30px;}
.organ-detail-area4 .con .box.BoxText p{
    width: 100%;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(to right, #2aafb5 , #15529b);
    border-radius: 30px;
}
.organ-detail-area4 .con .box.BoxText p:last-child{margin-top: 10px;}
.organ-detail-area4 .con .box:not(:nth-child(n+4)) .imgbox::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #df1214;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 78%;
    transform: translateY(-50%);
    z-index:1;
}
.organ-detail-area4 .con .box:nth-child(6) .imgbox::after,
.organ-detail-area4 .con .box:nth-child(8) .imgbox::after{
    content: "";
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 78%;
    background-color: #df1214;
    opacity: 0.2;
    position: absolute;
    z-index:1;
}


/* 20220408新添 */
.innews-right .innews-topping{background: rgba(0, 0, 0, 0.1);}
.innews-right .topping .word {
    padding: 24px 20px 20px 20px; height:120px;
}
.innews-right .innews-topping .LMore{
    margin-bottom: 36px;
    margin-right: 48px;
    color: #333;
}
.innews-right .innews-topping .LMore:hover{
    border-bottom-color:#333;
}
.innews-right .innews-other .item .LMore{margin-right: 33px;margin-bottom: 5px;}
.innews-content{display: flex;}
.innews-right .right-box{
    justify-content: space-between;
    height: 100%;
}
.innews-right .innews-other{
    display: flex;
    flex-wrap: wrap;
    align-content: initial;
}
.IndexMore{
    display:block;
    text-align: center;
    margin-top: 30px;
}
.IndexMore a{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    border: 2px solid #1e4496;
    text-align: center;
    transition: all 0.3s;
    width: 120px;
    display: inline-block;
    
}
.IndexMore a:hover{
    background-color: #1e4496;
    color: #fff !important;
}

.customer-list .swiper-wrapper{flex-wrap: wrap; margin:0px -15px}
.customer-list .swiper-wrapper .swiper-slide{padding:0px 15px 30px; width:25%;}

@media (max-width: 1460px) {
    .innews-left{padding-bottom: 15px;}
    .innews-right .innews-other .item .LMore{margin-bottom: 35px;}
}
@media (max-width: 1020px) {
    .innews-content{display: block;}
    .customer-list .swiper-wrapper{flex-wrap: wrap; margin:0px -10px}
    .customer-list .swiper-wrapper .swiper-slide{padding:0px 10px 20px; width:33.3333%;}
}
@media (max-width: 992px) {
    .organ-detail-area4 .con .box .imgbox{width: 150px;height: 150px;}
    .organ-detail-area4 .con .box .imgbox::before{width: 170px;height: 170px;}
    .organ-detail-area4 .con .box .text{line-height: 40px;}
    .innews-right .innews-topping{margin-bottom: 0;}
}
@media (max-width:765px) {
    .organ-detail-area4{padding: 30px 0;}
    .organ-detail-area4 .con{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .organ-detail-area4 .con .box{
        width: 30%;
        margin-bottom: 40px;
    }
    .organ-detail-area4 .con .box .imgbox::after{display: none !important;}
    .organ-detail-area4 .con .Ltit{order:7;width: 100%;margin: 10px 0;}
    .organ-detail-area4 .con .box.BoxText{order:8;width: 100%;padding-top: 10px;}
    .organ-detail-area4 .con .box.BoxText p{width: 75%;margin: 0 auto;}
    .innews-right .right-box{display: block;}
    .innews-right .innews-topping{margin-bottom: 10px;}
    
    .customer-list .swiper-wrapper{flex-wrap: wrap; margin:0px -5px}
    .customer-list .swiper-wrapper .swiper-slide{padding:0px 5px 10px; width:50%;}
   
}
@media (max-width:465px) {
    .organ-detail-area4 .con .box{
        width: 50%;
        margin-bottom: 30px;
    }
    .organ-detail-area4 .con .box .text{font-size: 12px;line-height: 35px;}
    .organ-detail-area4 .Ltitle h5{font-size: 20px;}
    .organ-detail-area4 .con .Ltit{font-size: 18px;}
    .organ-detail-area4 .con .box.BoxText p{line-height: 40px;}
}

    .now {  padding-top:10px;
    }

    .now a {
        color: #333;
        font-size: 16px;
        font-family: 'Microsoft YaHei',微软雅黑;
        opacity: .9;
        filter: alpha(opacity=90);
        transition: opacity .3s
    }

    .now a:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .now i {
        width: 3px;
        height: 7px;
        background: url(../images/pro21.png) no-repeat center;
        margin: 0 5px 0 7px;
        display: inline-block
    }

/*分页代码*/
.scott{height:36px; overflow:hidden; text-align:center; line-height:36px; padding:40px 0 80px; }
.scott A{BORDER:#3f3f3f 1px solid; PADDING:8px 10px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color:#3f3f3f;}
.scott A:hover{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f; color:#FFF;}
.scott A:active{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f;}
.scott SPAN.current{BORDER: #3f3f3f 1px solid; PADDING:8px 10px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #3f3f3f;MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{BORDER:#3f3f3f 1px solid; PADDING:2px 5px; COLOR:#3f3f3f; MARGIN-RIGHT: 5px; background:#d8f1ff;}