:root {
    --max: 1200px;
    --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;
    --top50: 50px;
    --top60: 60px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "siyuanheiti";
    src: url("../fonts/siyuanheiti.otf") format("truetype");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "siyuanheiti";
    padding: 0 !important;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 60px;
    position: relative;
    background: #FFD600;
}

.hertre_cen {
    width: calc(100% - 280px);
    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;
}

.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-size: var(--size16);
    color: #000000;
    line-height: 60px;
    text-align: center;
    position: relative;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav ul li svg {
    width: 10px;
    height: auto;
    fill: #030000;
    margin-left: 5px;
}


.nav ul li.nav_cen {
    background: #343434;
    color: #ffffff;
}

.nav ul li:hover {
    background: #343434;
    color: #ffffff;
}

.nav ul li:hover svg {
    fill: #ffffff;
}

.nav ul li.nav_cen svg {
    fill: #ffffff;
}

.nav_ul {
    min-width: 100%;
    width: max-content;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #343434;
    z-index: 999;
    padding: 20px;
    display: none;
    transition: auto;
}

.nav_ul a {
    display: block;
    font-size: var(--size14);
    line-height: 2.5;
    color: #ffffff;
}

.nav ul li:nth-child(1) {
    position: static;
}

.chanplo {
    width: 1400px;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #00000040;
    display: none;
    transition: auto;
    /*background-image: url(../images/yuan.png);*/
    /*background-size: 200px auto;*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 15px bottom 15px;*/
}
.chanplo_mom{
    width: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0.3;
}
.chanplo_mom img{
    width: 100%;
    height: auto;
}
.chanplo_mom p{
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}
.chanplo_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chanplo_l {
    width: 350px;
    overflow: hidden;
    padding: var(--top20) 0;
    border-right: 1px solid #C2C2C2;
}

.chanplo_l_list {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #C2C2C2;
}

.chanplo_l_list:nth-child(1) {
    border: none;
}

.chanplo_l_list ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

}

.chanplo_l_list ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 20px;
    padding: 5px var(--top20);
    cursor: pointer;
}

.chanplo_l_list ul li h2 {
    width: 60px;
    text-align: center;
    background: #FF9900;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.chanplo_l_list:nth-child(2n) ul li h2 {
    background: #313131;
    color: #ffffff;
}

.chanplo_l_list ul li p {
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
}

.chanplo_l_list ul li svg {
    width: 8px;
    height: auto;
    margin-left: auto;
    display: none;
}

.chanplo_l_list ul li.chanplo_l_nav {
    background: #FFD600;
}

.chanplo_l_list ul li.chanplo_l_nav h2 {
    background: #ffffff;
    color: #000000;
}

.chanplo_l_list ul li.chanplo_l_nav svg {
    display: block;
}

.chanplo_l_list ul li:hover {
    background: #FFD600;
}

.chanplo_l_list ul li:hover h2 {
    background: #ffffff;
    color: #000000;
}

.chanplo_l_list ul li:hover svg {
    display: block;
}

.chanplo_r {
    width: calc(100% - 350px);
    overflow: hidden;
}

.chanplo_r_list {
    width: 100%;
    overflow: hidden;
    display: none;
}

.chanplo_r_list:nth-child(1) {
    display: block;
}

.chanplo_r_ul {
    width: 100%;
    overflow: hidden;
    display: none;
}

.chanplo_r_list ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.chanplo_r_list:nth-child(1) .chanplo_r_ul:nth-child(1) {
    display: block;
}

.chanplo_r_list ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
}

.chanplo_r_list ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: var(--top20);
}

.chanplo_r_list ul li img {
    width: 80%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    margin: auto;
}

.chanplo_r_list ul li a p {
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 20px;
}

.chanplo_r_list ul li:hover {
    background: transparent;
}



















