@font-face {
    font-family: Open Sans;
    src: url("../fonts/OPENSANS-BOLD.TTF") format("truetype");
    font-weight: bold;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
    color: #333;
    box-sizing: border-box;
    border: 0;
    outline: none;
    font-family: Arial;
    word-break: break-word
}
.pages2 {
    margin-top: 5%
}

.pages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pages ul>li {
    margin-top: 5px
}

.pages a,
.pages li.current a,
.pages li.current span,
.pages li:not(.current)>span {
    display: block;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 0 8px;
    background: #f4f4f5;
    font-size: 16px
}

.pages li.prev-page a,
.pages li.next-page a {
    padding-left: 25px;
    padding-right: 25px
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a,
.pages li.current span {
    background: var(--color-main);
    color: #fff
}

.pages li:last-child {
    display: none
}

.pages2,
.nav-links,
.c_pagenation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.pages2 a,
.pages2 span,
.pages2 .current {
    display: block;
    margin: 5px;
    padding: 8px 15px;
    border: 1px solid #eee;
    text-transform: capitalize
}

.pages2 .current,
.pages2 a:hover {
    background: var(--color-main);
    color: #fff !important;
    border: 1px solid var(--color-main)
}
.pagination{ display: flex;}  
html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto !important
}

body {
    --color-main: #c5eee5;
    --color-bg: #e4f2ef;
    --hover-main: #4ba484;
    --color-btn: #083525;
    --all-pd: 11.45%
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset
}

.swiper-button-prev,
.swiper-button-next,
a,
.aside_common_show,
#aside_right ul li a::before,
#aside_right,
.hover_scale img,
.hover_btn {
    transition: all .3s ease
}

.upp {
    text-transform: uppercase !important
}

.cap {
    text-transform: capitalize !important
}

a:hover {
    color: var(--hover-main);
    text-decoration: underline
}

img {
    object-fit: contain;
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

._layout {
    width: 100%;
    margin: 0 auto
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd)
}

.hidden {
    overflow: hidden
}

.clearboth {
    display: table;
    clear: both
}

.block {
    display: block
}

.a_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff
}

.a_link_button.active {
    background: var(--color-btn)
}

.a_link_button.active span {
    font-size: 16px
}

.a_link_button:hover span {
    text-decoration: underline
}

.a_link_button .rt_btn {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    margin-right: 15px
}

.a_link_button span {
    font-weight: 400;
    font-size: 20px;
    color: #fff
}

.a_link_button .rt_btn {
    background-image: url(../images/btn/icon1.png);
    margin: 0;
    background-size: 70%
}

.view_btn {
    padding: 16px 26px 14px;
    background: var(--color-main);
    font-weight: 400;
    color: #ffffff !important;
    line-height: 1;
    display: inline-block
}

.sidebarFixed {
    position: absolute;
    transition: all .2s
}

#sidebarFixed_parent {
    position: relative
}

.hover {
    transition: all .3s ease
}

.hover:hover {
    color: var(--color-main) !important
}

.hover_btn {
    cursor: pointer;
    transition: all .3s ease
}

.hover_btn:hover {
    transform: translateY(-5px)
}

input[type="submit"] {
    cursor: pointer
}

.hide {
    display: none
}

.tac {
    text-align: center !important
}

.tal {
    text-align: left !important
}

.tar {
    text-align: right !important
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #666;
    cursor: pointer
}

::-webkit-scrollbar-button {
    display: none
}

