: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;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
    --top160: 160px;
}

@font-face {
    font-family: "m";
    src: url("../fonts/m.otf") format("truetype");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/bold.otf") format("truetype");
}

body {
    font-family: "m";
}
#close img{
	width: 20px;
	margin-top: var(--top20);
}
.Hertre {
    width: 100%;
    z-index: 999;
    position: fixed;
	top: 0;
}

.Hertre_top {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.Hertre_top_max {
    width: var(--max);
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Hertre_top_tel {
    width: max-content;
    <!-- display: flex; -->
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: 25vw;
}

.Hertre_top_tel svg {
    width: 20px;
    height: auto;
}

.Hertre_top_tel p {
    font-size: var(--size14);
    color: rgba(2, 178, 181, 1);
}

.Logo {
    width: 200px;
    overflow: hidden;

}

.Logo img {
    width: 100%;
    height: auto;
}

.Hertre_top_max form {
    width: 195px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
    position: relative;
}

.Hertre_top_max form input {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    padding: 0 25px 0 10px;
    border-style: solid;
    border-color: rgba(2, 178, 181, 1);
    border-width: 1px;
}

.Hertre_top_max form button {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
}

.Hertre_top_max form button svg {
    width: 100%;
    height: 100%;
}


.Hertre_cen {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
background: rgba(2, 178, 181, 1);
}

.Nav {
    width: var(--max);
    margin: auto;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: var(--top20);
}

.Nav ul li {
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.Nav ul li:hover,
.Nav ul li.Nav_cen {
    color:#F0F0F0;
}
.Nav ul li:hover,
.Nav ul li.Nav_cen{
    background:rgba(4,114,115,1);

}
.Nav ul li{
padding:0 15px;
	}
 .Nav ul li::focus {
	    background: red;
}
outline: none;
	}


.Nav ul li:hover::after,
.Nav ul li.Nav_cen::after {
    width: 100%;
}

.Nav_ul {
    width: max-content;
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    padding: 20px;
    right: 0;
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
}

.Nav_ul img{
    width: 100px;
    height: auto;
}

.Hertre_bot {
    width: 100%;
    overflow: hidden;
    background: rgba(254, 0, 0, 1);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top60);
}

.Hertre_bot p {
    font-size: var(--size46);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-family: '宋体';
    font-weight: bold;
}

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner img {
    width: 100%;
    height: auto;
}
.Banner ul{
    position: absolute;
    bottom: var(--top30);
    right: 20%;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
    margin-left: auto;
}
.Banner ul li {
    width: 110px
}

.Banner ul li img {
    width: 100%;
    height: auto;
}

.Banner ul li h3 {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.Xinwen {
    width: var(--max);
    margin: var(--top40) auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top40);
}

.Xinwen_item {
    width: 100%;
}

.Xinwen_top {
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
    border-bottom: 1px solid rgba(2, 178, 181, 1);
}
.Xinwen_top>a {
    background: rgba(245, 245, 245, 1);
    line-height: 28px;
    display: block;
    width: max-content;
    font-size: 12px;
    color: rgba(2, 178, 181, 1);
    padding: 0 10px;
    border-radius: 1px;
}

.Xinwen_top>a:hover {
    padding: 0 15px;
}
.Xinwen_top ul {
   flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.Xinwen_top ul li {
    width: max-content;
    width: max-content;
    line-height: 38px;
    border: 1px solid rgba(2, 178, 181, 1);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 0 25px;
    font-size: var(--size16);
    color: rgba(2, 178, 181, 1);
    cursor: pointer;
}

.Xinwen_top ul li.active {
    background: rgba(2, 178, 181, 1);
    color: rgba(255, 255, 255, 1);
}

.Xinwen_bot {
    width: 100%;
    margin-top: var(--top20);
}

.Xinwen_bot_item {
    width: 100%;
    display: none;
    transition: auto;
}

.Xinwen_bot_item:nth-child(1) {
    display: block;
}

.Xinwen_bot_item ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Xinwen_bot_item ul li {
    width: 100%;
}

.Xinwen_bot_item ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Xinwen_bot_item ul li a h2 {
    flex: 1;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    position: relative;
    line-height: 1;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_bot_item ul li a h2::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid rgba(211, 211, 211, 1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Xinwen_bot_item ul li a p {
    width: max-content;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
}

.Xinwen_bot_item ul li:hover a h2 {
    color: rgba(2, 178, 181, 1);
}

.Xinwen_bot_item ul li:hover a h2::after {
    border: 1px solid rgba(2, 178, 181, 1);
}
.Rongyu{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto var(--top60);
}
.Show {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto var(--top60);
}

.Rongyu ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
    margin-top: var(--top40);
}

.Rongyu ul li{
    width: 100%;
}

.Rongyu ul li img{
    width: 100%;
    height: auto;
}

.Rongyu ul li h2{
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    text-align: center;
    margin-top: var(--top20);
}

.Show>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.Show_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top40);
    margin-top: 20px;
}

.Show p {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    line-height: 2;
}

.Show_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.Prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Prev a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: #000000;
}