.header_right {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav .header_right {
    display: none;
}

.header_right form {
    width: 260px;
    height: 32px;
    background: #000000;
    border-radius: 32px;
    position: relative;
}
.header_right form .layui-form{
    height: 100%;
    width: 100%;
}
.header_right form .layui-form .layui-form-select .layui-edge{
    display: none;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    font-size: 12px;
}
.layui-form-select dl dd.layui-this{
    background: #FFD600;
    color: #fff;
}
.seach_t,
.layui-input{
    width: 100%;
    height: 32px;
    background: transparent;
    border: transparent;
    font-size: var(--size14);
    color: #FFD600;
    padding: 0 var(--top20);
}

.seach_s {
    width: 25px;
    height: 25px;
    background: transparent;
    border: transparent;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.en {
    width: max-content;
    margin-left: 25px;
    font-size: var(--size14);
    line-height: 28px;
    color: #000000;
    background-image: url(../images/zhongwen.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: right center;
    padding-right: 40px;
}



.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: #000000;
    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: 200px;
    object-fit: cover;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_text p {
    text-align: center;
    font-size: var(--size14);
    color: #313131;
    line-height: 1;
    overflow: hidden;
}

.banner_text p span {
    margin: 0 10px;
}

.banner_text h1 {
    text-align: center;
    font-size: var(--size46);
    color: #000000;
    line-height: 1;
    font-family: 'bold';
    margin-top: var(--top30);
}

/*.banner_text h1 span{*/
/*    color: #FFD600;*/
/*}*/

.banner .swiper-pagination {
    bottom: 30px !important;
}

.banner_index {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_index img {
    width: 100%;
    height: auto;
}

.mySwiper .swiper-pagination {
    width: max-content !important;
    background: #313131;
    border-radius: 36px;
    left: 50% !important;
    transform: translateX(-50%) translate3d(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
}

.mySwiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 14px;
    background: #FFD600;
    margin: 10px !important;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #ffffff;
}

.max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.wanglou img {
    width: 100%;
    overflow: hidden;
}

.wanglou h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
    margin-top: var(--top30);
}

.wanglou p {
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
}

.yaoqiu>h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
}

.yaoqiu ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60) 6.5vw;
    margin-top: var(--top20);
}

.yaoqiu ul li {
    width: 100%;
    overflow: hidden;
}

.yaoqiu ul li img {
    width: 100%;
    height: auto;
}

.yaoqiu ul li h2 {
    font-size: var(--size14);
    color: #000000;
    font-family: 'bold';
    margin-top: var(--top20);
}

.yaoqiu_text {
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}

.zhaopin>h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
}

.zhaopin ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60) 6.5vw;
    margin-top: var(--top20);
}

.zhaopin ul li {
    width: 100%;
    overflow: hidden;
}

.zhaopin ul li h2 {
    font-size: var(--size14);
    color: #000000;
    margin-top: var(--top20);
    line-height: 2;
}

.zhaopin_text {
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #FFD600;
    border-top: 3px solid #000000;
}

.footer_max {
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    width: 250px;
    overflow: hidden;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_cen {
    width: calc(100% - 500px);
    overflow: hidden;
}

.footer_cen ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_cen ul li {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: var(--top50);
}

.footer_cen ul li img {
    max-width: 20px;
    max-height: 20px;
    ;
}

.footer_cen ul li p {
    font-size: var(--size14);
    color: #000000;
    margin-left: 8px;
}

.beian {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    overflow: hidden;
    font-size: var(--size14);
    color: #000000;
    margin-top: 15px;
}

.beian span {
    margin: 0 5px;
}

.footer_werweima {
    width: 66px;
    overflow: hidden;
}

.footer_werweima img {
    width: 100%;
    height: auto;

}

.footer_werweima p {
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}

.lianxi>h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
}

.lianxi>p {
    font-size: var(--size20);
    color: #000000;
    line-height: 2;
    margin-top: 5px;
}

.lianxi ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    padding-top: var(--top20);
    border-top: 3px solid #000000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.lianxi ul li {
    width: 100%;
    overflow: hidden;
}

.lianxi ul li h2 {
    font-size: 14px;
    color: #000000;
    line-height: 2;
    font-family: 'bold';
}

.lianxi_text {
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}

.xinwen {
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top60) auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50);
}

.xinwen_list {
    width: 100%;
    overflow: hidden;
}

.xinwen_list h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
    line-height: 1;
}

.xinwen_list ul {
    width: 100%;
    overflow: hidden;
}

.xinwen_list ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

.xinwen_list ul li span {
    width: max-content;
    display: block;
    line-height: 36px;
    background: #FFD600;
    font-size: var(--size16);
    color: #000000;
    padding: 0 var(--top20);
}

