@charset "UTF-8";


/* 关于我们 */
.foter_bg {
    background: url(/src/image/fivebg.jpg) right top / cover no-repeat;
}

.ab_top {
    background: url(/src/img/ab_topbg.jpg) right top / cover no-repeat;
    padding: 5.208vw 0 8.073vw;
}

.inside_pulic {
    color: var(--li);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: auto;
    margin: 0 auto 10.417vw;
}

.inside_pulic h1 {
    font-size: max(42px, 2.708vw);
    line-height: 125%;
    font-family: '隶书';
}

.inside_pulic p {
    font-family: 'Gilroy';
    color: #000;
    opacity: 0.3;
    text-transform: uppercase;
    letter-spacing: 0.052vw;
    font-size: max(16px, 0.938vw);
    margin-top: .8vw;
}

.ab_title {
    color: var(--li);
    font-size: max(18px, 1.042vw);
    font-weight: bold;
    border-bottom: 0.052vw solid #abaaa5;
    padding: 0.781vw 0;
    margin-bottom: 2.604vw;
}

.ab_onebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ab_one_left {
    color: #000000;
    width: 24%;
}

.ab_one_left h3 {
    font-size: max(24px, 1.667vw);
}

.ab_one_right {
    width: 50%;
    font-size: max(16px, 0.938vw);
    color: #666666;
    line-height: 200%;
}

.ab_one_right p {
    margin-bottom: 2.344vw;
}


.ab_two {
    background: var(--li);
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.two_right {
    width: 50%;
}

.two_right .Limg_cov {
    padding-bottom: 71%;
}

.two_left {
    width: 50%;
    padding-left: 5.208vw;
    color: #dfded7;
}

.two_left p {
    font-size: max(16px, 0.938vw);
    width: 31.25vw;
    line-height: 180%;
    margin-bottom: 2.344vw;
}

.two_left strong {
    display: block;
    font-size: 1.667vw;
}


.h_three {
    background: #fff;
    padding: 5.208vw 0 2.083vw;
}

.team_box {
    background: #e8e6dd;
    padding: 8%;
}

.team_box .team_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #d3d1c9;
    padding-bottom: 6%;
    margin-bottom: 6%;
    font-family: '隶书';
}

.team_box .team_right {
    width: 5.052vw;
    background: #fff;
    border-radius: 50%;
    padding: 0.156vw;
}

.team_right .Limg_cov {
    padding-bottom: 100%;
    border-radius: 50%;
}

.team_left h3 {
    color: var(--li);
    font-size: max(24px, 1.563vw);
}

.team_left h3+p {
    color: var(--li);
    font-size: max(16px, 0.938vw);
}

.team_bottom {
    font-family: '微软雅黑';
    color: #999;
    line-height: 200%;
    min-height: max(170px, 8.854vw);
    line-clamp: 6;
    -webkit-line-clamp: 6;
}

.swiper-page {
    text-align: center;
    margin: 2% 0 4%;
}

/* 关于我们end*/

/* 下载 */
.nei_top {
    padding: 5.208vw 0 8.073vw;
    background: url(/src/image/fivebg.jpg) right top / 100% auto;
}

.search_ss {
    width: max(600px,52.083vw);
    background: #fff;
    margin: 0 auto 4.167vw;
    border-radius: 0.521vw;
    overflow: hidden;
    box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 13%);
    position: relative;
}

.search_ss .search {
    position: absolute;
    right: 0.26vw;
    height: calc(100% - 0.521vw);
    background: var(--li);
    top: 0.26vw;
    border-radius: 0.521vw;
    width: max(80px,7.396vw);
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521vw;
    color: #fff;
    font-size: max(14px,0.938vw);
    cursor: pointer;
}

.search_ss input {
    width: 100%;
    line-height:max(50px, 3.75vw);
    border: none;
    font-size: max(16px,1.042vw);
    color: #000;
    padding-left: max(20px,1.563vw);
    font-family: '微软雅黑', "arial";
}

.search_ss input:focus-visible {
    outline: none;
}

.search_ss .search svg {
    fill: #fff;
    width: 1.042vw;
}