.Mianbao {
    width: var(--max);
    margin: auto;
    margin-top: var(--top40);
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size16);
    color: rgba(198, 198, 198, 1);
}

.Mianbao svg {
    width: 10px;
    height: auto;
    display: block;
}

.Mianbao p {
    color: rgba(2, 178, 181, 1);
}
.Xiaoxi{
    width: var(--max);
    margin: 200px auto var(--top40);
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: var(--top50);
    
}
.XFC_L{
	    position: fixed;
    top: 50%;
    left: 5%;
    width: 80px;
    transform: translateY(-50%);
}
.XFC_L img{
	width: 100%
}
.XFC_L li,.XFC_R li{
	display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}
.XFC_R{
	position: fixed;
    top: 50%;
    right: 5%;
    width: 12.5vh;
    transform: translateY(-50%);
    max-width: 100px;
}
.XFC_R img{
	width: 100%
}
.Xiaoxi_left{
    display: flex;
    max-height: 220px;
}
.xiaoxi_left_title{
        background: #02B2B5;
    border-radius: 20px 0 0 20px;
    font-size: var(--size24);
    padding: var(--top60) var(--size36);
    width: 120px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.Xiaoxi_left_item{
    /*width: 100%;*/
    /*display: none;*/
    transition: auto;
}
.Xiaoxi_left_item ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
    margin-top: var(--top20);
}
.Xiaoxi_left_item ul li{
    width: 100%;
}
.Xiaoxi_left_item ul li a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.Xiaoxi_left_item ul li a h2{
    flex: 1;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    position: relative;
    line-height: 1;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.Xiaoxi_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 220px;
}
.Xiaoxi_right ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-left: var(--top60);
}
.Xiaoxi_right ul li{
    display: flex;
    width: 100%;
    border: 1px solid rgba(224, 230, 231, 1);
    border-radius: 6px;
    /* padding: 10px var(--top20); */
    width: 90px;
    height: 104px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
}
.Xiaoxi_right ul li a{
    font-size: var(--size14);
    display: flex;
    flex-direction: column;
    align-items: center;
color: teal;
}
.Xiaoxi_right ul li a span{
   color: inherit !important :
}
.Tuandui {
    width: var(--max);
    margin: var(--top40) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Tuandui_right {
    width: 300px;
}

.Tuandui_right_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    position: relative;
}

.Tuandui_right_item h2 {
    font-size: var(--size24);
    color: rgba(2, 178, 181, 1);
    line-height: 1;
}
.Tuandui_right_item a{
    position: absolute;
    right: 0;
    font-size: var(--size16);
    color: #999999;
}

.Tuandui_right_item p {
    font-size: var(--size14);
    color: rgba(198, 198, 198, 1);
    line-height: 1;
}

.Tuandui_right_item span {
    width: max-content;
    margin-left: auto;
    font-size: var(--size14);
    color: rgba(2, 178, 181, 1);
    line-height: 1;
}

.Tuandui_right ul {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.Tuandui_right ul li {
    width: 100%;
    border: 1px solid rgba(224, 230, 231, 1);
    border-radius: 6px;
    padding: 15px;
    padding-top: var(--top30);
}

.Tuandui_right ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
}

.Tuandui_right ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgba(16, 163, 139, 1);
    margin-top: var(--top20);
}

.Tuandui_right ul li:hover {
    box-shadow: 0px 0px 10px 5px #00000010;
}


.Tuandui_left {
    flex: 1;
}

.Tuandui_max {
    width: 100%;
    margin-top: var(--top40);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Tuandui_max_item {
    width: 100%;
}

.Tuandui_max_item>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(2, 178, 181, 1);
}

.Tuandui_max_item ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: var(--top20);
}

.Tuandui_max_item ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 1px;
    /*padding: var(--top50) 10px;*/
    position: relative;
}

.Tuandui_max_item ul li:hover {
    transform: translateY(-3px);
}