.xinwen_list ul li h2 {
    font-size: var(--size16);
    color: #313131;
    font-family: 'bold';
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xinwen_list ul li p {
    font-size: var(--size14);
    color: #898989;
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xinwen_list>a {
    width: 160px;
    max-width: 100%;
    line-height: 60px;
    background: #FFD600;
    display: block;
    margin: auto;
    margin-top: var(--top60);
    font-size: var(--size16);
    color: #000000;
    text-align: center;
}

.xinwen_fenlei ul {
    width: 100%;
    overflow: hidden;
}

.xinwen_fenlei ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

.xinwen_fenlei ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xinwen_l {
    width: calc(100% - 80px);
    overflow: hidden;
}

.xinwen_l span {
    width: max-content;
    display: block;
    line-height: 36px;
    background: #FFD600;
    font-size: var(--size16);
    color: #000000;
    padding: 0 var(--top20);
}

.xinwen_l h2 {
    font-size: var(--size16);
    color: #313131;
    font-family: 'bold';
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xinwen_l p {
    font-size: var(--size14);
    color: #898989;
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xinwen_fenlei ul li svg {
    width: 40px;
    height: auto;
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
}

.page .active,
.page .total {
    display: inline-block;
    font-size: 14px;
    padding: 6px 8px;
    color: #000000;
    border: 1px solid #D3D3D3;
    margin: 3px;
    line-height: 1;
    font-family: 'bold';
}

.page .active {
    background: #FFD600;
    border: 1px solid #FFD600;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    background: #FFD600;
    border: 1px solid #FFD600;
}

.shwo>h2 {
    text-align: center;
    font-size: var(--size30);
    color: #000000;
}

.shwo>p {
    font-size: var(--size14);
    color: #000000;
    text-align: center;
    margin-top: var(--top20);
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #000000;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}

.shwo_text img {
    max-width: 100%;
    height: auto;
}

/* .prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
} */

.guanmyu {
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.guanmyu_l {
    width: 330px;
    overflow: hidden;
}

.guanmyu_l h1 {
    width: 100%;
    line-height: 70px;
    background: #FFD600;
    font-size: var(--size30);
    color: #000000;
    font-family: 'bold';
    padding: 0 var(--top30);
}

.guanmyu_l ul {
    width: 100%;
    overflow: hidden;
}

.guanmyu_l ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    padding: 0 var(--top30);
}

.guanmyu_l ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.guanmyu_l ul li a p {
    font-size: var(--size24);
    color: #000000;
}

.guanmyu_l ul li a p span {
    margin-right: 10px;
}

.guanmyu_l ul li a svg {
    width: 30px;
    height: auto;
}

.guanmyu_r {
    width: calc(100% - 370px);
    overflow: hidden;
}

.guanmyu_r>h2 {
    font-size: var(--size30);
    color: #000000;
    line-height: 70px;
}

.guanmyu_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size18);
    color: #000000;
    line-height: 2;
    transition: auto;
}

.guanmyu_text table {
    width: 100% !important;
    border: transparent;
}

.guanmyu_text img {
    width: 100%;
    height: auto;
}

.guanmyu_text table td:nth-child(1) {
    padding-right: 10px;
}

.guanmyu_text table td:nth-child(2) {
    padding-left: 10px;
}

.guanmyu_r>ul {
    width: 900px;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.5vw;
}

.guanmyu_r>ul li {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.guanmyu_r>ul li img {
    width: 100%;
    height: auto;
}

.chanpin {
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top30) auto;
}

.chanpin>ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chanpin>ul>li {
    width: max-content;
    line-height: 34px;
    border: 2px solid #000000;
    margin: 0 15px;
    font-size: var(--size20);
    color: #000000;
    font-family: 'bold';
    padding: 0 10px;
}

.chanpin>ul>li.chanpin_nav {
    background: #FFD600;
    border: 1px solid #FFD600;
}

.chanpin_fenlei {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.chanpin_fenlei ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30) var(--top50);
}

.chanpin_fenlei ul li {
    width: 100%;
    overflow: hidden;
}

.chanpin_fenlei ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: center;
}

.chanpin_h {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.chanpin_h h2 {
    width: calc(100% - 50px);
    overflow: hidden;
    font-size: var(--size16);
    color: #000000;
}

.chanpin_h svg {
    width: 40px;
    height: auto;
}

.show_pin {
    width: 1400px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top30) auto;
}

.show_pin_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.show_pin_top>img {
    width: 35%;
    height: auto;
}

.show_pin_rr {
    width: 55%;
    overflow: hidden;
}

.show_pin_rr h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
}
.asdasd{
    width: 100%;
      margin-top: 10px;
      display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
}
.asdasd>p {
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
    width: calc(100% - 200px);
  
}
.xiazai {
   height: 40px;
    background-color: #FFD600;
    text-align: center;
    line-height: 40px;
    width: 170px;
    
}
.xiazai>a{
    width: 100%;
    text-align: center;
    background: #FFD600;
    padding: 10px 0;
    color: #000;
    font-size: var(--size16);
    display: block;
line-height: 25px;
}
.show_xian {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top30);
}