ul.search_sort {
    position: relative;
    border-bottom: 0.052vw solid rgb(0 0 0 / 13%);
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: max(12px, 1.042vw);
    margin-bottom: 5.729vw;
}

a.search_sort_more {
    color: #6d6d6d;
    font-weight: bold;
    display: flex;
    padding: 0 1.5vw;
    height: 4.427vw;
    align-items: center;
    white-space: nowrap;
}

.search_sort_li .search_sort_more,
a.search_sort_more:hover {
    color: var(--li);
}

.search_sort_two {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: translateY(100%);
    visibility: hidden;
}

.search_sort_li .search_sort_two {
    visibility: visible;
}

.search_sort_two a {
    color: #666666;
    height: 4.427vw;
    display: flex;
    align-items: center;
    padding: 0 1.302vw;
}

.search_sort_two .lick,
.search_sort_two a:hover {
    color: var(--li);
}

.download .down_list {
    display: flex;
    line-height: 3.125vw;
    flex-wrap: wrap;
    padding-left: 1.042vw;
    font-size: max(14px,0.833vw);
    color: #666;
}

.download>.down_list {
    background: var(--li);
    color: #fff;
    font-weight: bold;
    line-height: max(50px,2.604vw);
    border-radius: 0.521vw;
}

.down_list>div {
    width: 12.5%;
}

.down_list .down_1 {
    width: 50%;
}



.download_box .down_1 {
    font-size: max(16px,0.938vw);
    color: #000000;
}

.down_5 a {
    display: flex;
    align-items: center;
    gap: 0.521vw;
    color: #666;
}

.down_5 a img {
    width: max(25px,1.51vw);
}

/* 下载end */


/* 专营点 */
.point .download_box .down_1 {
    color: #666;
}

/* 专营点end */

/* 产品 */
.pro_top {
    padding: 5.208vw 0 8.073vw;
    background: right top / cover no-repeat;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 5.729vw;
}

ul.product_box li {
    width: calc((100% - 5.729vw * 2) / 3);
}

ul.product_box li .pro_morebox {
    cursor: pointer;
}

ul.product_box li .pro_morebox .Limg_cov {
    padding-bottom: 67%;
    background: #fff;
    border-radius: 0.521vw;
}

ul.product_box li .pro_title {
    text-align: center;
    font-size: max(14px, 0.938vw);
    color: #000000;
    margin-top: 1.563vw;
    line-height: 2.604vw;
}

ul.product_box li:hover .pro_morebox .Limg_cov img {
    transform: scale(1.05);
}

ul.product_box li:hover .pro_title {
    color: var(--li);
    font-weight: bold;
}

.product_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: var(--wid);
}

.open.product_tc {
    display: flex;
}

.product_tc .center {
    background: #fff;
    border-radius: 1.563vw;
    display: flex;
    justify-content: space-between;
    padding: 4.688vw 4.688vw 5.208vw;
    flex-wrap: wrap;
    position: relative;
}

.close {
    position: absolute;
    right: 2%;
    top: 6%;
    width: 1.094vw;
    height: auto;
    cursor: pointer;
}

.product_swiper {
    width: 37%;
}

.pro_tc_right {
    width: 50%;
}

.prod_tit {
    font-size: max(24px, 1.875vw);
    color: #000;
}

.prod_info {
    margin: 1.563vw 0;
}

.prod_info_slide {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-size: max(14px, 0.833vw);
    color: #666666;
    padding: 0.521vw 0;
}

.prod_word {
    font-size: max(14px, 0.833vw);
    color: #666;
    line-height: 185%;
    margin-bottom: 3.125vw;
    max-height: max(150px, 7.813vw);
    overflow: auto;
}

.prod_more {
    display: flex;
    gap: 0.781vw;
}

.prod_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(150px, 9.375vw);
    line-height: max(45px, 3.125vw);
    gap: 0.417vw;
    font-size: max(14px, 0.833vw);
    border-radius: 0.521vw;
    border: 1px solid #e7e7e7;
    background: transparent;
    color: #010101;
    transition: all .5s ease;
}

.prod_more a svg {
    width: max(20px, 1.094vw);
    height: auto;
}

