* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #05931e;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .ml_pchead {
        width: 100%;
        background-color: var(--main-color-white);
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .pclogo img {
        height: 40px;
    }
    .ml_pcheader {
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-fontColor);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-fontColor);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover {
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .first_a {
        color: #fff;
        font-weight: bold;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-fontColor);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 80px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .con1 {
        padding: 80px 0;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 50px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        font-size: 60px;
        color: #f5fbf6;
    }
    .con_title h1 {
        font-size: 30px;
        color: var(--main-color);
        text-align: center;
        font-weight: normal;
        margin-top: -50px;
    }
    .con1con ul {
        display: flex;
        align-items: center;
     /*   justify-content: space-between;*/
        flex-wrap: wrap;
		justify-content: space-evenly;
    }
    .con1con ul li {
        width: calc(100% / 3);
        margin-bottom: 30px;
        border-right: 1px solid #ededed;
    }
    .con1con ul li:nth-child(3n) {
        border-right: none;
    }
    .con1con ul li img {
        display: block;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .con1con ul li p {
        margin: 10px auto;
        font-size: 15px;
        color: var(--main-color-p_color);
        text-align: center;
    }
    .con1con ul li span {
        display: block;
        font-size: 12px;
        color: #535353;
        text-align: center;
        padding: 0 80px;
        line-height: 25px;
    }
    .con2 {
        width: 100%;
        padding: 100px 0;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .con2left {
        width: 360px;
        padding: 45px 40px;
        background-color: var(--main-color);
        border-radius: 15px;
    }
    .con2right {
        flex: 1;
    }
    .con2left strong {
        display: block;
        color: var(--main-color-white);
        position: relative;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .con2left strong::after {
        position: absolute;
        content: '';
        width: 33px;
        height: 3px;
        background-color: var(--main-color-white);
        bottom: -20px;
        left: 0;
    }
    .con2left p {
        font-size: 12px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .con2left a {
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #73c281;
        border-radius: 40px;
        font-size: 13px;
        color: var(--main-color-white);
        margin-top: 20px;
    }
    .con3 {
        padding: 80px 15px;
        width: 100%;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 30px;
        box-shadow: var(--main-shadow);
        padding: 25px 50px;
        overflow: hidden;
        border-radius: 5px;
    }
    .con3con ul li:nth-child(3n) {
        margin-right: 0px !important;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li:hover p {
        color: var(--main-color);
    }
    .con3con ul li img {
        width: 100%;
        transition: var(--main-transition);
        height: 220px;
        display: block;
        object-fit: contain;
    }
    .con3con ul li a {
        display: block;
        overflow: hidden;
    }
    .con3con ul li p {
        font-size: 14px;
        margin: 15px auto;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .con3con ul li span {
        color: var(--main-color);
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .more img {
        height: 21px;
    }
    .more {
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: 30px;
        color: var(--main-color-white);
        width: 140px;
        height: 30px;
        line-height: 30px;
        justify-content: space-between;
        border-radius: 40px;
        background-color: var(--main-color);
        font-size: 13px;
        padding: 5px 10px;
    }
    .con4 {
        width: 100%;
        padding: 80px 0;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4conbox {
        display: flex;
        justify-content: space-between;
    }
    .con4conleft {
        width: 48%;
    }
    .con4conright {
        width: 48%;
    }
    .con4con .ml_banner {
        margin: 0 !important;
    }
    .con4con .ml_banner img {
        height: 375px;
        width: 100%;
        object-fit: cover;
    }
    .con4con .bannerpage {
        display: none;
    }
    .pos_new {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, .7);
        color: var(--main-color-white);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
    .con4conright ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .con4conright ul li {
        padding: 15px 0;
        border-bottom: 1px solid #ededed;
        transition: var(--main-transition);
    }
    .con4conright ul li span {
        color: var(--main-color-999);
        font-size: 12px;
        display: block;
        padding-left: 30px;
        transition: var(--main-transition);
    }
    .con4conright ul li a {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 30px;
        transition: var(--main-transition);
        font-size: 14px;
        color: var(--main-color-p_color);
        margin-bottom: 10px;
        position: relative;
    }
    .con4conright ul li a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        background-color: #dbdbdb;
        left: 0;
        transition: var(--main-transition);
        top: 8px;
    }
    .con4conright ul li:hover a {
        color: var(--main-color) !important;
    }
    .con4conright ul li:hover {
        border-bottom: 1px solid var(--main-color) !important;
    }
    .con4conright ul li:hover a::after {
        background-color: var(--main-color) !important;
    }
    .con4conright ul li:hover span {
        color: var(--main-color) !important;
    }
    .con5 {
        padding: 150px 0;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .con5 p {
        color: var(--main-color-white);
    }
    .con5 .more {
        background-color: var(--main-color-white);
        color: var(--main-color);
    }
    .foot {
        width: 100%;
        padding: 50px 0;
        background-image: url(../images/bgf.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footerleft {
        /* width: 48%; */
    }
    .footerleft ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .footerleft ul li a {
        display: block;
        font-size: 15px;
        color: var(--main-color-span_color);
        margin-right: 35px;
        margin-bottom: 10px;
    }
    .footerleft ul li a:hover {
        color: var(--main-color);
    }
    .link {
        margin-top: 30px;
    }
    .linkitem {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .linkitem i {
        font-size: 15px !important;
        width: 20px !important;
        display: block;
        height: 20px !important;
        color: var(--main-color);
    }
    .linkitem span {
        flex: 1;
        padding-left: 15px;
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .footerright {
        width: 48%;
    }
    .footerright ul {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .footerright ul li {
        margin-left: 20px;
    }
    .footerright ul li img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }
    .footerright ul li p {
        font-size: 14px;
        color: var(--main-color-p_color);
        text-align: center;
        padding: 10px 0;
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #cacdd1;
    }
    .copycon {
        text-align: center;
        font-size: 14px;
        color: var(--main-color-p_color);
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-p_color);
    }
    .inbanner {
        width: 100%;
        height: 215px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    .inbanner strong {
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 30px;
    }
    .aboutus1 {
        padding: 50px 0;
        width: 100%;
    }
    .aboutus1con {
        max-width: 800px;
        margin: 0 auto;
    }
    .aboutus1con strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-p_color);
        text-align: center;
        font-weight: normal;
        margin-bottom: 35px;
    }
    .aboutus1con p {
        font-size: 14px;
        text-align: center;
        color: var(--main-color-fontColor);
        line-height: 30px;
    }
    .aboutus2 {
        width: 100%;
        padding: 80px 0;
    }
    .aboutus2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus2con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        position: relative;
    }
    .aboutus2con ul li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .aboutus2con ul li:hover .casepos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .casepos {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-white);
        text-align: center;
        font-size: 14px;
        padding: 0 20px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: rgba(0, 0, 0, .7);
        z-index: 10;
    }
    .aboutus2con ul li img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .inside {
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        width: 100%;
        padding: 20px 15px;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus2con {
        margin: 0 auto;
    }
    .aboutus2con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus2con ul li {
        width: 48%;
        margin-bottom: 20px;
        position: relative;
    }
    .aboutus2con ul li img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .casepos {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-white);
        text-align: center;
        font-size: 14px;
        padding: 0 20px;
        overflow: hidden;
        transition: var(--main-transition);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: rgba(0, 0, 0, .7);
        z-index: 10;
    }
    .aboutus1 {
        padding: 30px 15px;
        width: 100%;
    }
    .aboutus1con {
        width: 100%;
        margin: 0 auto;
    }
    .aboutus1con strong {
        display: block;
        font-size: 20px;
        color: var(--main-color-p_color);
        text-align: center;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .aboutus1con p {
        font-size: 14px;
        text-align: center;
        color: var(--main-color-fontColor);
        line-height: 30px;
    }
    .inbanner {
        width: 100%;
        height: 150px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .inbanner strong {
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 25px;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bgf.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .footerleft ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .footerleft ul li a {
        display: block;
        font-size: 13px;
        color: var(--main-color-span_color);
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .footerleft ul li a:hover {
        color: var(--main-color);
    }
    .link {
        margin-top: 20px;
    }
    .linkitem {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .linkitem i {
        font-size: 13px !important;
        width: 20px !important;
        display: block;
        height: 20px !important;
        color: var(--main-color);
    }
    .linkitem span {
        flex: 1;
        padding-left: 15px;
        font-size: 13px;
        color: var(--main-color-span_color);
    }
    .footerright {
        width: 100%;
    }
    .footerright ul {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .footerright ul li img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }
    .footerright ul li p {
        font-size: 14px;
        color: var(--main-color-p_color);
        text-align: center;
        padding: 10px 0;
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #cacdd1;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        font-size: 13px;
        color: var(--main-color-p_color);
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-p_color);
    }
    .con5 {
        padding: 80px 0;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .con5 p {
        color: var(--main-color-white);
    }
    .con5 .more {
        background-color: var(--main-color-white);
        color: var(--main-color);
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4conbox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con4conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .con4conright {
        width: 100%;
    }
    .con4con .ml_banner {
        margin: 0 !important;
    }
    .con4con .ml_banner img {
        width: 100%;
        object-fit: cover;
    }
    .con4con .bannerpage {
        display: none;
    }
    .pos_new {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, .7);
        color: var(--main-color-white);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
    .con4conright ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .con4conright ul li {
        padding: 10px 0;
        border-bottom: 1px solid #ededed;
        transition: var(--main-transition);
    }
    .con4conright ul li span {
        color: var(--main-color-999);
        font-size: 12px;
        display: block;
        padding-left: 30px;
        transition: var(--main-transition);
    }
    .con4conright ul li a {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 30px;
        transition: var(--main-transition);
        font-size: 14px;
        color: var(--main-color-p_color);
        margin-bottom: 10px;
        position: relative;
    }
    .con4conright ul li a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        background-color: #dbdbdb;
        left: 0;
        transition: var(--main-transition);
        top: 8px;
    }
    .con4conright ul li:hover a {
        color: var(--main-color) !important;
    }
    .con4conright ul li:hover {
        border-bottom: 1px solid var(--main-color) !important;
    }
    .con4conright ul li:hover a::after {
        background-color: var(--main-color) !important;
    }
    .con4conright ul li:hover span {
        color: var(--main-color) !important;
    }
    .con3 {
        padding: 30px 15px;
        width: 100%;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .con3con ul li {
        width: 48%;
        margin-bottom: 30px;
        cursor: pointer;
        box-shadow: var(--main-shadow);
        padding: 20px;
        overflow: hidden;
        border-radius: 5px;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li:hover p {
        color: var(--main-color);
    }
    .con3con ul li img {
        width: 100%;
        transition: var(--main-transition);
        height: 150px;
        display: block;
        object-fit: contain;
    }
    .con3con ul li a {
        display: block;
        overflow: hidden;
    }
    .con3con ul li p {
        font-size: 14px;
        margin: 15px auto;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .con3con ul li span {
        color: var(--main-color);
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .more img {
        height: 21px;
    }
    .more {
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px;
        color: var(--main-color-white);
        width: 140px;
        height: 30px;
        line-height: 30px;
        justify-content: space-between;
        border-radius: 40px;
        background-color: var(--main-color);
        font-size: 13px;
        padding: 5px 10px;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .con2left {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color);
        border-radius: 15px;
    }
    .con2right {
        display: none;
    }
    .con2left strong {
        display: block;
        color: var(--main-color-white);
        position: relative;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .con2left strong::after {
        position: absolute;
        content: '';
        width: 33px;
        height: 3px;
        background-color: var(--main-color-white);
        bottom: -20px;
        left: 0;
    }
    .con2left p {
        font-size: 12px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .con2left a {
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #73c281;
        border-radius: 40px;
        font-size: 13px;
        color: var(--main-color-white);
        margin-top: 20px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 30px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #f5fbf6;
    }
    .con_title h1 {
        font-size: 20px;
        color: var(--main-color);
        text-align: center;
        font-weight: normal;
        margin-top: -20px;
    }
    .con1con ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc(100% / 2);
        margin-bottom: 30px;
        border-right: 1px solid #ededed;
    }
    .con1con ul li:nth-child(2n) {
        border-right: none;
    }
    .con1con ul li img {
        display: block;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .con1con ul li p {
        margin: 10px auto;
        font-size: 15px;
        color: var(--main-color-p_color);
        text-align: center;
    }
    .con1con ul li span {
        display: block;
        font-size: 12px;
        color: #535353;
        text-align: center;
        padding: 0 15px;
        line-height: 25px;
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .ml_pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-fontColor);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}