/*初始化类*/

@charset "UTF-8";

:root {
    --font18: 0.18rem;
}

html {
    font-size: 100px;
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 0.15rem;
    /* line-height: 1; */
}

ul,
li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}


/*自动隐藏文字*/

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*图片经过*/

.tran_scale {
    overflow: hidden;
    display: block;
}


/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.tran_scale1 {
    display: block;
}


/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale1 img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale1:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.w1600 {
    width: 16rem;
    max-width: 100%;
}


/* 标题 */

.about-text0 {
    font-size: 1.02rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #F2F2F2;
    text-align: center;
    text-transform: uppercase;
}

.text1-solid {
    width: 0.72rem;
    /* height: 0.03rem;
    background: #02438D; */
    border-bottom: 0.04rem solid #02438D;
    margin: 0 auto;
    margin-top: .34rem;
}

.text1 {
    margin-top: -.67rem;
    font-size: 0.56rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.text2 {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
    margin-top: .25rem;
}

.index-title {
    margin: 1rem auto 0 auto;
    position: relative;
    padding-bottom: 0.35rem;
}

.index-title-cn {
    font-size: 0.6rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
    z-index: 2;
}

.index-title-en {
    font-size: 0.72rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E0E0E0;
    position: absolute;
    top: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap
}


/* 小标题 */

.group-title {
    height: 0.5rem;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.5rem;
    padding-left: 0.38rem;
    position: relative;
    margin: 0 auto;
}

.group-title::after {
    content: '';
    width: 0.08rem;
    height: 0.5rem;
    background: #014098;
    position: absolute;
    left: 0;
    top: 0;
}

.hzygroup-title {
    font-size: 0.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 0.2rem;
    position: relative;
    margin: 0 auto;
}

.hzygroup-title::after {
    content: '';
    width: 0.1rem;
    height: 100%;
    background: #014098;
    position: absolute;
    left: 0;
    top: 0;
}


/* 视频弹出 */

.videos-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    display: none;
    transition: all .4s ease;
}

.videos-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease;
}

.videos {
    border: 1px solid #080808;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 10.35rem;
    height: 60%;
    background: #000;
    transition: all .4s ease;
}

.videos video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.vclose {
    width: 0.3rem;
    height: auto;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    border-radius: 100%;
    cursor: pointer;
}


/* 分页 */

.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.6rem 0;
}

.paging-page {
    padding: 0 0.17rem;
    height: 0.25rem;
    background: #014098;
    border-radius: 0.12rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.25rem;
}

.paging-box {
    display: flex;
    align-items: center;
    margin: 0 0.13rem;
}

.paging-p {
    padding: 0 0.13rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
}

.paging-p-active {
    color: #014098;
    font-weight: bold;
}

.paging-p:hover {
    color: #014098;
}

/* 2 */
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.61rem;
    margin-bottom: 0.6rem;
}

.p2 {
    display: flex;
    align-items: center;
}

.p-1 {
    margin-right: 0.08rem;
    text-align: center;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #7D7D7D;
    border: 0.01rem solid #DEDEDE;
}

.pagelr {
    margin-right: 0.08rem;
    text-align: center;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #7D7D7D;
    border: 0.01rem solid #DEDEDE;
}

.pagelr:last-child {
    margin-right: 0;
}

.p-1:hover {
    cursor: pointer;
    background: #0745B1;
    color: #fff;
}

.page-active {
    background: #0745B1;
    color: #fff;
}

.disabled {
    cursor: not-allowed;
}

.p-w {
    margin-left: 0.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.p-m {
    margin-right: 0.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.p-w1 {
    margin-left: 0.08rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

select {
    cursor: pointer;
    width: 0.6rem;
    height: 0.32rem;
    color: #666666;
    margin-left: 0.08rem;
    border: 0.01rem solid #DEDEDE;
}

.p-b {
    width: 0.72rem;
    height: 0.32rem;
    background: #0745B1;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;

    cursor: pointer;
    text-align: center;
    margin-left: 0.2rem;
}

/* 顶部banner图 */

.group-banner {
    width: 100%;
    /* height: 5.76rem; */
    /* box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%); */
}

.group-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .w1600 {
        width: auto;
        max-width: 100%;
    }

    .about-banner {
        height: auto !important;
    }

    .index-title {
        margin: 0.8rem auto 0 auto !important;
    }

    .index-title-en {
        font-size: 0.55rem;
    }

    .index-title-cn {
        font-size: 0.45rem;
    }

    .paging-page {
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.2rem;
    }

    .group-banner {
        height: 3.5rem !important;
    }

    .text1 {
        font-size: 0.46rem;
    }

    .text2 {
        font-size: 0.36rem;
    }

    .about-profile-text {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .about-text {
        padding-top: 0.6rem;
    }

    .about-profile-text .about-text2 {
        justify-content: space-between;
        width: 100%;
    }

    .about-text .about-text2 {
        display: block;
    }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #02438d !important;
}