:root {
    --max: 1400px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Regular.otf") format("truetype");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Medium.otf") format("truetype");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "Regular";
    background: rgba(19, 20, 23, 1) url(../images/beijingtu.png) no-repeat center center / cover;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 80px;
    position: relative;
    border-bottom: 1px solid rgba(50, 52, 58, 1);
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Logo {
    width: 230px;
    overflow: hidden;
    margin: auto;
}

.Logo img {
    width: 100%;
    height: auto;
}

.Nav {
    width: max-content
}

.Nav ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Nav ul li {
    width: 100%;
    font-size: var(--size18);
    color: rgba(77, 79, 88, 1);
    line-height: 1;
}

.Nav ul li.active {
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
}

.An {
    width: 30px;
    display: none;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: rgba(12, 13, 16, 1);
}

.Beian {
    margin: 15px auto;
    overflow: hidden;
    width: var(--max);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top50);
}


.Beian p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Beian p svg {
    width: 24px;
    height: auto;
}

.Max {
    width: var(--max);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.Max_letm {
    flex: 1;
}

.Max_letm>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
}

.Lianxi {
    max-width: 700px;
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(19, 20, 23, 1);
    margin-top: var(--top40);
    padding: var(--top40);
    border: 1px solid;
    border-image: linear-gradient(170deg, rgba(199, 178, 153, 1), rgba(39, 167, 223, 1)) 1 1;
}

.Lianxi h3 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
}

.Lianxi ul {
    width: 100%;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.Lianxi ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Lianxi ul li svg {
    width: 30px;
    height: auto;
    display: block;
}

.Lianxi ul li p {
    flex: 1;
    font-size: var(--size18);
    color: rgba(116, 121, 143, 1);
}

.Max_letm>p {
    width: 100%;
    max-width: 820px;
    font-size: var(--size20);
    color: rgba(116, 121, 143, 1);
    line-height: 1.6;
    margin-top: var(--top60);
}

.Shax {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top100) auto;
}

.Shax>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
    text-align: center;
}

.Shax>p {
    width: 100%;
    font-size: var(--size20);
    color: rgba(116, 121, 143, 1);
    line-height: 1.6;
    margin-top: var(--top60);
}

.template {
    width: var(--max);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8vw
}


.template_letm {
    flex: 1;
}

.template_letm>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
}

.template_letm>p {
    width: 100%;
    font-size: var(--size20);
    color: rgba(116, 121, 143, 1);
    line-height: 1.6;
    margin-top: var(--top60);
}

.template img {
    width: 300px;
    height: auto;
}


.Risk {
    width: var(--max);
    margin: var(--top100) auto;
}

.Risk>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
    text-align: center;
}

.Risk>p {
    width: 100%;
    font-size: var(--size20);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Risk ul {
    width: 100%;
    margin-top: var(--top40);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top40);
}

.Risk ul li {
    width: 100%;
    padding: 30px 20px;
    background: rgba(19, 20, 23, 1);
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(170deg, rgba(199, 178, 153, 1), rgba(39, 167, 223, 1)) 1 1;
}

.Risk ul li h3 {
    font-size: var(--size24);
    color: rgba(116, 121, 143, 1);
    font-family: "Bold";
}

