* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #cb3a4b;
    --main-color1: #eb6100;
    --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;
        background-color: var(--main-color);
        background-color: #eeeff2;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-666);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../image/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color);
        font-weight: normal;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        ;
    }
    .inside {
        padding: 15px 10%;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .main_body {
        width: calc(100% - 0px);
    }
    .pc_fixed {
        width: 100px;
        background-color: var(--main-color-white);
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: -1px 0px 10px 0px #d8d8d8;
        align-items: center;
	 display:none;
    }
    .loading {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: var(--main-color-white);
    }
    .loadingbox {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .loadingbox img {
        width: 100px;
        transition: var(--main-transition);
        animation: shakeimg 2s infinite;
    }
    @keyframes shakeimg {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-50px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .pc_top {
        padding-top: 30px;
    }
    .pc_top i {
        font-size: 25px;
        color: var(--main-color);
        cursor: pointer;
    }
    .pc_logo img {
        width: 90px;
    }
    .share_group {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .pc_bottom {
        width: 100%;
    }
    .share_group a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid var(--main-color-999);
        border-radius: 50%;
        color: var(--main-color-999);
    }
    .contact_bot {
        width: 100%;
        background-color: var(--main-color);
        height: 50px;
        text-align: center;
        color: var(--main-color-white);
        display: block;
        font-size: 14px;
        line-height: 50px;
    }
    .pc_menu {
        width: 290px;
        height: 100vh;
        background-color: var(--main-color-white);
        position: fixed;
        right: -290px;
        top: 0;
        z-index: 999999;
        overflow-y: scroll;
        transition: var(--main-transition);
    }
    .pc_menu::-webkit-scrollbar {
        display: none;
    }
    .pc_menu img {
        width: 35px;
        cursor: pointer;
        color: var(--main-color);
        position: absolute;
        left: 30px;
        top: 30px;
    }
    .pc_menu ul {
        width: 100%;
        padding-top: 150px;
    }
    .pc_menu ul li a {
        display: block;
        text-align: center;
        color: #7f7f7f;
        font-size: 14px;
        transition: var(--main-transition);
        height: 70px;
        position: relative;
        overflow: hidden;
        z-index: 20;
        line-height: 70px;
    }
    .pc_menu ul li a:hover {
        color: var(--main-color-white);
    }
    .pc_menu ul li a::after {
        content: '';
        z-index: -1;
        width: 100%;
        height: 70px;
        background-color: var(--main-color);
        position: absolute;
        right: -100%;
        top: 0;
        transition: var(--main-transition);
    }
    .pc_menu ul li a:hover::after {
        right: 0;
    }
    .show_menu {
        right: 0px !important;
    }
    .pc_cover {
        width: calc(100%);
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .6);
        height: 100vh;
        z-index: 9999;
        display: none;
    }
    .con1 {
        width: 100%;
    }
    .con1con {
        max-width: 100%;
    }
    .con_title {
        padding: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
    }
    .con_title_left strong {
        display: block;
        font-size: 36px;
        font-weight: 400;
        color: #494949;
        position: relative;
        margin-bottom: 40px;
    }
    .con_title_left strong::after {
        content: '';
        width: 100px;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        position: absolute;
        bottom: -20px;
    }
    .con_title_left p {
        max-width: 700px;
        line-height: 30px;
        color: #7f7f7f;
        font-size: 14px;
    }
    .con_title_right {
        display: flex;
        align-items: center;
    }
    .con_title_right a {
        display: block;
        padding: 10px 15px;
        border: 1px solid #ececec;
        font-size: 13px;
        color: var(--main-color-666);
        margin-left: 20px;
        transition: var(--main-transition);
    }
    .con_title_right a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con1box {
        padding: 40px 55px;
        background-color: #f8f8f8;
    }
    .con1box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1box ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        padding: 10px;
        background-color: var(--main-color-white);
        margin-bottom: 20px;
        cursor: pointer;
        transition: var(--main-transition);
    }
    .con1box ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con1box ul li img {
        width: 100%;
        max-height: 320px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con1box ul li p {
        font-size: 14px;
        color: var(--main-color-333);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .con1box ul li span {
        color: var(--main-color-999);
        font-size: 12px;
        display: block;
        text-align: center;
    }
    .con1img {
        overflow: hidden;
    }
    .con1box ul li:hover img {
        transform: scale(1.1);
    }
    .con1box ul li:hover {
        background-color: var(--main-color);
    }
    .con1box ul li:hover p {
        color: var(--main-color-white);
    }
    .con1box ul li:hover span {
        color: var(--main-color-white);
    }
    .more {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ececec;
        font-size: 13px;
        text-align: center;
        color: var(--main-color-666);
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        overflow: hidden;
        z-index: 10;
        transition: var(--main-transition);
    }
    .more::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -100%;
        content: '';
        background-color: var(--main-color);
        transition: var(--main-transition);
        z-index: -1;
    }
    .more:hover {
        color: var(--main-color-white);
    }
    .more:hover::after {
        right: 0 !important;
    }
    .con2 {
        width: 100%;
        background-color: var(--main-color-white);
    }
    .con2con {
        width: 100%;
    }
    .con2box {
        padding: 40px 55px;
    }
    .con2box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2box ul li {
        width: 50%;
        cursor: pointer;
        position: relative;
    }
    .con2box ul li:hover img {
        transform: scale(1.1);
    }
    .con2box ul li:hover .con2_pos {
        opacity: 1;
        visibility: visible;
    }
    .con2box ul li:hover .con2_pos p::after {
        width: 100% !important;
    }
    .con2img {
        overflow: hidden;
    }
    .con2img img {
        width: 100%;
        max-height: 380px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding: 20px 10%;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .5);
    }
    .con2_pos p {
        color: var(--main-color-white);
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    .con2_pos p::after {
        position: absolute;
        width: 0%;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color-white);
        content: '';
        bottom: -13px;
        transition: var(--main-transition);
    }
    .con2_pos span {
        display: block;
        color: var(--main-color-white);
        font-size: 13px;
    }
    .con3box {
        padding: 40px 55px;
    }
    .con3box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3box ul li:nth-child(5) {
        margin-right: 0;
    }
    .con3box ul li img {
        width: 220px;
        height: 220px;
        display: block;
        margin: 0 auto;
    }
    .con3box ul li {
        width: calc((100% - 160px) / 5);
        margin-right: 40px;
    }
    .con3box ul li p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .h_line {
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .con3box ul li span {
        color: var(--main-color-666);
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        display: block;
        padding: 0 10%;
    }
    .code_box {
        position: relative;
    }
    .code_box:hover img {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .code_position {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 66px;
        padding: 10px;
        border: 1px solid #efefef;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        top: 20px;
        transition: var(--main-transition);
    }
    .con4 {
        width: 100%;
    }
    .con4con {
        width: 100%;
        padding-bottom: 40px;
    }
    .con4box {
        padding: 40px 55px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4left {
        width: 48%;
    }
    .con4right {
        width: 48%;
    }
    .con4left img {
        width: 100%;
        height: 375px;
        object-fit: cover;
    }
    .c4r_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 0;
        cursor: pointer;
        border-bottom: 1px solid #dddddd;
    }
    .c4r_item:hover a {
        color: var(--main-color);
    }
    .c4r_item:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .c4r_item:first-child {
        padding-top: 0;
    }
    .c4r_item_left {
        width: 20%;
    }
    .c4r_item_left img {
        width: 100%;
        height: 104px;
        object-fit: cover;
    }
    .c4r_item_right {
        width: 76%;
    }
    .c4r_item_right_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .c4r_item_right_top a {
        width: 70%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-333);
        font-size: 16px;
    }
    .c4r_item_right_top span {
        color: var(--main-color-666);
        font-size: 13px;
        display: block;
        width: 20%;
        text-align: right;
    }
    .c4r_item_right_bot {
        margin-top: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-999);
        font-size: 14px;
        line-height: 25px;
    }
    .con5 {
        width: 100%;
    }
    .con5con {
        width: 100%;
    }
    .con5box {
        padding: 40px 55px;
    }
    .con5box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5box ul li {
        width: calc((100% - 600px) / 6);
        margin-right: 120px;
        margin-bottom: 60px;
    }
    .con5box ul li:nth-child(6n) {
        margin-right: 0;
    }
    .con5box ul li img {
        width: 100%;
    }
    .foot {
        width: 100%;
        background-color: #f2f2f2;
    }
    .footer {
        width: 100%;
        padding: 40px 55px;
    }
    .footer ul {
        display: flex;
    }
    .footer ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footer ul li strong {
        font-size: 16px;
        color: #6a6a6a;
        display: block;
    }
    .footer ul li p {
        margin-bottom: 5px;
        font-size: 12px;
        color: var(--main-color-666);
    }
    .footer ul li span {
        display: block;
        margin: 15px 0;
        font-size: 12px;
    }
    .aboutus1 {
        padding: 15px 10%;
        padding-bottom: 50px;
        border-bottom: 1px solid #ececec;
    }
    .aboutus1con {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aboutus1conright p {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-666);
    }
    .aboutus1conleft {
        width: 25%;
    }
    .aboutus1conright {
        width: 70%;
    }
    .aboutus1conleft strong {
        font-size: 65px;
        color: var(--main-color-666);
        position: relative;
        margin-bottom: 20px;
        font-weight: normal;
        display: block;
    }
    .aboutus1conleft strong::after {
        position: absolute;
        width: 100px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -10px;
    }
    .aboutus1conleft h1 {
        font-size: 26px;
        color: var(--main-color-666);
    }
    .aboutus1conleft span {
        font-size: 16px;
        display: block;
        margin-top: 10px;
        color: #3f3f3f;
    }
    .aboutus2 {
        padding: 15px 10%;
    }
    .aboutus2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .aboutus2left {
        width: 35%;
    }
    .aboutus2left img {
        width: 100%;
        padding-right: 30px;
        border-right: 1px solid #efefef;
    }
    .aboutus2right {
        width: 60%;
        height: 100%;
    }
    .aboutus2right {
        color: #595959;
        font-size: 14px;
    }
    .aboutus2right div {
        padding: 20px 0;
        border-bottom: 1px solid #ececec;
        line-height: 25px;
    }
    .aboutus3 {
        padding: 40px 10%;
    }
    .aboutus3con {
        width: 100%;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
    }
    .mumping_mun li {
        width: 23%;
        text-align: center;
        border-right: 1px solid #efefef;
    }
    .mumping_mun li:last-child {
        border: none;
    }
    .mun_top {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .mun_top span {
        display: block;
        margin-left: 5px;
    }
    .mun_top h2 {
        color: #3f3f3f;
        color: var(--main-color);
        font-weight: normal;
        font-size: 40px;
    }
    .mumping_mun li p {
        color: var(--main-color-999);
        font-size: 14px;
        margin-top: 10px;
    }
    .aboutus4 {
        padding: 40px 10%;
    }
    .aboutus4con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus4left {
        width: 50%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--main-color);
    }
    .aboutus4right {
        width: 50%;
    }
    .aboutus4right img {
        width: 100%;
    }
    .aboutus4left p {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .aboutus4left em {
        font-style: normal;
        font-size: 12px;
        color: var(--main-color-white);
        display: block;
        margin: 10px 0;
    }
    .aboutus4left span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .aboutus4left a {
        margin-top: 30px;
        background-color: var(--main-color-white);
        width: 140px;
        height: 40px;
        border-radius: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-666);
    }
}

