* {
    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: #ffc001;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --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_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .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;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        max-width: 1400px;
        padding: 15px 0;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .con1 {
        display: flex;
        justify-content: space-between;
    }
    .con1left {
        width: 35%;
        background-image: url(../images/bg1.png);
        padding: 8%;
    }
    .con1left p {
        color: var(--main-color-white);
        margin-bottom: 110px;
        font-size: 20px;
    }
    .con1left span {
        color: var(--main-color-white);
        font-size: 15px;
        line-height: 30px;
    }
    .con1right {
        width: 65%;
        padding: 80px 8%;
    }
    .con1right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1right ul li {
        width: 48%;
        margin-bottom: 45px;
    }
    .con1right ul li img {
        width: 70px;
        display: block;
        margin: 0 auto;
    }
    .con1right ul li p {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 25px;
        margin-top: 15px;
        text-align: center;
        padding: 0 25%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2 {
        padding: 80px 0;
    }
    .con_title {
        margin-bottom: 45px;
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
    }
    .con_title span {
        color: var(--main-color-999);
        font-size: 14px;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc(100% / 2);
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        /* height: 430px;*/
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-white);
        height: 40px;
        line-height: 40px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        padding: 0 20px;
        background: rgba(0, 0, 0, .7);
        font-size: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .con3 {
        width: 100%;
        padding-bottom: 80px;
        background-image: url(../images/abbg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .con3con {
        margin: 0 auto;
        max-width: 850px;
    }
    .abp {
        margin: 55px 0;
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 30px;
        text-align: center;
    }
    .con4 {
        padding: 80px 5%;
        background-color: var(--main-color);
    }
    .con4 .mumping_mun {
        display: flex;
        flex-wrap: wrap;
    }
    .con4 .mumping_mun li {
        width: calc(100% / 6);
        padding: 0 20px;
    }
    .con4 .mumping_mun li h2 {
        text-align: center;
        color: var(--main-color-white);
        font-size: 36px;
        font-weight: normal;
        width: 100%;
    }
    .con4 .mumping_mun li p {
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        margin-top: 10px;
    }
    .con5 {
        padding: 80px 0;
    }
    .con5con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .teambox {
        width: 100%;
        overflow: hidden;
        border: 1px solid var(--main-color);
    }
    .teambox img {
        width: 100%;
        height: 340px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con5con ul li p {
        font-size: 14px;
        color: var(--main-color-333);
        margin-top: 10px;
        text-align: center;
    }
    .con5con ul li span {
        font-size: 12px;
        display: block;
        text-align: center;
        color: var(--main-color-999);
        margin-top: 10px;
    }
    .con6 {
        padding: 80px 0;
    }
    .con6con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6conleft {
        width: 50%;
        padding: 5% 8%;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con6conleft ul li {
        margin-bottom: 70px;
    }
    .con6conleft ul li p {
        font-size: 18px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .con6conleft ul li span {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .con6conright {
        width: 50%;
        padding: 0 8%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con6conright strong {
        display: block;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: normal;
        color: var(--main-color-333);
    }
    .con6conright span {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 30px;
    }
    .con7 {
        padding: 80px 0;
    }
    .con7con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .mySwiperNew .newbox {
        display: block;
        overflow: hidden;
    }
    .mySwiperNew .swiper-slide {
        cursor: pointer;
        box-shadow: var(--main-shadow);
    }
    .mySwiperNew .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiperNew .newbox img {
        transition: var(--main-transition);
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .t_div {
        background-color: var(--main-color-white);
        padding: 15px;
    }
    .newtitle {
        font-size: 16px;
        display: block;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .mySwiperNew .swiper-slide:hover .newtitle {
        color: var(--main-color);
    }
    .t_div span {
        color: #bdbdbd;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }
    .t_div p {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-888);
        margin-bottom: 10px;
    }
    .tobox {
        width: 30px;
        height: 30px;
        background-color: var(--main-color);
        border-radius: 50%;
        text-align: center;
        color: var(--main-color-white);
        line-height: 30px;
    }
    .aboutus1 {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 996px) {
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        margin: 0 auto;
    }
    .f_nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #a1d2b0;
        margin-bottom: 25px;
    }
    .f_nav li a {
        font-size: 15px;
        color: var(--main-color-white);
        padding: 0 10px;
        margin-bottom: 10px;
        display: block;
    }
    .foot2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foot2 ul {
        width: 100%;
        margin-bottom: 10px;
    }
    .foot2 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .foot2 ul li i {
        width: 20px;
        font-size: 14px !important;
        color: var(--main-color-white);
    }
    .foot2 ul li span {
        padding-left: 5px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .codebox img {
        width: 100px;
        height: 100px;
    }
    .codebox p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
    }
    .con7 {
        padding: 30px 15px;
    }
    .con7con {
        margin: 0 auto;
    }
    .mySwiperNew .newbox {
        display: block;
        overflow: hidden;
    }
    .mySwiperNew .swiper-slide {
        cursor: pointer;
        box-shadow: var(--main-shadow);
    }
    .mySwiperNew .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiperNew .newbox img {
        transition: var(--main-transition);
        width: 100%;
        object-fit: cover;
    }
    .t_div {
        background-color: var(--main-color-white);
        padding: 15px;
    }
    .newtitle {
        font-size: 16px;
        display: block;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .mySwiperNew .swiper-slide:hover .newtitle {
        color: var(--main-color);
    }
    .t_div span {
        color: #bdbdbd;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }
    .t_div p {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-888);
        margin-bottom: 10px;
    }
    .tobox {
        width: 30px;
        height: 30px;
        background-color: var(--main-color);
        border-radius: 50%;
        text-align: center;
        color: var(--main-color-white);
        line-height: 30px;
    }
    .con6 {
        padding: 30px 15px;
    }
    .con6con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6conleft {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con6conleft ul li {
        margin-bottom: 30px;
    }
    .con6conleft ul li p {
        font-size: 15px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .con6conleft ul li span {
        font-size: 13px;
        color: var(--main-color-white);
    }
    .con6conright {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con6conright strong {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: normal;
        color: var(--main-color-333);
    }
    .con6conright span {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 30px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5con ul li {
        width: 48%;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .teambox {
        width: 100%;
        overflow: hidden;
        border: 1px solid var(--main-color);
    }
    .teambox img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con5con ul li p {
        font-size: 14px;
        color: var(--main-color-333);
        margin-top: 10px;
        text-align: center;
    }
    .con5con ul li span {
        font-size: 12px;
        display: block;
        text-align: center;
        color: var(--main-color-999);
        margin-top: 10px;
    }
    .con4 {
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .con4 .mumping_mun {
        display: flex;
        flex-wrap: wrap;
    }
    .con4 .mumping_mun li {
        width: calc(100% / 2);
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .con4 .mumping_mun li h2 {
        text-align: center;
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
        width: 100%;
    }
    .con4 .mumping_mun li p {
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        margin-top: 10px;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .abp {
        margin: 25px 0;
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 30px;
        text-align: center;
    }
    .con2 {
        padding: 30px 15px;
    }
    .con_title {
        margin-bottom: 25px;
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 16;
    }
    .con_title span {
        color: var(--main-color-999);
        font-size: 13px;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc(100% / 2);
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-white);
        height: 40px;
        line-height: 40px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        padding: 0 15px;
        background: rgba(0, 0, 0, .7);
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .con1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        background-image: url(../images/bg1.png);
        padding: 30px 15px;
    }
    .con1left p {
        color: var(--main-color-white);
        margin-bottom: 20px;
        font-size: 16px;
    }
    .con1left span {
        color: var(--main-color-white);
        font-size: 13px;
        line-height: 25px;
    }
    .con1right {
        width: 100%;
        padding: 30px 15px;
    }
    .con1right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1right ul li {
        width: 48%;
        margin-bottom: 25px;
    }
    .con1right ul li img {
        width: 45px;
        display: block;
        margin: 0 auto;
    }
    .con1right ul li p {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 25px;
        margin-top: 10px;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .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-666);
        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-666);
        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-666);
        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-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 40px;
    }
    .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;
    }
    .mb_right {
        display: flex;
        align-items: center;
    }
    .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;
    }
}