.Risk ul li p {
    font-size: var(--size18);
    color: rgba(116, 121, 143, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Risk ul li::after {
    content: '';
    width: 0%;
    height: 5px;
    background: rgba(199, 178, 153, 1);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.5s;
}

.Risk ul li:hover {
    border-image: linear-gradient(170deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
}

.Risk ul li:hover:after {
    width: 100%;
}

.Risk ul li:hover h3,
.Risk ul li:hover p {
    color: rgba(255, 255, 255, 1);
}

.Str {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.Svg {
    width: 82%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.Svg svg {
    width: 100%;
    height: auto;
    display: block;
}

.Str ul {
    width: 100%;
    margin-top: var(--top40);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 0;
}

.Str ul li {
    width: 100%;
}

.li_letm {
    width: 260px;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px;
    background: rgba(19, 20, 23, 1);
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(170deg, rgba(199, 178, 153, 1), rgba(39, 167, 223, 1)) 1 1;
}

.li_letm h3 {
    width: 100%;
    font-size: var(--size18);
    color: rgba(116, 121, 143, 1);
    text-align: center;
}

.li_letm p {
    width: 100%;
    font-size: var(--size18);
    color: rgba(116, 121, 143, 1);
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
}

.Str ul li:nth-child(1) .li_letm {
    transform: translate(40%, 25%);
}

.Str ul li:nth-child(2) .li_letm {
    transform: translate(65%, -35%);
}

.Str ul li:nth-child(3) .li_letm {
    transform: translate(50%, 40%);
}

.Str ul li:nth-child(4) .li_letm {
    transform: translate(3%, 30%);
}

.Str ul li:nth-child(5) .li_letm {
    transform: translate(30%, -35%);
}



.Str ul li .li_letm::after {
    content: '';
    width: 0%;
    height: 5px;
    background: rgba(199, 178, 153, 1);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.5s;
}

.Str ul li:hover .li_letm::after {
    border-image: linear-gradient(170deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
}

.Str ul li:hover .li_letm:after {
    width: 100%;
}

.Str ul li:hover h3,
.Str ul li:hover p {
    color: rgba(255, 255, 255, 1);
}

.News {
    width: var(--max);
    margin: var(--top100) auto;
}

.News>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
    text-align: center;
}

.News ul {
    width: 100%;
    margin-top: var(--top30);
}

.News ul li {
    width: 100%;
    border-top: 1px solid rgba(50, 52, 58, 1);
    padding: var(--top30) 0;
    position: relative;
}

.News ul li::after {
    content: '';
    width: 0%;
    height: 3px;
    background: rgba(199, 178, 153, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.News ul li:nth-child(1) {
    border-top: none;
}

.News ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top50);
}

.News ul li a h3 {
    flex: 1;
    font-size: var(--size20);
    color: rgba(116, 121, 143, 1);
    font-family: "Bold";
    line-height: 1;
    position: relative;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.News ul li a h3::after {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(116, 121, 143, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.News ul li a p {
    font-size: var(--size18);
    color: rgba(199, 178, 153, 1);
    line-height: 1;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.News ul li a p svg {
    width: var(--size20);
    height: auto;
    display: block;
}

.News ul li:hover::after {
    width: 100%;
}

.News ul li:hover a h3 {
    color: rgba(255, 255, 255, 1);
}

.Show{
    width: var(--max);
    margin: var(--top100) auto;
}

.Show>h2{
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
}

.Show>p{
    font-size: var(--size18);
    color: rgba(116, 121, 143, 1);
    line-height: 1;
    margin-top: 20px;
}

.Show_text{
    width: 100%;
    font-size: var(--size16);
    line-height: 2;
    color: rgba(116, 121, 143, 1);
    border-top: 1px solid rgba(50, 52, 58, 1);
    border-bottom: 1px solid rgba(50, 52, 58, 1);
    padding: var(--top30) 0;
    margin-top: var(--top30);
}

.Prev{
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Prev a{
    width: max-content;
    max-width: 48%;
    font-size: var(--size14);
    color: rgba(116, 121, 143, 1);
    line-height: 1;
    border: 1px solid;
    border-image: linear-gradient(170deg, rgba(199, 178, 153, 1), rgba(39, 167, 223, 1)) 1 1;
    padding: 10px 20px;
    transition: all 0.5s;
}

.Prev a:hover{
    color: rgba(255, 255, 255, 1);

}
.Join {
    width: var(--max);
    margin: var(--top100) auto;
}

.Join>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    line-height: 1;
    text-align: center;
}

.Join ul {
    width: 100%;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top40);
}

.Join ul li {
    width: 100%;
    padding: 30px 20px;
    background: rgba(19, 20, 23, 1);
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(170deg, rgba(199, 178, 153, 1), rgba(39, 167, 223, 1)) 1 1;
}

.Join ul li h3 {
    font-size: var(--size24);
    color: rgba(116, 121, 143, 1);
    font-family: "Bold";
}

.Join ul li a>p {
    font-size: var(--size14);
    color: rgba(116, 121, 143, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Join_letm{
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Join_letm p{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgba(152, 152, 152, 1);
}

.Join_letm p svg{
    width: 16px;
    height: auto;
    display: block;
}


.Join ul li span{
    font-size: var(--size18);
    color: #c7b299;
    font-family: "Bold";
    display: block;
    margin-top: var(--top30);
}

.Join ul li::after {
    content: '';
    width: 0%;
    height: 5px;
    background: rgba(199, 178, 153, 1);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.5s;
}

.Join ul li:hover {
    border-image: linear-gradient(170deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
}

.Join ul li:hover:after {
    width: 100%;
}

.Join ul li:hover * {
    color: rgba(255, 255, 255, 1);
}



.Forn{
    width: 100%;
    height: 80vh;
}

.wap {
    width: 100%;
    display: none;    
    margin-top: var(--top60);
}

.wap li{
    width: 70% !important;
}

.wap_letm {
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px;
    background: rgba(19, 20, 23, 1);
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(170deg, rgba(199, 178, 153, 1), rgba(39, 167, 223, 1)) 1 1;
}

.wap_letm h3 {
    width: 100%;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.wap_letm p {
    width: 100%;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
}

.pager1{
    position: relative;
    inset: 0;
    transform: translate(0%,0%);
    background: #ffffff50;
    margin-top: 20px;
    display: none;
}

.zhenshangyin-pager-scrollbar-thumb{
    background: #ffffff;
}