.show_xian p {
    font-size: 18px;
    color: #000000;
    font-family: 'bold';
}

.show_xian ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.show_xian ul li {
    width: max-content;
    height: 20px;
    margin-left: 15px;
}

.show_xian ul li img {
    width: max-content;
    height: 100%;
}



.fenlei {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
}


.fenlei table {
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #C2C2C2;
    color: #000000;
    font-size: var(--size14);
}

.fenlei table th {
    border-width: 2px;
    border-color: #C2C2C2;
    border-style: solid;
    padding: var(--top20);
    background: #F4F4F4;
    text-align: center;
    font-family: "siyuanheiti";
}

.fenlei table td {
    border-width: 2px;
    border-color: #C2C2C2;
    border-style: solid;
    padding: var(--top20) 5px;
    background: #ffffff;
    text-align: center;
}

.fenlei table td img {
    width: 24px;
    height: auto;
    margin: auto;
}

.xindongtai {
    width: 100%;
    overflow: hidden;
    background: #EDEDED;
}

.xindongtai_max {
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top30) auto;
}

.gg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gg>h2 {
    text-align: center;
    font-size: var(--size30);
    color: #000000;
    font-size: var(--size40);
    font-family: 'bold';
    line-height: 1;
}

.gg>p {
    text-align: center;
    font-size: var(--size16);
    color: #000000;
    line-height: 1;
    margin-top: 10px;
}

.gg a {
    width: max-content;
    display: block;
    line-height: 34px;
    background: #FFD600;
    font-size: var(--size14);
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 20px;
}

.xindongtai_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50);
}

.xindongtai_list {
    width: 100%;
    overflow: hidden;
}

.xindongtai_list h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
    line-height: 1;
}

.xindongtai_list ul {
    width: 100%;
    overflow: hidden;
}

.xindongtai_list ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
}

.xindongtai_list ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.xindongtai_list ul li a img {
    width: 160px;
    height: auto;
}

.xindongtai_r {
    width: calc(100% - 180px);
    overflow: hidden;
}

.xindongtai_r span {
    width: max-content;
    display: block;
    line-height: 36px;
    background: #FFD600;
    font-size: var(--size16);
    color: #000000;
    padding: 0 var(--top20);
}

