: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: "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";
    background: url(../images/beijing.png) no-repeat left center / 35% auto;
    ;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
    background: rgb(230, 0, 18);
}

.hertre_cen {
    width: 74%;
    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;
    margin-left: auto;
}

.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;
    position: relative;
    margin-right: var(--top50);
    line-height: 100px;
}

.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: 6px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

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

.nav_ul {
    width: max-content;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255, 255, 255);
    transition: auto;
    display: none;
}

.nav_ul a {
    min-width: 200px;
    padding: 0 var(--top30);
    display: block;
    text-align: center;
    font-size: var(--size18);
    color: rgb(61, 61, 61);
    line-height: 60px;
}

.nav_ul a:hover {
    background: rgb(230, 0, 18);
    color: #ffffff;
}

.nav_ul a.nav_ul_nav {
    background: rgb(230, 0, 18);
    color: #ffffff;
}

.Lon {
    width: max-content;
    line-height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 0 var(--top30);
    font-size: var(--size18);
    color: rgb(230, 0, 18);
}

.hertre form {
    width: calc(calc(100% - 74%) / 2);
    height: 100%;
    padding: var(--top20);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
}

.seach_s {
    width: 16px;
    height: 16px;
    background: url(../images/suosou.png) no-repeat center / 100% 100%;
    border: transparent;
    display: block;
}

.seach_t {
    width: calc(100% - 16px);
    font-size: var(--size16);
    color: #ffffff;
    padding: 10px;
    height: 100%;
}

.an {
    width: 60px;
    height: 60px;
    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;
    min-height: 200px;
    object-fit: cover;
}

.mySwiper .swiper-pagination {
    bottom: 30px !important;
}

.mySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
    width: 18px;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_text h2 {
    font-size: var(--size40);
    color: rgb(230, 0, 18);
    font-family: 'b';
    line-height: 1;
    text-align: center;
}

.banner_text p {
    font-size: var(--size18);
    color: rgb(230, 0, 18);
    text-align: center;
    font-family: 'z';
    margin-top: var(--top20);
}