.row_center {
    display: flex;
    align-items: center;
    justify-content: center
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex_csb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.x_center {
    left: 50%;
    transform: translateX(-50%)
}

.y_center {
    top: 50%;
    transform: translateY(-50%)
}

.pos_center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hover_scale {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale:hover img {
    transform: scale(1.1)
}

.hover_scale img,
.hover_scale iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.com_tit_title>.tit {
    font-weight: bold;
    font-size: 16px;
    color: var(--hover-main);
    line-height: 1
}

.com_tit_title>.title,
.com_tit_title>.title a {
    display: block;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    color: var(--color-btn);
    line-height: 1.5;
    padding: 10px 0;
    max-height: 288px;
    overflow: hidden
}

.com_tit_title>.title:hover,
.com_tit_title>.title:hover a {
    color: var(--hover-main)
}
.com_tit_title>.desc{
    text-align: center;
}
.com_art {
    margin-top: 6.25%
}

.com_art .home_art_swiper {
    /* margin-top: 20px */
}

.com_art .home_art_swiper .img {
    padding-bottom: 100%
}

.com_art.com_tit_title>.title, .com_tit_title>.title a{
    padding: 0;
}

.com_art .home_art_swiper .img .time {
    position: absolute;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 146px;
    height: 146px;
    background: var(--color-btn);
    border-radius: 12px
}

.com_art .home_art_swiper .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    display: block;
    height: 3em;
    overflow: hidden;
    margin-top: 10px
}

.com_art .home_art_swiper .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
    max-height: 90px;
    overflow: hidden
}

.swiper-container-horizontal {
    overflow: hidden
}

.page_bar{margin-top: 30px; width: 100%;}
.page_bar .c_pagenation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c_pagenation .page-numbers {
    display: block;
    margin: 5px;
    padding: 0 12px;
    min-width: 42px; height: 42px; line-height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 3px; text-align: center; font-size: 18px;
    text-transform: capitalize;
}
.c_pagenation .prev, .c_pagenation .next{font-size: 16px;}

.c_pagenation .current,
.c_pagenation a:hover {
    background: var(--hover-main);
    color: #fff !important;
    border: 1px solid var(--hover-main)
}
@media only screen and (max-width: 980px) {
    .page_bar{margin-top: 24px;}
}

.pages {
    margin-top: 36px;
    --w: 20px
}

.pages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pages ul>li {
    margin-top: 5px
}

.pages a,
.pages li.current a,
.pages li:not(.current)>span {
    display: block;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 0 8px;
    font-size: 16px;
    width: 43px;
    height: 42px;
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcdcdc
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a {
    background: #333;
    color: #fff
}

.pages li.prev-page a,
.pages li.next-page a {
    padding-left: 25px;
    padding-right: 25px
}

.pages li.prev-page span,
.pages li.next-page span {
    background-repeat: no-repeat;
    background-size: contain;
    min-width: var(--w);
    min-height: var(--w);
    width: var(--w);
    height: var(--w)
}

.pages li.prev-page span {
    background-image: url(../images/btn/icon5.png)
}

.pages li.prev-page span:hover {
    background-image: url(../images/btn/icon6.png);
    background-color: unset;
    transform: rotate(180deg)
}

.pages li.next-page span {
    background-image: url(../images/btn/icon5.png);
    transform: rotate(180deg)
}

.pages li.next-page span:hover {
    background-image: url(../images/btn/icon6.png);
    background-color: unset;
    transform: rotate(0)
}

.pages li:last-child {
    display: none
}

.pcshow {
    display: block
}

.h5show {
    display: none
}

.list_top {
    position: relative;
    padding: 5% 7.3% ;
    z-index: 2;
    background: var(--color-bg)
}

.list_top .pagation {
    position: relative
}

.list_top .pagation .imgs1,
.list_top .pagation .imgs2 {
    position: absolute;
    height: auto
}

.list_top .pagation .imgs1 {
    width: 188px;
    left: -188px;
    top: -80%
}

.list_top .pagation .imgs2 {
    width: 81px;
    right: -120px;
    top: 47%
}

.list_top .pagation .title {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    position: relative;
    text-transform: uppercase
}

.list_top .pagation .pagation_list {
    margin-top: 3%;
    flex-wrap: wrap
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 0 18px 0 40px
}

.list_top .pagation .pagation_list a:hover,
.list_top .pagation .pagation_list span:hover,
.list_top .pagation .pagation_list a:last-child,
.list_top .pagation .pagation_list span:last-child {
    color: var(--hover-main)
}

.list_top .pagation .pagation_list a:not(:first-child)::after,
.list_top .pagation .pagation_list span:not(:first-child)::after {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    color: #333
}

.list_top .pagation .pagation_list a:first-child {
    padding-left: 0
}

.list_top .pagation .product_top_btns {
    display: none;
    margin-top: 37px
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
    padding: 11px 30px;
    border: 1px solid #fafafa;
    border-radius: 60px 4px 60px 4px;
    background: #fff;
    color: var(--color-btn)
}

.list_top .pagation .product_top_btns>div:hover,
.list_top .pagation .product_top_btns a:hover {
    color: #fefefe;
    background: var(--color-btn)
}

.list_top .pagation .product_top_btns .down {
    margin-right: 17px;
    line-height: 1
}

.list_top .pagation .product_top_btns .contactus {
    line-height: 1
}

.swiper-horizontal {
    overflow: hidden
}

.com_pro {
    background: #fff;
    padding-top: 6.25%;
    padding-bottom: 6.25%
}

.com_pro .com_pro_swiper {
    padding-top: 5%
}

.com_pro .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.com_pro .swiper-slide .mark {
    width: 100%;
    height: 0;
    padding-bottom: 64.8%;
    background: var(--color-bg);
    border-radius: 160px 20px 160px 20px
}

.com_pro .swiper-slide .img {
    width: 100%;
    padding-bottom: 88%;
    position: absolute;
    bottom: 36%;
    left: 0
}

.com_pro .swiper-slide .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-top: 26px;
    word-break: break-word;
    height: 4.5em;
    line-height: 1.5em;
    overflow: hidden
}

