﻿@import url(style.css);
@import url(mobile.css);
@import url(custom.css);

@keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


/*滚动条*/
.i_jsq_scroll {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    /*background:url(../images/contact_bg3.png) right -1px top repeat-y;*/
}

.i_jsq_scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.i_jsq_scroll::-webkit-scrollbar:vertical {
    width: 2px;
}

.i_jsq_scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 0;
    background-color: var(--main-color);
}

/*内页*/
.postions {
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    color: #777777;
    font-size: 15px;
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
}

.postions.bgs2 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.posadd .postions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.postions a {
    color: #777777;
}

.postions a:hover {
    color: #027C4D;
}

.postions label {
    color: #777777;
}

.postions .postions_r {
    display: none;
}

.postions .postions_r img {
    vertical-align: baseline;
    margin-right: 8px;
    margin-left: 11px;
    height: 14px;
}

.postions .postions_r img:first-child {
    margin-left: 0;
}

.postions h2 {
    float: left;
    font-weight: normal;
    color: #333;
    height: 58px;
    font-size: 20px;
}

.postions h2 span {
    font-size: 16px;
    font-family: Arial;
}

.postions .rclass {
    float: right;
    background: url(../images/pos_bg2.png) left center no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    -webkit-tap-highlight-color: #fff;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.postions .postions_b {
    text-align: center;
}

.postions .postions_b a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: 0;
    margin-left: 50px;
    margin-right: 50px;
}

.postions .postions_b a:hover {
    color: #027C4D;
}

.postions .postions_b a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    opacity: 0;
    background: #027C4D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.postions .postions_b a.isel:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a:hover:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a.isel {
    color: #027C4D;
}