.liuyan {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.liuyan h2 {
    font-size: var(--size30);
    color: rgb(61, 61, 61);
    text-align: center;
    line-height: 1;
    font-family: 'b';
}

.liuyan form {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
}

.liuyan form input {
    width: calc(50% - 15px);
    height: 60px;
    opacity: 1;
    border: 2px solid rgb(230, 0, 18);
    border-radius: 4px;
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    padding: 0 var(--top30);
    font-family: "z";
}

.liuyan form textarea {
    width: 100%;
    height: 300px;
    border: 2px solid rgb(230, 0, 18);
    border-radius: 4px;
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    padding: 15px var(--top30);
    font-family: "z";
    resize: none;
}

.liuyan form input.submit {
    width: 150px;
    height: 60px;
    background: rgb(230, 0, 18);
    border-radius: 6px;
    display: block;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin: auto;
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

.lianxi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.lianxi_Max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lianxi_l {
    width: 60%;
    overflow: hidden;
    background: rgb(247, 247, 247);
    padding: var(--top30);
}

.lianxi_l h3 {
    font-size: var(--size24);
    color: rgb(230, 0, 18);
    font-weight: bold;
}

.lianxi_l p {
    font-size: var(--size16);
    color: rgb(5, 33, 53, 0.5);
    line-height: 2;
    margin-top: var(--top30);
}

.lianxi ul {
    width: calc(40% - 20px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.lianxi ul li {
    width: 100%;
    height: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(247, 247, 247);
    padding: var(--top30);
}

.lianxi_text {
    width: calc(100% - 140px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.lianxi_text h3 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(230, 0, 18);
    font-weight: bold;
}

.lianxi_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(5, 33, 53, 0.5);
    line-height: 2;
}

.lianxi_text ul {
    width: calc(40% - 20px);
    overflow: hidden;
}

.lianxi_max ul li img {
    width: 120px;
    height: auto;
    background: #ffffff;
}

.FenLei {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}

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

.MianBao {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgba(61, 61, 61, 0.2);
    font-family: 'z';
}

.MianBao p {
    color: rgb(61, 61, 61);
}

.JIaRu {
    width: 1300px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
}
.JIaRu>p{
    font-size: var(--size24);
    color: #000;
    
}
.JIaRu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
    margin-top: var(--top40);
}

.JIaRu ul li {
    width: 100%;
}

.JIaRu_Title {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(230, 0, 18, 0.04);
    background: rgb(255, 255, 255);
    padding: var(--top20) var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.JIaRu_Title_L {
    width: calc(100% - 50px);
    overflow: hidden;
}

.JIaRu_Title_L h2 {
    font-size: var(--size24);
    color: rgba(3, 15, 25, 1);
    font-family: 'zhong';
    line-height: 1;
}

.JIaRu_Title_P {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.JIaRu_Title_P p {
    font-size: var(--size16);
    color: rgb(119, 119, 119);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.JIaRu_Title_P p svg {
    width: 20px;
    height: 16px;
    object-fit: cover;
    margin-right: 5px;
}

.JIaRu_Title_R {
    width: 25px;
    height: 25px;
    background: rgb(230, 0, 18);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

.JIaRu_Text {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
    padding-bottom: 0;
    font-size: var(--size16);
    color: rgba(61, 61, 61, 1);
    line-height: 3;
    display: none;
    transition: auto;
}

.JiShu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.JiShu_Max {
    width: 100%;
    overflow: auto;
}

.JiShu_Tnu {
    width: 100%;
    overflow: hidden;
    ;
}

.JiShu ul {
    width: 100%;
    overflow: hidden;
}

.JiShu ul li {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--top60);
    font-size: var(--size16);
    color: rgb(61, 61, 61);
}

.JiShu ul li:nth-child(2n+1) {
    background: rgb(248, 249, 251);
}

.JiShu ul li>div:nth-child(1) {
    max-width: 50%;
    min-width: 50%;
}

.JiShu ul li>div:nth-child(2),
.JiShu ul li>div:nth-child(3) {
    max-width: 100px;
    min-width: 100px;
}

.JiShu ul li>div {
    width: max-content;
}

.JiShu ul li img {
    width: 50px;
    height: auto;
}

.JiShu ul li svg {
    width: 20px;
    height: auto;
}
.JiShuA{
    width: 100%;
    display: flex;
    flex-wrap: width;
    gap: 10px;
    font-size: 14px;
    color: rgb(132, 132, 132);
    font-family: 'z';
    margin-top: var(--top30);
}
.JiShuA:hover{
    color: rgb(230, 0, 18);
}
.JiShuA:hover svg path {
    fill: rgb(230, 0, 18);
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
    gap: 5px;
}

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    line-height: 1;
    background: #fff;
    border-radius: 5px;
}

.page .active {
    background: rgb(230, 0, 18);
    border: 1px solid rgb(230, 0, 18);
    color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    background: #fff;
}

.ChanPin {
    width: var(--max);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ChanPin_Left {
    width: 400px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(20, 104, 230, 0.1);
    background: rgb(255, 255, 255);
}

.ChanPin_Text {
    width: 100%;
    overflow: hidden;
    background: rgb(230, 0, 18);
    padding: var(--top30) 0;
}

.ChanPin_Text h2 {
    font-size: var(--size30);
    color: rgb(248, 248, 248);
    text-align: center;
    line-height: 1;
    font-family: 'b';
}

.ChanPin_Text p {
    font-size: var(--size20);
    color: rgb(248, 248, 248);
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.ChanPin_Left ul {
    width: 100%;
    overflow: hidden;
    padding: 15px 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.ChanPin_Left ul li {
    width: 100%;
    position: relative;
    padding: 20px 10px;
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    font-family: 'z';
    background: rgb(248, 251, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.ChanPin_Left ul li p{
    flex: 1;
    margin-right: 10px;
}
.ChanPin_Left ul li svg{
    width: 15px;
    height: auto;
}
.ChanPin_Left ul li.ChanPin_Nav {
    background: rgb(248, 251, 255);
}
.chanpn_omo{
    width: 100%;
   margin-top: 15px;
    
    display: none;
    transition: auto;
}
.chanpn_omo_Max{
   width: 100%;
   display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.chanpn_omo a{
    width: 100%;
    font-size: var(--size14);
    color: #000000;
    line-height: 1.2;
    display: block;
    text-align: left;
    border-top: 1px solid #00000020;
    padding-top: 15px;
    font-family: 's';
}

.chanpn_omo a.mulu_nav{
    color: rgb(230, 0, 18);
}

.ChanPin_Right {
    width: calc(100% - 430px);
}

.ChanPin_Right_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Chan_Show_Left {
    width: 42%;
    overflow: hidden;
    aspect-ratio: 4 / 4;
    border-radius: 4px;
    border: 1px solid rgb(225, 231, 241);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Chan_Show_Left img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
}

.ChanPin_Right_Text {
    flex: 1;
    margin-left: var(--top30);
    overflow: hidden;
}

.ChanPin_Right_Text h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'z';
}

.ChanPin_Right_Text p {
    width: 100%;
    background: rgb(248, 251, 255);
    margin-top: var(--top20);
    font-size: var(--size16);
    color: rgb(110, 110, 110);
    line-height: 2;
    padding: var(--top20);
}

.ChanPin_Right_A {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top40);
}

.ChanPin_Right_A a {
    width: max-content;
    line-height: 50px;
    border-radius: 10px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
    background: rgb(230, 0, 18);
}

.ChanPin_Cen {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}

.ChanPin_Cen>h2 {
    width: 100%;
    background: rgb(250, 250, 250);
    font-size: var(--size18);
    color: rgb(61, 61, 61);
    padding: 15px;
    font-family: 'z';
}

.ChanPin_Cen_Text {
    width: 100%;
    overflow: hidden;
    background: rgb(250, 250, 250);
    margin-top: var(--top20);
    font-size: var(--size14);
    color: #00000080;
    line-height: 2;
    padding: var(--top30);
}

.ChanPin_Cen_Text img {
    width: max-content;
    height: auto;
    margin: auto;
}

.LianXi {
    width: var(--max);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.LianXi_img {
    width: 35%;
    overflow: hidden;
    box-shadow: 10px 10px 0px 0 rgb(230, 0, 18);
}

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

.LianXi_Text {
    flex: 1;
    margin-left: var(--top50);
}

.LianXi_Text h2 {
    font-size: var(--size36);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
}

.LianXi_Text h2::before {
    content: "";
    width: 32px;
    height: 32px;
    /*background: url(../images/fenhao.png) no-repeat center / 100% 100%;*/
    display: block;
    margin-bottom: 20px;
}

.LianXi_Text p {
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    line-height: 2.5;
    margin-top: var(--top30);
}

.shwo {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.shwo>h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'b';
    text-align: center;
}

.shwo>p {
    font-size: var(--size14);
    color: rgb(121, 121, 121);
    text-align: center;
    margin-top: 10px;
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgb(159, 159, 159);
    line-height: 2;
}

.shwo_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prev a {
    width: max-content;
    max-width: 48%;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(132, 132, 132);
    line-height: 2;
}

.XinWen {
    width: var(--max);
    margin: var(--top60) auto;
}
.XinWen>h2{
    font-size: var(--size24);
    color: #000000;
    line-height1;
}
.XinWen ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
    margin-top: var(--top40);
}

.XinWen ul li {
    width: 100%;
    overflow: hidden;
    padding: 25px var(--top40);
    box-shadow: 0px 0px 20px 0px rgba(230, 0, 18, 0.04);
    background: rgb(255, 255, 255);
}

.XinWen ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.XinWen ul li p {
    width: max-content;
    font-size: var(--size18);
    color: rgb(3, 15, 25);
    font-family: 'z';
}

.XinWen ul li svg {
    width: 30px;
    height: auto;
}

.XinWen ul li h2 {
    flex: 1;
    font-size: var(--size18);
    color: rgb(230, 0, 18);
    font-family: 'z';
    margin: 0 9vw;
}

.PinPai {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.PinPai ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30) 10px;
}

.PinPai ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(250, 250, 250);
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

.PinPai_img {
    width: 160px;
    border: 1px solid rgb(250, 250, 250);
    display: flex;
    justify-content: center;
    align-items: center;
}

.PinPai_img img {
    max-width: 90%;
    max-height: 90%;
}

.PinPai_Right {
    flex: 1;
    margin-left: 15px;
}

.PinPai_Right h2 {
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'b';
}

.PinPai_Right p {
    font-size: var(--size16);
    color: rgb(61, 61, 61);
    line-height: 1.6;
    margin-top: 10px;
}

.PinPai_Right a {
    width: max-content;
    display: block;
    line-height: 40px;
    border-radius: 40px;
    border: 2px solid rgb(230, 0, 18);
    font-size: var(--size16);
    color: rgb(230, 0, 18);
    padding: 0 var(--top40);
    margin-top: var(--top20);
}

.PiunPaix {
    width: 100%;
    overflow: hidden;
    background: rgb(230, 0, 18);
    padding: 15px 25px;
}

.PiunPaix h2 {
    font-size: var(--size24);
    color: rgb(248, 248, 248);
    font-family: 'b';
    line-height: 1;
    border-left: 6px solid rgb(255, 255, 255);
    padding-left: 8px;
}

.PiunPaix_img {
    width: 300px;
}

.XiangGuan {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

.XiangGuan h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
}

.XiangGuan ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
    margin-top: var(--top50);
}

.XiangGuan ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(225, 231, 241);
    border-radius: 4px;
}

.XiangGuan ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4 / 4;
        flex-direction: column;
}

.XiangGuan ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.yixiang h2{
    display: block;
    margin:var(--top30) var(--top100) ;
    color: #80868d;
}


.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(51, 51, 51);
}

.footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_Left {
    width: max-content;
}

.footer_Left h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'b';
    line-height: 1;
}

.footer_Left h2::after {
    content: "";
    width: 30px;
    height: 4px;
    background: rgb(197, 33, 3);
    display: block;
    margin-top: 10px;
}

.footer_Left_Text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.footer_Left_Text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.footer_Left ul {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top20);
    gap: var(--top20);
}

.footer_Left ul li {
    width: max-content;
    font-size: var(--size18);
    color: rgb(255, 255, 255);

}

.footer_Left img {
    width: 150px;
    height: auto;
    background: #ffffff;
    margin-top: var(--top20);
}

.footer_Left h3 {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #00000050;
}


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

.beian_max p {
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 5px;
}

.banner_in {
    width: 100%;
    overflow: hidden;
}

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

.CahnPibn {
    width: var(--max);
    margin: var(--top60) auto;
}

.CahnPibn>h2 {
    font-size: var(--size30);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
    text-align: center;
}

.CahnPibn>h2::after {
    content: "";
    width: 50px;
    height: 6px;
    background: rgb(230, 0, 18);
    border-radius: 6px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

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

.CahnPibn ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(250, 252, 255);
    border-radius: 4px;
    box-shadow: 0px 3px 12px 0px rgba(32, 82, 143, 0.1);
    background: rgb(255, 255, 255);
}

.CahnPibn_img {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: rgb(255, 251, 252);
    display: flex;
    justify-content: center;
    align-items: center;
}

.CahnPibn_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.CahnPibn_Text {
    width: 100%;
    overflow: hidden;
    padding: var(--top40) 10px;
}

.CahnPibn_Text h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'b';
}

.CahnPibn_Text p {
    font-size: var(--size16);
    color: rgb(113, 113, 113);
    text-align: center;
    margin-top: 10px;
}

.CahnPibn>a {
    width: max-content;
    display: block;
    margin: auto;
    line-height: 54px;
    border-radius: 10px;
    background: rgb(230, 0, 18);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
}

.JieShao {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
}

.JieShao_max {
    width: 1650px;
    max-width: 100%;
    margin: var(--top60) auto;
}

.JieShao_max>h2 {
    font-size: var(--size30);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
    text-align: center;
}

.JieShao_max>h2::after {
    content: "";
    width: 50px;
    height: 6px;
    background: rgb(230, 0, 18);
    border-radius: 6px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.JieShao_Swiper {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.JieShao_Swiper .swiper-button-next,
.JieShao_Swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: rgb(230, 0, 18);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}

.JieShao_Swiper .swiper-button-next::after,
.JieShao_Swiper .swiper-button-prev::after {
    color: #ffffff;
    font-size: var(--size16);
}

.mySwiper {
    flex: 1;
    margin: 0 var(--top20);
}

.mySwiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255) url(../images/beijimng3.png) no-repeat left var(--top30) bottom var(--top30) / 70px auto;
    padding: var(--top40) var(--top30);
}

