/*初始化类*/
@charset "UTF-8";

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-5 {
    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;
}


/*图片经过*/
.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);
}

.w1560 {
    width: 15.6rem;
}

.w1400 {
    width: 14rem;
}

body {
    padding-top: 1rem;
}

/* 顶部图片 */
.common-banner {
    width: 100%;
    height: 4.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.common-banner-title {
    position: relative;
    z-index: 2;
}

.common-banner-cn {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.36rem;
    color: #FFFFFF;
    padding-bottom: .16rem;
    position: relative;
}

.common-banner-cn::after {
    content: '';
    width: 0.4rem;
    height: 0.04rem;
    background: #AA3737;
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-banner-en {
    margin-top: .18rem;
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
}

/* 标题 */
.common-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.3rem;
}

.common-title-cn {
    font-size: 0.44rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.common-title-en {
    font-size: 0.2rem;
    font-family: Arial-Italic, Arial;
    font-weight: normal;
    color: #333333;
    margin-top: .15rem;
    font-style: italic;
}


/* 分页 */
.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}



.paging-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.paging {
    display: flex;
    align-items: center;
    margin: 0 0.16rem;
}

.paging .active {
    background: #AA3737;
    /* border-color: #fff; */
    color: #fff;
}

.paging-img {
    width: 0.45rem;
    height: 0.45rem;
    background: #AA3737;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.04rem;
}

.paging-img img {
    width: 0.15rem;
}

.paging-a {
    width: 0.45rem;
    height: 0.45rem;
    background: #F5F5F5;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.04rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #000000;
}

.no-border {
    border-color: transparent;
}

.paging-to {
    display: flex;
    align-items: center;
}


.paging-to input {
    width: 0.45rem;
    height: 0.45rem;
    background: #F5F5F5;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin: 0 0.08rem;
    text-align: center;
}

.paging-to-bt {
    width: 0.72rem;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #1F222D;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}


/*  */
.section {
    position: relative;
    overflow: hidden;
}

/* 右侧角标 */
#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0.2rem;
    bottom: .3rem;
    /* top: 50%; */
    list-style-type: none;
    z-index: 70;
    /* transform: translateY(-50%); */
}

#menu li {
    width: 0.08rem;
    height: 0.08rem;
    background: #CCCCCC;
    opacity: 0.7;
    margin-bottom: 0.12rem;
    border-radius: 50%;
}

#menu li:last-of-type {
    margin-bottom: 0;
}

#menu a {
    width: 100%;
    height: 100%;
}

#menu .active {
    background: linear-gradient(180deg, #3D76B9 0%, #7BC179 100%);
    opacity: 1;
    position: relative;
}

/* #menu .active::after {
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    border: 0.01rem solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
} */
.h5 {
    display: none;
}

/* 左侧标尺 */

.ruler-box .ruler-item {
    display: block;
}

.ruler-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0.65rem;
    z-index: 10;
}

.ruler-box::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.ruler-item {

    padding: .23rem 0;
    padding-left: .27rem;
    position: relative;
}

.ruler-item::after {
    content: '';
    width: 0.01rem;
    height: 0;
    background: #AA3737;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .365s;
    z-index: 2;
}

.ruler-text {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #666666;
    opacity: .52;
}

.ruler-item.active::after {
    height: 100%;
}

.ruler-item.active .ruler-text {
    color: #AA3737;
    opacity: 1;
}

@media only screen and (max-width: 900px) {
    .h5 {
        display: block;
    }

    .pc {
        display: none;
    }

    .w1560 {
        width: auto;
    }

    /* 顶部图片 */
    .common-banner {
        width: 100%;
        height: 4rem;
        justify-content: flex-start;
    }

    .common-banner-title {
        padding: 0 .6rem;
    }

    .common-banner-cn {
        font-size: 0.43rem;
        padding-bottom: .21rem;
    }

    .common-banner-cn::after {
        width: 0.49rem;
        height: 0.05rem;
    }

    .common-banner-en {
        margin-top: .22rem;
        font-size: 0.18rem;
    }

    /* 分页 */

    .paging-p,
    .paging-to {
        display: none;
    }

    .paging-img {
        width: .72rem;
        height: .72rem;
    }

    .paging-img img {
        width: .25rem;
    }

    .paging-a {
        width: .72rem;
        height: .72rem;
        font-size: .26rem;
    }
}