.Tuandui_max_item ul li img {
    width: 100%;
    /*height: 269px;*/
    aspect-ratio: 4 / 5;
    object-fit: cover;
    margin: auto;
    opacity: 0.9;
    
}

.Tuandui_max_item ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
}

.Tuandui_max_item ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    width: 100%;
}

.Tuandui_max_item>a {
    display: block;
    font-size: var(--size14);
    color: rgba(2, 178, 181, 1);
    line-height: 1;
    text-align: center;
    margin-top: var(--top20);
}

.Tuandi {
    width: var(--max);
    margin: var(--top30) auto var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top20);
}

.Tuandi_show {
    flex: 1;
}

.Tuandi_left {
    width: 240px;
    overflow: hidden;
    border: 1px solid rgba(224, 230, 231, 1);
}

.Tuandi_left_item {
    width: 100%;
    padding: var(--top30) 10px;
}

.Tuandi_left_item h2 {
    font-size: var(--size24);
    color: rgba(2, 178, 181, 1);
    line-height: 1;
    text-align: center;
}

.Tuandi_left_item p {
    font-size: var(--size14);
    color: rgba(198, 198, 198, 1);
    line-height: 1;
    text-align: center;
    margin-top: var(--top20);
}

.Tuandi_left ul {
    width: 100%;
}


.Tuandi_left ul li {
    width: 100%;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    line-height: 60px;
    padding: 0 var(--top30);
    font-family: 'bold';
}

.Tuandi_left ul li.active {
    background: rgba(2, 178, 181, 1);
    color: rgba(255, 255, 255, 1);
}

.Tuandi_show_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
}

.Tuandi_show_top img {
    width: 40%;
    height: auto;
}

.Tuandi_show_top_left {
    flex: 1;
}

.Tuandi_show_top_left h2 {
    font-size: var(--size30);
    color: rgba(2, 178, 181, 1);
    line-height: 1;
}

.Tuandi_show_top_left p {
    font-size: var(--size20);
    color: rgb(73, 73, 73);
    line-height: 2.5;
    margin-top: var(--top30);
}

.Tuandui_list {
    flex: 1;
}

.Tuandui_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.Tuandui_list ul li {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(2, 178, 181, 1)
}

.Tuandui_list ul li img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.Tuandui_title {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Tuandui_title h2 {
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Tuandui_title p {
    font-size: var(--size14);
    color: rgba(2, 178, 181, 1);
}

.Tuandui_list ul li a>p {
    text-align: left;
    font-size: var(--size14);
    color: rgba(2, 178, 181, 1);
    border-top: 1px solid rgba(233, 233, 233, 1);
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    padding: 10px;
}

.Tuandui_list ul li span {
    display: block;
    padding: 10px;
    font-size: var(--size14);
    color: rgba(2, 178, 181, 1);
    text-align: center;
}

.Shipin_right_item ul li.active a h2 {
    color: rgba(2, 178, 181, 1);
}

.Shipin {
    width: var(--max);
    margin: var(--top40) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top40);
}

.Shipin_left {
    width: 55%;
}

.Shipin_left video {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.Shipin_left p {
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    line-height: 2;
    margin-top: var(--top20);
    text-indent: 2em;
}

.Shipin_right {
    flex: 1;
}

.Shipin_right_list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top50);
}

.Shipin_right_list_item {
    width: 100%;
}

.Shipin_right_list_item>h2 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Shipin_right_list_item>h2 a {
    background: rgba(245, 245, 245, 1);
    line-height: 28px;
    display: block;
    width: max-content;
    font-size: 12px;
    color: rgba(2, 178, 181, 1);
    padding: 0 10px;
    border-radius: 1px;
}

.Shipin_right_list_item>h2 a:hover {
    padding: 0 15px;
}

.Shipin_right_item {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Shipin_right_item_left {
    width: 30%;
}

.Shipin_right_item_left img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    display: none;
}

.Shipin_right_item_left img:nth-child(1) {
    display: block;
}