.com_pro .swiper-slide .read_more {
    margin-top: 15px
}

.read_more {
    margin-top: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 2px solid #333;
    display: flex;
    align-items: center
}

.read_more:hover {
    text-decoration: unset
}

.read_more span {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-image: url(../images/btn/icon1_.png);
    margin: 0;
    background-size: 70%
}

.aside_left {
    padding-top: 5%;
    width: 220px;
    float: left
}

.aside_left .item {
    margin-top: 33px
}

.aside_left .item:first-child {
    margin-top: 0
}

.aside_left .item .big_tit {
    font-family: DIN Alternate, DIN Alternate;
    font-weight: bold;
    font-size: 22px;
    color: #333
}

.aside_left .item .items {
    margin-top: 20px
}

.aside_left .item .items.active .item_top span {
    background: url(../images/btn/icon13.png) no-repeat center
}

.aside_left .item .items .item_top {
    border-bottom: 2px solid #000000
}

.aside_left .item .items .item_top .tit {
    font-family: DIN Alternate, DIN Alternate;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 2
}

.aside_left .item .items .item_top span {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/btn/icon12.png) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.items.active .item_top>a {
    color: var(--hover-main) !important;
}

.aside_left .item .items ul {
    display: none
}

.aside_left .item .items ul li {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.aside_left .item .items ul li.active a {
    color: var(--hover-main)
}

.com_tit_des .tit {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    line-height: 1
}

.com_tit_des .tit2 {
    color: var(--color-btn)
}

.com_tit_des .des {
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    text-align: center;
    margin-top: 32px
}

.com_tit_des .des2 {
    margin-top: 24px
}

.faq_tit {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px
}

.com_contact {
    margin-top: 22%;
    padding-top: 86px;
    background: var(--color-bg)
}

.com_contact .layout_ {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-left: 0;
    margin-left: var(--all-pd)
}

.com_contact .img {
    position: absolute;
    width: 45%;
    height: 184.8%;
    left: 0;
    bottom: 0;
    padding: 0
}

.com_contact .info {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 52px
}

.com_contact .info .tit {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.3
}

.com_contact .info .des {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.contact_btn {
    margin-top: 24px;
    background: var(--color-btn);
    border-radius: 60px 4px 60px 4px;
    font-family: DIN Alternate, DIN Alternate;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    padding: 20px 45px
}

.com_form {
    padding: 4.375% var(--all-pd) 5.2%;
    background: var(--color-bg)
}

.com_form .img {
    height: 567px;
    width: 48%;
    margin-right: 58px;
    flex-shrink: 0;
    padding: 0
}

.com_form .info .tit {
    text-align: left;
    text-transform: capitalize
}

.com_form .info li {
    margin-top: 56px;
    display: flex;
    align-items: center
}

.com_form .info li::before {
    content: "*";
    display: block;
    color: red
}
.com_form .info li.phone::before{
    display: none;
}
.com_form .info input:not([type="submit"]),
.com_form .info textarea {
    width: 100%;
    border-bottom: 2px solid #333333;
    background: transparent;
    height: 30px;
    font-weight: 400;
    font-size: 16px
}

.com_form .info .submit {
    background: var(--color-btn);
    border-radius: 32px 4px 32px 4px;
    padding: 13px 24px;
    width: unset;
    height: unset;
    margin: unset;
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-left: 50%;
    transform: translateX(-50%)
}

.com_form .info .submit:hover {
    transform: translateX(-50%) translateY(-5px)
}

.list_pro {
    background: #fff;
    padding: 6.25% var(--all-pd)
}

.list_pro .top {
    overflow: hidden
}

.list_pro .top .tr {
    float: right;
    width: calc(100% - 220px - 47px)
}

.com_qa_list {
    flex: 1
}

.com_qa_list .item {
    border-top: 2px solid #000000;
    padding: 20px 0
}

.com_qa_list .item.active .top span {
    transform: rotate(0)
}

.com_qa_list .item .top .title {
    font-weight: bold;
    font-size: 24px;
    color: #666;
    line-height: 48px
}

.com_qa_list .item .top span {
    display: block;
    width: 29px;
    height: 24px;
    transform: rotate(-90deg);
    transition: all .3s ease
}

.com_qa_list .item .top span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #333
}

.com_qa_list .item .desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: none
}