.prod_more .active {
    background: var(--li);
    color: #fff;
    border: 1px solid transparent;
}

.product_swiper .Limg_cov {
    padding-bottom: 66.6%;
}

.product_swiper .pro_swiper_top {
    border: 0.104vw solid #f2f2f2;
    border-radius: 0.521vw;
    margin-bottom: 1.563vw;
}

.pro_swiper_bottom .Limg_cov {
    border-radius: 0.521vw;
    border: 0.052vw solid #eee;
    overflow: hidden;
    cursor: pointer;
}

.pro_swiper_bottom .swiper-slide-thumb-active .Limg_cov {
    border: 0.052vw solid #333;
}

/* 产品end */

/* 曲目鉴赏 */
ul.art_box li {
    border-bottom: 0.052vw solid #000;
    position: relative;
}

ul.art_box li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0.052vw;
    background: var(--li);
    left: 0;
    bottom: -0.052vw;
    transition: all 1s ease;
}

ul.art_box li:hover:before {
    width: 100%;
}

ul.art_box li a.art_more {
    padding: 1.302vw 0;
    display: flex;
    justify-content: space-between;
}

.art_title {
    font-size: max(16px,0.938vw);
    color: #000;
    width: 80%;
}

.art_time {
    font-size: max(12px,0.833vw);
    color: #666666;
}

ul.art_box li:hover .art_title {
    color: var(--li);
}

/* 曲目鉴赏end */

/* 新闻 */

ul.news_box {
    display: flex;
    flex-wrap: wrap;
    gap: 6.51vw 0;
}

ul.news_box li {
    width: calc(100% / 3);
    text-align: center;
}

ul.news_box li:not(:nth-of-type(3n)) {
    border-right: 0.052vw solid rgb(0 0 0 / 10%);
}

ul.news_box li a.art_more {
    padding: 0 14%;
    display: block;
}

ul.news_box li .Limg_cov {
    padding-bottom: 66%;
    border-radius: 0.521vw;
}

.news_title .time {
    color: var(--li);
    font-family: "Gilroy";
    margin: 2.344vw 0 1.042vw;
    font-size: max(14px, 0.833vw);
    font-weight: bold;
}

.news_title p {
    font-size: max(16px, 0.833vw);
    color: #000;
}

.news_title {
    font-size: max(14px, 0.625vw);
    color: #999999;
    line-height: 200%;
}

ul.news_box li:hover img {
    transform: scale(1.1);
}


.news_text_word {
    background: #fff;
    padding: 5vw;
}

.news_text_word h2 {
    font-size: max(20px, 1.458vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #333;
}

.news_flex {
    text-align: center;
    font-size: max(16px, 0.833vw);
    color: #999;
    line-height: 200%;
    margin-bottom: 3%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.521vw;
    font-size: 0.729vw;
    color: #666;
    margin: 0.781vw 0;
    display: none;
}

.news_word {
    font-size: max(14px, 0.833vw);
    line-height: 200%;
    color: #333;
}

.news_word img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

/* 新闻end */

/* 专题栏目 */
.ztbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.zt_left {
    max-width: max(200px, 13.49vw);
    width: 100%;
    border: 1.563vw solid transparent;
    border-image: url(/src/img/ztbg.png) 30 round;
    -webkit-border-image: url(/src/img/ztbg.png) 30 round;
    -o-border-image: url(/src/img/ztbg.png) 30 round;
    padding: 0 0.573vw;
}

.zt_left a.zt_more {
    font-size: max(14px, 0.833vw);
    color: #666666;
    display: block;
    margin: 11% 0;
}

.zt_left .active a.zt_more,
.zt_left a.zt_more:hover {
    color: var(--li);
}

.as_news {
    width: calc(95% - max(200px, 13.49vw));
}

ul.zt_right {
    display: flex;
    flex-wrap: wrap;
    gap: 1.302vw;
}

ul.zt_right li {
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 1.302vw;
    background: transparent;
    transition: all .5s ease;
}

.zt_title {
    font-size: max(14px, 0.833vw);
    color: #999999;
    line-height: 200%;
}

.zt_title p {
    font-size: max(16px, 0.938vw);
    color: #000;
}

ul.zt_right li:hover {
    border-color: var(--li);
}

ul.zt_right li:hover p.L_tit {
    color: var(--li);
}

/* 专题栏目end */

/* 联系我们 */
.con_top {
    padding: 5.208vw 0 6.771vw;
    background: url(/src/img/conbg.jpg) center center / cover;
}

.con_top .inside_pulic {
    margin: 0 auto;
}

.con_top .inside_pulic h1 {
    color: #fff;
    line-height: 125%;
}

.con_top .inside_pulic p {
    color: #fff;
    margin: 1vw 0;
}

.contacbox h2 {
    font-size: max(24px,2.083vw);
    color: #000;
    font-weight: normal;
    line-height: 150%;
}

.contacbox {
    padding: 3.646vw 0 6.25vw;
    text-align: center;
}

.contacbox>div>p {
    font-size: max(14px,0.833vw);
    color: #666666;
    margin: 0.521vw 0 3.646vw;
}

.contacbox i.icon {
    color: var(--li);
    font-size: 1.042vw;
    vertical-align: middle;
}

.contacbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: max(500px,57.292vw);
    margin: 0 auto;
}