.Shipin_right_item ul {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Shipin_right_item ul li {
    width: 100%;
}

.Shipin_right_item ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Shipin_right_item ul li a h2 {
    flex: 1;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    position: relative;
    line-height: 1;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Shipin_right_item ul li a h2::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid rgba(211, 211, 211, 1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Shipin_right_item ul li a p {
    width: max-content;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
}

.XInwen {
    width: var(--max);
    margin: var(--top30) auto var(--top60);
}

.XInwen ul {
    width: 100%;
}

.XInwen ul li {
    width: 100%;
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    padding: var(--top30) 0;
}

.XInwen ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.XInwen_left {
    width: 70px;
}

.XInwen_tame {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(245, 245, 245, 1);
    padding: 15px 0;
}

.XInwen_tame h2 {
    text-align: center;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.XInwen_tame p {
    text-align: center;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 1;
    margin-top: 10px;
}

.XInwen ul li:hover .XInwen_tame {
    background: rgba(2, 178, 181, 1);
}

.XInwen ul li:hover .XInwen_tame h2 {
    color: #fff;
}

.XInwen ul li:hover .XInwen_tame p {
    color: #fff;
}

.XInwen_left>p {
    font-size: 12px;
    color: rgba(2, 178, 181, 1);
    text-align: center;
    margin-top: 10px;
}

.XInwen_right {
    flex: 1;
}

.XInwen_right h2 {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.XInwen_right span {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    margin-top: 10px;
    display: block;
}

.XInwen_right p {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.XInwen ul li:hover .XInwen_right h2 {
    color: rgba(2, 178, 181, 1);
}

.XInwen ul li:hover {
    border-bottom: 1px solid rgba(2, 178, 181, 1);
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top30);
    gap: 5px;
}

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    line-height: 1;
    background: #fff;
}

.page .active {
    background: rgba(2, 178, 181, 1);
    border: 1px solid rgba(2, 178, 181, 1);
    color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .active:last-child,
.page .total:last-child {
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    background: #fff;
}
.erweim{
    display: none;
    width: var(--max);
}
.Footer {
    width: 100%;
    overflow: hidden;
    background: rgba(36, 36, 36, 1);
}

.Footer_max {
    width: var(--max);
    margin: var(--top40) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
}

.Footer_max>p {
    width: max-content;
    max-width: 30%;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    white-space: pre-line;
}
.Footer_max .footer_map>p{
    width: max-content;
    
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    white-space: pre-wrap;
}

.Footer_max ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
    margin-left: auto;
}

.Footer_max ul li {
    width: 110px
}

.Footer_max ul li img {
    width: 100%;
    height: auto;
}

.Footer_max ul li h3 {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.Keshi {
    width: var(--max);
    margin: var(--top40) auto;
}

.Keshi_max {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 1px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px rgba(206, 206, 206, 0.5);
    padding: 10px;
    gap: var(--top20);
}
.Keshi_max_item{
    width: 30%;
    background: rgba(2, 178, 181, 1);
    padding: 20px var(--top30);
}
.Keshi_max_item h2{
    font-size: var(--size30);
    color: rgba(255, 255, 255, 1);
}
.Keshi_max_item img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.Keshi_max_item>div{
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-top: var(--top20);
}
.Keshi_max_right{
    flex: 1;
}
.Keshi_top{
    width: 100%;
}
.Keshi_top ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.Keshi_top ul li{
    width: 100%;
    height: 58px;
    background: rgba(233, 233, 233, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
}
.Keshi_top ul li svg{
    width: var(--top40);
}
.Keshi_top ul li svg path {
    fill: #666666;
}
.Keshi_top ul li.active{
    background: rgba(2, 178, 181, 1);
    color: rgba(255, 255, 255, 1);
}
.Keshi_top ul li.active svg path{
    fill: #fff;
}
.Keshi_bott{
    width: 100%;
    margin-top: var(--top20);
}

.Keshi_list{
    width: 100%;
    overflow: hidden;
    display: none;
    transition: auto;
}
.Keshi_list:nth-child(1){
    display: block;
}
.Keshi_list ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.Keshi_list ul li{
    width: 100%;
    line-height: 44px;
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: var(--size14)0;
    color: rgba(153, 153, 153, 1);
    text-align: center;
}
.Keshi_list ul li a{
    display: block;
}
.Keshi_list ul li:hover{
    background: rgba(2, 178, 181, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(2, 178, 181, 1);
}

.Keshishow{
    width: var(--max);
    margin: var(--top30) auto var(--top60);
}
.Keshishow_top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top40);
}
.Keshishow_top img{
    width: 45%;
    height: auto;
}
.Keshishow_top_right{
    flex: 1;
}
.Tuandi_show>h2{
    width: 100%;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    color: rgba(2, 178, 181, 1);
    border-bottom: 1px solid rgba(233, 233, 233, 1);
}

.Tuandi_show>h2::after{
    content: "";
    width: 65px;
    height: 2px;
    background: rgba(2, 178, 181, 1);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.Tuandi_show .Tuandui_list{
    width: 100%;
    flex: initial;
}
.footer_map{
    width: 200px;
}
.footer_map img{
    width: 100%;
}