.com_video_swiper .img {
    padding-bottom: 79.6%
}

.com_video_swiper .title {
    display: block;
    font-family: Times New Roman, Times New Roman;
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    height: 46px;
    overflow: hidden
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left-color: var(--color-main)
}

.content-wrap.form .ch_form_wrap .item_submit input,
.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: var(--color-main)
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/contactus/fancy_close.png) no-repeat center center
}

.content-wrap .ch_form_wrap form {
    overflow: auto
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline
}

#cont>ul>li>a {
    text-transform: capitalize
}

#cont h2 {
    background: var(--color-main) !important
}

#cont>ul>li>ul>li>a {
    color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul>li>a {
    color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--color-main) !important;
    border-right-color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: var(--color-main) !important
}

@media screen and (max-width:1800px) {
    body {
        --all-pd: 5%
    }

    .pages {
        margin-top: 3%
    }

    .list_top .pagation .title {
        font-size: 34px
    }

    .list_top .pagation .imgs1 {
        width: 100px;
        left: -100px
    }

    .list_top .pagation .imgs2 {
        width: 55px;
        right: -85px
    }
}

@media screen and (max-width:1660px) {
    .com_contact {
        margin-top: 27%
    }

    .faq_tit,
    .com_contact .info .tit,
    .com_tit_des .tit {
        font-size: 38px
    }

    .contact_btn {
        font-size: 24px;
        padding: 15px 30px
    }

    .com_tit_title>.title,
    .com_tit_title>.title a {
        font-size: 38px;
        line-height: 1.3
    }

    .com_pro {
        padding-top: 4%;
        padding-bottom: 4%
    }

    .com_pro .swiper-slide .title {
        font-size: 30px;
    }

    .com_tit_des .des ， {
        margin-top: 24px
    }

    .com_form .img {
        margin-right: 48px
    }

    .list_pro {
        padding: 4% var(--all-pd)
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 2%
    }

    .com_contact {
        margin-top: 43%
    }

    .com_tit_des .tit {
        font-size: 30px
    }

    .list_top .pagation .title {
        font-size: 24px
    }

    .list_top .pagation .pagation_list a,
    .list_top .pagation .pagation_list span {
        font-size: 16px
    }

    .com_tit_title>.title,
    .com_pro .swiper-slide .title,
    .faq_tit,
    .com_contact .info .tit,
    .com_tit_title>.title a {
        font-size: 28px
    }

    .com_form .img {
        margin-right: 38px
    }

    .contact_btn {
        font-size: 16px
    }
}
@media screen and (max-width:1100px) {
    .com_contact{
        margin-top: 0;
    }
    .com_contact .layout_{
        flex-wrap: wrap;
        justify-content: center;
    }
    .com_contact .img{
        position: relative;
        width: 50%;
        height: auto;
        padding-bottom: 50%;
        margin-bottom: 3%;
    }
    .com_contact .info{
        width: 100%;
    }
     .com_art .home_art_swiper .title{
        height: 4.5em;
     }
}
@media screen and (max-width:1024px) {

    .com_art .home_art_swiper .title,
    .com_pro .swiper-slide .title {
        font-size: 20px;
    }

    .com_tit_des .tit {
        font-size: 24px
    }

    .com_form .info li {
        margin-top: 40px
    }

    .com_tit_title>.title,
    .com_tit_title>.title a {
        font-size: 24px
    }

    .com_pro .com_pro_swiper {
        padding-top: 9%
    }

    .com_pro .swiper-slide .img {
        bottom: 40%
    }
}