.xindongtai_r h2 {
    font-size: var(--size16);
    color: #313131;
    font-family: 'bold';
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xindongtai_r p {
    font-size: var(--size14);
    color: #898989;
    line-height: 2;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inchanpin {
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top30) auto;
}

.inchanpin ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inchanpin ul li {
    width: calc(25% - 20px);
    overflow: hidden;

    margin-top: var(--top30);
}

.inchanpin ul li:nth-child(6n+1),
.inchanpin ul li:nth-child(6n) {
    width: calc(50% - 15px);
}

.inchanpin ul li img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.inchanpin ul li h2 {
    font-size: var(--size16);
    color: #000000;
    line-height: 1;
    font-family: 'bold';
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.inchanpin ul li p {
    font-size: var(--size14);
    color: #000000;
    line-height: 1;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.inchanpin ul li span {
    font-size: var(--size14);
    color: #000000;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.inchanpin ul li span svg {
    width: 20px;
    height: auto;
    margin-left: 10px;
}

.xuanxingqi {
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: var(--top30) auto;
}

.xuanxingqi>ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.xuanxingqi>ul>li {
    width: max-content;
    line-height: 34px;
    border: 2px solid #000000;
    margin: 0 15px;
    font-size: var(--size20);
    color: #000000;
    font-family: 'bold';
    padding: 0 10px;
}

.xuanxingqi>ul>li.chanpin_nav {
    background: #FFD600;
    border: 1px solid #FFD600;
}

.xuanxingqi_max {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top30);
}

.xuanxingqi_l {
    width: 320px;
}

.xuanxingqi_l ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.xuanxingqi_l ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.xuanxingqi_l ul li h2 {
    width: 140px;
    overflow: hidden;
    text-align: right;
    font-size: var(--size14);
    color: #000000;
    font-family: 'bold';
    line-height: 36px;
}

.lang {
    width: calc(100% - 150px);
}

.xuanxingqi_l ul li .layui-form {
    width: 100%;
}

.xuanxingqi_l ul li .layui-form .layui-input {
    width: 100%;
    height: 36px;
    border: 1px solid #000000;
    font-size: var(--size14);
    color: #000000;
    font-family: 'bold';
}

.xuanxingqi_l ul li .layui-form .layui-form-select .layui-edge {
    border-top-color: #000000;
}

.xuanxingqi_l ul li .layui-form-select dl dd.layui-this {
    background: #FFD600;
    color: #000000;
}


.xuanxingqi_l ul li .layui-form .layui-form-checkbox i {
    display: none;
}

.fenglian {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.fenglian  img {
    width: 100%;
    aspect-ratio: 4 / 4;
    border: 2px solid #000000;
}
.fenglian .aaa img{
    border: 2px solid #FFD600E5;
}
.fenglian .layui-form{
    width: 100% !important;
    position: relative;
    padding-bottom: 30px;
}
.fenglian .layui-form-checkbox {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: inherit;
}

.fenglian .layui-form-checkbox span {
    font-size: 12px;
    display: block;
    padding: 0;
    color: #000000;
    background: transparent;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
}

.fenglian .layui-form-checked span {
    color: #FFD600E5;
}

.gongneng {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    
}

.gongneng .layui-form {
    width: max-content !important;
    margin-right: 8px;
}

.gongneng .layui-form-checkbox {
    width: max-content;
    height: auto;

    margin: 0;
    padding: 0;
}

.gongneng .layui-form-checkbox span {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-size: 12px;
}

.gongneng .layui-form-checked span {
    border: 1px solid #FFD600E5;
    color: #FFD600E5;
}

.lang>input {
    width: 100%;
    height: 36px;
    border: 1px solid #000000;
    font-size: var(--size14);
    color: #000000;
    font-family: 'bold';
    padding-left: 10px;
}

.xuanxingqi_r {
    width: calc(100% - 340px);
}

.xuanxingqi_r .fenlei {
    margin-top: 0px;
}

.suntim {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.suntim input {
    width: 100%;
    height: 50px;
    font-size: var(--size16);
    color: #000000;
    padding: 0;
    background: #C2C2C2;
    border: transparent;
    cursor: pointer;
}

.suntim input:nth-child(1) {
    background: #FFD600E5;
}
.suntim input:nth-child(2):active {
  background-color: #FFD600E5;
  color: #fff;
}
.anli {
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top30) auto;
}

.anli ul {
    width: 100%;
    display: grid;
    gap: 10px;
    margin-top: var(--top30);
}

.anli ul li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top30);
    padding-bottom: var(--top60);
}

.anli ul li:nth-child(5n+1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
}

.anli ul li:nth-child(5n+2) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
}

.anli ul li:nth-child(5n+3) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
}

.anli ul li:nth-child(5n+4) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
}

.anli ul li:nth-child(5n+5) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
}

.anli ul li h2 {
    font-size: var(--size46);
    color: #FFD600;
    font-family: 'bold';
    line-height: 1;
    border-bottom: 3px solid #FFD600;
    padding-bottom: var(--top20);
}

.anli ul li p {
    font-size: var(--size14);
    color: #FFFFFF;
    line-height: 1.6;
    margin-top: var(--top20);
}

.anli ul li:nth-child(2) h2,
.anli ul li:nth-child(5) h2 {
    font-size: var(--size30);
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.anli ul li:nth-child(3) h2,
.anli ul li:nth-child(4) h2 {
    font-size: var(--size30);
    color: #000000;
    border-bottom: 3px solid #000000;
}

.anli ul li:nth-child(3) p,
.anli ul li:nth-child(4) p {
    color: #000000;
}

.shenqing{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shenqing_max{
    width: calc(100% - 280px);
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.shenqing_l{
    width: calc(100% - 250px);
    overflow: hidden;
}
.shenqing_l h2{
    font-size: var(--size30);
    color: #000000;
    font-family: 'bold';
    line-height: 1;
}
.shenqing_l p{
    font-size: var(--size24);
    color: #313131;
    line-height: 1;
    margin-top: var(--top20);
}
.shenqing_max a{
    width: 180px;
    line-height: 66px;
    background: #FFD600;
    display: block;
    font-size: var(--size30);
    color: #000000;
    font-family: 'bold';
    text-align: center;
}
.layui-dropdown{
    transition: auto;
    padding: 0;
    border: transparent;
    background: transparent;
}

.layui-menu{
    background: #FFD600;
    margin: 0;
     border: transparent;
}