/*分类弹窗*/
.about_bgs {
    z-index: 19891024;
    background: url(../images/about_bg.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.about_tc .closed2 {
    display: none;
}

.brand_story {
    margin: 3.75rem 0;
}

.o_big_con {
    overflow: hidden;
    position: relative;
}

.o_big {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 70% center;
    background-size: cover;
    position: relative;
    width: 100%;
    -webkit-animation: scaleAnim 5s ease forwards;
    animation: scaleAnim 5s ease forwards;
}

.o_big img {
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.o_big_con .cons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.o_big_con .cons .wrap {
    height: 100%;
    display: table;
}

.o_big_con .cons .wrap3 {
    height: 100%;
    display: table;
}

.o_big_con .h2 {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.o_big_con.bgs2 .h2 {
    color: #222222;
}

.o_big_con .h2 label {
    width: 100%;
    display: block;
    color: #222;
    font-weight: lighter;
    margin-top: 1%;
    font-size: 20px;
    text-transform: none;
    max-width: 670px;
    line-height: 38px;
}

.o_big_con .h2 span {
    display: block;
    overflow: hidden;
    color: #222;
    line-height: 1;
    position: relative;
    letter-spacing: 1px;
    font-weight: normal;
}

.o_big_con .wave-box {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.postions2 {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 68px;
    overflow: hidden;
    color: #999999;
    font-size: 15px;
    bottom: 15px;
}

.postions2 a {
    color: #999999;
}

.postions2 a:hover {
    color: #ff8700;
}

.postions2 .postions_r img {
    height: 16px;
    margin-right: 6px;
    vertical-align: revert;
}

.postions2 .postions_r {
    overflow: hidden;
    position: relative;
    float: left;
    color: #999999;
}

.postions2 .postions_r a {
    color: #999999;
}

.postions2 .postions_r a:hover {
    color: #027C4D;
}

.postions2 label {
    color: #999999;
}

.postions2 h2 {
    float: left;
    font-weight: normal;
    color: #999999;
    height: 58px;
}

.postions2 h2 span {
    font-size: 15px;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.5);
}

/*分页*/
.yema {
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding-top: 4%;
    padding-bottom: 5%;
    clear: both;
    font-family: Arial;
}

.yema.bgs2 {
    text-align: right;
}

.yema a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    overflow: hidden;
    padding-right: 10px;
    min-width: 62px;
    margin-left: 3px;
    text-align: center;
    color: #555555;
    font-size: 15px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
}

.yema a:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(98deg, #019680, #22C286);
    border: 1px solid rgba(255, 255, 255, 0);
}

.yema a.on {
    color: #fff;
    background: linear-gradient(98deg, #019680, #22C286);
    border: 1px solid rgba(255, 255, 255, 0);
}

.yema a.Prev,
.yema a.next {
    margin-right: 0;
    font-size: 18px;
}

.yema a.Prev:hover,
.yema a.next:hover {
    background: linear-gradient(98deg, #019680, #22C286);
}

.yema a span {
    font-family: "微软雅黑";
    font-size: 15px;
}

/*暂无内容*/
.nodata {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 13%;
    margin-bottom: 13%;
    background: url(../images/nodata.png) center top no-repeat;
    background-size: auto 169px;
    padding-top: 180px;
}

.nodata .title {
    color: #555555;
    font-size: 18px;
    overflow: hidden;
    margin-top: 2%;
    line-height: 26px;
}

.nodata .desc {
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 5px;
}

/*网站地图*/
.website_bg {
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 5%;
    padding-top: 1.5%;
}

.website_t {
    height: 36px;
    line-height: 36px;
    background: #F1F1f1;
    color: #333;
    font-weight: bold;
    padding-left: 12px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 17px;
}

.website_t a {
    color: #333;
}

.sitemap_main {
    overflow: hidden;
}

.sitemap_main dd {
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    white-space: nowrap;
    display: block;
    float: left;
    height: 31px;
    width: calc(19.2% - 2px);
    width: -webkit-calc(19.2% - 2px);
    width: -moz-calc(19.2% - 2px);
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    border: 1px dashed #dddddd;
    text-overflow: ellipsis;
}

.sitemap_main dd:nth-child(5n+0) {
    margin-right: 0;
}

.sitemap_main dd a {
    display: block;
    color: #333;
}

.sitemap_main dd a:Hover {
    color: var(--main-color);
}





@media screen and (max-width: 1440px) {

    /*内页*/
    .postions {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }

    .postions .postions_b a {
        margin-left: 30px;
        margin-right: 30px;
    }


}


@media screen and (max-width: 1200px) {

    /*内页*/
    .postions h2 {
        font-size: 18px;
    }

    .postions h2 span {
        font-size: 14px;
    }

    .postions .postions_b a {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
    }

    .postions2 {
        line-height: 50px;
        font-size: 14px;
    }

    .postions2 h2 {
        font-size: 18px;
    }

    .postions2 h2 span {
        font-size: 14px;
    }

    .o_big_con.bgs2 .h2 label {
        margin-bottom: 3%;
    }

    .o_big_con .h2 label {
        line-height: 30px;
        font-size: 18px;
    }


    /*网站地图*/
    .sitemap_main dd {
        width: calc(24.25% - 2px);
        width: -webkit-calc(24.25% - 2px);
        width: -moz-calc(24.25% - 2px);
    }

    .sitemap_main dd:nth-child(5n+0) {
        margin-right: 1%;
    }

    .sitemap_main dd:nth-child(4n+0) {
        margin-right: 0;
    }

}

@media screen and (max-width: 1100px) {

    /*内页*/
    .postions {
        height: 44px;
        line-height: 44px;
    }

    .postions .postions_b a {
        margin-left: 10px;
        margin-right: 10px;
    }

    /*分页*/
    .yema a {
        height: 36px;
        line-height: 36px;
        min-width: 30px;
        font-size: 14px;
    }

    .yema a span {
        font-size: 14px;
    }

}

@media screen and (max-width: 1000px) {

    /*内页*/
    .postions {
        position: static;
        border-bottom: 1px solid #e1e1ea;
    }

    .postions:after {
        display: none;
    }

    .postions .rclass {
        display: block;
    }

    .postions .postions_r {
        display: block;
    }

    .postions .postions_b {
        display: none;
    }

    .postions .postions_b a {
        float: none;
        font-size: 16px;
        display: block;
        margin-left: 0;
        padding-left: 3%;
        text-align: left;
        background: #efefef;
        border-bottom: 1px solid #fff;
        width: auto;
        margin-right: 0;
    }

    .postions .postions_b a:hover {
        background: #027C4D;
        color: #fff;
    }

    .postions .postions_b a.isel {
        color: #fff;
        background: #027C4D;
    }

    .postions .postions_b a:after {
        height: 0;
    }

    .postions2 {
        line-height: 40px;
        display: none;
    }

    .o_big_con .h2 label {
        margin-top: 6px;
        font-size: 16px;
        line-height: 26px;
    }

    /*分类弹窗*/
    .about_tc {
        z-index: 19891025;
        width: 0%;
        right: 0%;
        position: absolute;
        overflow: hidden;
        top: 0;
        height: 100%;
        /* display: none;*/
        transition: all 0.3s;
    }

    .postions_b.lws .about_tc {
        width: 80%;
    }

    .postions_b.lws {
        display: block;
    }

    .about_l.lws .about_tc {
        width: 88%;
    }

    .about_tc .about_divs {
        position: absolute;
        right: 0;
        width: 85%;
        background-color: #f5f5f7;
        top: 0;
        overflow: hidden;
        height: 100%;
    }

    .about_tc .closed2 {
        right: 84.5%;
        position: absolute;
        top: 150px;
        cursor: pointer;
        width: 25px;
        display: block;
    }

    .about_tc .closed2:hover {
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        transition: all 0.3s;
    }

    /*分享*/
    .fenxiang {
        margin-top: 10px;
        --dw: 26px;
    }

    .fenxiang .news_fx ul li {
        width: 26px;
        height: 26px;
    }

    .fenxiang .news_fx ul li a {
        width: 26px;
        height: 26px;
    }

}

@media screen and (max-width: 960px) {
    /* .postions2 .postions_r{ display: none;} */


}

@media screen and (max-width: 830px) {

    /*内页*/
    .postions h2 {
        font-size: 16px;
    }

    .postions h2 span {
        font-size: 13px;
    }

    .postions2 h2 {
        font-size: 16px;
    }

    .postions2 h2 span {
        font-size: 13px;
    }


}

@media screen and (max-width: 780px) {

    /*内页*/
    .o_big {
        height: 290px;
    }

    .postions {
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }

    .postions h2 {
        display: none;
    }

    .postions .postions_b a {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .postions2 {
        font-size: 13px;
        line-height: 30px;
    }

    /*分页*/
    .yema a {
        height: 26px;
        line-height: 24px;
        padding-left: 6px;
        padding-right: 6px;
        margin-left: 2px;
        font-size: 13px;
        min-width: 26px;
    }

    .yema a span {
        font-size: 13px;
    }

    /*网站地图*/
    .website_t {
        font-size: 15px;
    }

    .sitemap_main dd {
        width: calc(32.66% - 2px);
        width: -webkit-calc(32.66% - 2px);
        width: -moz-calc(32.66% - 2px);
        font-size: 13px;
    }

    .sitemap_main dd:nth-child(4n+0) {
        margin-right: 1%;
    }

    .sitemap_main dd:nth-child(3n+0) {
        margin-right: 0;
    }


}

@media screen and (max-width: 640px) {

    /*内页*/
    .position {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
    }

    .position .postions_b a {
        font-size: 13px;
    }

    .o_big_con .h2 label {
        font-size: 15px;
        line-height: 24px;
    }

    .o_big_con .h2 {
        text-align: center;
    }

    /*分页*/
    .yema a {
        font-size: 12px;
    }

    .yema a span {
        font-size: 12px;
    }

    /*暂无内容*/
    .nodata {
        background-size: auto 130px;
        padding-top: 140px;
        margin-top: 15%;
        margin-bottom: 15%;
    }



}


@media screen and (max-width: 480px) {

    /*内页*/
    .o_big {
        height: 200px;
    }

    .o_big_con .h2 {
        font-size: 18px;
    }

    .o_big_con .h2 label {
        font-size: 14px;
        line-height: 22px;
    }

    .postions {
        font-size: 12px;
    }

    .postions .postions_b a {
        font-size: 13px;
    }

    .postions .postions_r span {
        display: none;
    }

    .postions .postions_r img {
        margin-left: 6px;
    }


    /*分页*/
    .yema {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .yema a {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 2px;
    }

    /*网站地图*/
    .website_t {
        font-size: 14px;
    }

    .sitemap_main dd {
        width: calc(49.5% - 2px);
        width: -webkit-calc(49.5% - 2px);
        width: -moz-calc(49.5% - 2px);
        font-size: 12px;
    }

    .sitemap_main dd:nth-child(3n+0) {
        margin-right: 1%;
    }

    .sitemap_main dd:nth-child(2n+0) {
        margin-right: 0;
    }


}

@media screen and (max-width: 420px) {

    /*内页*/
    .o_big_con .h2 label {
        font-size: 13px;
        line-height: 20px;
    }

}

@media screen and (max-width: 360px) {

    /*内页*/
    .o_big_con .h2 label {
        font-size: 12px;
    }

}


/*关于我们*/
.about_t {
    margin-top: 8%;
    overflow: hidden;
    text-align: center;
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
}

.about_t.bgs2 {
    text-align: left;
    text-transform: capitalize;
}

.about_t.bgs3 {
    text-transform: capitalize;
}

.about_one {
    overflow: hidden;
    margin-top: 3%;
    border-radius: 26px;
    background: #f5f5f5;
    position: relative;
}

.about_one .about_one_l {
    overflow: hidden;
    width: 50%;
    float: left;
}

.about_one .about_one_l img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about_one .about_one_l:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about_one .about_one_r {
    overflow: hidden;
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.about_one .about_one_r .boxs {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
    max-width: 680px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.about_one .about_one_r .p {
    overflow: hidden;
    color: #222222;
    line-height: 1.78;
    /* text-align: justify; */
    position: relative;
    height: 92%;
    width: 100%;
    display: flex;
    align-items: center;
}

/* .about_one .about_one_r .p .i_jsq_scroll{ padding-right:15px;} */
.about_one .about_one_r .p p {
    overflow: hidden;
    margin-bottom: 4%;
}

.about_one .about_one_r .p p:last-child {
    margin-bottom: 0;
}

.about_one.bgs2 {
    margin-bottom: 6%;
}

.about_one.bgs2 .about_one_l {
    float: right;
}

.about_one.bgs2 .about_one_r {
    float: left;
    right: auto;
    left: 0;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {

    /*关于我们*/
    .about_t.bgs2 {
        text-align: center;
    }

    .about_one {
        border-radius: 12px;
    }

    .about_one .about_one_l {
        float: none;
        width: 100%;
    }

    .about_one .about_one_r {
        float: none;
        width: 100%;
        position: static;
        height: auto;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .about_one .about_one_r .boxs {
        display: block;
        height: auto;
    }

    .about_one .about_one_r .p {
        height: auto;
        display: block;
    }

    .about_one .about_one_r .p p {
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

/*联系我们*/
.contact_bg {
    overflow: hidden;
    background: url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
}

.contact_t {
    overflow: hidden;
    line-height: 1.3;
    text-transform: uppercase;
    padding-top: 13%;
}

.contact_t.bgs2 {
    text-transform: capitalize;
}

.feedback_cons {
    max-width: 770px;
    margin: 0 auto;
    margin-top: 6%;
}

.feedback_cons .divs {
    position: relative;
    margin-bottom: 30px;
}

.feedback_cons .divs.bgs2 {
    margin-bottom: 45px;
}

.feedback_cons .divs .label {
    float: left;
    width: 170px;
    overflow: hidden;
    line-height: 56px;
    height: 56px;
    color: #222222;
}

.feedback_cons .divs .label font {
    color: #fe1010;
}

.feedback_cons .divs .inputs2 {
    background: #ffffff;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #a0a0a0;
    border: 0;
    outline: none;
    padding-left: 28px;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.04);
}

.feedback_cons .divs .textarea {
    background: #ffffff;
    height: 208px;
    line-height: 26px;
    font-size: 16px;
    color: #a0a0a0;
    border: 0;
    outline: none;
    padding-left: 28px;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    padding-top: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.04);
}

.feedback_cons .divs .s_btns {
    margin: 0 auto;
    margin-top: 3%;
    width: 182px;
    height: 58px;
    line-height: 58px;
    background: #000000;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.feedback_cons .divs .s_btns::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    transition: all 0.3s;
}

.feedback_cons .divs .s_btns input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    z-index: 1;
    cursor: pointer;
}

.feedback_cons .divs .s_btns:hover::after {
    width: 100%;
}

.feedback_cons .divs .span {
    position: absolute;
    line-height: 56px;
    height: 56px;
    left: 100%;
    margin-left: 25px;
    overflow: hidden;
    top: 0;
    font-size: 16px;
    color: #333333;
    width: 270px;
    display: none;
}

.feedback_cons .divs .span.on {
    display: block;
}

.feedback_cons .divs .p {
    overflow: hidden;
}

.feedback_cons .divs .sent_label {
    overflow: hidden;
    padding-top: 56px;
    line-height: 1.5;
    background: url(../images/foot_pic1.png) center top no-repeat;
    background-size: 46px;
    margin-bottom: 6%;
    display: none;
    text-align: center;
}

.feedback_cons .divs .sent_label.on {
    display: block;
}

.feedback_t {
    overflow: hidden;
    line-height: 60px;
    margin-bottom: 5%;
}

.feedback_t .h3 {
    float: left;
    text-transform: uppercase;
    overflow: hidden;
}

.feedback_t .a {
    float: right;
    overflow: hidden;
}

.feedback_t .a a {
    color: #222222;
}

.feedback_t .a a:hover {
    color: #000000;
}

@media screen and (max-width: 1200px) {

    /*联系我们*/
    .feedback_cons .divs .span {
        position: static;
        margin-left: 170px;
        line-height: 26px;
        height: 26px;
        margin-top: 10px;
        font-size: 15px;
    }

    .feedback_cons .divs .inputs2 {
        font-size: 15px;
    }

    .feedback_cons .divs .textarea {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {

    /*联系我们*/
    .contact_t {
        text-align: center;
    }
}

@media screen and (max-width: 780px) {

    /*联系我们*/
    .feedback_cons .divs {
        margin-bottom: 15px;
    }

    .feedback_cons .divs .s_btns {
        height: 44px;
        line-height: 44px;
        width: 160px;
        font-size: 14px;
    }

    .feedback_cons .divs .label {
        line-height: 46px;
        height: 46px;
        width: 150px;
    }

    .feedback_cons .divs .inputs2 {
        line-height: 46px;
        height: 46px;
        width: calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        padding-left: 20px;
    }

    .feedback_cons .divs .textarea {
        width: calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        padding-left: 20px;
    }

    .feedback_cons .divs .span {
        margin-left: 150px;
    }
}

@media screen and (max-width: 640px) {

    /*联系我们*/
    .feedback_cons .divs .label {
        width: 120px;
    }

    .feedback_cons .divs .inputs2 {
        width: calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        font-size: 14px;
    }

    .feedback_cons .divs .textarea {
        width: calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        height: 160px;
        font-size: 14px;
    }

    .feedback_cons .divs .span {
        margin-left: 120px;
        font-size: 14px;
    }

    .feedback_cons .divs .sent_label {
        background-size: auto 40px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 480px) {

    /*联系我们*/
    .feedback_t {
        line-height: 40px;
    }

    .feedback_cons .divs .s_btns {
        height: 36px;
        line-height: 36px;
        width: 140px;
        font-size: 12px;
    }

    .feedback_cons .divs .label {
        width: 100%;
        line-height: 36px;
        height: 36px;
    }

    .feedback_cons .divs .inputs2 {
        width: calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        font-size: 13px;
    }

    .feedback_cons .divs .textarea {
        width: calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        height: 120px;
        font-size: 13px;
    }

    .feedback_cons .divs .span {
        margin-left: 0;
        width: 100%;
        font-size: 13px;
    }

    .feedback_cons .divs.bgs2 {
        margin-bottom: 6%;
    }

    .feedback_cons .divs.bgs2 .label {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    /*联系我们*/
}

/*Event*/
.event_bg {
    background: url(../img/events.jpg) #f5f5f5 center top no-repeat;
    background-size: 100% auto;
}

.event_ul {
    margin-top: 3%;
}

.event_ul ul li {
    display: block;
    margin-bottom: 4%;
}

.event_ul ul li .imgs {
    overflow: hidden;
    float: left;
    /* width:43.188%; */
    width: 48%;
    max-width: 691px;
    position: relative;
    padding-top: 43.188%;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
}

.event_ul ul li .imgs img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.event_ul ul li .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.event_ul ul li .txts {
    overflow: hidden;
    width: 50%;
    float: right;
}

.event_ul ul li .txts .h3 {
    line-height: 1.3;
    padding-bottom: 3%;
    border-bottom: 1px solid #000000;
    margin-top: 5%;
    text-transform: uppercase;
}

.event_ul ul li .txts .h3 sup {
    text-transform: lowercase;
}

.event_ul ul li .txts .desc {
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1.8;
    margin-top: 3%;
}

.event_ul ul li .txts .p {
    overflow: hidden;
    line-height: 1.8;
    margin-top: 5%;
}

.medium_poster {
    background-color: f5f5f5;
    /* height:112.5vw; */
    margin-top: 3%;
    margin-bottom: 4%;
}

.medium_poster .m_show {
    display: none;
}

.medium_poster .sticky {
    top: 8.07292vw;
    /* height:56vw */
}

.m_title {
    color: #222222;
    /* font-size:9.06667vw; */
    text-align: center;
    padding: 2% 0 4.8% 0;
    font-family: "Montserrat-SemiBold";
    font-weight: normal;
    line-height: 1.1;
}

.m_title span {
    font-family: "Manrope-Light";
    font-weight: normal
}

.poster_panel {
    /* height:56.25vw; */
    display: flex;
    position: relative;
    overflow: hidden
}

.poster_panel .show_title {
    color: #222222;
    position: absolute;
    font-size: 27.08333vw;
    bottom: -3%;
    left: 0%;
    z-index: 2;
    line-height: 1;
    font-family: "Montserrat-SemiBold";
    font-weight: normal
}

.poster_panel .poster_swiper {
    cursor: grab
}

.poster_panel .left {
    width: 75%
}

.poster_panel .right {
    width: 25%;
    padding-left: 10px;
}

.poster_panel .top {
    display: flex
}

.poster_panel .bottom {
    width: 36.875vw;
    left: 50.4%;
    position: relative;
    overflow: hidden
}

.poster_panel .poster_first {
    width: 75%
}

.poster_panel .text {
    width: 25%;
    padding: .52083vw 1.5625vw;
    display: flex;
    align-items: center;
}

.poster_panel .text a {
    display: inline-block;
    width: 100%;
    /* height:100%; */
    color: #222222;
    position: relative
}

.poster_panel .text a>span {
    position: absolute;
    bottom: 10%;
    font-size: 1.04167vw;
    transition: transform 500ms
}

.poster_panel .text a:hover span {
    transform: scale(1.1)
}

.poster_panel .text h3 {
    font-size: 2.08333vw;
    font-weight: normal;
    font-family: "Montserrat-SemiBold";
    line-height: 1;
    position: relative;
}

.poster_panel .text h3 span {
    font-family: "Montserrat-Light";
    font-weight: normal
}

.poster_panel .text p {
    margin-top: 1.04167vw;
    /* font-size:.9375vw; */
    font-size: 16px;
    position: relative;
    font-family: "Montserrat-Light";
    line-height: 1.5;
}

.poster_panel .poster_third {
    /* height:42.70833vw */
    height: 48vw;
}

.poster_panel .poster_second .swiper-slide {
    /* height:18.4375vw */
}

.poster_panel .swiper-slide {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

/* .poster_panel .swiper-slide::before{content:"";display:inline-block;width:100%;height:100%;top:0;left:0;background-color:#000000;opacity:0.1;transition:all 500ms;position:absolute} */
.poster_panel .swiper-slide .imgs {
    overflow: hidden;
    /* padding:5px; */
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.poster_panel .swiper-slide:hover img {
    transform: scale(1.05)
}

/* .poster_panel .swiper-slide:hover ::before{opacity:0} */
.poster_panel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms;
    border-radius: 20px;
}

.poster_panel .swiper-slide .swiper-lazy {
    opacity: 0
}

.poster_panel .swiper-slide .swiper-lazy-loaded {
    opacity: 1
}


@media screen and (max-width: 1700px) {

    /*Event*/
    .event_ul ul li .imgs {
        padding-top: 48%;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {

    /*Event*/
    .event_ul ul li .imgs {
        width: 100%;
        max-width: none;
        float: none;
        padding-top: 100%;
    }

    .event_ul ul li .txts {
        width: 100%;
        float: none;
    }

    .event_ul ul li .txts .p {
        margin-top: 4%;
    }

    .medium_poster .m_show {
        display: block;
    }

    .medium_poster .pc_show {
        display: none;
    }

    .poster_panel {
        height: 100vw
    }

    .poster_panel .swiper-slide {
        border-radius: 10px;
    }

    .poster_panel .swiper-slide .imgs {
        /* padding:.4vw .4vw 0 .4vw */
        margin-right: 6px;
        margin-bottom: 6px;
        border-radius: 10px;
    }

    .poster_panel .poster_first {
        width: 100%
    }

    .poster_panel .left {
        width: 65%
    }

    .poster_panel .right {
        width: 35%;
        padding-left: 6px;
    }

    .poster_panel .bottom {
        width: 100%;
        left: 0
    }

    .poster_panel .poster_third {
        height: 100%
    }

    .poster_panel .poster_second .swiper-slide {
        height: auto
    }

    /* .medium_poster{height:281vw} */
    .medium_poster .sticky {
        /* height:120vw; */
        top: 20vw
    }
}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 480px) {

    /*Event*/
    .poster_panel .swiper-slide {
        border-radius: 6px;
    }

    .poster_panel .swiper-slide .imgs {
        border-radius: 6px;
    }
}

@media screen and (max-width: 420px) {}

/*verify*/
.verify_con {
    max-width: 664px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 7%;
}

.verify_con .desc {
    overflow: hidden;
    line-height: 1.7;
    margin-top: 5%;
    text-align: center;
}

.verify_con .verify_search {
    position: relative;
    height: 56px;
    margin-top: 7%;
    overflow: hidden;
}

.verify_con .verify_search .input_shurk {
    float: left;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: none;
    outline: medium;
    color: #333333;
    font-size: 16px;
    text-indent: 30px;
    border-radius: 26px;
    border: 1px solid #000000;
}

.verify_con .verify_search .s_btns {
    float: right;
    width: 146px;
    height: 56px;
    line-height: 56px;
    background: #000000;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
    font-size: 20px;
    border-radius: 26px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.verify_con .verify_search .s_btns::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    transition: all 0.3s;
}

.verify_con .verify_search .s_btns input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    z-index: 1;
    cursor: pointer;
}

.verify_con .verify_search .s_btns:hover::after {
    width: 100%;
}

.verify_con .verify_label {
    overflow: hidden;
    line-height: 1.7;
    text-align: center;
    color: #ff0000;
    display: none;
    clear: both;
    margin-top: 8%;
}

.verify_con .verify_label.on {
    display: block;
}

.verify3_con .verify_con {
    max-width: none;
}

.verify3_con .verify_con .desc {
    text-align: left;
    margin-top: 4%;
}

@media screen and (max-width: 1200px) {

    /*verify*/
    .verify_con .verify_search .s_btns {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {

    /*verify*/
    .verify_con .verify_search {
        margin-top: 20px;
    }

    .verify_con .verify_search .s_btns {
        font-size: 16px;
    }

    .verify3_con .verify_con .desc {
        margin-top: 5%;
    }
}

@media screen and (max-width: 780px) {

    /*verify*/
    .verify_con {
        margin-bottom: 9%;
    }

    .verify_con .verify_search {
        height: 44px;
    }

    .verify_con .verify_search .input_shurk {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        text-indent: 20px;
    }

    .verify_con .verify_search .s_btns {
        height: 44px;
        line-height: 44px;
        width: 120px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {

    /*verify*/
    .verify_con .verify_search {
        height: 36px;
    }

    .verify_con .verify_search .input_shurk {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        text-indent: 15px;
    }

    .verify_con .verify_search .s_btns {
        height: 36px;
        line-height: 36px;
        width: 100px;
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {}

/* */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

.selects {
    height: 52px;
    width: 100%;
    border: 1px solid #e8e8e8;
    color: #656565;
    font-size: 16px;
    padding-left: 66px;
}

@media screen and (max-width: 1440px) {
    .selects {
        height: 46px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 640px) {
    .selects {
        height: 40px;
        width: 100%;
        border: 1px solid #e8e8e8;
        color: #656565;
        font-size: 16px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .selects {
        font-size: 14px;
    }
}