@media only screen and (max-width: 996px) {
    .aboutus4 {
        padding: 30px 15px;
    }
    .aboutus4con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .aboutus4left {
        width: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--main-color);
    }
    .aboutus4right {
        width: 100%;
    }
    .aboutus4right img {
        width: 100%;
    }
    .aboutus4left p {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .aboutus4left em {
        font-style: normal;
        font-size: 12px;
        color: var(--main-color-white);
        display: block;
        margin: 10px 0;
    }
    .aboutus4left span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .aboutus4left a {
        margin-top: 30px;
        background-color: var(--main-color-white);
        width: 140px;
        height: 40px;
        border-radius: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-666);
    }
    .aboutus3 {
        padding: 30px 15px;
    }
    .aboutus3con {
        width: 100%;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
    }
    .mumping_mun li {
        width: 48%;
        text-align: center;
        margin-bottom: 10px;
    }
    .mun_top {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .mun_top span {
        display: block;
        margin-left: 5px;
        font-size: 12px;
    }
    .mun_top h2 {
        color: #3f3f3f;
        color: var(--main-color);
        font-weight: normal;
        font-size: 20px;
    }
    .mumping_mun li p {
        color: var(--main-color-999);
        font-size: 14px;
        margin-top: 10px;
    }
    .aboutus2 {
        padding: 30px 15px;
    }
    .aboutus2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .aboutus2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus2left img {
        width: 100%;
    }
    .aboutus2right {
        width: 100%;
    }
    .aboutus2right div {
        padding: 15px 0;
        color: #595959;
        font-size: 14px;
        border-bottom: 1px solid #ececec;
        line-height: 25px;
    }
    .aboutus1 {
        padding: 30px 15px;
        padding-bottom: 40px;
    }
    .aboutus1con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .aboutus1conright p {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-666);
    }
    .aboutus1conleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus1conright {
        width: 100%;
    }
    .aboutus1conleft strong {
        font-size: 25px;
        color: var(--main-color-666);
        position: relative;
        margin-bottom: 15px;
        font-weight: normal;
        display: block;
    }
    .aboutus1conleft strong::after {
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -5px;
    }
    .aboutus1conleft h1 {
        font-size: 15px;
        color: var(--main-color-666);
    }
    .aboutus1conleft span {
        font-size: 12px;
        display: block;
        margin-top: 10px;
        color: #3f3f3f;
    }
    .foot {
        width: 100%;
        background-color: #f2f2f2;
        padding: 30px 15px;
    }
    .footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer ul li strong {
        font-size: 16px;
        color: #6a6a6a;
        display: block;
    }
    .footer ul li p {
        margin-bottom: 5px;
        font-size: 12px;
        color: var(--main-color-666);
    }
    .footer ul li span {
        display: block;
        margin: 15px 0;
        font-size: 12px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5box ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .con5box ul li img {
        width: 100%;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con4right {
        width: 100%;
    }
    .con4left img {
        width: 100%;
    }
    .c4r_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 0;
        flex-wrap: wrap;
        cursor: pointer;
        border-bottom: 1px solid #dddddd;
    }
    .c4r_item:hover a {
        color: var(--main-color);
    }
    .c4r_item:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .c4r_item:first-child {
        padding-top: 0;
    }
    .c4r_item_left {
        width: 100%;
    }
    .c4r_item_left img {
        width: 100%;
        object-fit: cover;
    }
    .c4r_item_right {
        width: 100%;
        margin-top: 15px;
    }
    .c4r_item_right_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .c4r_item_right_top a {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-333);
        font-size: 14px;
    }
    .c4r_item_right_top span {
        color: var(--main-color-666);
        font-size: 13px;
        display: block;
        width: 25%;
        text-align: right;
    }
    .c4r_item_right_bot {
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-999);
        font-size: 14px;
        line-height: 25px;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3box ul li img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .con3box ul li {
        width: 49%;
        margin-bottom: 5px;
        padding: 10px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
    }
    .con3box ul li p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .h_line {
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .con3box ul li span {
        color: var(--main-color-666);
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        display: block;
        padding: 0 5%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2 {
        padding: 30px 15px;
        background-color: var(--main-color-white);
    }
    .con2con {
        width: 100%;
    }
    .con2box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2box ul li {
        width: 100%;
        cursor: pointer;
        position: relative;
    }
    .con2img {
        overflow: hidden;
    }
    .con2img img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding: 20px 10%;
        align-items: center;
        justify-content: center;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .5);
    }
    .con2_pos p {
        color: var(--main-color-white);
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .con2_pos p::after {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color-white);
        content: '';
        bottom: -13px;
        transition: var(--main-transition);
    }
    .con2_pos span {
        display: block;
        color: var(--main-color-white);
        font-size: 12px;
    }
    .more {
        display: block;
        width: 120px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ececec;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        position: relative;
        background-color: var(--main-color);
        color: var(--main-color-white);
        overflow: hidden;
        z-index: 10;
        margin-bottom: 20px;
        transition: var(--main-transition);
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con_title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .con_title_left strong {
        display: block;
        font-size: 18px;
        font-weight: 400;
        color: #494949;
        position: relative;
        margin-bottom: 20px;
    }
    .con_title_left strong::after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        position: absolute;
        bottom: -14px;
    }
    .con_title_left p {
        max-width: 700px;
        line-height: 25px;
        color: #7f7f7f;
        font-size: 12px;
    }
    .con_title_right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px;
    }
    .con_title_right a {
        display: block;
        padding: 5px 15px;
        border: 1px solid #ececec;
        font-size: 12px;
        margin-right: 10px;
        color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .con_title_right a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con1box {
        padding: 5px;
        background-color: #f8f8f8;
    }
    .con1box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1box ul li {
        width: 49%;
        padding: 5px;
        background-color: var(--main-color-white);
        margin-bottom: 20px;
        cursor: pointer;
        transition: var(--main-transition);
    }
    .con1box ul li img {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con1box ul li p {
        font-size: 12px;
        color: var(--main-color-333);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .con1box ul li span {
        color: var(--main-color-999);
        font-size: 12px;
        display: block;
        text-align: center;
    }
    .con1img {
        overflow: hidden;
    }
    .pc_cover {
        display: none;
    }
    .pc_menu {
        display: none;
    }
    .loading {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: var(--main-color-white);
    }
    .loadingbox {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .loadingbox img {
        width: 100px;
        transition: var(--main-transition);
        animation: shakeimg 2s infinite;
    }
    @keyframes shakeimg {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-50px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .pc_fixed {
        display: none;
    }
    html {
        overflow-x: hidden;
    }
    .inside {
        padding: 30px 15px;
        padding-top: 10px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        height: 200px;
        background-image: url(../image/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 25px;
        color: var(--main-color);
        font-weight: normal;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        ;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-white);
    }
    .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;
    }
    .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-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .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;
    }
}