@media screen and (max-width:950px) {
     .com_pro .swiper-slide .title {
        height: auto;
     }
    body {
        --all-pd: 15px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h)
    }

    .aside_left {
        display: none
    }

    .list_top {
        padding: 12% 30px
    }

    .list_top .pagation .imgs1 {
        display: none
    }

    .list_top .pagation .imgs2 {
        display: none
    }

    .list_top .pagation .pagation_list span,
    .list_top .pagation .pagation_list a {
        margin: 5px 0;
        padding: 0 10px 0 20px
    }

    .list_pro .top .tr {
        width: 100%
    }

    .page_about_us .history .tit,
    .faq_tit,
    .com_contact .info .tit {
        font-size: 24px
    }

    .com_contact {
        padding-top: 30px;
        margin-top: 30px
    }

    .com_contact .img {
        display: none
    }

    .com_contact .info {
        width: 100%;
        padding-bottom: 30px
    }

    .com_contact .info .des {
        margin-top: 15px
    }

    .contact_btn {
        padding: 10px 18px;
        margin-top: 15px
    }

    .com_qa_list .item .top .title {
        line-height: 1.6
    }

    .com_art .home_art_swiper .img .time {
        width: 100px;
        height: 100px;
        font-size: 20px;
        line-height: 29px
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .com_form {
        flex-wrap: wrap
    }

    .com_form .img,
    .com_form .info {
        width: 100%;
        margin: 0
    }

    .com_form .img {
        height: 0;
        padding-bottom: 70%
    }

    .com_form .info {
        margin-top: 30px
    }

    .com_form .info li {
        margin-top: 30px
    }

    .com_art .home_art_swiper .title {
        height: unset
    }

    .com_art .home_art_swiper .desc {
        max-height: unset
    }

    .com_tit_des .tit {
        font-size: 24px
    }

    .com_tit_title>.title,
    .com_tit_title>.title a {
        font-size: 24px;
        margin: 12px 0 16px
    }

    .a_link_button .more {
        width: 30px;
        height: 30px
    }

    .a_link_button span {
        font-size: 16px
    }

    .pcshow {
        display: none
    }

    .h5show {
        display: block
    }
}



#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: all ease-in-out 1s;
    /* visibility: hidden; */
    opacity: 1;
    position: fixed;
    /* transform: translateY(-50%);*/
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: var(--hover-main);
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: var(--hover-main);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%;
}

#index_scrollsidebar .gototop {
    background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar .gototop .s_smooth img {
    width: 23px;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: var(--hover-main);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--hover-main);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media only screen and (max-width: 1024px) {
    #index_scrollsidebar {
        display: none;
    }
}

.fix_slide_foot {
    display: none;
    background: var(--hover-main);
    position: fixed;
    width: 100%;
    bottom: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    height: 50px;
    z-index: 111;
}

.fix_slide_foot li {
    border-right: 1px solid white;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fix_slide_foot li:last-of-type() {
    border-right: none;
}

.fix_slide_foot li a[title=email] img {
    height: 30px
}

.fix_slide_foot li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fix_slide_foot li img {
    height: 25px;
    width: auto;
}

.show0 img {
    width: 120px;
    margin: 0 auto 10px;
    display: block;
    max-width: unset !important;
}

.show0 img:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    #index_scrollsidebar {
        display: none;
    }

    .fix_slide_foot {
        display: flex;
    }

    body {
        padding-bottom: 50px
    }
}


body {
    overflow: inherit
}

