/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/D-DINCondensed.eot');
    src: local('D-DIN Condensed'), local('D-DINCondensed'), url('../fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/D-DINCondensed.woff2') format('woff2'), url('../fonts/D-DINCondensed.woff') format('woff'), url('../fonts/D-DINCondensed.ttf') format('truetype'), url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
    font-display: swap;
}
.textcolor {
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.jianbian {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
    background: -webkit-linear-gradient(#f1f1f1, #fff);
    background: linear-gradient(#f1f1f1, #fff);
}
.jianbian-hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f40a0), to(#214293));
    background: -webkit-linear-gradient(#1f40a0, #214293);
    background: linear-gradient(#1f40a0, #214293);
}
.shadow {
    box-shadow: 0 0 10px rgba(33, 66, 147, .1);
}
.bg {
    border: 3px solid #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7faff), to(#fff));
    background-image: -webkit-linear-gradient(#f7faff, #fff);
    background-image: linear-gradient(#f7faff, #fff);
    box-shadow: 5px 5px 15px rgba(0, 100, 187, .1);
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    height: auto !important;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 30px;
    line-height: 1;
    line-height: 36px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: -3%;

    overflow: hidden;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #e1ecf7;
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
.slick-arrow.slick-next:before {
    content: '\e625';
}
.slick-arrow:hover {
    color: #fff;
    background-color: #214293;
}
.slick-dots {
    margin-top: 40px;

    text-align: center;
}
.slick-dots li {
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 15px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #d1d1d1;
}
@media (max-width: 991px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #214293;
}
.tranform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.fp-auto-height {
    height: auto;
}
.fp-scrollable {
    height: auto;
}
.fz0 {
    font-size: 0;
}
.dib {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.bs {
    box-shadow: 0 5px 10px rgba(33, 66, 147, .2);
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 110px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: right;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .logo {
    display: inline-block;
    float: left;

    height: 110px;
    padding: 20px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
/* @media (max-width: 1560px) {
    .header .logo {
        padding: 30px 0;
    }
} */
@media (max-width: 1470px) {
    .header .logo {
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 70px;
    }
}
.header .logo a {
    display: flex;
    width: fit-content;
    align-items: center;
    height: 100%;
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 1560px) {
    .header .logo a {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .header .logo a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .header .logo a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .header .logo a {
        font-size: 0;
    }
}
.header .logo .white {
    display: none;
}
.header .logo img {
    display: block;
    filter: brightness(0) invert(1);
    height: 100%;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .header .logo img {
        margin-right: 0;
    }
}
.header .header-right {
    display: inline-block;

    padding-top: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-right {
        padding-top: 16px;
    }
}
.header .search-language {
    overflow: hidden;

    margin-left: 10px;

    text-align: right;
}
@media (max-width: 1199px) {
    .header .search-language {
        padding-right: 40px;
    }
}
.header .search-language a {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    margin-left: 10px;
}
.header .search-language a img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.header .search-language a:hover {
    color: #fff;
}

.header .search {
    position: relative;

    display: inline-block;

    width: 190px;

    vertical-align: middle;

    border: 1px solid #ede4e5;
    border-radius: 30px;
}
@media (max-width: 1199px) {
    .header .search {
        display: block;

        margin-top: 5px;
    }
}
.header .search input {
    line-height: 30px;

    width: 100%;
    height: 30px;
    padding: 0 35px 0 15px;

    color: #fff;
    background: none;
}
.header .search input::-webkit-input-placeholder,
.header .search textarea::-webkit-input-placeholder {
    color: #fff;
}
.header .search input:-o-placeholder,
.header .search textarea:-o-placeholder {
    color: #fff;
}
.header .search input::-moz-placeholder,
.header .search textarea::-moz-placeholder {
    color: #fff;
}
.header .search input:-ms-input-placeholder,
.header .search textarea:-ms-input-placeholder {
    color: #fff;
}
.header .search input:focus::-webkit-input-placeholder,
.header .search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .search input:focus::-o-placeholder,
.header .search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .search input:focus::-moz-placeholder,
.header .search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .search input:focus::-ms-input-placeholder,
.header .search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .search .submit {
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    width: 35px;
    height: 30px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
}
.header .search .submit:hover {
    color: #f7533a;
}
.header .language {
    display: inline-block;

    vertical-align: middle;
    margin-left: 20px;
}
@media (min-width: 1200px) {
    .header .language {
        float: right;
    }
}
.header .language a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.header .language a.active {
    opacity: 1;
}
.header .header-menu {
    line-height: 40px;

    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 12px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background: none;
    background-color: #1f40a0;
}
@media (max-width: 1199px) {
    .header .header-menu {
        position: absolute;
        top: 50%;
        right: 0;
        right: 10px;

        display: inline-block;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
    }
    .header .header-menu.header-menu-1 {
        position: absolute;
        z-index: 9999;
        top: 32px;
        right: 10px;

        display: block;

        border: none;
    }
    .header .header-menu.header-menu-1 .btn-line {
        background-color: #fff !important;
    }
}
@media (max-width: 767px) {
    .header .header-menu {
        margin-left: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .header-menu.header-menu-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .header-menu .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}
.header .header-menu .btn-line:nth-child(3),
.header .header-menu .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #fff;
}
.header .header-menu .btn-line:nth-child(1) {
    top: 35%;
}
.header .header-menu .btn-line:nth-child(2) {
    top: 50%;
}
.header .header-menu .btn-line:nth-child(3) {
    top: 65%;
}
.header .header-menu.active {
    border-color: transparent;
}
.header .header-menu.active .btn-line {
    background-color: #fff;
}
.header .header-menu.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .header-menu.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .header-menu.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .menu {
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .menu .logo {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .menu {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 15px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #214293;
    }
    .header .menu .logo {
        display: block;
        float: left;

        margin-top: 10px;
        padding-left: 0;
    }
    .header .menu .tbl {
        display: table;

        width: 100%;
        height: 90%;
        padding-top: 30%;
    }
    .header .menu .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .header .menu .menu-list1 {
        margin: 0 -18px;

        text-align: center;
    }
    .header .menu .menu-list1>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1>li>a {
        font-size: 19px;
        font-weight: bold;
        line-height: 70px;

        position: relative;

        display: inline-block;

        padding: 0 18px;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .menu .menu-list1>li:hover>a,
    .header .menu .menu-list1>li.active>a {
        color: #f7533a;
    }
    .header .menu .menu-list1 .menu-list2 {
        font-size: 0;

        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;
        overflow: hidden;

        width: 100%;
        padding: 50px 0;

        color: #777;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .menu .menu-list1 .menu-list2 .title-menu,
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu {
        width: 30%;
        padding-right: 5%;
        padding-bottom: 80px;

        text-align: right;

        color: #214293;
        border-right: 1px solid #e8e8e8;
    }
    @media (max-width: 1560px) {
        .header .menu .menu-list1 .menu-list2 .title-menu {
            width: 20%;
            padding-right: 3%;
        }
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h2 {
        font-size: 36px;
        line-height: 1.4;

        margin: 0;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h3 {
        font-size: 24px;
        line-height: 1.4;

        margin: 0;

        text-transform: capitalize;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        width: 70%;
        padding-right: 6%;
        padding-left: 3%;

        text-align: left;
    }
    @media (max-width: 1560px) {
        .header .menu .menu-list1 .menu-list2 .menu-lnav {
            width: 80%;
        }
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li {
        display: inline-block;

        padding: 10px;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li a {
        font-size: 18px;
        line-height: 24px;

        display: block;

        width: 180px;
        padding: 15px 10px;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-align: center;

        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li.active a,
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li:hover a {
        color: #fff;
        background-color: #214293;
        box-shadow: 0 5px 10px rgba(33, 66, 147, .5);
    }
    .header .menu .menu-list1 .menu-about-list2 ul,
    .header .menu .menu-list1 .menu-case-list2 ul {
        max-width: 1200px;
        margin: 0 auto;
    }
    .header .menu .menu-list1 .menu-about-list2 ul>li,
    .header .menu .menu-list1 .menu-case-list2 ul>li {
        font-size: 16px;

        display: inline-block;

        width: 16.66666667%;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: top;

        color: #666;
    }
    .header .menu .menu-list1 .menu-about-list2 ul>li img,
    .header .menu .menu-list1 .menu-case-list2 ul>li img {
        display: block;

        width: 50px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .header .menu .menu-list1 .menu-about-list2 ul>li a,
    .header .menu .menu-list1 .menu-case-list2 ul>li a {
        display: block;
    }
    .header .menu .menu-list1 .menu-about-list2 ul>li:hover,
    .header .menu .menu-list1 .menu-case-list2 ul>li:hover {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);

        color: #214293;
    }
    .header .menu .menu-list1 .menu-case-list2 ul>li {
        color: #214293;
    }
    .header .menu .menu-list1 .menu-case-list2 ul>li .icon {
        display: inline-block;

        width: 50px;
        height: 50px;
        padding: 10px;

        vertical-align: middle;

        background-image: -webkit-gradient(linear, right top, left top, from(#0052d9), to(#006eff));
        background-image: -webkit-linear-gradient(right, #0052d9, #006eff);
        background-image: linear-gradient(right, #0052d9, #006eff);
    }
    .header .menu .menu-list1 .menu-case-list2 ul>li .icon img {
        width: 100%;

        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .header .menu .menu-list1 .menu-case-list2 ul>li span {
        display: inline-block;

        vertical-align: middle;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 {
        margin: 0 -14px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .menu .menu-list1 {
        margin: 0 -8px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1>li>a {
        font-size: 18px;

        padding: 0 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .menu .menu-list1>li>a {
        padding: 0 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .menu .menu-list1 .menu-list2 .title-menu {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .title-menu h2 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .title-menu h3 {
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        padding-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        padding-left: 0;

        color: #fff;
    }
}
@media (max-width: 1199px) {
    .header .menu .menu-list1 {
        overflow-y: auto;

        height: 100%;

        text-align: left;
    }
    .header .menu .menu-list1>li {
        position: relative;

        margin: 10px 0;
    }
    .header .menu .menu-list1>li>a {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 4px 0;

        text-transform: uppercase;
    }
    .header .menu .menu-list1 .open-menu {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
    }
    .header .menu .menu-list1 .open-menu:after {
        font-family: 'iconfont' !important;

        content: '\e629';
    }
    .header .menu .menu-list1 .current .open-menu:after {
        font-family: 'iconfont' !important;

        content: '\e628';
    }
    .header .menu .menu-list1 .menu-list2 {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 .container {
        width: 100%;
        padding: 0;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li .icon {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li>a {
        font-size: 14px;
        line-height: 30px;

        display: block;

        text-transform: uppercase;

        color: rgba(255, 255, 255, .8);
    }
    .header .menu .menu-list1 .menu-list2 li>a:before {
        margin-right: 4px;

        content: '-';
    }
}
@media (max-width: 1199px) and (max-width: 1199px) {
    .header .menu .menu-list1 img,
    .header .menu .menu-list1 .menu-icon {
        display: none;
    }
    .header .menu .menu-list1 p {
        display: inline-block;
    }
    .header .menu .menu-list1 .menu-list2 {
        overflow: hidden;
    }
    .header .menu .menu-list1 .nlist {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .nlist li {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .nlist li a {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        color: #666;
    }
    .header .menu .menu-list1 .nlist li a:before {
        margin-right: 4px;

        content: '-';
    }
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.fixed-header,
.inner-header {
    height: 90px;

    background-color: #214293;
}
@media (max-width: 1199px) {
    .fixed-header,
    .inner-header {
        height: 70px;
    }
}
.fixed-header .logo,
.inner-header .logo {
    height: 90px;
}
@media (max-width: 1199px) {
    .fixed-header .logo,
    .inner-header .logo {
        height: 70px;
    }
}
.fixed-header .header-right,
.inner-header .header-right {
    padding-top: 5px;
}
@media (max-width: 1199px) {
    .fixed-header .header-right,
    .inner-header .header-right {
        padding-top: 16px;
    }
}
@media (max-width: 1199px) {
    .fixed-header .search-language,
    .inner-header .search-language {
        display: inline-block;

        vertical-align: middle;
    }
}
@media (min-width: 1200px) {
    .fixed-header .menu .menu-list1>li>a,
    .inner-header .menu .menu-list1>li>a {
        line-height: 55px;
    }
}
.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.customer-service ul li {
    margin: 2px 0;
}
.customer-service a {
    position: relative;

    display: block;

    color: #fff;
}
.customer-service a .icon {
    font-size: 30px;
    line-height: 60px;

    position: relative;
    z-index: 3;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    border-radius: 6px;
    background-color: #214293;
}
@media (max-width: 1470px) {
    .customer-service a .icon {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .icon img {
    width: 30px;
    margin: 0 auto;
}
.customer-service a p {
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 50px;

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    white-space: nowrap;

    background-color: #214293;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a p img {
    width: 100px;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #214293;
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    background-color: #214293;
}
.xs-customer-service ul {
    font-size: 0;
}
.xs-customer-service ul li {
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a {
    display: block;

    padding: 4px;

    color: #fff;
}
.xs-customer-service a .icon {
    font-size: 30px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span {
    font-size: 14px;
    line-height: 1.5;

    display: block;
}
.banner {
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
}
@media (max-width: 767px) {
    .banner .banner-carousel {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .img img {
    display: block;

    width: 100%;
}
.banner .slick-dots {
    font-size: 0;

    position: absolute;
    z-index: 9;
    bottom: 30px;

    width: 100%;
    height: 10px;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots>li {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 10px;

    vertical-align: middle;

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots .slick-active {
    opacity: 1;
}
.banner .slick-dots button {
    display: none;
}
.banner .slick-arrow {
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: auto;
    bottom: 28px;
    left: 3%;

    width: 50px;
    height: 50px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;

    opacity: .5;
    color: #fff;
    border-radius: 0;
    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        bottom: 10px;
    }
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        left: 15%;
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        font-size: 14px;
        line-height: 30px;

        display: none !important;

        height: 30px;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 45px;

    content: '\e686';
}
@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}
.banner .slick-arrow:hover {
    color: #fff;
}
.banner .slick-arrow.slick-next {
    left: -webkit-calc(3% + 80px);
    left: calc(3% + 80px);
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        left: -webkit-calc(14% + 80px);
        left: calc(14% + 80px);
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        left: -webkit-calc(14% + 50px);
        left: calc(14% + 50px);
    }
}
.banner .slick-arrow.slick-next:before {
    content: '\e685';
}
.banner .component {
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .banner-text {
    font-size: 0;

    position: absolute;
    top: 55%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;

    color: #fff;
}
@media (max-width: 1560px) {
    .banner .banner-text {
        top: 55%;
    }
}
@media (max-width: 767px) {
    .banner .banner-text {
        padding: 0 15%;
    }
}
.banner .banner-text h2 {
    font-size: 68px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

}
.banner .banner-text h2 span {
    display: inline-block;
    -webkit-transition: background-size .56s;
    transition: background-size .56s;
    background-image: -webkit-gradient(linear, left top, right top, from(#004098), to(#004098));
    background-image: -webkit-linear-gradient(left, #004098 0%, #004098 100%);
    background-image: linear-gradient(to right, #004098 0%, #004098 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 100% 10px;
}
@media (max-width: 1470px) {
    .banner .banner-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner .banner-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h2 {
        font-size: 18px;
    }
}
.banner .banner-text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .banner .banner-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 1470px) and (max-width: 1199px) {
    .banner .banner-text h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h3 {
        font-size: 18px;
    }
}
.banner .slick-current .component h2 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .component h3,
.banner .slick-current .component .more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-in img {
        width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-inner {
    position: absolute;
    z-index: 2;
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);

    width: 100%;
    padding: 0 10%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .banner-in .text-inner {
        top: 65%;

        padding: 0 5%;
    }
}
.banner-in .text-inner h2 {
    font-size: 34px;
    font-weight: bold;
}
@media (max-width: 1470px) {
    .banner-in .text-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-inner h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-in .text-inner h2 {
        font-size: 20px;
    }
}
.banner-in .text-inner.red h2 {
    color: #f50000;
}
.banner-in .text-inner h3 {
    font-size: 20px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px) {
    .banner-in .text-inner h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-inner h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner-in .text-inner h3 {
        font-size: 14px;
    }
}
.banner-in .banner-menu>ul {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .banner-in .banner-menu>ul {
        margin: 0 -5px;
    }
}
.banner-in .banner-menu>ul>li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .banner-in .banner-menu>ul>li {
        padding: 0 5px;
    }
}
.banner-in .banner-menu>ul>li>a {
    line-height: 46px;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
    .banner-in .banner-menu>ul>li>a {
        line-height: 36px;

        padding: 0 20px;
    }
}
.banner-in .banner-menu>ul>li.active>a,
.banner-in .banner-menu>ul>li:hover>a {
    border: 1px solid rgba(255, 255, 255, .43);
}
@-webkit-keyframes fadeInUpb {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@keyframes fadeInUpb {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
.fadeInUpb {
    -webkit-animation-name: fadeInUpb;
    animation-name: fadeInUpb;
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 0;
    }
}
@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 0;
    }
}
@-webkit-keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
.bzoom {
    -webkit-animation-name: bzoom;
    animation-name: bzoom;
}
@-webkit-keyframes bwidth {
    0% {
        width: 0;

        opacity: 1;

        -webkit-width: 0;
        -ms-width: 0;
    }
    100% {
        width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
@keyframes bwidth {
    0% {
        width: 0;

        opacity: 1;

        -webkit-width: 0;
        -ms-width: 0;
    }
    100% {
        width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
.bwidth {
    -webkit-animation-name: bwidth;
    animation-name: bwidth;
}
.space {
    overflow: hidden;

    padding: 60px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .space {
        padding: 50px 0;
    }
}
.title-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.title-home h2 {
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    color: #214293;
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .title-home h2 {
        font-size: 20px;
    }
}
.title-home p {
    font-size: 16px;
    line-height: 30px;

    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;

    color: #777;
}
@media (max-width: 767px) {
    .title-home p {
        font-size: 14px;
    }
}
.title-home .more {
    line-height: 28px;

    display: inline-block;

    height: 28px;
    padding: 0 12px;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #999;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 10px rgba(33, 66, 147, .2);
}
.title-home .more:hover {
    color: #fff;
    background-color: #214293;
}

.hs-more a {
    line-height: 28px;

    display: inline-block;

    height: 28px;
    padding: 0 12px;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #999;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 10px rgba(33, 66, 147, .2);
}
.hs-more a:hover {
    color: #fff;
    background-color: #214293;
}
.common-txt {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .common-txt {
        margin-top: 10px;
    }
}
.common-txt p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .common-txt p {
        font-size: 14px;
        line-height: 24px;
    }
}
.common-txt img {
    max-width: 100%;
    height: auto !important;
}
.home-news1 .yaowen-box {
    margin-top: 40px;
}
.home-news1 .news-yaowen {
    width: 70%;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen {
        width: 100%;
        padding-left: 0;
    }
}
.home-news1 .news-yaowen .news-carousel {
    width: 48%;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-carousel {
        width: 58%;
    }
}
@media (max-width: 767px) {
    .home-news1 .news-yaowen .news-carousel {
        width: 100%;
    }
}
.home-news1 .news-yaowen .news-carousel .component {
    display: block;
    position: relative;
}
.home-news1 .news-yaowen .news-carousel .component .ibox {
    padding-bottom: 75%;
}
.home-news1 .news-yaowen .news-carousel .component .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-news1 .news-yaowen .news-carousel .component .title-component {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding: 0 20px;

    text-align: center;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-carousel .component .title-component {
        bottom: 10px;

        padding: 0 10px;
    }
}
.home-news1 .news-yaowen .news-carousel .component .title-component h3 {
    font-size: 18px;
    line-height: 58px;

    display: -webkit-box;
    overflow: hidden;

    height: 58px;
    margin: 0;
    padding: 0 50px;

    color: #fff;
    border-radius: 20px;
    background-color: rgba(33, 66, 147, .9);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-carousel .component .title-component h3 {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.home-news1 .news-yaowen .news-carousel .slick-arrow {
    line-height: 58px;

    top: auto;
    bottom: 30px;
    left: 20px;

    width: 50px;
    height: 58px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;

    border: none;
    border-radius: 0;
    background: none;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-carousel .slick-arrow {
        line-height: 40px;

        bottom: 15px;
        left: 10px;
        font-size: 20px;
        height: 40px;
        width: 30px;
    }
}
.home-news1 .news-yaowen .news-carousel .slick-arrow.slick-next {
    right: 20px;
    left: auto;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-carousel .slick-arrow.slick-next {
        right: 10px;
    }
}
.home-news1 .news-yaowen .news-list {
    width: 52%;
    /* margin-top: -30px; */
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .home-news1 .news-yaowen .news-list {
        margin-top: -15px;
    }
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-list {
        width: 42%;
    }
}
@media (max-width: 767px) {
    .home-news1 .news-yaowen .news-list {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
}
.home-news1 .news-yaowen .news-list .component {
    display: block;

    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1470px) {
    .home-news1 .news-yaowen .news-list .component {
        margin-top: 15px;
    }
}
.home-news1 .news-yaowen .news-list .component h3 {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .home-news1 .news-yaowen .news-list .component h3 {
        font-size: 16px;
    }
}
.home-news1 .news-yaowen .news-list .component p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px) {
    .home-news1 .news-yaowen .news-list .component p {
        font-size: 14px;
    }
}
.home-news1 .news-yaowen .news-list .component .date {
    line-height: 24px;
    margin-top: 10px;
    color: #214293;
}
.home-news1 .news-yaowen .news-list .component:hover h3 {
    text-decoration: underline;

    color: #214293;
}
.home-news1 .news-gonggao {
    width: 30%;
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .home-news1 .news-gonggao {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.home-news1 .news-gonggao .component {
    display: block;

    margin-top: 42px;
}
@media (max-width: 1470px) {
    .home-news1 .news-gonggao .component {
        margin-top: 30px;
    }
}
.home-news1 .news-gonggao .component .date {
    width: 66px;
    padding: 5px;

    text-align: center;

    color: #fff;
    background-color: #f7533a;
}
.home-news1 .news-gonggao .component .date b {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
.home-news1 .news-gonggao .component .date span {
    line-height: 20px;

    display: block;
}
.home-news1 .news-gonggao .component .news-text {
    width: -webkit-calc(100% - 66px);
    width: calc(100% - 66px);
    padding-left: 15px;
}
.home-news1 .news-gonggao .component .news-text h3 {
    font-size: 18px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .home-news1 .news-gonggao .component .news-text h3 {
        font-size: 16px;
    }
}
.home-news1 .news-gonggao .component:hover .news-text h3 {
    text-decoration: underline;

    color: #214293;
}
.home-about {
    background-color: #fafcff;
}
.home-about .about {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .home-about .about ul li {
        width: 20%;
    }
}
.home-about .about .component {
    display: block;

    margin-top: 20px;
    padding: 20px 24px;

    -webkit-transition: all .6s;
    transition: all .6s;

    color: #214293;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(33, 66, 147, .2);
}
@media (max-width: 1470px) {
    .home-about .about .component {
        padding: 20px 14px;
    }
}
.home-about .about .component .aicon {
    width: 74px;
}
@media (max-width: 1470px) {
    .home-about .about .component .aicon {
        width: 60px;
    }
}
@media (max-width: 767px) {
    .home-about .about .component .aicon {
        width: 50px;
    }
}
.home-about .about .component .aicon img {
    width: 100%;
}
.home-about .about .component .about-text {
    width: -webkit-calc(100% - 74px);
    width: calc(100% - 74px);
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .home-about .about .component .about-text {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}
@media (max-width: 767px) {
    .home-about .about .component .about-text {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        padding-left: 10px;
    }
}
.home-about .about .component .about-text h3 {
    font-size: 21px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px) {
    .home-about .about .component .about-text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home-about .about .component .about-text h3 {
        font-size: 14px;
    }
}
.home-about .about .component .about-text p {
    font-size: 16px;
    line-height: 20px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px) {
    .home-about .about .component .about-text p {
        font-size: 12px;

        margin: 0;
    }
}
.home-about .about .component:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.home-about .about .component:hover .aicon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.home-research-news {
    position: relative;

    padding-bottom: 20px;

    background: url(../images/research_news_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .home-research-news {
        background-attachment: fixed;
    }
}
.home-research-news:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 90px;

    content: '';

    background-color: #fff;
}
.home-research-news .title-home h2 {
    color: #fff;
}
.home-research-news .title-home a.more {
    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
}
.home-research-news .title-home a.more:hover {
    border-color: #214293;
    background-color: #214293;
}
.home-research-news .title-home,
.home-research-news .research-news-box {
    position: relative;
    z-index: 2;
}
.home-research-news .research-news-box {
    margin-top: 40px;
    padding: 50px 30px;

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(33, 66, 147, .2);
}
@media (max-width: 991px) {
    .home-research-news .research-news-box {
        padding: 30px 15px;
    }
}
@media (min-width: 1200px) {
    .home-research-news .research-news-top ul {
        margin: 0 -30px;
    }
    .home-research-news .research-news-top ul li {
        padding: 0 30px;
    }
}
.home-research-news .research-news-top .component {
    display: block;
}
@media (max-width: 991px) {
    .home-research-news .research-news-top .component {
        margin: 10px 0;
    }
}
.home-research-news .research-news-top .component .research-img,
.home-research-news .research-news-top .component .research-text {
    width: 50%;
}
.home-research-news .research-news-top .component .research-img .ibox {
    padding-bottom: 74.28571429%;
}
.home-research-news .research-news-top .component .research-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-research-news .research-news-top .component .research-text {
    padding-left: 20px;
}
.home-research-news .research-news-top .component .research-text h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .home-research-news .research-news-top .component .research-text h3 {
        font-size: 18px;
        line-height: 24px;

        height: 48px;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .home-research-news .research-news-top .component .research-text h3 {
        font-size: 16px;

        display: -webkit-box;
        overflow: hidden;

        height: 24px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.home-research-news .research-news-top .component .research-text .date {
    line-height: 24px;

    display: block;

    margin-top: 4px;

    color: #f7533a;
}
@media (max-width: 767px) {
    .home-research-news .research-news-top .component .research-text .date {
        line-height: 20px;

        margin: 0;
    }
}
.home-research-news .research-news-top .component .research-text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 4px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px) {
    .home-research-news .research-news-top .component .research-text p {
        font-size: 14px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.home-research-news .research-news-top .component .research-text span.more {
    line-height: 30px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 14px;

    color: #fff;
    background-color: #214293;
}
@media (max-width: 767px) {
    .home-research-news .research-news-top .component .research-text span.more {
        margin-top: 10px;
    }
}
.home-research-news .research-news-top .component:hover .research-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-research-news .research-news-top .component:hover .research-text h3 {
    color: #214293;
}
.home-research-news .research-news-top .component:hover .research-text span.more {
    background-color: #f7533a;
}
.home-research-news .research-news-bottom .component {
    display: block;

    margin-top: 60px;
}
@media (max-width: 991px) {
    .home-research-news .research-news-bottom .component {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .home-research-news .research-news-bottom .component {
        margin-top: 20px;
    }
}
.home-research-news .research-news-bottom .component .date {
    width: 90px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #214293;
}
@media (max-width: 767px) {
    .home-research-news .research-news-bottom .component .date {
        width: 70px;
    }
}
.home-research-news .research-news-bottom .component .date b {
    font-size: 36px;
    line-height: 70px;
}
@media (max-width: 1470px) {
    .home-research-news .research-news-bottom .component .date b {
        font-size: 30px;
    }
}
.home-research-news .research-news-bottom .component .date span {
    line-height: 22px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #f7533a;
}
.home-research-news .research-news-bottom .component .research-text {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .home-research-news .research-news-bottom .component .research-text {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        padding-left: 10px;
    }
}
.home-research-news .research-news-bottom .component .research-text h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .home-research-news .research-news-bottom .component .research-text h3 {
        font-size: 16px;
    }
}
.home-research-news .research-news-bottom .component .research-text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .home-research-news .research-news-bottom .component .research-text p {
        font-size: 14px;
    }
}
.home-research-news .research-news-bottom .component:hover .date {
    background-color: #f7533a;
}
.home-research-news .research-news-bottom .component:hover .date span {
    background-color: #214293;
}
.home-research-news .research-news-bottom .component:hover .research-text h3 {
    text-decoration: underline;

    color: #214293;
}
.home-link {
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    .home-link ul {
        margin: 0 -30px;
    }
    .home-link ul li {
        padding: 0 30px;
    }
}
.home-link .component {
    position: relative;

    display: block;

    margin-top: 60px;

    background-color: #214293;
}
@media (max-width: 1199px) {
    .home-link .component {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .home-link .component {
        margin-top: 10px;
    }
}
.home-link .component .dib {
    vertical-align: middle;
}
.home-link .component .ibox {
    padding-bottom: 39.47368421%;

    opacity: .5;
}
.home-link .component .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-link .component .link-mask {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 10%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px) {
    .home-link .component .link-mask {
        padding: 0 5%;
    }
}
.home-link .component .link-mask .icon {
    width: 90px;
}
@media (max-width: 991px) {
    .home-link .component .link-mask .icon {
        width: 60px;
    }
}
.home-link .component .link-mask .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.home-link .component .link-mask .link-text {
    padding-left: 30px;
}
@media (max-width: 991px) {
    .home-link .component .link-mask .link-text {
        padding-left: 20px;
    }
}
.home-link .component .link-mask .link-text h3 {
    font-size: 30px;

    margin: 0;
}
@media (max-width: 1470px) {
    .home-link .component .link-mask .link-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .home-link .component .link-mask .link-text h3 {
        font-size: 20px;
    }
}
.home-link .component .link-mask .link-text h4 {
    font-size: 24px;
    line-height: 1.2;

    margin: 6px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .home-link .component .link-mask .link-text h4 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .home-link .component .link-mask .link-text h4 {
        font-size: 16px;
    }
}
.home-link .component:hover .icon {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;
}
.home-link .component:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-academic .academic {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    padding-right: 40px;
}
@media (max-width: 1470px) {
    .home-academic .academic {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .home-academic .academic {
        width: 100%;
        padding-right: 0;
    }
}
.home-academic .academic .component {
    margin-top: 30px;
    padding: 30px 0;

    background-color: #fafcff;
}
@media (max-width: 767px) {
    .home-academic .academic .component {
        padding: 20px 0;
    }
}
.home-academic .academic .component .component-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1470px) {
    .home-academic .academic .component .component-top {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .home-academic .academic .component .component-top {
        padding: 0 10px;
    }
}
.home-academic .academic .component .component-top h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .home-academic .academic .component .component-top h3 {
        font-size: 16px;
    }
}
.home-academic .academic .component .component-top .saoma {
    font-size: 15px;
    line-height: 30px;

    position: relative;

    width: 140px;

    cursor: pointer;
}
.home-academic .academic .component .component-top .saoma:before {
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background: url(../images/barcode.png) no-repeat center;
    background-size: cover;
}
.home-academic .academic .component .component-top .saoma img {
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

    width: 100%;
}
.home-academic .academic .component .component-top .saoma:hover {
    color: #f7533a;
}
.home-academic .academic .component .component-top .saoma:hover:before {
    background-image: url(../images/barcode-red.png);
}
.home-academic .academic .component .component-top .saoma:hover img {
    display: block;
}
.home-academic .academic .component .component-content {
    display: block;
}
.home-academic .academic .component .component-content .academic-text {
    width: 40%;
    padding: 0 30px;

    vertical-align: bottom;
}
@media (max-width: 1470px) {
    .home-academic .academic .component .component-content .academic-text {
        width: 55%;
        margin-right: -5%;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .home-academic .academic .component .component-content .academic-text {
        padding: 0 10px;
    }
}
.home-academic .academic .component .component-content .academic-text p {
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 12px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .home-academic .academic .component .component-content .academic-text p {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.home-academic .academic .component .component-content .academic-text p img {
    display: inline-block;

    width: 28px;
    margin-top: -2px;
    margin-right: 4px;

    vertical-align: middle;
}
.home-academic .academic .component .component-content .academic-text p.date {
    color: #f7533a;
}
.home-academic .academic .component .component-content .academic-text .more {
    line-height: 30px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 14px;

    color: #a5a5a7;
    border: 1px solid #d4d8ec;
}
.home-academic .academic .component .component-content .academic-img {
    width: 60%;

    vertical-align: bottom;
}
@media (max-width: 1470px) {
    .home-academic .academic .component .component-content .academic-img {
        width: 50%;
    }
}
.home-academic .academic .component .component-content .academic-img img {
    width: 100%;
}
.home-academic .academic .component:hover .component-top h3 {
    color: #214293;
}
.home-academic .academic .component:hover .component-content .academic-text .more {
    color: #fff;
    background-color: #214293;
}
.home-academic .academic-link {
    width: 290px;
    margin-top: -30px;
}
@media (max-width: 1470px) {
    .home-academic .academic-link {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .home-academic .academic-link {
        width: 100%;
        margin-top: 0;
    }
}
.home-academic .academic-link .component {
    display: block;

    margin-top: 30px;
    padding: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #214293;
    border: 1px solid #bdd5f9;
    background-color: #fafcff;
}
@media (max-width: 1470px) {
    .home-academic .academic-link .component {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .home-academic .academic-link .component {
        margin-top: 10px;
    }
}
.home-academic .academic-link .component .icon {
    position: relative;

    overflow: hidden;

    width: 60px;
    height: 60px;
}
.home-academic .academic-link .component .icon img {
    position: absolute;
    top: 0;
    left: -100px;

    width: 100%;
    width: 60px;
    height: 60px;

    -webkit-filter: drop-shadow(100px 0 0 #214293);
    filter: drop-shadow(100px 0 0 #214293);
}
.home-academic .academic-link .component .link-text {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 20px;
}
.home-academic .academic-link .component .link-text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px) {
    .home-academic .academic-link .component .link-text h3 {
        font-size: 18px;
    }
}
.home-academic .academic-link .component .link-text h4 {
    font-size: 14px;
    line-height: 16px;

    margin: 5px 0 0 0;
}
@media (max-width: 1470px) {
    .home-academic .academic-link .component .link-text h4 {
        font-size: 12px;
    }
}
.home-academic .academic-link .component:hover {
    color: #f7533a;
    border-color: #f3cec9;
    background-color: #fff0ee;
}
.home-academic .academic-link .component:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.home-academic .academic-link .component:hover .icon img {
    -webkit-filter: drop-shadow(100px 0 0 #f7533a);
    filter: drop-shadow(100px 0 0 #f7533a);
}
@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes ofade {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);

        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);

        opacity: 0;
    }
}
@keyframes ofade {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);

        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);

        opacity: 0;
    }
}
.footer {
    position: relative;

    overflow: hidden;

    background: url(../images/footer_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}
.footer .foot {
    padding: 59px 0 40px;
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .footer .foot ul {
        display: block;
    }
    .footer .foot ul li {
        margin-top: 10px;
    }
}
.footer .foot .title-foot h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.footer .foot .title-foot h3:hover {
    text-decoration: underline;

    color: #214293;
}
.footer .foot .component .foot-logo img {
    max-height: 74px;
}
@media (max-width: 1470px) {
    .footer .foot .component .foot-logo img {
        max-height: 50px;
    }
}
.footer .foot .component .foot-text {
    margin-top: 20px;
}
.footer .foot .component .foot-text p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 1470px) {
    .footer .foot .component .foot-text p {
        font-size: 14px;
    }
}
.footer .foot .component .foot-erweima {
    margin-top: 20px;
}
.footer .foot .component .foot-erweima .erweima-item {
    display: inline-block;

    width: 160px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1470px) {
    .footer .foot .component .foot-erweima .erweima-item {
        width: 130px;
    }
}
@media (max-width: 767px) {
    .footer .foot .component .foot-erweima .erweima-item {
        width: 100px;
    }
}
.footer .foot .component .foot-erweima .erweima-item:nth-child(1) {
    margin-right: 30px;
}
.footer .foot .component .foot-erweima .erweima-item img {
    width: 160px;
    height: 160px;

    border: 1px solid #e4e4e4;
}
@media (max-width: 1470px) {
    .footer .foot .component .foot-erweima .erweima-item img {
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 767px) {
    .footer .foot .component .foot-erweima .erweima-item img {
        width: 100px;
        height: 100px;
    }
}
.footer .foot .component .foot-erweima .erweima-item p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #777;
}
@media (max-width: 1470px) {
    .footer .foot .component .foot-erweima .erweima-item p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .footer .foot .component .foot-erweima .erweima-item p {
        font-size: 12px;
        line-height: 18px;
    }
}
.footer .foot .component .foot-nav {
    margin-top: 10px;
}
.footer .foot .component .foot-nav a {
    font-size: 15px;
    line-height: 36px;

    display: block;

    color: #777;
}
@media (max-width: 991px) {
    .footer .foot .component .foot-nav a {
        font-size: 14px;
        line-height: 24px;

        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .component .foot-nav a:hover {
    text-decoration: underline;

    color: #214293;
}
.footer .copyright {
    padding: 30px 0;

    text-align: center;

    color: #777;
    border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .footer .copyright p {
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .footer .copyright p {
        font-size: 14px;
    }
}
.footer .copyright p span {
    margin: 0 10px;
}
.footer .copyright p a:hover {
    text-decoration: underline;
}
.inner-wrap {
    padding-bottom: 80px;

    background-color: #f6f6f6;
}
@media (max-width: 991px) {
    .inner-wrap {
        padding-bottom: 50px;
    }
}
.inner-wrap .container {
    max-width: 1630px;
    margin: 0 auto;
}
.inner {
    font-size: 0;
}
.inner .inner-menu,
.inner .inner-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner .inner-menu {
    width: 300px;
}
@media (max-width: 1199px) {
    .inner .inner-menu {
        width: 100%;
    }
}
.inner .inner-right {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    margin-left: 50px;
    padding: 40px;

    border: 1px solid #d9d9d9;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .inner .inner-right {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .inner .inner-right {
        padding: 30px 14px;
    }
}
.title-inner h2 {
    font-size: 30px;
    line-height: 1.4;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    padding-bottom: 10px;
    color: #214293;
}
@media (max-width: 1199px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 18px;
    }
}
.inner-location {
    padding: 20px 0;

    text-align: right;
}
.inner-location .location {
    line-height: 30px;

    color: #999;
}
.inner-location .location .icon {
    font-size: 20px;

    color: #214293;
}
.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul {
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li {
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li:after {
    display: inline-block;

    content: '>';
    vertical-align: top;
}
.inner-location .location ul li:last-child:after {
    display: none;
}
.inner-location .location ul li a {
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li a:hover {
    color: #214293;
}
.catalog {
    position: relative;

    padding-left: 30px;
}
@media (max-width: 1199px) {
    .catalog {
        padding: 0;
    }
}
.catalog:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 190px;
    height: 70%;

    content: '';

    background-color: #214293;
}
@media (max-width: 1199px) {
    .catalog:before {
        display: none;
    }
}
.catalog:after {
    position: absolute;
    top: 0;
    left: 190px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 70px 0 0 40px;
    border-style: solid;
    border-color: transparent transparent transparent #214293;
}
@media (max-width: 1199px) {
    .catalog:after {
        display: none;
    }
}
.catalog .title-menu {
    position: relative;
    z-index: 2;

    padding: 20px 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .catalog .title-menu {
        padding: 10px 40px 10px 10px;

        background-color: #214293;
    }
}
.catalog .title-menu h2 {
    font-size: 22px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .catalog .title-menu h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .catalog .title-menu h2 {
        font-size: 18px;
    }
}
.catalog .title-menu .btn-toggle {
    position: absolute;
    top: 5px;
    right: 0;

    display: none;

    width: 40px;
    height: 40px;
}
@media (max-width: 1199px) {
    .catalog .title-menu .btn-toggle {
        display: block;
    }
}
.catalog .title-menu .btn-toggle span {
    position: absolute;

    display: block;

    width: 30px;
    height: 2px;

    border-radius: 5px;
    background-color: #fff;
}
.catalog .title-menu .btn-toggle .line1 {
    top: 35%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.catalog .title-menu .btn-toggle .line2 {
    top: 50%;
}
.catalog .title-menu .btn-toggle .line3 {
    top: 65%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.catalog .title-menu .btn-toggle.active .line2 {
    opacity: 0;
}
.catalog .title-menu .btn-toggle.active .line1 {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.catalog .title-menu .btn-toggle.active .line3 {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.catalog .menu-nav {
    position: relative;
    z-index: 2;

    border: 1px solid #d9d9d9;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .catalog .menu-nav {
        display: none;
    }
}
.catalog .menu-nav ul.menunav-1>li {
    position: relative;

    border-bottom: 1px solid #d9d9d9;
}
.catalog .menu-nav ul.menunav-1>li:last-child {
    border-bottom: none;
}
.catalog .menu-nav ul.menunav-1>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 50px 20px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .catalog .menu-nav ul.menunav-1>li>a {
        font-size: 15px;

        padding: 5px 40px 5px 20px;
    }
}
@media (max-width: 767px) {
    .catalog .menu-nav ul.menunav-1>li>a {
        font-size: 14px;
    }
}
.catalog .menu-nav ul.menunav-1>li>a:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 6px;
    height: 0;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #f7533a;
}
.catalog .menu-nav ul.menunav-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    right: 20px;

    content: '\e625';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    color: #214293;
}
@media (max-width: 1199px) {
    .catalog .menu-nav ul.menunav-1>li>a:after {
        font-size: 20px;

        right: 10px;

        display: none;
    }
}
.catalog .menu-nav ul.menunav-1>li .iconfont {
    line-height: 40px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 40px;

    text-align: center;
}
.catalog .menu-nav ul.menunav-1>li.active .iconfont:before {
    content: '\e628';
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2 {
    display: none;

    padding: 10px 0;

    border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
    .catalog .menu-nav ul.menunav-1>li ul.menunav-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
}
@media (max-width: 991px) {
    .catalog .menu-nav ul.menunav-1>li ul.menunav-2>li>a {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 14px;
    }
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li>a:before {
    display: inline-block;

    margin-right: 6px;

    content: '- ';
    vertical-align: middle;
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li:hover>a,
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li.active>a {
    color: #214293;
}
.catalog .menu-nav ul.menunav-1>li:hover>a,
.catalog .menu-nav ul.menunav-1>li.active>a {
    color: #214293;
}
.catalog .menu-nav ul.menunav-1>li:hover>a:before,
.catalog .menu-nav ul.menunav-1>li.active>a:before {
    height: 100%;
}
.catalog .menu-nav ul.menunav-1>li:hover>a:after,
.catalog .menu-nav ul.menunav-1>li.active>a:after {
    opacity: 1;
}
.innersidebar {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .innersidebar {
        position: relative;
        top: 0;

        margin-top: 30px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        color: #666;
    }
}
.innersidebar .title-innersidebar h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
    .innersidebar .title-innersidebar h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .innersidebar .title-innersidebar h2 {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666);
    }
}
.innersidebar .sidebar {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .innersidebar .sidebar {
        margin-top: 20px;
    }
}
.innersidebar .sidebar>ul {
    margin: 0 -34px;
}
@media (max-width: 991px) {
    .innersidebar .sidebar>ul {
        margin: 0 -10px;
    }
}
.innersidebar .sidebar>ul>li {
    display: inline-block;

    padding: 0 34px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .innersidebar .sidebar>ul>li {
        padding: 0 10px;
    }
}
.innersidebar .sidebar>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
    .innersidebar .sidebar>ul>li>a {
        font-size: 14px;
    }
}
.innersidebar .sidebar>ul>li>a:after {
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.innersidebar .sidebar>ul>li.active>a,
.innersidebar .sidebar>ul>li:hover>a {
    border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
    .innersidebar .sidebar>ul>li.active>a,
    .innersidebar .sidebar>ul>li:hover>a {
        color: #214293;
    }
}
.innersidebar .sidebar>ul>li.active>a:after,
.innersidebar .sidebar>ul>li:hover>a:after {
    opacity: 1;
}
@media (min-width: 1470px) {
    .inner-leader .leader ul {
        margin: 0 -24px;
    }
    .inner-leader .leader ul li {
        padding: 0 24px;
    }
}
.inner-leader .leader .component {
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 50px;
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .inner-leader .leader .component {
        margin-top: 30px;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .inner-leader .leader .component {
        margin-top: 14px;
    }
}
.inner-leader .leader .component .ibox {
    padding-bottom: 137.14285714%;
}
.inner-leader .leader .component .leader-text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-webkit-calc(100% - 100px));
    -ms-transform: translateY(calc(100% - 100px));
    transform: translateY(calc(100% - 100px));

    color: #fff;
    background-color: #214293;
}
@media (max-width: 1199px) {
    .inner-leader .leader .component .leader-text {
        position: relative;

        padding-bottom: 20px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.inner-leader .leader .component .leader-text .title-leader {
    padding: 20px;
}
@media (max-width: 1199px) {
    .inner-leader .leader .component .leader-text .title-leader {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .inner-leader .leader .component .leader-text .title-leader {
        padding: 10px;
    }
}
.inner-leader .leader .component .leader-text .title-leader h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .inner-leader .leader .component .leader-text .title-leader h3 {
        font-size: 16px;
    }
}
.inner-leader .leader .component .leader-text .title-leader h3:before {
    display: inline-block;

    width: 6px;
    height: 22px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.inner-leader .leader .component .leader-text .title-leader h4 {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 6px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .inner-leader .leader .component .leader-text .title-leader h4 {
        font-size: 14px;
    }
}
.inner-leader .leader .component .leader-text .txt {
    position: relative;

    display: -webkit-box;
    overflow: hidden;

    max-height: -webkit-calc(30px*8 + 120px);
    max-height: calc(30px*8 + 120px);
    padding: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
@media (max-width: 1470px) {
    .inner-leader .leader .component .leader-text .txt {
        max-height: -webkit-calc(24px*8 + 120px);
        max-height: calc(24px*8 + 120px);
    }
}
@media (max-width: 1199px) {
    .inner-leader .leader .component .leader-text .txt {
        display: -webkit-box;
        overflow: hidden;

        max-height: -webkit-calc(24px*3 + 120px);
        max-height: calc(24px*3 + 120px);

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 767px) {
    .inner-leader .leader .component .leader-text .txt {
        max-height: -webkit-calc(24px*3 + 110px);
        max-height: calc(24px*3 + 110px);
        padding: 10px;
    }
}
.inner-leader .leader .component .leader-text .txt:before {
    position: absolute;
    top: 0;
    left: 20px;

    display: block;

    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;

    content: '';

    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 767px) {
    .inner-leader .leader .component .leader-text .txt:before {
        left: 10px;

        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}
.inner-leader .leader .component .leader-text .txt p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px) {
    .inner-leader .leader .component .leader-text .txt p {
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .inner-leader .leader .component .leader-text .txt p {
        font-size: 14px;
    }
}
.inner-leader .leader .component .leader-text .more {
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    bottom: 30px;
    left: 20px;

    display: inline-block;

    padding: 0 50px;

    color: #214293;
    background-color: #fff;
}
@media (max-width: 1470px) {
    .inner-leader .leader .component .leader-text .more {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 1199px) {
    .inner-leader .leader .component .leader-text .more {
        position: relative;
        bottom: 0;

        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    .inner-leader .leader .component .leader-text .more {
        font-size: 14px;

        margin-top: 14px;
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .inner-leader .leader .component .leader-text .more {
        font-size: 12px;
        line-height: 30px;

        left: 10px;

        padding: 0 20px;
    }
}
.inner-leader .leader .component:hover .leader-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.inner-leader-show .title-leader h3 {
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    color: #214293;
}
@media (max-width: 991px) {
    .inner-leader-show .title-leader h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inner-leader-show .title-leader h3 {
        font-size: 18px;
    }
}
.inner-leader-show .title-leader h3:before {
    display: inline-block;

    width: 6px;
    height: 22px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #214293;
}
.inner-leader-show .title-leader h4 {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 991px) {
    .inner-leader-show .title-leader h4 {
        font-size: 16px;
    }
}
.inner-history .history {
    position: relative;
}
@media (max-width: 767px) {
    .inner-history .history {
        margin-top: 30px;
    }
}
.inner-history .history:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #d4d4d4;
}
@media (max-width: 767px) {
    .inner-history .history:before {
        left: 0;
    }
}
.inner-history .history ul li {
    padding-right: 50%;
}
@media (max-width: 767px) {
    .inner-history .history ul li {
        margin-top: 30px;
        padding-right: 0;
    }
}
.inner-history .history ul li:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 50%;
}
@media (max-width: 767px) {
    .inner-history .history ul li:nth-child(2n+1) {
        padding-left: 0;
    }
}
.inner-history .history ul li:nth-child(2n) {
    text-align: right;
}
@media (max-width: 767px) {
    .inner-history .history ul li:nth-child(2n) {
        text-align: left;
    }
}
.inner-history .history ul li:nth-child(2n) .component .year:before {
    right: -36px;
    left: auto;
}
@media (max-width: 767px) {
    .inner-history .history ul li:nth-child(2n) .component .year:before {
        right: auto;
        left: -26px;
    }
}
.inner-history .history .component {
    padding: 30px;
}
@media (max-width: 767px) {
    .inner-history .history .component {
        padding: 0 0 0 20px;
    }
}
.inner-history .history .component .year {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    color: #214293;
}
@media (max-width: 767px) {
    .inner-history .history .component .year {
        font-size: 20px;
    }
}
.inner-history .history .component .year:before {
    position: absolute;
    top: 10px;
    left: -36px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 50%;
    background-color: #214293;
}
@media (max-width: 767px) {
    .inner-history .history .component .year:before {
        left: -26px;
    }
}
.inner-history .history .component .history-txt {
    margin-top: 20px;
    padding: 30px;

    background-color: #f3f3f3;
}
@media (max-width: 767px) {
    .inner-history .history .component .history-txt {
        margin-top: 10px;
        padding: 20px;
    }
}
.inner-history .history .component .history-txt .month {
    font-size: 18px;
    line-height: 36px;

    display: inline-block;

    padding: 0 26px;

    color: #fff;
    background-color: #f7533a;
}
@media (max-width: 767px) {
    .inner-history .history .component .history-txt .month {
        font-size: 16px;
    }
}
.inner-history .history .component .history-txt .txt {
    margin-top: 14px;
}
.inner-history .history .component .history-txt .txt p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 1199px) {
    .inner-history .history .component .history-txt .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .inner-research-direction .research-direction {
        padding: 0 10px;
    }
}
.inner-research-direction .component {
    display: block;

    margin-top: 30px;
    padding: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;

    color: #214293;
    background-color: #fafcff;
}
@media (max-width: 991px) {
    .inner-research-direction .component {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .inner-research-direction .component {
        margin-top: 14px;
    }
}
.inner-research-direction .component .title-component {
    position: relative;

    padding-right: 40px;

    cursor: pointer;
}
.inner-research-direction .component .title-component:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;

    content: '\e689';
    -webkit-transition: all .4s;
    transition: all .4s;

    color: #214293;
}
@media (max-width: 767px) {
    .inner-research-direction .component .title-component:after {
        font-size: 20px;
    }
}
.inner-research-direction .component .title-component h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 767px) {
    .inner-research-direction .component .title-component h3 {
        font-size: 16px;
    }
}
.inner-research-direction .component .desc {
    position: relative;

    display: none;

    margin-top: 30px;
}
@media (max-width: 991px) {
    .inner-research-direction .component .desc {
        margin-top: 10px;
    }
}
.inner-research-direction .component .desc p {
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #333;
}
@media (max-width: 991px) {
    .inner-research-direction .component .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-research-direction .current .title-component:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.inner-research-platform .research-platform input,
.inner-research-platform .research-platform textarea {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    margin-top: 20px;
    padding: 15px 20px;

    resize: vertical;

    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #f9f9f9;
}
@media (max-width: 991px) {
    .inner-research-platform .research-platform input,
    .inner-research-platform .research-platform textarea {
        font-size: 14px;
        line-height: 24px;

        min-height: 44px;
        padding: 10px;
    }
}
.inner-research-platform .research-platform input::-webkit-input-placeholder,
.inner-research-platform .research-platform textarea::-webkit-input-placeholder {
    color: #666;
}
.inner-research-platform .research-platform input:-o-placeholder,
.inner-research-platform .research-platform textarea:-o-placeholder {
    color: #666;
}
.inner-research-platform .research-platform input::-moz-placeholder,
.inner-research-platform .research-platform textarea::-moz-placeholder {
    color: #666;
}
.inner-research-platform .research-platform input:-ms-input-placeholder,
.inner-research-platform .research-platform textarea:-ms-input-placeholder {
    color: #666;
}
.inner-research-platform .research-platform input:focus::-webkit-input-placeholder,
.inner-research-platform .research-platform textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.inner-research-platform .research-platform input:focus::-o-placeholder,
.inner-research-platform .research-platform textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.inner-research-platform .research-platform input:focus::-moz-placeholder,
.inner-research-platform .research-platform textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.inner-research-platform .research-platform input:focus::-ms-input-placeholder,
.inner-research-platform .research-platform textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.inner-research-platform .research-platform .submit {
    font-size: 16px;
    line-height: 50px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #214293;
}
.inner-research-platform .research-platform .submit:hover {
    background-color: #1f40a0;
}
.inner-news .news>ul>li {
    padding: 40px 0;

    border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767px) {
    .inner-news .news>ul>li {
        padding: 20px 0;
    }
}
.inner-news .news>ul>li:last-child {
    border-bottom: none;
}
.inner-news .news .component {
    display: block;
}
.inner-news .news .component .news-txt {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .inner-news .news .component .news-txt {
        padding-left: 10px;
    }
}
.inner-news .news .component .news-txt h3 {
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0 0 14px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .inner-news .news .component .news-txt h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .inner-news .news .component .news-txt h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .inner-news .news .component .news-txt h3 {
        font-size: 16px;

        margin-bottom: 3px;
    }
}
.inner-news .news .component .news-txt p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .inner-news .news .component .news-txt p {
        font-size: 14px;
    }
}
.inner-news .news .component:hover .news-txt h3 {
    color: #214293;
}
.inner-news .news-one .component .news-date {
    width: 160px;
    padding: 30px 10px;

    text-align: center;
    vertical-align: middle;

    color: #214293;
    background: url(../images/date.png) repeat;
}
@media (max-width: 767px) {
    .inner-news .news-one .component .news-date {
        width: 100px;
        padding: 10px;
    }
}
.inner-news .news-one .component .news-date b {
    font-size: 36px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 991px) {
    .inner-news .news-one .component .news-date b {
        font-size: 30px;
    }
}
.inner-news .news-one .component .news-date span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin-top: 10px;
}
@media (max-width: 991px) {
    .inner-news .news-one .component .news-date span {
        font-size: 16px;
    }
}
.inner-news .news-one .component .news-txt {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);

    vertical-align: middle;
}
@media (max-width: 767px) {
    .inner-news .news-one .component .news-txt {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}
.inner-news .news-two .component .news-date {
    width: 200px;
}
@media (max-width: 767px) {
    .inner-news .news-two .component .news-date {
        width: 100px;
    }
}
.inner-news .news-two .component .news-date b {
    font-size: 26px;
    line-height: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #214293;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .inner-news .news-two .component .news-date b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inner-news .news-two .component .news-date b {
        font-size: 18px;
    }
}
.inner-news .news-two .component .news-date b:after {
    display: inline-block;

    width: 70px;
    height: 4px;

    content: '';
    vertical-align: middle;

    color: #214293;
    background-color: #214293;
}
@media (max-width: 767px) {
    .inner-news .news-two .component .news-date b:after {
        width: 20px;
        height: 2px;
    }
}
.inner-news .news-two .component .news-date .more {
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    margin-top: 10px;

    text-align: center;

    color: #fff;
    background-color: #214293;
}
@media (max-width: 767px) {
    .inner-news .news-two .component .news-date .more {
        line-height: 32px;

        width: 32px;
        height: 32px;
    }
}
.inner-news .news-two .component .news-txt {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
@media (max-width: 767px) {
    .inner-news .news-two .component .news-txt {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}
.inner-news .news-three .component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 767px) {
    .inner-news .news-three .component {
        display: block;
    }
}
.inner-news .news-three .component .news-img {
    width: 310px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .inner-news .news-three .component .news-img {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .inner-news .news-three .component .news-img {
        width: 100%;
    }
}
.inner-news .news-three .component .news-img .ibox {
    padding-bottom: 75%;
}
.inner-news .news-three .component .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inner-news .news-three .component .news-txt {
    position: relative;

    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);

    vertical-align: middle;
}
@media (max-width: 991px) {
    .inner-news .news-three .component .news-txt {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}
@media (max-width: 767px) {
    .inner-news .news-three .component .news-txt {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.inner-news .news-three .component .news-txt .date-more {
    position: absolute;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 30px;
    padding-left: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .inner-news .news-three .component .news-txt .date-more {
        position: relative;

        margin-top: 10px;
        padding-left: 0;
    }
}
.inner-news .news-three .component .news-txt .date-more .date {
    font-size: 16px;
    line-height: 30px;

    color: #214293;
}
.inner-news .news-three .component .news-txt .date-more .more {
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #214293;
}
.inner-news .news-three .component:hover .news-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-news-show .title-news-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px) {
    .inner-news-show .title-news-show h1 {
        font-size: 18px;
    }
}
.inner-news-show .title-news-show p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #999;
}
.inner-news-show .title-news-show p span {
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .inner-news-show .title-news-show p span {
        margin-right: 10px;
    }
}
.inner-news-show .title-news-show p .icon {
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;
}
.inner-news-show .title-news-show .txt-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
    padding: 10px 0;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .inner-news-show .title-news-show .txt-share {
        display: block;
    }
    .inner-news-show .title-news-show .txt-share .social-share {
        margin-top: 10px;
    }
}
.inner-news-show .wechat-qrcode {
    top: 40px;
}
.inner-news-show .wechat-qrcode:after {
    top: -13px;
    bottom: auto;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.inner-news-show .text-top {
    overflow: hidden;

    margin-top: 30px;
    padding: 10px 5%;

    color: #aaa;
    background-color: #f9f9f9;
}
.inner-news-show .text-top p {
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 767px) {
    .inner-news-show .text-top p {
        font-size: 14px;
    }
}
.inner-news-show .text {
    margin-top: 30px;
}
.inner-news-show .text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px) {
    .inner-news-show .text p {
        font-size: 14px;
    }
}
.inner-news-show .text img {
    max-width: 100%;
    height: auto !important;
}
.inner-news-show .button-news {
    margin-top: 50px;
}
.inner-news-show .button-news a {
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 10px;
    padding: 0 10px 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
    background-color: #f5f5f5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news-show .button-news a:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\eb60';
    text-align: center;
}
.inner-news-show .button-news a.next {
    padding: 0 50px 0 10px;

    text-align: right;
}
@media (max-width: 767px) {
    .inner-news-show .button-news a.next {
        padding: 0 10px 0 50px;

        text-align: left;
    }
}
.inner-news-show .button-news a.next:before {
    right: 0;
    left: auto;

    content: '\e625';
}
@media (max-width: 767px) {
    .inner-news-show .button-news a.next:before {
        right: auto;
        left: 0;
    }
}
.inner-news-show .button-news a:hover {
    color: #fff;
    background-color: #214293;
}
.inner-equipment .equipment .component {
    display: block;

    margin-top: 30px;

    border: 1px solid #dcdcdc;
}
.inner-equipment .equipment .component .ibox {
    padding-bottom: 75%;
}
.inner-equipment .equipment .component .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inner-equipment .equipment .component .equipment-txt {
    padding: 20px;
}
@media (max-width: 767px) {
    .inner-equipment .equipment .component .equipment-txt {
        padding: 10px;
    }
}
.inner-equipment .equipment .component .equipment-txt h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #214293;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .inner-equipment .equipment .component .equipment-txt h3 {
        font-size: 16px;
    }
}
.inner-equipment .equipment .component .equipment-txt p {
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    /*height: 72px;*/
    margin: 5px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .inner-equipment .equipment .component .equipment-txt p {
        font-size: 13px;

        margin: 0;
    }
}
.inner-equipment .equipment .component:hover {
    border-color: #214293;
}
.inner-equipment .equipment .component:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-equipment-show .equipment-show {
    margin-top: 30px;
}
.inner-equipment-show .equipment-show .products-show-scroll .component .ibox {
    padding-bottom: 75%;
}
.inner-equipment-show .equipment-show .equipment-text .e-comp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 3px;

    background-color: #f5f5f5;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.inner-equipment-show .equipment-show .equipment-text .e-comp h3 {
    font-size: 16px;
    line-height: 24px;

    width: 160px;
    margin: 0;
    padding: 15px 20px;

    color: #214293;
    background-color: #e7f1ff;
}
@media (max-width: 1199px) {
    .inner-equipment-show .equipment-show .equipment-text .e-comp h3 {
        font-size: 16px;

        width: 100px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .inner-equipment-show .equipment-show .equipment-text .e-comp h3 {
        font-size: 14px;
    }
}
.inner-equipment-show .equipment-show .equipment-text .e-comp p {
    font-size: 16px;
    line-height: 24px;

    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    margin: 0;
    padding: 15px 20px;

    color: #999;
}
@media (max-width: 1199px) {
    .inner-equipment-show .equipment-show .equipment-text .e-comp p {
        font-size: 16px;

        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .inner-equipment-show .equipment-show .equipment-text .e-comp p {
        font-size: 14px;
    }
}
.inner-equipment-show .equipment-details {
    padding-top: 30px;
}
.inner-equipment-show .equipment-details .title-details {
    padding: 20px 30px;

    background-color: #e7f1ff;
}
@media (max-width: 1199px) {
    .inner-equipment-show .equipment-details .title-details {
        padding: 10px 20px;
    }
}
.inner-equipment-show .equipment-details .details img {
    max-width: 100%;
    height: auto !important;
}
.section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fullpage-wrap {
    padding: 0;
}
@media (max-width: 1199px) {
    .part-solution {
        padding: 100px 0 60px;
    }
}
.part-solution .solution {
    max-width: 50%;
}
@media (max-width: 991px) {
    .part-solution .solution {
        max-width: 60%;
    }
}
@media (max-width: 767px) {
    .part-solution .solution {
        max-width: 100%;
    }
}
.part-solution .solution .title-solution h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .part-solution .solution .title-solution h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .part-solution .solution .title-solution h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .part-solution .solution .title-solution h2 {
        font-size: 20px;
    }
}
.part-solution .solution .title-solution h2 img {
    width: 60px;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .part-solution .solution .title-solution h2 img {
        width: 40px;
    }
}
.part-solution .solution .desc {
    margin-top: 30px;

    color: rgba(255, 255, 255, .7);
}
.part-solution .solution .desc p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 1199px) {
    .part-solution .solution .desc p {
        font-size: 14px;
    }
}
.part-solution .solution .more {
    margin-top: 30px;
}
.part-solution .solution .more a {
    color: #fff;
}
.active .part-solution .solution .title-solution {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}
.active .part-solution .solution .desc,
.active .part-solution .solution .more {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}
.leave .part-solution .solution .title-solution {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}
.leave .part-solution .solution .desc,
.leave .part-solution .solution .more {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}
.inner-join .join .tile-join {
    color: #fff;
    background-color: #214293;
}
.inner-join .join .tile-join ul {
    font-size: 0;
}
.inner-join .join .tile-join ul li {
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 18%;
    padding: 20px 10px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .inner-join .join .tile-join ul li {
        font-size: 12px;
        line-height: 22px;

        padding: 10px 5px;
    }
}
.inner-join .join .tile-join ul li p {
    margin: 0;
}
.inner-join .join .tile-join ul li:nth-child(5) {
    width: 28%;
}
.inner-join .join-list>ul>li:nth-child(2n) {
    background-color: #f3f8ff;
}
.inner-join .join-list>ul>li .title-join-list {
    font-size: 0;

    padding: 20px 10px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 767px) {
    .inner-join .join-list>ul>li .title-join-list {
        padding: 10px 5px;
    }
}
.inner-join .join-list>ul>li .title-join-list p {
    font-size: 14px;
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    width: 18%;
    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px) {
    .inner-join .join-list>ul>li .title-join-list p {
        font-size: 13px;
        line-height: 22px;
    }
}
.inner-join .join-list>ul>li .title-join-list p:nth-child(1) {
    color: #214293;
}
.inner-join .join-list>ul>li .title-join-list p:nth-child(1):after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e660';
}
.inner-join .join-list>ul>li .title-join-list p:nth-child(5) {
    width: 28%;
}
.inner-join .join-list>ul>li .join-text {
    font-size: 15px;
    line-height: 30px;

    display: none;

    padding: 20px;
}
@media (max-width: 767px) {
    .inner-join .join-list>ul>li .join-text {
        font-size: 13px;
        line-height: 22px;

        padding: 10px 0;
    }
}
.inner-join .join-list>ul>li .join-text h3 {
    font-size: 15px;
    font-weight: bold;
}
.inner-join .join-list>ul>li .join-text p {
    margin: 0;

    color: #666;
}
.inner-map {
    position: relative;

    overflow: hidden;
}
.inner-map .contact {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 10%;

    width: 620px;
    padding: 40px;

    color: #214293;
    border: 1px solid #d7d8db;
    background-color: #fff;
}
@media (max-width: 1760px) {
    .inner-map .contact {
        left: 3%;
        padding: 30px;
        width: 400px;
    }
}
@media (max-width: 1199px) {
    .inner-map .contact {
        position: relative;
        left: 0;

        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .inner-map .contact {
        padding: 30px 15px;
    }
}
.inner-map .contact .title-contact h2 {
    font-size: 30px;

    margin: 0;

    color: #214293;
}
@media (max-width: 991px) {
    .inner-map .contact .title-contact h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .inner-map .contact .title-contact h2 {
        font-size: 20px;
    }
}
.inner-map .contact .txt-top {
    margin-top: 30px;
    padding-right: 5%;
    padding-bottom: 30px;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .inner-map .contact .txt-top {
        margin-top: 20px;
        padding-right: 0;
    }
}
.inner-map .contact .txt-top h3 {
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px) {
    .inner-map .contact .txt-top h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inner-map .contact .txt-top h3 {
        font-size: 18px;
    }
}
.inner-map .contact .txt-top h4 {
    font-size: 18px;
    line-height: 1.4;

    margin: 5px 0 0 0;
}
@media (max-width: 991px) {
    .inner-map .contact .txt-top h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .inner-map .contact .txt-top h4 {
        font-size: 14px;
    }
}
.inner-map .contact .txt {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .inner-map .contact .txt {
        margin-top: 20px;
    }
}
.inner-map .contact .txt p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.inner-map .contact .txt p a:hover {
    text-decoration: underline;
}
.inner-map #map {
    width: 100%;
    height: 860px;
}
@media (max-width: 1199px) {
    .inner-map #map {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .inner-map #map {
        height: 400px;
    }
}
.inner-map label {
    max-width: 200px;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
nav {
    text-align: center;
}
.pagination {
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before {
    content: '\e625';
}
.pagination li a {
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
    .pagination li a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #214293;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #214293;
}
.zoom:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img {
    display: block;
}
.zoom img::-moz-selection {
    background-color: transparent;
}
.zoom img::selection {
    background-color: transparent;
}
.home-linkbox .linkbox {
    margin-top: 30px;
}
.home-linkbox .linkbox .slick-slide {
    padding: 0 20px;
}
.home-linkbox .linkbox .linkbox-item {
    border: 1px solid #bdd5f9;
}
.home-linkbox .linkbox .linkbox-item .ibox {
    padding-bottom: 37.5%;
}
.home-linkbox .linkbox .slick-arrow {
    color: #214293;
    background: none;
}

.home-research-news .research-news-bottom .component .date b {
    font-size: 0;
    background-image: url(../images/keji.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    display: block;
}

.home-news-kcyg {
    padding: 0;
}
.home-news-kcyg .row {
    margin: 0;
}
.home-news,
.home-kcyg {
    padding: 50px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .home-news,
    .home-kcyg {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .home-news,
    .home-kcyg {
        padding: 20px 15px;
    }
}
.home-news {
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.home-news .home-title h2 {
    color: #fff;
}
.home-news .news-scroll {
    font-size: 0;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .home-news .news-scroll {
        margin-top: 20px;
    }
}
.home-news .news-scroll .subject {
    position: relative;

    display: block;
}
.home-news .news-scroll .subject .img .ibox {
    padding-bottom: 63.95348837%;
}
.home-news .news-scroll .subject .desc {
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 30px;

    color: #fff;
}
@media (max-width: 1350px) {
    .home-news .news-scroll .subject .desc {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .home-news .news-scroll .subject .desc {
        padding: 10px;
    }
}
.home-news .news-scroll .subject .desc h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .home-news .news-scroll .subject .desc h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home-news .news-scroll .subject .desc h3 {
        font-size: 16px;
    }
}
.home-news .news-scroll .subject .desc p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 8px 0 0 0;

    opacity: .5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1350px) {
    .home-news .news-scroll .subject .desc p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .home-news .news-scroll .subject .desc p {
        margin: 0;
    }
}
.home-kcyg {
    background: url(../images/kcyg_bg.jpg) no-repeat center;
    background-size: cover;
}
.home-kcyg .kcyg-list {
    margin-top: 30px;
}
.home-kcyg .kcyg-list .subject {
    font-size: 0;

    display: block;

    padding: 12px 0;
}
@media (max-width: 1350px) {
    .home-kcyg .kcyg-list .subject {
        padding: 8px 0;
    }
}
@media (max-width: 767px) {
    .home-kcyg .kcyg-list .subject {
        padding: 0;
    }
}
.home-kcyg .kcyg-list .subject .date,
.home-kcyg .kcyg-list .subject .desc {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.home-kcyg .kcyg-list .subject .date {
    font-family: 'D-DIN Condensed';
    font-size: 18px;
    line-height: 30px;

    width: 96px;

    text-align: center;

    color: #fff;
    background-color: #cbcbcb;
}
.home-kcyg .kcyg-list .subject .date b {
    font-size: 48px;
    line-height: 60px;

    display: none;

    color: #0053a7;
    background-color: #dcecf9;
}
.home-kcyg .kcyg-list .subject .date i {
    font-style: normal;
}
.home-kcyg .kcyg-list .subject .desc {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
    padding-left: 20px;
}
.home-kcyg .kcyg-list .subject .desc h3 {
    font-size: 17px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 991px) {
    .home-kcyg .kcyg-list .subject .desc h3 {
        font-size: 15px;
    }
}
.home-kcyg .kcyg-list .subject .desc p {
    font-size: 15px;
    line-height: 20px;

    overflow: hidden;

    max-height: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #777;
}
.home-kcyg .kcyg-list .active .subject .date {
    color: #fff;
    background-color: #0053a7;
}
.home-kcyg .kcyg-list .active .subject .date b {
    display: block;
}
.home-kcyg .kcyg-list .active .subject .date span i {
    display: none;
}
.home-kcyg .kcyg-list .active .subject .desc h3 {
    font-weight: bold;

    color: #0053a7;
}
.home-kcyg .kcyg-list .active .subject .desc p {
    max-height: 40px;
    margin-top: 10px;
}
:root {
    --pad: calc(50vw - 800px);
    @media (max-width: 1660px) {
        --pad: calc(50vw - 705px);
    }
    @media (max-width: 1470px) {
        --pad: calc(50vw - 660px);
    }
    @media (max-width: 1400px) {
        --pad: calc(50vw - 650px);
    }
    @media (max-width: 1350px) {
        --pad: calc(50vw - 570px);
    }
    @media (max-width: 1199px) {
        --pad: 5vw;
    }
    @media (max-width: 767px) {
        --pad: 15px;
    }

}
.home-news .title-home h2 {
    color: #fff;
}
.home-kcyg {
    padding-left: var(--pad);
}
.home-news {
    padding-right: var(--pad);
}
.home-news .slick-arrow {
    border-radius: 0;
    left: 0;
    color: #0053a7;
}
.home-news .slick-arrow.slick-next {
    left: auto;
    right: 0;
}
.home-news .slick-arrow:hover {
    color: #fff;
    border-color: #0053a7;
}

.hs-home-about {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.hs-home-about .about-flex {
    /* -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; */
    display: flex;
    flex-wrap: wrap;
}
.hs-home-about .about {
    width: 45%;
}
@media (max-width: 991px) {
    .hs-home-about .about {
        width: 100%;
    }
}
.hs-home-about .about .desc {
    /* padding: 0 0 0 6%; */
}
@media (max-width: 991px) {
    .hs-home-about .about .desc {
        /* padding: 0 15px; */
    }
}
.hs-home-about .about .desc .more {
    margin-top: 30px;
}
.hs-home-about .public-note {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-home-about .public-note {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .public-note {
        margin-top: 10px;
    }
}
.hs-home-about .hs-more {
    margin-top: 60px;
}
@media (max-width: 1400px) {
    .hs-home-about .hs-more {
        margin-top: 30px;
    }
}
.hs-home-about .about-menu {
    margin-top: 100px;
    padding: 60px 0;

    color: #fff;
    background-color: #214293;
    position: relative;
}
.hs-home-about .about-menu:before {
    content: '';
    display: block;
    width: 600%;
    height: 100%;
    position: absolute;
    left: -200%;
    bottom: 0;
    background-color: #214293;
    z-index: 1;
}
@media (max-width: 1560px) {
    .hs-home-about .about-menu {
        margin-top: 80px;
        padding: 30px 5%;
    }
}
@media (max-width: 1400px) {
    .hs-home-about .about-menu {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about-menu {
        padding: 10px 15px;
    }
}
.hs-home-about .about-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6;
    margin: 0 -60px;
}
@media (max-width: 767px) {
    .hs-home-about .about-menu>ul {
        margin: 0 -15px;
    }
}
.hs-home-about .about-menu>ul>li {
    margin: 20px 0;

    border-right: 1px solid rgba(198, 198, 198, .2);
}
@media (max-width: 767px) {
    .hs-home-about .about-menu>ul>li {
        width: 33.33333333%;
    }
}
.hs-home-about .about-menu>ul>li:last-child {
    border-right: none;
}
.hs-home-about .about-menu .about-group {
    display: block;

    padding: 20px 60px;

    text-align: center;
}
@media (max-width: 767px) {
    .hs-home-about .about-menu .about-group {
        padding: 10px 15px;
    }
}
.hs-home-about .about-menu .about-group .flaticon {
    font-size: 50px;
    line-height: 1;

    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-home-about .about-menu .about-group .icon {
    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-home-about .about-menu .about-group .icon img {
    width: 50px;
    display: inline-block;
    filter: brightness(0) invert(1);

}
@media (max-width: 767px) {
    .hs-home-about .about-menu .about-group .flaticon {
        font-size: 40px;
    }
    .hs-home-about .about-menu .about-group .icon img {
        width: 40px;
    }
}
.hs-home-about .about-menu .about-group p {
    font-size: 16px;
    line-height: 1.875;

    margin: 10px 0 0 0;
}
.hs-home-about .about-menu .about-group:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.hs-home-about .video {
    width: 55%;
    padding-top: 70px;
    padding-left: 5%;
    position: relative;
    z-index: 6;
}
@media (max-width: 991px) {
    .hs-home-about .video {
        width: 100%;
        height: 330px;
        padding-left: 0;
        padding-top: 30px;
    }
}
/* .hs-home-about .video .ibox {
    padding-bottom: 70%;
} */
.hs-home-about .video video {
    width: 100%;
    height: 80%;
    object-fit: cover;

}
.hs-home-about .video iframe {
    width: 100%;
    height: 100%;

}
.hs-home-about .video .play {
    position: relative;

    display: block;

    width: 100px;
    height: 100px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
@media (max-width: 991px) {
    .hs-home-about .video .play {
        width: 80px;
        height: 80px;
    }
}
.hs-home-about .video .play .play-button {
    line-height: 30px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;
    background-color: #214293;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-about .video .play .play-button:before {
    width: 0;
    height: 0;
    margin-bottom: 4px;

    content: '';

    border-width: 9px 0 9px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-home-about .video .play::before,
.hs-home-about .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: video 3s linear infinite;
    animation: video 3s linear infinite;

    border-radius: 50%;
    background: rgba(0, 95, 177, .3);
}
.hs-home-about .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.hs-home-about .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hs-home-about .video .play:hover .play-button {
    background-color: #0b659c;
}
.hs-home-about .video .img img {
    width: 100%;
}
@-webkit-keyframes video {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
@keyframes video {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}

.footer .foot .component .foot-logo a {
    display: flex;
    width: fit-content;
    align-items: center;
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #004098;
}
.footer .foot .component .foot-logo img {
    margin-right: 20px;
}
@media (max-width: 1560px) {
    .footer .foot .component .foot-logo a {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .footer .foot .component .foot-logo a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .footer .foot .component .foot-logo a {
        font-size: 18px;
    }
}

.hs-home-join img {
    width: 100%;
}
.hs-home-join .join {
    width: 100%;
    position: relative;
}
.hs-home-join .join .desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0 8%;
}
.hs-home-join .join .desc .title-home h2 {
    color: #004098;
}
.hs-home-join .join .desc .more {
    margin-top: 20px;
}
.hs-home-join .join .desc .more a {
    padding: 0 20px;
    line-height: 40px;
    background-color: #004098;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.hs-home-join .join .desc .more a:hover {
    background-color: #214293;
}
.hs-home-join .join .desc .more a:after {
    content: '+';
    margin-left: 50px;
}
@media (max-width: 991px) {
    .hs-home-join .join .desc .more a:after {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-join img {
        width: 200%;
        margin-left: -50%;
    }
    .hs-home-join .join .desc {
        padding: 0 4%;
    }
    .hs-home-join .join .desc .more a {
        font-size: 14px;
    }
}
.home-news1 .news-yaowen .news-list .component p {
    display: none;
}
.home-news1 .news-yaowen .news-list>ul>li:nth-child(1) .component {
    border-bottom: none;
}
.home-news1 .news-yaowen .news-list>ul>li:nth-child(1) .component p {
    display: block;
    margin-top: 10px;
}
.home-news1 .news-yaowen .news-list>ul>li:nth-child(1) .component h3 {
    font-size: 20px;
    font-weight: bold;
}
.home-news1 .news-yaowen .news-list>ul>li:nth-child(1) .component .date {
    display: none;
}
@media (max-width: 1199px) {
    .home-news1 .news-yaowen .news-list>ul>li:nth-child(1) .component h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home-news1 .news-yaowen .news-list>ul>li:nth-child(1) .component h3 {
        font-size: 16px;
    }
}
.hs-inner-dangqun {
    padding: 60px 0;
    background-color: #fff;
}
.hs-inner-dangqun .news-yaowen {
    width: 100%;
}
.hs-inner-dangqun .news-yaowen .news-left {
    overflow: hidden;
    width: 35%;
}

.hs-inner-dangqun .news-yaowen .news-carousel {
    width: 100%;
    overflow: hidden;
}
.hs-inner-dangqun .news-yaowen .news-list {
    width: 65%;
}
@media (max-width: 991px) {
    .hs-inner-dangqun .news-yaowen .news-left {
        width: 100%;
    }
    .hs-inner-dangqun .news-yaowen .news-list {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-dangqun .news-yaowen .news-list .component {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hs-inner-dangqun .news-yaowen .news-list .component .date {
    flex-shrink: 0;
    margin-left: 20px;
}
.hs-inner-dangqun .news-yaowen .news-list>ul>li:nth-child(1) .component {
    display: block;
}
.hs-inner-dangqun .news-yaowen .news-carousel .component .title-component h3 {
    background-color: rgba(205, 18, 18, .9);
}

.hs-inner-dangqun .news-yaowen .news-list .component:hover h3 {

    color: #c31d1d;

}
.hs-inner-dangjianyinling {
    background: url(../images/dangjianyinling_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-inner-dangjianyinling {
        background-attachment: fixed;
    }
}

.public-dangjianyinling-group {
    background-color: #fff;
    padding: 40px 20px;
    display: block;
}
@media (max-width: 767px) {
    .public-dangjianyinling-group {
        padding: 20px;
    }
}
.public-dangjianyinling-group .title-dangjianyinling {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .2s;
}
@media (max-width: 991px) {
    .public-dangjianyinling-group .title-dangjianyinling {
        font-size: 16px;
        line-height: 30px;
        height: 60px;
    }
}
@media (max-width:767px) {
    .public-dangjianyinling-group .title-dangjianyinling {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
}
.public-dangjianyinling-group:hover .title-dangjianyinling {
    color: #c31d1d;
}
.public-dangjianyinling-group .date {
    line-height: 24px;
    display: block;
    margin-top: 20px;
    color: #214293;
}
@media (max-width: 767px) {
    .public-dangjianyinling-group .date {
        margin-top: 10px;
    }
}
.public-jicengdongtai-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}
@media (max-width: 767px) {
    .public-jicengdongtai-group {
        display: block;
    }
}
.public-jicengdongtai-group .title-jicengdongtai {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .2s;
}
.public-jicengdongtai-group .date {
    line-height: 24px;
    display: block;
    color: #214293;
    flex-shrink: 0;
}
.public-jicengdongtai-group:hover .title-jicengdongtai {
    color: #c31d1d;
}
.hs-inner-dangjianyinling .title-home {
    text-align: center;
    display: block;
}
.hs-inner-dangjianyinling .title-home h2 {
    color: #ffffff;
}
.hs-inner-dangjianyinling .dangjianyinling {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-inner-dangjianyinling .dangjianyinling {
        margin-top: 0px;
    }
}
.hs-inner-dangjianyinling .dangjianyinling>ul {
    margin: 0 -12px;
}
.hs-inner-dangjianyinling .dangjianyinling>ul>li {
    margin-top: 30px;
    padding: 0 12px;
}
.hs-inner-dangjianyinling .hs-more {
    margin-top: 60px;
    text-align: center;
}
@media (max-width: 991px) {
    .hs-inner-dangjianyinling .hs-more {
        margin-top: 30px;
    }
    .hs-inner-dangjianyinling .dangjianyinling>ul>li {
        margin-top: 20px;
    }
}
.hs-inner-dangjianyinling .hs-more a {
    background-color: #fff;
}
.hs-inner-dangjianyinling .hs-more a:hover {
    background-color: #214293;
    border-color: #214293;
}
.hs-inner-jicengdongtai .jicengdongtai {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .hs-inner-jicengdongtai .jicengdongtai>ul {
        margin: 0 -30px;
    }
    .hs-inner-jicengdongtai .jicengdongtai>ul>li {
        padding: 0 30px;
    }
}

.hs-inner-cases-details1 .title-cases-details1 h2 {
    font-size: 48px;
    line-height: 1.25;

    margin: 0 0 20px 0;
}
@media (max-width: 1560px) {
    .hs-inner-cases-details1 .title-cases-details1 h2 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) {
    .hs-inner-cases-details1 .title-cases-details1 h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-cases-details1 .title-cases-details1 h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-cases-details1 .title-cases-details1 h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .title-cases-details1 h2 {
        font-size: 20px;
    }
}
.hs-inner-cases-details1 .title-cases-details1 p {
    font-size: 16px;
    line-height: 1.625;

    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .title-cases-details1 p {
        font-size: 14px;
    }
}
.hs-inner-cases-details1 .cases-details1-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #000;
    padding-bottom: 40px;
}
.hs-inner-cases-details1 .cases-details1-top .video {
    width: 60%;
}
@media (max-width: 1199px) {
    .hs-inner-cases-details1 .cases-details1-top .video {
        width: 100%;
    }
}
.hs-inner-cases-details1 .cases-details1-top .video .ibox {
    padding-bottom: 57%;
}

@media (max-width: 1199px) {
    .hs-inner-cases-details1 .cases-details1-top .video .ibox {
        padding-bottom: 50%;
    }
}
.hs-inner-cases-details1 .cases-details1-top .video .ibox video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hs-inner-cases-details1 .cases-details1-top .desc {
    width: 40%;
    padding-left: 5%;
}
@media (max-width: 1470px) {
    .hs-inner-cases-details1 .cases-details1-top .desc {
        padding-left: 3%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-cases-details1 .cases-details1-top .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-cases-details1 .cases-details1-top .desc .title-details1-top h3 {
    font-size: 18px;
    line-height: 1.66666667;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1-top .desc .title-details1-top h3 {
        font-size: 16px;
    }
}
.hs-inner-cases-details1 .cases-details1-top .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1-top .desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-cases-details1 .cases-details1-top .desc .public-note p {
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1-top .desc .public-note p {
        font-size: 14px;
    }
}
.hs-inner-cases-details1 .cases-details1-top .desc .txt {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1-top .desc .txt {
        margin-top: 20px;
    }
}
.hs-inner-cases-details1 .cases-details1-top .desc .txt p {
    font-size: 15px;
    line-height: 2;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1-top .desc .txt p {
        font-size: 14px;
    }
}
.hs-inner-cases-details1 .cases-details1-top .desc .txt p a {
    text-decoration: underline;

    color: #229393;
}
.hs-inner-cases-details1 .cases-details1-top .desc .txt p a:hover {
    color: #fbcf00;
}
.hs-inner-cases-details1 .cases-details1 .tuwen {
    font-size: 0;

    overflow: hidden;

    margin: 0 -30px;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen {
        margin-top: 40px;
    }
}
.hs-inner-cases-details1 .cases-details1 .tuwen .img,
.hs-inner-cases-details1 .cases-details1 .tuwen .desc {
    font-size: 14px;

    display: inline-block;

    width: 50% !important;
    padding: 0 30px;

    vertical-align: top;
}
.hs-inner-cases-details1 .cases-details1 .sticky-spacer {
    display: none !important;
}
.hs-inner-cases-details1 .cases-details1 .tuwen .img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

@media (max-width: 991px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen .img,
    .hs-inner-cases-details1 .cases-details1 .tuwen .desc {
        width: 100% !important;
    }
}

@media (max-width: 1560px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen .desc {
        max-height: 400px;
    }
}
.hs-inner-cases-details1 .cases-details1 .tuwen .desc {
    overflow-y: auto;
}
.hs-inner-cases-details1 .cases-details1 .tuwen .desc::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    left: 0;
}

.hs-inner-cases-details1 .cases-details1 .tuwen .desc::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.hs-inner-cases-details1 .cases-details1 .tuwen .desc::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.hs-inner-cases-details1 .cases-details1 .tuwen .img img,
.hs-inner-cases-details1 .cases-details1 .tuwen .img iframe,
.hs-inner-cases-details1 .cases-details1 .tuwen .img video {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
.hs-inner-cases-details1 .cases-details1 .tuwen .img iframe,
.hs-inner-cases-details1 .cases-details1 .tuwen .img video {
    height: 400px;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen .img iframe,
    .hs-inner-cases-details1 .cases-details1 .tuwen .img video {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen .desc {
        margin-top: 10px;
    }
}
.hs-inner-cases-details1 .cases-details1 .tuwen .desc h3 {
    font-size: 24px;
    line-height: 1.66666667;
}
@media (max-width: 991px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen .desc h3 {
        font-size: 20px;
    }
}
.hs-inner-cases-details1 .cases-details1 .tuwen .desc p {
    font-size: 15px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen .desc p {
        font-size: 14px;
    }
}
.hs-inner-cases-details1 .cases-details1 .tuwen .desc ul {
    padding-left: 20px;
}
.hs-inner-cases-details1 .cases-details1 .tuwen .desc ul li {
    list-style: disc;
}
.hs-inner-cases-details1 .cases-details1 .tuwen-youtu .img {
    float: right;
}
.hs-inner-cases-details1 .cases-details1 .tuwen-youxiaotu .img {
    float: right;

    width: 25% !important;
    margin-right: 9%;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen-youxiaotu .img {
        display: block;
        float: none;

        width: 70% !important;
        margin: 0 auto;
    }
}
.hs-inner-cases-details1 .cases-details1 .tuwen-youxiaotu .desc {
    width: 66% !important;
    padding-right: 5%;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .hs-inner-cases-details1 .cases-details1 .tuwen-youxiaotu .desc {
        width: 100% !important;
        padding-right: 0;
    }
}

.feedbackform form>ul>li {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .feedbackform form>ul>li {
        margin-top: 14px;
    }
}
.feedbackform form .field {
    position: relative;
}
.feedbackform form .field .flaticon {
    font-size: 18px;
    line-height: 54px;

    position: absolute;
    top: 0;
    left: 0;

    width: 40px;

    text-align: center;
}
@media (max-width: 1199px) {
    .feedbackform form .field .flaticon {
        font-size: 16px;
    }
}
.feedbackform form .field input,
.feedbackform form .field textarea {
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    padding: 15px 20px;

    border: 1px solid #cbcbcb;
    background: #fff;
}
@media (max-width: 1199px) {
    .feedbackform form .field input,
    .feedbackform form .field textarea {
        font-size: 14px;
    }
}
.feedbackform form .field input::-webkit-input-placeholder,
.feedbackform form .field textarea::-webkit-input-placeholder {
    color: #666;
}
.feedbackform form .field input:-o-placeholder,
.feedbackform form .field textarea:-o-placeholder {
    color: #666;
}
.feedbackform form .field input::-moz-placeholder,
.feedbackform form .field textarea::-moz-placeholder {
    color: #666;
}
.feedbackform form .field input:-ms-input-placeholder,
.feedbackform form .field textarea:-ms-input-placeholder {
    color: #666;
}
.feedbackform form .field input:focus::-webkit-input-placeholder,
.feedbackform form .field textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.feedbackform form .field input:focus::-o-placeholder,
.feedbackform form .field textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.feedbackform form .field input:focus::-moz-placeholder,
.feedbackform form .field textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.feedbackform form .field input:focus::-ms-input-placeholder,
.feedbackform form .field textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.hs-inner-feedback .feedback {
    max-width: 1000px;
    margin: 0 auto;
}
.feedbackform form .submit {
    font-size: 16px;
    line-height: 44px;

    height: 50px;
    margin-top: 50px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #003eb1;
}
@media (max-width: 991px) {
    .feedbackform form .submit {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        margin-top: 30px;
    }
}
.feedbackform form .submit:hover {
    text-decoration: underline;
}

.hs-inner-jobs .jobs>ul>li {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs>ul>li {
        margin-top: 20px;
    }
}
.hs-inner-jobs .jobs .jobs-group {
    display: block;

    padding: 20px 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #e4e4e4;
    background: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-jobs .jobs .jobs-group {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs .jobs-group {
        padding: 10px 14px;
    }
}
.hs-inner-jobs .jobs .jobs-group .title-jobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 14px 0;

    border-bottom: 1px solid rgba(228, 228, 228, .5);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs .jobs-group .title-jobs {
        padding: 10px 0;
    }
}
.hs-inner-jobs .jobs .jobs-group .title-jobs .flaticon {
    font-size: 30px;

    display: block;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-jobs .jobs .jobs-group .title-jobs b {
    font-size: 20px;
    line-height: 1.5;

    color: #333;
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs .jobs-group .title-jobs b {
        font-size: 18px;
    }
}
.hs-inner-jobs .jobs .jobs-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 14px 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-inner-jobs .jobs .jobs-group .desc .txt p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #777;
}
@media (max-width: 767px) {
    .hs-inner-jobs .jobs .jobs-group .desc .txt p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.hs-inner-jobs .jobs .jobs-group:hover {
    color: #fff;
    background-color: #214293;
    box-shadow: 0 13px 18px 0 rgba(0, 123, 229, .3);
}
.hs-inner-jobs .jobs .jobs-group:hover .title-jobs b {
    color: #fff;
}
.hs-inner-jobs .jobs .jobs-group:hover .desc .txt p {
    color: #fff;
}

.hs-inner-jobs-details .title-jobs-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 10px;

    border-bottom: 1px solid #214293;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-jobs-details .title-jobs-details p {
    font-size: 18px;
    line-height: 1.66666667;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 5% 0 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-inner-jobs-details .title-jobs-details p {
        font-size: 16px;
    }
}
.hs-inner-jobs-details .title-jobs-details p .flaticon {
    font-size: 24px;

    margin-right: 10px;

    color: #214293;
}
.hs-inner-jobs-details .jobs-text {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-jobs-details .jobs-text {
        margin-top: 30px;
    }
}
.hs-inner-jobs-details .jobs-text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    color: #333;
}
@media (max-width: 991px) {
    .hs-inner-jobs-details .jobs-text h3 {
        font-size: 18px;
    }
}
.hs-inner-jobs-rencai .jobs-rencai>ul>li {
    margin-top: 30px;
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 40px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #e4e4e4;
    background: #fff;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group {
        padding: 20px;
    }
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .title-rencai-group {
    display: flex;
    align-items: center;
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .title-rencai-group .icon {
    width: 40px;
    margin-right: 10px;
    flex-shrink: 0;
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .title-rencai-group .icon img {
    width: 100%;
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .title-rencai-group h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .title-rencai-group h3 {
        font-size: 18px;
    }
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .more {
    padding: 0 15px;
    line-height: 30px;
    background-color: #214293;
    color: #fff;
    flex-shrink: 0;
}
.hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group .more:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: 6px;
}
@media (min-width: 1200px) {
    .hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group:hover {
        background-color: #214293;
        color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    }
    .hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group:hover .icon img {
        filter: brightness(0) invert(1);
    }
    .hs-inner-jobs-rencai .jobs-rencai .jobs-rencai-group:hover .more {
        background-color: #f7533a;
    }
}
/*分页样式*/
.page_info {
    text-align: center;
    margin: 10px;
    color: #999;
    display: block;
    clear: both;
}
.page_info span {
    padding: 0 2px;
    font-weight: bold;
}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 10px;
    margin-top: 20px;
    display: block;
}
.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}
.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}
.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2;
}

.table_a table {
    border-right: 1px solid #9ac4f1;
    border-bottom: 1px solid #9ac4f1;
    width: 100%;
}
.table_a table td {
    border-left: 1px solid #9ac4f1;
    border-top: 1px solid #9ac4f1;
    text-align: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    font-family: "Microsoft YaHei";
}
.table_a table tr:nth-child(odd) {
    background: #f5f5f5;
}
.table_a table th {
    border-left: 1px solid #9ac4f1;
    border-top: 1px solid #9ac4f1;
    background: #eef8fa;
    color: #004fa3;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    font-family: "Microsoft YaHei";
}
.biao2 {
    background: #f1f1f1;
}