.mySwiper .swiper-slide:hover {
    background: rgb(230, 0, 18) url(../images/beijing2.png) no-repeat left var(--top30) bottom var(--top30) / 70px auto;
}

.mySwiper .swiper-slide a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.JieShao_Tame {
    width: max-content;
}

.JieShao_Tame h2 {
    font-size: var(--size18);
    color: rgb(61, 61, 61, 0.5);
    line-height: 1;
    text-align: right;
    line-height: 1;
}

.JieShao_Tame p {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    line-height: 1;
    text-align: right;
    margin-top: 10px;
    font-family: 'z';
}

.JieShao_Text {
    flex: 1;
    margin-left: var(--top40);
}

.JieShao_Text h2 {
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'z';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.JieShao_Text p {
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    line-height: 1.5;
    margin-top: var(--top50);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.JieShao_Text span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    margin-top: var(--top50);
}

.JieShao_Text span svg {
    width: 11px;
    height: auto;
}

.mySwiper .swiper-slide:hover .JieShao_Tame h2 {
    color: rgb(255, 255, 255, 0.5);
}

.mySwiper .swiper-slide:hover .JieShao_Tame p,
.mySwiper .swiper-slide:hover .JieShao_Text span,
.mySwiper .swiper-slide:hover .JieShao_Text p,
.mySwiper .swiper-slide:hover .JieShao_Text h2 {
    color: #ffffff;
}

.mySwiper .swiper-slide:hover .JieShao_Text span svg path {
    fill: #ffffff;
}

.HeZuo {
    width: 100%;
    overflow: hidden;
    background: rgb(230, 0, 18);
}

.HeZuo_Max {
    width: 1450px;
    max-width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}

.HeZuo_Max h2 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    font-family: 'b';
    line-height: 1;
    text-align: center;
}