.contacbox ul li {
    width: calc(100% / 3);
    font-size: max(14px,0.833vw);
    color: #666666;
    line-height: 160%;
}

.contacbox ul li:nth-of-type(2) {
    border: 0.052vw #cccccc;
    border-style: none solid;
}

.contacbox ul li h5.con_tit {
    font-size:max(16px,0.938vw);
    color: #000;
    line-height: 200%;
    margin-bottom: 0.521vw;
}

.contacbox ul li a {
    color: #666666;
}

.Contact_corp {
    background: url(/src/image/fivebg.jpg) right top / 100% auto;
    padding: 4.688vw 0 6.25vw;
}


.Message_Form {
    position: relative;
}

.Message_Form>.mefore {
    display: flex;
    gap: 2.604vw;
    position: relative;
}

.Message_Form>div .form_left {
    width: calc((100% - 2.604vw) / 2);
    display: flex;
    flex-wrap: wrap;
    gap: 0.781vw;
}

.Message_Form>div .form_left>div {
    width: 100%;
}

.Message_Form>div .e_textarea-66 {
    width: calc((100% - 2.604vw) / 2);
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.Message_Form>div .form_left input.form-control {
    padding-left: 0.781vw;
    width: 100%;
    border: 0.052vw solid #dcdcdc;
    border-radius: 0.521vw;
    height: max(50px,2.865vw);
    overflow: hidden;
    box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 10%);
    font-size: max(14px,0.833vw);
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 0.521vw;
    overflow: hidden;
    box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 10%);
    padding: 0.781vw;
    font-size: max(14px,0.833vw);
}

form#form hr {
    border: none;
    border-bottom: 1px dashed #ccc;
    margin: 3.125vw 0 2.604vw;
}

.Message_Form p {
    font-size: max(14px,0.833vw);
    color: #868686;
    margin-bottom: 1.042vw;
}

.Message_Form button.btn-primary {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: max(50px,2.917vw);
    width: max(180px,10.417vw);
    background: var(--li);
    display: block;
    color: #fff;
    font-size: max(14px,0.833vw);
    text-align: center;
    border: 1px solid var(--li);
    border-radius: 2.604vw;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s ease;
}

.Message_Form button.btn-primary:hover {
    background: transparent;
    color: var(--li);
}

.Message_Form p+.e_textarea-66 {
    display: flex;
    align-items: center;
}

