:root {
    --max: 1300px;
    --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: "s";
    src: url("../fonts/s.otf") format("truetype");
}


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

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

body {
    font-family: "s";
    word-break: break-word;

}

    
	
.hertre {
    width: 100%;
    z-index: 999;
    height: 60px;
    position: fixed;
    top: 0;
}
.fixed{
    background: rgb(0, 0, 0,0.5);
    backdrop-filter: blur(10px);
}
.hertre_cen {
    width: calc(100% - 200px);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: 180px;
    overflow: hidden;

}

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

.nav {
    width: max-content;
}
.TanChu_Right_texy p{
    margin-bottom: 10px;
}
.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 60px;
    position: relative;
    margin-right: var(--top50);
    font-family: 'z';
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.nav ul li.nav_cen {
    color: rgb(255, 255, 255)
}

.nav ul li:hover {
    color: rgb(255, 255, 255);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 100%;
}

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

.an {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #ffffff;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner_Te>img{
    height: 100vh;
}

.banner_text {
    width: var(--max);
    /*overflow: hidden;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    font-family: 'z';
}
.banner_text img{
    width: 250px;
    height: auto;
    margin: auto;
    margin-bottom: var(--top30);
}

.banner_text a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size30);
    font-family: 's';
    margin-top: var(--top50);
}
.banner_text a svg{
    width: var(--size20);
    height: auto;
    margin-left: var(--top20);
}
.banner_text a svg path{
    fill: #ffffff;
}
.Cap{
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vw;
    padding-right: 10vw;
}
.Cap_Left{
    width: 50%;
    overflow: hidden;
}
.Cap_Left h2{
    font-size: var(--size40);
    color: rgb(0, 0, 0);
    line-height: 1;
    font-family: 'b';
}
.Cap_Left p{
    font-size: var(--size16);
    color: rgb(117, 117, 117);
    line-height: 2;
    margin-top: var(--top30);
    text-align: justify;
    
}
.Cap_Right{
    width: 35%;
    background: rgb(95, 96, 98);
    padding: var(--top40);
    padding-bottom: var(--top100);
    font-size: var(--size50);
    color: rgb(235, 235, 235);
    font-family: 'z';
    line-height: 1.3;
    word-break: break-all;
    position: relative;
}
.Cap_Right p{
    position: relative;
    z-index: 2;
}
.mnixmSji {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: -10vw;
    right: -10vw;
    z-index: -1;
}
.mnixm{
  width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;  
    top: -60px;
    left: 0;
}
.Rubust{
    width: 100%;
    overflow: hidden;
    background: rgb(247, 245, 244);
}
.Rubust>h2{
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    text-align: center;
    padding: var(--top60);
    font-family: 'b';
}
.Rubust ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.Rubust ul li{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9vw var(--top60);
}
.Rubust_img{
    width: 112px;
    height: 112px;
    background: url(../images/beijing.png) no-repeat center / 100% 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Rubust_img img{
    max-width: 40%;
    max-height: 40%;
    object-fit: contain;
}
.Rubust ul li h2{
    font-size: var(--size30);
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    margin-top: var(--top30);
    font-family: 'z';
}
.Asset{
    width: 950px;
    overflow: hidden;
    margin: var(--top120) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Asset img{
    width: 240px;
    height: auto;
}
.Asset_Text{
    flex: 1;
    margin-left: var(--top40);
}
.Asset_Text h2{
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    word-break: break-all;
}
.Asset_Text p{
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-family: 'b';
    word-break: break-all;
    margin-top: 5px;
}

.TuanDui{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.TuanDui>h2{
    text-align: center;
    font-size: var(--size40);
    color: rgb(0, 0, 0);
    font-family: 'b';
    line-height: 1;
}
.TuanDui >ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    gap: var(--top30);
    flex-wrap: wrap;
    justify-content: space-around;
}
.TuanDui>ul>li{
    width: 310px;
    overflow: hidden;
    border-bottom: 1px solid rgb(0, 0, 0);
    cursor: pointer;
    
}
.TuanDui_text{
    width: 100%;
    overflow: hidden;
}
.TuanDui_text>img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 50%;
}
.TuanDui_text>h2{
    text-align: center;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    font-family: 'b';
}
.TuanDui_text>p{
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    line-height: 1.3;
    min-height: 60px;
}
.TuanDui_text>svg{
    width: 25px;
    height: auto;
    display: block;
    margin: var(--top40) auto;
}
.TuanDui ul li:hover .TuanDui_text>h2,
.TuanDui ul li:hover .TuanDui_text>p{
    color: rgb(41, 105, 166);
}
.TuanDui ul li:hover .TuanDui_text svg path{
    fill: rgb(41, 105, 166);
}
.TanChu{
    width: 100%;
    height: 100%;
    background: #00000050;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    transition: auto;
}
.TanChu_Max{
    width: calc(100% - 280px);
    background: rgb(254, 254, 254);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5vw 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.TanChu_Max i{
    width: 60px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -60px;
}
.TanChu_Max img{
    width: 100%;
    height: auto;
}
.TanChu_Max>img{
    width: 300px;
    aspect-ratio:  4 / 3;
    object-fit: cover;
    border-radius: 50%;
}
.TanChu_Right{
    flex: 1;
    margin-left: var(--top60);
}
.TanChu_Right>h2{
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'b';
}
.TanChu_Right>p{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}
.TanChu_Right_texy{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.8;
    margin-top: var(--top30);
    /*word-break: break-all;*/
    max-height: 50vh;
    overflow: auto;
}
.Contact{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.Contact_Left{
    width: 40%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}
.Contact_Max{
    width: 100%;
    overflow: hidden;
}
.Contact_Max h2{
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    font-family: 'b';
}
.Contact_Max ul{
    width: 100%;
    overflow: hidden;
    padding-left: var(--top20);
}
.Contact_Max ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}
.Contact_Max ul li img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 3px;
}
.Contact_Max ul li p{
    flex: 1;
    margin-left: 10px;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
}
.Contact_Max ul li p span{
    font-family: 'b';
    font-size: var(--size18)；
}
.Contact_Right{
    flex: 1;
    margin-left: var(--top20);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
}
.DiTiu{
    width: 100%;
    height: 360px;
}
.DiTiu iframe{
    width: 100%;
    height: 100%;
}
.DiTiu div,
.DiTiu img{
    transition: auto;
}
.BMap_bubble_content p{
    font-size: 12px;
}
.footer{
    width: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0);
}
.footer_Logo{
    width: 300px;
    overflow: hidden;
    margin: var(--top60) auto;
}
.footer_Logo img{
    width: 100%;
    height: auto;
}
.beian{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    border-top: 1px solid rgb(255, 255, 255);
    padding: var(--top30) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.beian p{
    font-size: var(--size16);
    color: rgb(255, 255, 255,0.6);
    
}
.beian a{
    color: rgb(11, 132, 222,0.6);
    font-size: var(--size16);
    cursor: pointer;
}
.YinSi{
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: auto;
    display: none;
}
.YinSi_Max{
    width: var(--max);
    height: 95vh;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 8vw;
}
.YinSi_Max>h2{
    width: 100%;
    text-align: center;
    font-size: var(--size36);
    color: rgb(40, 106, 166);
    font-family: 'b';
}
.YinSi_Text{
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-top: var(--top30);
    max-height: 50vh;
    overflow: auto;
}
.YinSi_A{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top30);
    gap: var(--top30);
}
.YinSi_A a{
    width: max-content;
    line-height: 50px;
    background: rgb(199, 199, 199);
    border-radius: 64px;
    border: 2px solid rgb(49, 50, 50);
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    font-family: 'b';
    padding: 0 var(--top40);
    cursor: pointer;
}
.YinSi_A a:last-child{
    color: rgb(41, 104, 171);
    background: rgba(41, 104, 171, 0.3);
    border: 2px solid rgb(41, 104, 171);
}
.footer_Ert{
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0,0.5);
    backdrop-filter: blur(10px);
}
.footer_Ert .beian{
    border-top: transparent;
}

.Contact_Max p1{
    width: 70%;
    font-size: var(--size16);
}