.HeZuo_Max p {
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

.HeZuo_Swiper {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.HeZuo_Swiper .swiper-button-next,
.HeZuo_Swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}

.HeZuo_Swiper .swiper-button-next::after,
.HeZuo_Swiper .swiper-button-prev::after {
    color: #ffffff;
    font-size: var(--size16);
}

.HeZuomySwiper {
    flex: 1;
    margin: 0 var(--top20);
}

.HeZuomySwiper .swiper-slide {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 242, 243);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeZuomySwiper .swiper-slide img {
    max-width: 80%;
    max-height: 80%;
}
.PinPai_omim{
    width: 100%;
}





.login {
    width: 760px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top60) auto;
    box-shadow: 0px 0px 15px 5px #00000020;
    border-radius: var(--top30);
    padding: var(--top50) var(--top30);
}

.login>h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1;
}

.login form {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.login form input {
    width: 100%;
    height: 70px;
    border: 1px solid rgb(15, 15, 15);
    border-radius: 10px;
    font-size: var(--size14);
    color: rgb(15, 15, 15);
    padding: 0 var(--top30);
}

.login form input.submit {
    background:rgb(230, 0, 18);
    cursor: pointer;
    font-size: var(--size18);
    border: 1px solid rgb(230, 0, 18);
    color: #fff;
}

.canvas {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.canvas input {
    width: calc(100% - 200px) !important;
}

#canvas {
    width: 180px;
    height: 70px;
    background: rgb(15, 15, 15);
    border-radius: 10px;
}