.Message_Form p+.e_textarea-66 input.p_imagecode {
    width: max(200px,10vw);
    padding-left: 0.781vw;
    border-radius: 0;
    height: max(40px,2.865vw);
    overflow: hidden;
    font-size: max(14px,0.833vw);
    border: none;
    margin-right: 5px;
    font-family: '微软雅黑';
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Message_Form .verbox img {
    height: max(40px,2.865vw);
}

.Message_Form .verbox:after {
    content: '看不清？换一张';
    font-size: max(14px,0.938vw);
    color: #868686;
    text-decoration: underline;
    margin-left: 0.781vw;
}

.searchbox {
    padding: 3.646vw 0 0;
    text-align: center;
}

.searchbox h2.title {
    font-size: 1.875vw;
    color: #000;
    margin-bottom: 0.521vw;
}

.searchbox summary.summary {
    font-size: 0.833vw;
    color: #666;
}

/* 联系我们end */

@media only screen and (min-width:769px) {
    .download_box>div:nth-of-type(2n) {
        background: rgb(255 255 255 / 30%);
    }

    .download_box i {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .big {
        padding-top: 70px;
    }

    .ab_top {
        padding: 50px 0;
    }

    .inside_pulic h1 {
        font-size: 32px;
    }

    .inside_pulic p {
        font-size: 12px;
    }

    .ab_title {
        font-size: 18px;
        padding: 10px 0;
    }

    .ab_one_left {
        width: 100%;
    }

    .ab_one_left h3 {
        font-size: 15px;
        line-height: 180%;
    }


    .ab_one_right {
        width: 100%;
        font-size: 14px;
    }

    .team_left h3 {
        font-size: 22px;
    }

    .team_left h3+p {
        font-size: 18px;
    }

    .team_box {
        padding: 25px 15px;
    }

    .team_box .team_right {
        width: 70px;
        padding: 3px;
    }

    .team_box .team_top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .two_buttom img {
        width: 8px;
    }

    .team_bottom {
        font-size: 14px;
        min-height: 180px;
    }

    .two_left {
        width: 100%;
        padding: 20px 20px 40px;
        color: #dfded7;
        order: 1;
    }

    .two_right {
        width: 100%;
    }

    .two_left p {
        font-size: 14px;
        width: 100%;
        line-height: 180%;
        margin-bottom: 10px;
    }

    .two_left strong {
        font-size: 17px;
    }

    .pro_top {
        padding: 50px 0;
    }

    ul.search_sort {
        font-size: 14px;
        margin-bottom: 70px;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    #zt_big ul.search_sort {
        margin-bottom: 10px;
    }

    a.search_sort_more {
        padding: 0 10px;
        height: auto;
        line-height: 200%;
    }

    .search_sort_two {
        padding-top: 10px;
    }

    ul.product_box {
        gap: 20px;
    }

    ul.product_box li {
        width: 100%;
    }

    ul.product_box li .pro_title {
        text-align: center;
        font-size: 16px;
        color: #000000;
        margin-top: 10px;
        line-height: 200%;
    }

    .product_tc {
        padding-left: 0;
    }

    .product_swiper {
        width: 100%;
    }

    .pro_tc_right {
        width: 100%;
        margin-top: 20px;
    }

    .close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: auto;
        cursor: pointer;
        z-index: 2;
    }

    .product_tc .center {
        padding: 40px 20px;
    }

    .prod_tit {
        font-size: 18px;
        color: #000;
    }

    .prod_info_slide {
        border-bottom: 1px solid #eee;
        font-size: 14px;
        color: #666666;
        padding: 5px 0;
    }

    .prod_word {
        font-size: 14px;
        margin-bottom: 20px;
        max-height: 100px;
    }

    .prod_more a {
        width: 100px;
        line-height: 36px;
        gap: 5px;
        font-size: 12px;
        border-radius: 5px;
        border: 1px solid #e7e7e7;
    }

    .prod_more a svg {
        width: 16px;
    }

    .news_text_word h2 {
        font-size: 18px;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding: 0 0 10px;
        margin-bottom: 10px;
        color: #333;
    }

    .news_flex {
        font-size: 14px;
    }

    ul.news_box li:not(:nth-of-type(3n)) {
        border-right: none;
    }

    ul.news_box li {
        width: 100%;
        text-align: center;
    }

    ul.news_box li a.art_more {
        padding: 0;
        display: block;
    }

    .news_title .time {
        margin: 10px 0 5px;
        font-size: 14px;
        line-height: 100%;
    }

    .news_title p {
        font-size: 16px;
    }

    .news_title {
        font-size: 12px;
    }

    .zt_left {
        width: 100%;
        border: none;
        padding: 0;
        max-width: 100%;
    }

    .zt_left a.zt_more {
        font-size: 12px;
        color: #666666;
        display: block;
        margin: 5px;
        background: #eee;
        padding: 10px;
    }

    .zt_left ul.zt_sort {
        display: flex;
        flex-wrap: wrap;
    }

    .as_news {
        width: 100%;
    }

    ul.zt_right {
        gap: 10px;
        margin-top: 20px;
    }

    .zt_left .active a.zt_more,
    .zt_left a.zt_more:hover {
        background: var(--li);
        color: #fff;
    }

    .zt_title p {
        font-size: 14px;
        line-height: 150%;
    }

    .zt_title {
        font-size: 14px;
    }

    ul.art_box li a.art_more {
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .art_title {
        font-size: 14px;
        color: #000;
        width: 100%;
        margin-bottom: 5px;
    }

    .art_time {
        font-size: 12px;
    }

    .search_ss input {
        width: 100%;
        line-height: 40px;
        border: none;
        font-size: 14px;
        color: #000;
        padding-left: 10px;
    }

    .search_ss .search {
        width: 75px;
        gap: 5px;
        font-size: 14px;
    }

    .search_ss .search svg {
        width: 14px;
    }

    .search_ss {
        width: 90vw;
    }

    .download>.down_list {
        display: none;
    }

    .download .down_list {
        line-height: 200%;
        padding: 10px;
        font-size: 14px;
        color: #666;
        background: #fff;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .download_box .down_1 {
        font-size: 14px;
        width: 100%;
    }

    .point .download .down_list {
        flex-direction: column;
    }

    .point .download .down_list>div {
        font-size: 14px;
        color: #000;
    }

    .point .download .down_list>div i {
        color: #666;
    }

    .down_list>div {
        width: auto;
        font-size: 12px;
    }

    .down_5 a img {
        width: 25px;
    }

    .contacbox {
        padding: 50px 0;
    }

    .contacbox h2 {
        font-size: 24px;
    }

    .contacbox>div>p {
        font-size: 14px;
    }

    .contacbox ul {
        max-width: 100%;
    }

    .contacbox i.icon {
        color: var(--li);
        font-size: 18px;
    }

    .contacbox ul li {
        width: 100%;
        font-size: 14px;
        color: #666666;
        line-height: 160%;
        background: #eee;
        margin: 5px 0;
        padding: 20px;
        border: none !important;
    }

    .contacbox ul li h5.con_tit {
        font-size: 16px;
    }

    .Contact_corp {
        padding: 50px 0;
    }

    .Contact_corp h2 {
        font-size: 24px;
    }

    .Contact_corp h2+p {
        font-size: 14px;
    }

    .Message_Form>.fadeInUp {
        gap: 10px;
        flex-wrap: wrap;
    }

    .Message_Form>div .form_left {
        width: 100%;
        gap: 10px;
    }

    .Message_Form>div .e_textarea-66 {
        width: 100%;
        position: static;
    }

    .Message_Form>div .form_left input.form-control {
        padding-left: 10px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        height: 40px;
        font-size: 14px;
        font-family: '微软雅黑';
    }

    .Message_Form>div .e_textarea-66 textarea.form-control {
        width: 100%;
        height: 120px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0.052vw 0.052vw 0.521vw rgb(0 0 0 / 10%);
        padding: 10px;
        font-size: 14px;
    }

    .Message_Form p {
        font-size: 14px;
        color: #868686;
        margin-bottom: 10px;
    }

    .Message_Form button.btn-primary {
        position: relative;
        line-height: 40px;
        width: 150px;
        font-size: 14px;
        border: 1px solid var(--li);
        border-radius: 10px;
        margin-top: 20px;
    }

    .Message_Form p+.e_textarea-66 input.p_imagecode {
        width: 120px;
        height: 40px;
        border: 1px solid #dddede;
        padding-left: 15px;
        margin-right: 0px;
        font-size: 14px;
    }

    form#form hr {
        margin: 20px 0;
    }

    .Message_Form .verbox img {
        width: 120px;
        height: 40px;
    }

    .Message_Form .verbox:after {
        font-size: 12px;
    }
}