a:active {
    star: expression(this.onFocus=this.blur());
}

a:focus, button:focus {
    outline: none;
    -moz-outline: none;
}

:focus {
    outline: none;
}
/*Reset Css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, area, param {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC",miui,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

th {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
}

input {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

fieldset {
    border: none;
}

legend {
    display: none;
}
/*Clear Css*/
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearb {
    clear: both;
}

.clearfix {
    display: block;
    zoom: 1;
}

* html .clearfix {
    height: 1%;
}

* {
    box-sizing: border-box;
}
/*Common Css*/
a {
    text-decoration: none;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

input[type=button], input[type=submit], input[type=reset], select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

a:focus, a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: all 0.3s linear;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 3 !important;
}

textarea {
    resize: none;
}

.table {
    height: 100%;
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.textover {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input::placeholder {
    color: #666;
}

img {
    max-width: 100%;
}

.bolder {
    font-weight: bolder;
}

a {
    color: #333333;
}

    a:hover {
        color: #ca2128;
        ;
    }

.oneLine {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.twoLine {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.threeLine {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

@media only screen and (min-width:960px ) {
    .animation {
        -moz-transform: translate(0,80px);
        -o-transform: translate(0,80px);
        -webkit-transform: translate(0,80px);
        transform: translate(0,80px);
        opacity: 0;
    }

        .animation.srcospcur {
            -moz-transform: translate(0,0px);
            -o-transform: translate(0,0px);
            -webkit-transform: translate(0,0px);
            transform: translate(0,0px);
            opacity: 1;
            transition: 1.3s;
            -webkit-transition: 1.3s;
            -moz-transition: 1.3s;
            -ms-transition: 1.3s;
            -o-transition: 1.3s;
        }
}

div {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC",miui,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}

input, button, select, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC",miui,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}

.mt30 {
    margin-top: 30px;
}
/* CSS Working Draft */
.show_wap {
    display: none;
}

@media (max-width:768px) {
    .show_wap {
        display: block;
    }
}
/*================= by mogo ====================*/
:root {
    --f70: max(calc(70 / 1920 * 100vw),30px);
    --f50: max(calc(50 / 1920 * 100vw),25px);
    --f30: max(calc(30 / 1920 * 100vw),20px);
    --f24: max(calc(24 / 1920 * 100vw),18px);
    --f20: max(calc(20 / 1920 * 100vw),18px);
    --f18: max(calc(18 / 1920 * 100vw),16px);
    --f16: max(calc(16 / 1920 * 100vw),14px);
    --f14: max(calc(14 / 1920 * 100vw),14px);
}

.f70 {
    font-size: var(--f70);
}

.f50 {
    font-size: var(--f50);
}

.f30 {
    font-size: var(--f30);
}

.f24 {
    font-size: var(--f24);
}

.f20 {
    font-size: var(--f20);
}

.f18 {
    font-size: var(--f18);
}

.f16 {
    font-size: var(--f16);
}

.f14 {
    font-size: var(--f14);
}

body {
    font-size: var(--f14);
}

.container {
    width: calc(1400/1920 * 100vw);
    margin: 0 auto;
}

.w1800 {
    width: calc(1800/1920 * 100vw);
    margin: 0 auto;
}

.w1700 {
    width: calc(1700/1920 * 100vw);
    margin: 0 auto;
}

.w1400 {
    width: calc(1400/1920 * 100vw);
    margin: 0 auto;
}
/* header */
.header {
    display: flex;
    justify-content: space-between;
    padding-top: calc(58/1920*100vw);
    padding-bottom: calc(47/1920*100vw);
    align-items: center;
}

    .header .logo {
        width: calc(215/1920*100vw)
    }

    .header .slogan {
        width: calc(141/1920*100vw)
    }

@media (max-width:1024px) {
    .header .logo, .header .slogan {
        width: 100px;
    }
}
/* header */
/* banner */
.banner {
    position: relative;
}

    .banner .txt {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .banner .t1 {
        margin-top: calc(300/1920*100vw);
        font-weight: bold;
    }

    .banner .t2 {
        margin-top: calc(230/1920*100vw);
        color: #fff;
    }

    .banner .t3 {
        color: #fff;
        font-weight: bold;
        line-height: 1.5;
    }

@media (max-width:768px) {
    .banner .t1 {
        font-size: 18px;
    }

    .banner .t2 {
        font-size: 14px;
        margin-top: 30px;
    }

    .banner .t3 {
        font-size: 16px;
    }
}
/* banner */
/* page_tabs */
.page_tabs {
    display: flex;
    background: #fff;
}

    .page_tabs a {
        display: flex;
        justify-content: center;
        width: 10%;
        font-size: var(--f24);
        padding: 20px 10px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        align-items: center;
        flex-shrink: 0;
    }

        .page_tabs a.on {
            color: #BF2B34;
            font-weight: bold;
            border-bottom: 5px solid #ca2128;
        }

@media (max-width:1200px) {
    .page_tabs {
        overflow-x: auto;
    }

        .page_tabs a {
            width: 130px;
        }
}

@media (max-width:768px) {
    .page_tabs a {
        font-size: 16px;
    }
}
/* page_tabs */

/* block_1 */
.block_1 {
    padding: calc(100/1920*100vw) 0;
}

    .block_1 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_1 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_1 .info {
        padding: calc(50/1920*100vw) 15px;
        font-size: var(--f18)
    }

    .block_1 .imgs {
        display: flex;
    }

@media (max-width:1024px) {
    .block_1 .info {
        font-size: 14px;
    }
}

@media (max-width:768px) {
}

/* block_1 */

/* block_2 */
.block_2 {
    padding: calc(100/1920*100vw) 0;
    background: url(/static/lehy_s/images/pic03.png) no-repeat;
}

    .block_2 .list {
        background: rgba(255,255,255,0.5);
        padding: calc(60/1920*100vw) calc(100/1920*100vw);
        display: flex;
        justify-content: space-between;
    }

    .block_2 .item {
        width: calc(380/1920*100vw);
    }

    .block_2 .title {
        margin-top: 25px;
        font-size: var(--f20);
        font-weight: bold;
        color: #BF2B34;
        line-height: 2;
        background: url(/Static/lehy_s/images/arrow.png) no-repeat left center;
        padding-left: 20px;
    }

    .block_2 .info {
        font-size: var(--f14);
    }

@media (max-width:768px) {
    .block_2 {
        background-size: cover;
    }

        .block_2 .list {
            /*flex-wrap: wrap;*/
            padding: 0;
        }

            .block_2 .list.show_pc {
                display: none;
            }

        .block_2 .item {
            width: 100%;
            margin-bottom: 15px;
        }

        .block_2 .title,
        .block_2 .info {
            margin: 0 15px;
        }
}
/* block_2 */
/* block_3 */
.block_3 {
    padding: calc(100/1920*100vw) 0;
}

    .block_3 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_3 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_3 .block_11 {
        display: flex;
        justify-content: space-between;
        margin-top: calc(50/1920*100vw);
    }

        .block_3 .block_11 .left {
            width: calc(640/1920*100vw);
        }

        .block_3 .block_11 .right {
            width: calc(990/1920*100vw);
        }

    .block_3 .block_111 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .block_3 .block_111 .item {
            width: calc(470/1920*100vw);
            padding-bottom: calc(50/1920*100vw);
        }

        .block_3 .block_111 .tit2 {
            font-size: var(--f20);
            font-weight: bold;
            color: #003A5A;
            line-height: 2;
            background: url(/Static/lehy_s/images/arrow.png) no-repeat left center;
            padding-left: 20px;
        }

        .block_3 .block_111 .info {
            font-size: var(--f16);
        }

    .block_3 .block_112 {
        background: rgba(79,168,102,0.1);
        padding: calc(50/1920*100vw);
    }

        .block_3 .block_112 .tit3 {
            color: #BF2B34;
            font-size: var(--f24);
            font-weight: bold;
            line-height: 2;
        }

        .block_3 .block_112 .info {
            font-size: var(--f16);
        }

    .block_3 .block_1121 {
        display: flex;
        justify-content: space-between;
        margin-top: calc(50/1920*100vw);
    }

        .block_3 .block_1121 .item {
            padding-bottom: calc(30/1920*100vw);
        }

        .block_3 .block_1121 .img {
            width: calc(345/1920*100vw);
        }

        .block_3 .block_1121 .txt {
            width: calc(480/1920*100vw);
        }

        .block_3 .block_1121 .tit4 {
            font-size: var(--f20);
            font-weight: bold;
            color: #003A5A;
            line-height: 2;
            background: url(/Static/lehy_s/images/arrow.png) no-repeat left center;
            padding-left: 20px;
        }

        .block_3 .block_1121 .info {
            font-size: var(--f16)
        }

    .block_3 .block_12 {
        display: flex;
        justify-content: space-between;
        margin-top: calc(50/1920*100vw);
    }

        .block_3 .block_12 .left {
            width: calc(400/1920*100vw);
        }

            .block_3 .block_12 .left .tit2 {
                color: #BF2B34;
                font-weight: bold;
                font-size: var(--f24);
            }

            .block_3 .block_12 .left .info {
                font-size: var(--f20);
                margin-top: 15px;
            }

        .block_3 .block_12 .right {
            width: calc(1180/1920*100vw);
            display: flex;
            padding: calc(15/1920*100vw) calc(30/1920*100vw);
            justify-content: space-between;
            background: rgba(79,168,102,0.1);
        }

            .block_3 .block_12 .right .img {
                width: calc(400/1920*100vw);
            }

            .block_3 .block_12 .right .txt {
                width: calc(650/1920*100vw);
            }

            .block_3 .block_12 .right .item {
                padding-bottom: calc(20/1920*100vw);
            }

            .block_3 .block_12 .right .tit4 {
                font-size: var(--f18);
                font-weight: bold;
                color: #003A5A;
                line-height: 2;
                background: url(/Static/lehy_s/images/arrow.png) no-repeat left center;
                padding-left: 20px;
            }

            .block_3 .block_12 .right .info {
                font-size: var(--f14);
            }

@media (max-width:1024px) {
    .block_3 .block_11 .left {
        display: none;
    }

    .block_3 .block_11 .right {
        width: 100%;
    }

    .block_3 .block_111 .item {
        width: 45%;
    }

    .block_3 .block_1121 .img {
        width: 20%;
    }

    .block_3 .block_1121 .txt {
        width: 75%;
    }

    .block_3 .block_12 {
        flex-wrap: wrap;
    }

        .block_3 .block_12 .left {
            width: 100%;
        }

        .block_3 .block_12 .right {
            width: 100%;
            margin-top: 30px;
            padding: 30px;
        }

            .block_3 .block_12 .right .img {
                width: 30%;
            }

            .block_3 .block_12 .right .txt {
                width: 65%;
            }

        .block_3 .block_12 .left .info {
            font-size: 14px;
        }
}

@media (max-width:768px) {
    .block_3 .block_111 .item {
        width: 100%;
    }

    .block_3 .block_1121 {
        flex-wrap: wrap;
    }

    .block_3 .block_12 .right {
        flex-wrap: wrap;
    }

        .block_3 .block_12 .right .img,
        .block_3 .block_12 .right .txt,
        .block_3 .block_1121 .txt,
        .block_3 .block_1121 .img {
            width: 100%;
            margin-top: 15px;
        }

    .block_3 .block_112.show_pc,
    .block_3 .block_12.show_pc {
        display: none;
    }
}
/* block_3 */
/* block_4 */
.block_4 {
    padding: calc(100/1920*100vw) 0;
    background: url(/Static/lehy_s/images/pic10.jpg) no-repeat center top;
}

.block_41 {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: calc(40/1920*100vw) calc(100/1920*100vw);
    margin-top: calc(130/1920*100vw);
}

.block_4 .tit {
    border-left: 5px solid #BF2B34;
    padding-left: 15px;
}

.block_4 .t1 {
    color: #fff;
    font-weight: bold;
}

.block_4 .t2 {
    color: #fff;
    font-weight: bold;
}

.block_411 {
    width: calc(720/1920*100vw);
}

    .block_411 .info {
        font-size: var(--f18);
        font-weight: bold;
        color: #a8752b;
        padding-bottom: 20px;
    }

    .block_411 .imgs {
        display: flex;
        justify-content: space-between;
    }

    .block_411 .item {
        width: calc(230/1920*100vw);
    }

.block_412 {
    width: calc(680/1920*100vw);
}

.block_4121 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .block_4121 .item {
        width: calc(310/1920*100vw);
        margin-bottom: calc(40/1920*100vw);
    }

    .block_4121 .tit2 {
        color: #003a5a;
        font-size: var(--f14);
        font-weight: bold;
    }

    .block_4121 .info {
        font-size: 12px;
    }

.block_412 .notice {
    font-size: 12px;
    color: #666;
}

@media(max-width:1024px) {
    .block_41 {
        flex-wrap: wrap;
    }

    .block_411 {
        width: 100%;
    }

        .block_411 .item {
            width: 30%;
        }

    .block_412 {
        width: 100%;
        margin-top: 30px;
    }

    .block_4121 .item {
        width: 30%;
    }
}

@media (max-width:768px) {
    .block_4121 .item {
        width: 100%;
    }

    .block_4121 .info {
        font-size: 14px;
    }
}
/* block_4 */

/* block_5 */
.block_5 {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_5 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_5 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_5 .t2 {
        font-weight: bold;
    }

.block_51 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(80/1920*100vw);
}

    .block_51.show_wap {
        display: none;
    }

    .block_51 .item {
        background: #fff;
        padding: calc(100/1920*100vw) calc(50/1920*100vw) calc(50/1920*100vw);
        width: calc(560/1920*100vw);
        margin-bottom: 10px;
    }

    .block_51 .tit2 {
        width: calc(460/1920*100vw);
        background: url(/Static/lehy_s/images/pic20.png) no-repeat left center;
        background-size: contain;
        font-size: var(--f20);
        color: #fff;
        font-weight: bold;
        padding: 15px 20px;
    }

    .block_51 .info {
        padding: 15px 0;
        font-size: var(--f16);
    }

.block_52 {
    font-size: var(--f24);
    text-align: center;
    margin-top: calc(80/1920*100vw);
}

@media (max-width:1024px) {
    .block_52 {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .block_51.show_wap {
        display: flex;
        flex-wrap: wrap;
    }

    .block_51 .item {
        width: 100%;
        height: 50%;
    }

    .block_51 .tit2 {
        width: 250px;
        height: 56px;
    }

    .block_51.show_pc {
        display: none;
    }
}
/* block_5 */

/* block_6 */
.block_6 {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_6 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_6 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_6 .t2 {
        font-weight: bold;
    }

.block_61 {
    display: flex;
    margin-top: calc(80/1920*100vw);
    justify-content: space-between;
    padding: calc(50/1920*100vw);
    background: #fff;
}

.block_611 {
    width: 100%;
}

    .block_611 .tit2 {
        width: calc(460/1920*100vw);
        background: url(/Static/lehy_s/images/pic20.png) no-repeat left center;
        background-size: contain;
        font-size: var(--f20);
        color: #fff;
        font-weight: bold;
        padding: 15px 20px;
    }

    .block_611 .item {
        margin-top: 20px;
    }

    .block_611 .item2 {
        margin-top: 80px;
    }

    .block_611 .tit3 {
        font-size: var(--f24);
        font-weight: bold;
        line-height: 2;
    }

    .block_611 .info p {
        /*display: flex;
        align-items: center;*/
        line-height: 2;
        font-size: var(--f20);
    }

        .block_611 .info p::before {
            content: ' ';
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #56b3ba;
            margin-right: 8px;
            border-radius: 8px;
            flex-shrink: 0;
        }

    .block_611 .imgs {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
    }

.block_612 {
    display: none;
    width: calc(380/1920*100vw);
    margin-top: calc(160/1920*100vw);
}

.block_62 {
    margin-top: calc(40/1920*100vw);
    background: #fff;
    padding: calc(50/1920*100vw);
}

    .block_62 .item {
        padding: 10px 0;
        width: calc(1340/1920*100vw);
        border-top: 1px dashed #000;
        border-bottom: 1px dashed #000;
    }

    .block_62 .tit3 {
        font-size: var(--f24);
        line-height: 2;
    }

    .block_62 .info p {
        /*0display: flex;
        align-items: center;*/
        line-height: 2;
        font-size: var(--f20);
    }

        .block_62 .info p::before {
            content: ' ';
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #56b3ba;
            margin-right: 8px;
            border-radius: 8px;
        }

.block_63 {
    display: flex;
    justify-content: space-between;
    margin-top: calc(40/1920*100vw);
}

.block_631 {
    background: #fff;
    padding: calc(50/1920*100vw);
    width: calc(670/1920*100vw);
}

.block_632 {
    background: #fff;
    padding: calc(50/1920*100vw);
    width: calc(990/1920*100vw);
}

.block_631 .tit2 {
    background: url(/Static/lehy_s/images/pic20.png) no-repeat left center;
    background-size: contain;
    font-size: var(--f20);
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    width: calc(460/1920*100vw);
}

.block_631 .info {
    margin-top: 30px;
}

    .block_631 .info p {
        /*display: flex;*/
        line-height: 2;
        font-size: var(--f20);
    }

        .block_631 .info p::before {
            content: ' ';
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #56b3ba;
            margin-right: 8px;
            border-radius: 8px;
            flex-shrink: 0;
            flex-grow: 0;
            margin-top: 15px;
        }

.block_632 .tit2 {
    background: url(/Static/lehy_s/images/pic20.png) no-repeat left center;
    background-size: contain;
    font-size: var(--f20);
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    width: calc(460/1920*100vw);
}

.block_632 .imgs {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .block_632 .imgs .item {
        width: calc(270/1920*100vw);
    }

    .block_632 .imgs .xh {
        font-size: var(--f16);
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }

    .block_632 .imgs .tit3 {
        font-size: var(--f16);
        text-align: center;
    }

@media (max-width:1024px) {
    .block_611 .tit2, .block_632 .tit2, .block_631 .tit2 {
        font-size: 14px;
    }

    .block_631 .info p {
        font-size: 14px;
    }

        .block_631 .info p::before {
            margin-top: 5px;
        }

    .block_611 .info p, .block_62 .info p {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .block_61 {
        flex-wrap: wrap;
    }

    .block_611,
    .block_612 {
        width: 100%;
        0display:none;
    }

    .block_612 {
        display: none;
    }

    .block_611 .tit2,
    .block_631 .tit2,
    .block_632 .tit2 {
        width: 250px;
        height: 55px;
        line-height: 1.5;
    }

    .block_611 .info p {
        display: block;
    }

    .block_611 .item2 {
        margin-top: 30px;
    }

    .block_63 {
        flex-wrap: wrap;
    }

    .block_631,
    .block_632 {
        width: 100%;
    }

        .block_632 .imgs .item {
            width: 30%;
        }

    .block_62 .item {
        width: 100%;
    }
}
/* block_6 */

/* block_7 */
.block_7 {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_7 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_7 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_7 .t2 {
        font-weight: bold;
    }

.block_71 {
    margin-top: calc(80/1920*100vw);
}

.block_711 {
    display: flex;
    justify-content: space-between;
}

.block_712 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.block_7111 {
    width: calc(1160/1920*100vw);
    padding: calc(40/1920*100vw) calc(100/1920*100vw);
    background: #fff;
}

.block_7111x {
    width: calc(500/1920*100vw);
    padding: calc(40/1920*100vw);
}

.block_712 .block_7111 {
    padding: calc(40/1920*100vw);
}

.block_7111 .tit2 {
    font-size: var(--f30);
    font-weight: bold;
    color: #4fa866;
    margin-bottom: 30px;
}

.block_712 .tit2 {
    margin-bottom: 0;
}

.block_7111 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block_7111 .item {
    width: calc(450/1920*100vw)
}

.block_7111 .txt {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.block_7111 .t11 {
    font-size: var(--f20);
    font-weight: bold;
    margin-right: 10px;
}

.block_7111 .t12 {
    font-size: var(--f16);
}

.block_7111 .notice {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 15px;
}

.block_7111 .bz {
    width: calc(250/1920*100vw);
    height: calc(50/1920*100vw);
    text-align: center;
    margin-bottom: 10px;
}

.block_7122 {
    width: calc(500/1920*100vw);
    padding: calc(40/1920*100vw);
    background: #fff;
    position: relative;
}

    .block_7122 .txt {
        font-size: var(--f16);
        margin-top: 15px;
    }

    .block_7122 .tit2 {
        font-size: var(--f30);
        font-weight: bold;
        color: #4fa866;
        margin-bottom: 30px;
    }

    .block_7122 .img {
        width: calc(220/1920*100vw);
        margin: 0 auto;
    }

@media (max-width:768px) {
    .block_71 {
        flex-wrap: wrap;
    }

    .block_711,
    .block_712 {
        width: 100%;
        flex-wrap: wrap;
    }

    .block_7111,
    .block_7122 {
        width: 100%;
    }

    .block_7111x,
    .block_7122 {
        margin-top: 30px;
    }

    .block_7111 .item {
        width: 49%;
    }

    .block_7111 .txt {
        flex-wrap: wrap;
    }

    .block_7111 .t11,
    .block_7111 .t12 {
        width: 100%;
    }

    .block_7111 .bz {
        width: 120px;
        height: 30px;
    }

    .block_7111 .item {
        margin-top: 0;
    }

    .block_7122 .img {
        width: 100%;
    }

    .block_7122 .tit2 {
        position: static;
    }

    .block_7111 .notice {
        text-align: left;
    }
}
/* block_7 */
/* block_8 */
.block_8 {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_8 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_8 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_8 .t2 {
        font-weight: bold;
    }

.block_81 {
    display: flex;
    justify-content: space-between;
    margin-top: calc(80/1920*100vw);
}

.block_811 {
    width: calc(900/1920*100vw);
    padding: calc(40/1920*100vw);
    background: #fff;
}

    .block_811 .tit2 {
        font-size: var(--f30);
        font-weight: bold;
        color: #4fa866;
        margin-bottom: 30px;
    }

    .block_811 .items {
        display: flex;
        justify-content: space-between;
    }

    .block_811 .item {
        width: calc(420/1920*100vw);
    }

        .block_811 .item .img {
            width: calc(340/1920*100vw);
        }

        .block_811 .item .title {
            font-size: var(--f16);
            font-weight: bold;
            line-height: 3;
            border-bottom: 1px dashed #000;
        }

        .block_811 .item .paras {
            margin-top: 10px;
            font-size: var(--f16);
            /*line-height: 2;*/
        }

            .block_811 .item .paras p {
                display: flex;
                align-items: flex-start;
                margin-bottom:5px;
            }

        .block_811 .item .t11 {
            margin-right: 5px;
			flex-shrink:0;
			flex-grow:0;
        }

        .block_811 .item .t22 {
            font-weight: bold;
            width: 60px;
			flex-shrink:0;
			flex-grow:0;
        }


.block_812 {
    width: calc(780/1920*100vw);
    padding: calc(40/1920*100vw);
    background: #fff;
}

    .block_812 .tit2 {
        font-size: var(--f30);
        font-weight: bold;
        color: #4fa866;
        margin-bottom: 30px;
    }

    .block_812 .items {
        display: flex;
        margin-top: calc(100/1920*100vw);
    }
        .block_812 .items.show_wap{
            display:none;
        }

        .block_812 .item {
            width: 33.333%;
        }

    .block_812 .item {
        width: 33.333%;
    }

    .block_812 .title {
        text-align: center;
        font-size: var(--f16);
        font-weight: bold;
        line-height: 2;
    }

    .block_812 .info {
        text-align: center;
        font-size: 12px;
        line-height: 2;
    }

    .block_812 .notice {
        color: #666;
        text-align: right;
        font-size: 12px;
        margin-top: calc(50/1920*100vw);
    }

@media (max-width:1024px) {
    .block_81 {
        flex-wrap: wrap;
    }

    .block_811 {
        width: 100%;
    }

    .block_812 {
        width: 100%;
    }

    .block_811 .item {
        width: 48%;
    }

    .block_812 .item {
        width: 30%;
    }
}

@media (max-width:768px) {
    .block_811 .items,
    .block_812 .items {
        flex-wrap: wrap;
    }
        .block_812 .items.show_wap
        {
            display:flex;
        }

        .block_811 .items.show_pc,
        .block_812 .items.show_pc {
            display: none;
        }

    .block_811 .item {
        width: 100%;
    }

        .block_811 .item .img {
            width: 100%;
        }

    .block_812 {
        margin-top: 30px;
    }

        .block_812 .item {
            width: 100%;
        }

            .block_812 .item .img {
                text-align: center;
            }

                .block_812 .item .img img {
                    max-width: 100px;
                }

        .block_812 .notice {
            text-align: left;
        }
}
/* block_8 */
/* block_9 */
.block_9 {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_9 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_9 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_9 .t2 {
        font-weight: bold;
    }

    .block_9 .cont {
        background: #fff;
        margin-top: calc(80/1920*100vw);
        padding: calc(100/1920*100vw)
    }

    .block_9 .items {
        display: flex;
        justify-content: space-between;
    }

    .block_9 .item {
        position: relative;
        width: calc(700/1920*100vw);
    }

    .block_9 .box {
        display: flex;
        justify-content: space-between;
    }

    .block_9 .tag {
        margin-bottom: 20px;
        width: calc(157/1920*100vw);
        height: calc(34/1920*100vw);
    }

    .block_9 .img {
        width: calc(328/1920*100vw);
    }

    .block_9 .infos {
        width: calc(350/1920*100vw);
    }

    .block_9 .item .infos p {
        display: flex;
        align-items: flex-start;
        margin-bottom:5px;
    }

    .block_9 .item .t11 {
        margin-right: 5px;
		flex-shrink:0;
    }

    .block_9 .item .t22 {
        font-weight: bold;
        width: 90px;
        flex-shrink:0;
    }

    .block_9 .ewm {
        margin-top: 30px;
    }

    .block_9 .notice {
        text-align: right;
        font-size: 12px;
        margin-top: 30px;
        color: #666;
    }

@media (max-width:1024px) {
    .block_9 .items {
        flex-wrap: wrap;
    }

    .block_9 .item {
        width: 100%;
    }

    .block_9 .img {
        width: 40%;
    }

    .block_9 .infos {
        width: 55%;
    }
}

@media (max-width:768px) {
    .block_9 .box {
        flex-wrap: wrap;
    }

    .block_9 .img,
    .block_9 .infos {
        width: 100%;
    }

    .block_9 .infos {
        margin-top: 15px;
    }

    .block_9 .notice {
        text-align: left;
    }

    .block_9 .item .t22 {
        width: 90px;
    }

    .block_9 .tag {
        height: 30px;
        width: 120px;
    }

    .block_9 .items.show_pc {
        display: none;
    }
}
/* block_9 */

/* block_10 */
.block_10 {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_10 .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_10 .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_10 .t2 {
        font-weight: bold;
    }

    .block_10 .cont {
        background: #fff;
        margin-top: calc(80/1920*100vw);
        padding: calc(100/1920*100vw)
    }

    .block_10 .items1 {
        display: flex;
        justify-content: space-between;
    }
        .block_10 .items1.show_wap{
            display:none;
        }

        .block_10 .items1 .item {
            width: calc(340/1920*100vw);
        }

        .block_10 .items1 .title {
            font-size: var(--f16);
            font-weight: bold;
            line-height: 2;
            margin-top: 10px;
        }

        .block_10 .items1 .info {
            font-size: var(--f16);
            line-height: 2;
        }

        .block_10 .items1 .tag {
            margin-bottom: 20px;
            width: calc(157/1920*100vw);
            height: calc(34/1920*100vw);
        }

    .block_10 .items2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: calc(50/1920*100vw);
    }

        .block_10 .items2 .notice {
            font-size: 12px;
            color: #666;
        }

        .block_10 .items2 .title {
            font-size: var(--f16);
            font-weight: bold;
            line-height: 2;
            margin-bottom: 10px;
        }

        .block_10 .items2 .info {
            font-size: var(--f16);
            line-height: 2;
        }

    .block_10 .items3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: calc(50/1920*100vw);
    }

    .block_10 .tag {
        margin-bottom: 20px;
        width: calc(157/1920*100vw);
        height: calc(34/1920*100vw);
    }

    .block_10 .title {
        font-size: var(--f30);
        font-weight: bold;
        color: #4fa866;
        margin-bottom: 30px;
    }

    .block_10 .notice {
        max-width: 250px;
        text-align: left;
        font-size: 12px;
        margin-top: 30px;
        color: #666;
    }

    .block_10 .items3.show_wap {
        display: none;
    }

@media (max-width:1024px) {
    .block_10 .items1 {
        flex-wrap: wrap;
    }

        .block_10 .items1 .item {
            width: 49%;
        }

    .block_10 .items2 {
        flex-wrap: wrap;
    }

        .block_10 .items2 .item {
            width: 49%;
        }

            .block_10 .items2 .item:nth-last-child(1) {
                width: 100%;
            }

    .block_10 .items3.show_wap {
        display: flex;
        flex-wrap: wrap;
    }

    .block_10 .items3 .item {
        width: 49%;
    }

        .block_10 .items3 .item:nth-last-child(1) {
            width: 100%;
        }

    .block_10 .notice {
        max-width: inherit;
    }
}

@media (max-width:768px) {
    .block_10 .items1 .tag,
    .block_10 .tag {
        width: 120px;
        height: 30px;
        margin-bottom: 10px;
    }

        

        .block_10 .items1 .item,
        .block_10 .items3 .item {
            width: 100%;
            margin-bottom: 30px;
        }
    .block_10 .title{
        margin-bottom:15px;
    }
    .block_10 .items1 .item, .block_10 .items3 .item
    {
        margin-bottom:15px;
    }

    .block_10 .items1 .item {
        height: 50%;
    }

    .block_10 .items3.show_pc {
        display: none;
    }
    .block_10 .items1.show_wap{
        display:flex;
    }

    .block_10 .items3.show_wap .item:nth-child(3) {
        width: 50%;
    }

    .block_10 .items3.show_wap .item:nth-child(4) {
        width: 50%;
    }

    .block_10 .items2 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .block_10 .items1.show_pc {
        display: none;
    }

    .block_10 .items3.show_pc {
        display: none;
    }

    .block_10 .items2 .notice {
        margin-top: 0;
    }
    .block_10 .tag.none {
        display: none;
    }
}
/* block_10 */

/* block_12 */
.block_12x {
    margin-top: calc(100/1920*100vw);
    background: #e5e5e5;
    padding: calc(100/1920*100vw) 0;
}

    .block_12x .tit {
        border-left: 5px solid #BF2B34;
        padding-left: 15px;
    }

    .block_12x .t1 {
        color: #BF2B34;
        font-weight: bold;
    }

    .block_12x .t2 {
        font-weight: bold;
    }

.block_12x_1box {
    background: #fff;
    padding: calc(50/1920*100vw);
    margin-top: calc(80/1920*100vw);
}
    .block_12x_1box .notice{
        font-size:12px;
        margin-top:30px;
        color:#666;
    }

    .block_12x_1 {
        display: flex;
        justify-content: space-between;
    }

.block_12x_11x {
    width: calc(560/1920*100vw);
}

.block_12x_11 {
    width: calc(400/1920*100vw);
}

    .block_12x_11 .tit2 {
        color: #4fa866;
        font-size: var(--f30);
        font-weight: bold;
    }

    .block_12x_11 .items {
        display: flex;
        justify-content: space-between;
        margin-top: calc(70/1920*100vw);
    }

    .block_12x_11 .tit3,
    .block_12x_15 .tit3 {
        line-height: 2;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }


    .block_12x_11 .notice,
    .block_12x_12x .notice {
        text-align: center;
        font-size: 12px;
        margin-top: 30px;
    }

.block_12x_12 {
    margin-top: calc(160/1920*100vw);
}

    .block_12x_12 .tag {
        text-align: center;
    }

    .block_12x_12 .items {
        margin-top: calc(50/1920*100vw);
        display: flex;
        justify-content: space-around;
    }
        .block_12x_12 .items.show_wap,
        .block_12x_16 .items.show_wap {
            display: none;
        }
        .block_12x_12 .item {
            position: relative;
            width: 33.33333%;
        }
            .block_12x_12 .item .tag{
                position:absolute;
                top:-20px;
                transform:translateY(-100%)
            }

            .block_12x_12 .item .pic {
                margin-bottom: calc(50/1920*100vw);
            }

    .block_12x_12 .item .tit3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
        text-align: center;
    }

    .block_12x_12 .item .info {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }

.block_12x_12x {
    width: calc(391/1920*100vw);
}

.block_12x_15 {
    position: relative;
}

    .block_12x_15 .tit2 {
        color: #4fa866;
        font-size: var(--f30);
        font-weight: bold;
    }

    .block_12x_15 .items {
        display: flex;
        justify-content: flex-start;
        margin-top: calc(70/1920*100vw);
    }

    /*.block_12x_15 .tit3 {
        line-height: 2;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .block_12x_15 .notice {
        text-align: center;
        font-size: 12px;
        margin-top: 30px;
    }

    .block_12x_15 .notice {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 10px;
    }*/
.block_12x_16 {
    margin-top: calc(160/1920*100vw);
}
.block_12x_16 .tag {
    text-align: center;
}

.block_12x_16 .items {
    margin-top: calc(30/1920*100vw);
    display: flex;
    justify-content: space-around;
}

.block_12x_16 .item {
    width: 48%;
}

    .block_12x_16 .item .pic {
        margin-bottom: calc(50/1920*100vw);
        text-align: center;
    }

    .block_12x_16 .item .tit3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
        text-align: center;
    }

    .block_12x_16 .item .info {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
.block_12x_13,
.block_12x_14 {
    width: calc(290/1920*100vw);
    margin: 0 auto;
}

.block_12x_13x {
    width: calc(400/1920*100vw);
}

.block_12x_13 .tit2 {
    text-align:center;
    color: #4fa866;
    font-size: var(--f30);
    font-weight: bold;
}

.block_12x_13 .items {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.block_12x_13 .item {
    width: 48%;
}
    .block_12x_13 .item .img{
        max-width:120px;
    }

    .block_12x_13 .tit3 {
        line-height: 2;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

.block_12x_13 .info {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.block_12x_14 {
    margin-top: calc(30/1920*100vw);
}

    .block_12x_14 .tit4 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 2;
    }

    .block_12x_14 .info4 {
        font-size: 12px;
        text-align: center;
    }

    .block_12x_14 .items {
        display: flex;
        justify-content: space-around;
        margin-top: calc(30/1920*100vw);
    }
        .block_12x_14 .item{
            width:48%;
        }
    .block_12x_14 .item .img {
        margin:0 auto;
        width: 50%;
    }

        .block_12x_14 .tit5 {
            line-height: 3;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }


.block_12x_17 {
    width: calc(290/1920*100vw);
    margin: 0 auto;
    margin-top: calc(30/1920*100vw);
}

.block_12x_17 .tit2 {
    text-align:center;
    color: #4fa866;
    font-size: var(--f30);
    font-weight: bold;
}

.block_12x_17 .items {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.block_12x_17 .item {
    width: 45%;
}
    .block_12x_17 .item .img{
        width:50%;
        margin:0 auto;
    }

    .block_12x_17 .tit3 {
        line-height: 2;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

.block_12x_17 .info {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.block_12x_17 .notice {
    font-size: 10px;
    margin-top: 30px;
}

.block_12x_18 {
    margin-top: calc(30/1920*100vw);
}

    .block_12x_18 .tit2 {
        text-align:center;
        color: #4fa866;
        font-size: var(--f30);
        font-weight: bold;
    }

    .block_12x_18 .tit4 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 2;
    }

    .block_12x_18 .info4 {
        font-size: 12px;
        text-align: center;
    }

    .block_12x_18 .items {
        display: flex;
        justify-content: space-around;
        margin-top: calc(50/1920*100vw);
    }

    .block_12x_18 .item .img {
        width: calc(120/1920*100vw);
    }

    .block_12x_18 .tit5 {
        line-height: 3;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .block_12x_18 .notice {
        font-size: 10px;
        margin-top: 30px;
        text-align: right;
    }

/*.block_12x .swiper-container {
        margin-top: calc(80/1920*100vw);
    }
    .block_12x .swiper-slide {
        display: flex;
        justify-content: space-between;
    }
    .block_12x .slide_left {
        display:flex;
        justify-content:space-between;
        background: #fff;
        padding: calc(50/1920*100vw);
        width: calc(1160/1920*100vw);
    }

.block_12x .slide_right {
    background: #fff;
    padding: calc(50/1920*100vw);
    width: calc(520/1920*100vw);
}


.my_slide2 .slide_left {
    width: calc(1100/1920*100vw);
}
.my_slide2 .slide_right {
    width: calc(580/1920*100vw);
}*/
@media (max-width:1024px) {
    .block_12x .swiper-slide {
        flex-wrap: wrap;
    }

    .block_12x .slide_left {
        width: 100%;
        flex-wrap: wrap;
    }

    .block_12x_11,
    .block_12x_12 {
        width: 100%;
    }

    .block_12x_12 {
        margin-top: 30px;
    }

    .block_12x_11 .items {
        width: 100%;
        justify-content: center;
    }

    .block_12x .slide_right {
        width: 100%;
        margin-top: 30px;
    }

    .block_12x_13 .item .img {
        text-align: center;
    }

    .block_12x_18 .item .img {
        width: 200px;
    }
}

@media (max-width:768px) {
    .block_12x_1{
        flex-wrap:wrap;
    }
    .block_12x_11x,
    .block_12x_12x,
    .block_12x_13x {
        width: 100%;
    }
    .block_12x_11 .items .item {
        width: 100px;
        margin: 0 15px;
    }
    .block_12x_13 .item{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
        .block_12x_13 .item .img{
            width:100px;
        }
    .block_12x_15 .items .item .pic {
        width: 100px;
    }
    .block_12x_14 .item
    {
        width:auto;
        margin:0 10px;
    }
    .block_12x_14 .item .img {
        width: 50px;
    }
    .block_12x_14 .items {
        margin-top: 30px;
        justify-content:center;
    }
    .block_12x_18 .item .img{
        width:100px;
    }
    .block_12x_12x,
    .block_12x_13,
    .block_12x_18 {
        margin-top: 30px;
    }
    .block_12x_15 .items {
        justify-content: center;
    }
    .block_12x_12 .item .tag {
        top: 30px;
        width: 100px;
    }
    .block_12x_12 .items.show_wap,
    .block_12x_16 .items.show_wap {
        display: block;
    }
    .block_12x .swiper-slide {
        flex-wrap: wrap;
    }

    .block_12x_18 .notice,
    .block_12x_17 .tit2,
    .block_12x_18 .tit2 {
        text-align: left;
    }

    .block_12x .slide_left,
    .block_12x .slide_right {
        width: 100%;
    }

    .block_12x_12 .items.show_pc,
    .block_12x_16 .items.show_pc {
        display: none;
    }
    .block_12x_16 .item .pic {
        max-width: 50px;
        margin: 0 auto;
    }
    .block_12x_13,
    .block_12x_14,
    .block_12x_17 {
        width: 100%;
        margin-top: 30px;
    }
    .block_12x_13 .tit2 {
        text-align: left;
    }
    .block_12x_12 .item {
        width: 49%;
        text-align: center;
        margin-top: 15px;
    }

        .block_12x_12 .item .pic img {
            width: 50px;
        }

    .block_12x_15,
    .block_12x_16 {
        width: 100%;
    }

        .block_12x_15 .notice {
            position: static;
            margin-top: 30px;
        }

    .block_12x_13 .info, .block_12x_14 .info4, .block_12x_12 .item .info {
        font-size: 14px;
    }
}
/* block_12 */


.pro_notice {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px auto;
    padding: 30px 0;
    font-size: 16px;
    color: #999;
}

    .pro_notice:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 30px;
        background: #e00024;
        margin-right: 10px;
    }

.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-size: cover;
    background-image: url(/Static/lehy_s/images/left.png);
}

.swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-image: url(/Static/lehy_s/images/right.png);
}

@media (max-width:768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}
