* {
    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: #ff3e05;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-rgba: rgba(255, 62, 5, .8);
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .ml_pchead {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        position: relative;
        z-index: 999;
    }
    .pclogo img {
        height: 50px;
    }
    .pc_search {
        display: flex;
        align-items: center;
    }
    .pc_search input {
        width: 160px;
        height: 35px;
        outline: none;
        background: rgba(0, 0, 0, .2);
        border: 0;
        padding-left: 15px;
        color: var(--main-color-white);
    }
    .pc_search input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .pc_search a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .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;
    }
    .ml_con1 {
        width: 100%;
        background-color: var(--main-color);
        height: 300px;
    }
    .ml_con1con {
        max-width: 1200px;
        margin: 0 auto;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ml_con1conitem {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 25%;
        background-color: var(--main-color);
        height: 300px;
        position: relative;
    }
    .ml_con1conitem::after {
        content: '';
        width: 1px;
        background-color: #e37073;
        height: 80px;
        position: absolute;
        right: 0;
        top: 110px;
        z-index: 700;
    }
    .ml_con1conitem:last-child::after {
        display: none;
    }
    .ml_con1conitem img {
        width: 52px;
        display: block;
        margin-bottom: 15px;
    }
    .ml_con1conitem p {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .ml_con1con_pos {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 666;
        background-color: var(--main-color);
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .ml_con1conitem:hover .ml_con1con_pos {
        opacity: 0;
    }
    .ml_con2 {
        width: 100%;
        padding: 105px 0;
        background-color: var(--main-color-white);
    }
    .ml_con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .hot_box {
        background-color: var(--main-color);
        width: 55px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
    }
    .hot_box img {
        width: 15px;
        height: 19px;
    }
    .mlindex_title {
        display: flex;
        margin-bottom: 50px;
    }
    .mlindex_title strong {
        display: block;
        font-size: 28px;
        line-height: 1;
        font-weight: normal;
        color: var(--main-color-p_color);
        padding-left: 10px;
        padding-right: 10px;
    }
    .mlindex_title span {
        font-size: 14px;
        color: var(--main-color);
        padding-top: 10px;
    }
    .proswiper {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .proslide {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .proslide_left {
        width: 48%;
    }
    .proslide_left img {
        width: 100%;
        transition: var(--main-transition);
    }
    .proslide_left img:hover {
        transform: scale(.9);
    }
    .proslide_right {
        width: 48%;
    }
    .proslide_right p {
        font-size: 22px;
        margin-bottom: 30px;
        color: var(--main-color-fontColor);
    }
    .proslide_right span {
        display: block;
        color: var(--main-color-span_color);
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .proslide_right a {
        display: block;
        background-color: #333333;
        border-radius: 5px;
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: var(--main-color-white);
    }
    .propage .swiper-pagination-bullet {
        width: 25px;
        height: 5px;
        border-radius: 0 !important;
        background-color: #d73236;
    }
    .ml_con3 {
        width: 100%;
        padding: 105px 0;
        background-color: #f8f8f8;
    }
    .ml_con3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ml_con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_con3con ul li {
        width: 23%;
        padding: 20px 30px;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
    }
    .ml_con3con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .ml_con3con ul li:hover img {
        transform: scale(1.1);
    }
    .ml_con3con ul li:hover p {
        color: var(--main-color) !important;
    }
    .ml_con3con ul li p {
        font-size: 18px;
        padding: 10px 0;
        text-align: center;
        color: var(--main-color-p_color);
    }
    .moredetail {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-span_color);
        font-size: 14px;
        transition: var(--main-transition);
        background-color: #f5f5f5;
    }
    .moredetail:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .ml_con3con ul li span {
        display: block;
        text-align: center;
        color: #999;
        font-size: 12px;
        margin-bottom: 40px;
    }
    .rec_box {
        display: block;
        overflow: hidden;
    }
    .rec_box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .morebtn {
        display: block;
        margin: 0 auto;
        margin-top: 80px;
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .ml_con4 {
        width: 100%;
        height: 350px;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
    }
    .ml_con4_pos1 {
        position: absolute;
        width: 100%;
        height: 350px;
        display: flex;
        justify-content: space-between;
        bottom: 0;
        left: 0;
    }
    .ml_con4_pos1_left {
        width: 56%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
    .ml_con4_pos1_right {
        width: 44%;
        height: 100%;
        background: var(--main-rgba);
    }
    .ml_con4_pos2 {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }
    .ml_con4_pos2 strong {
        font-size: 28px;
        color: var(--main-color);
        display: block;
        margin-bottom: 35px;
        font-weight: normal;
    }
    .ml_con4_pos2 p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 30px;
        margin-bottom: 40px;
        display: block;
        max-width: 55%;
    }
    .ml_con4_pos2 a {
        display: block;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        width: 135px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
    }
    .ml_con5 {
        padding: 105px 0;
        background-color: #f5f5f5;
        width: 100%;
    }
    .ml_con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .index_casetop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .index_casetopleft {
        width: 25%;
    }
    .index_casetopleft img {
        transition: var(--main-transition);
        width: 100%;
    }
    .index_casetopleft img:hover {
        transform: scale(1.1);
    }
    .index_casetopleft a {
        display: block;
        overflow: hidden;
    }
    .index_casetopright {
        flex: 1;
        padding-left: 55px;
    }
    .index_casetopright p {
        font-size: 18px;
        color: var(--main-color-p_color);
    }
    .index_casetopright span {
        display: block;
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .index_casetopright a {
        display: block;
        background-color: #333333;
        border-radius: 5px;
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: var(--main-color-white);
    }
    .index_casecenter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_casecenter_item {
        width: 48%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .index_casecenter_item:hover img {
        transform: scale(1.1);
    }
    .index_casecenter_item:hover .case_title {
        color: var(--main-color) !important;
    }
    .case_a {
        display: block;
        overflow: hidden;
    }
    .case_a img {
        transition: var(--main-transition);
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    .case_title {
        display: block;
        transition: var(--main-transition);
        font-size: 18px;
        color: var(--main-color-p_color);
        padding: 0 20px;
        margin: 20px auto;
    }
    .index_casecenter_item p {
        font-size: 14px;
        padding: 0 20px;
        color: var(--main-color-fontColor);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .ml_con6 {
        padding: 100px 0;
        background-color: var(--main-color);
    }
    .ml_con6con {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    .ml_con6con span {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .ml_con6con a {
        display: block;
        width: 200px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        background-color: var(--main-color-white);
        font-size: 13px;
        color: var(--main-color);
        border-radius: 30px;
    }
    .ml_con6con a i {
        font-size: 20px !important;
        display: inline-block;
        margin-right: 20px;
    }
    .ml_con7 {
        padding: 105px 0;
        width: 100%;
    }
    .ml_con7con {
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con7itemtop {
        position: relative;
    }
    .com_img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .newtype {
        position: absolute;
        display: flex;
        top: 20px;
        left: 0;
    }
    .newtype strong {
        font-size: 22px;
        display: block;
        padding-left: 15px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .morenew {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 12px;
        background-color: var(--main-color);
    }
    .con7itembot {
        box-shadow: var(--main-shadow);
    }
    .con7itembot-pic {
        padding: 20px;
    }
    .con7itembot-pic ul li {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }
    .con7itembot-pic ul li:hover a {
        color: var(--main-color) !important;
    }
    .con7itembot-pic ul li:last-child {
        margin: 0;
    }
    .indexnew_left a {
        display: block;
        width: 100px;
    }
    .indexnew_left a img {
        width: 100%;
        height: 60px;
    }
    .indexnew_right {
        padding-left: 15px;
    }
    .indexnew_right a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 14px;
        color: var(--main-color-p_color);
        display: block;
    }
    .indexnew_right span {
        color: var(--main-color-span_color);
        font-size: 12px;
        display: block;
        margin-top: 10px;
    }
    .con7itembot-list ul {
        padding: 0 15px;
    }
    .con7itembot-list ul li {
        padding: 24px 0;
        border-bottom: 1px dotted #ccc;
        padding-left: 25px;
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-position: 5px center;
    }
    .con7itembot-list ul li span {
        font-size: 13px;
        color: var(--main-color-span_color);
    }
    .con7itembot-list ul li:last-child {
        border-bottom: none !important;
    }
    .con7itembot-list ul li a {
        color: var(--main-color-p_color);
        font-size: 14px;
    }
    .con7itembot-list ul li a:hover {
        color: var(--main-color) !important;
    }
    .ml_foot {
        width: 100%;
        padding: 100px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ml_footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_footerleft a img {
        height: 40px;
    }
    .ml_footerleft {
        border-right: 1px solid #696969;
        width: 45%;
    }
    .ml_footerright {
        flex: 1;
        padding-left: 135px;
    }
    .ml_footerright strong {
        position: relative;
        display: block;
        font-size: 22px;
        color: var(--main-color);
        font-weight: normal;
    }
    .ml_footerright strong::after {
        position: absolute;
        content: '';
        width: 87px;
        height: 1px;
        background-color: var(--main-color);
        bottom: -20px;
        left: 0;
    }
    .ml_footerright span {
        color: var(--main-color-span_color);
        font-size: 12px;
        padding-top: 5px;
    }
    .f_form {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .f_form input {
        display: block;
        width: 48%;
        height: 37px;
        padding-left: 15px;
        border: 1px solid #625f6c;
        outline: none;
        background-color: transparent;
        color: var(--main-color-white);
    }
    .f_form textarea {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #625f6c;
        outline: none;
        margin-top: 20px;
        height: 80px;
        background-color: transparent;
        color: var(--main-color-white);
    }
    .sunb {
        width: 118px;
        height: 45px;
        line-height: 45px;
        border-radius: 5px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 13px;
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }
    .ml_footerright_top {
        display: flex;
        align-items: center;
    }
    .line {
        width: 140px;
        height: 3px;
        background-color: var(--main-color);
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .li_fleft {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        border-radius: 50%;
        font-size: 20px !important;
    }
    .ml_footerleft ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .ml_footerleft ul li .li_fright {
        color: var(--main-color-white);
        font-size: 14px;
        padding-left: 15px;
    }
    .ml_copy {
        width: 100%;
        padding: 25px 0;
        background-color: #1f1f1f;
    }
    .ml_copycon {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .ml_copycon a {
        color: var(--main-color-span_color);
        font-size: 14px;
    }
    .ml_copycon ul {
        display: flex;
        align-items: center;
    }
    .ml_copycon ul li a {
        display: block;
        font-size: 14px;
        color: var(--main-color-span_color);
        margin-left: 20px;
    }
    .ml_copycon span {
        color: var(--main-color-span_color);
        font-size: 14px;
    }
    /* 通用手机端底部菜单 */
    .ml_mbbot {
        display: none;
    }
    .inbanner {
        width: 100%;
        margin-top: -80px;
        background-size: cover;
        height: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .inbanner strong {
        display: block;
        font-weight: normal;
        font-size: 30px;
        color: var(--main-color);
    }
    .insidecon {
        max-width: 1240px;
        margin: 0 auto;
        padding: 30px 20px;
    }
    .aboutus {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .aboutusleft {
        width: 46%;
        padding: 25px 0;
        border: 1px solid #d63832;
    }
    .aboutusleft img {
        width: 85%;
    }
    .aboutusright {
        position: absolute;
        width: 700px;
        height: 200px;
        background-color: #fff;
        z-index: 200;
        right: 0;
        padding: 20px;
        overflow-y: scroll;
    }
    .aboutusright::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #f5f5f5;
    }
    /*定义滚动条的轨道，内阴影及圆角*/
    .aboutusright::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }
    /*定义滑块，内阴影及圆角*/
    .aboutusright::-webkit-scrollbar-thumb {
        /*width: 10px;*/
        height: 20px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: var(--main-color);
    }
    .aboutusright p {
        font-size: 14px;
        color: var(--main-color-p_color);
        line-height: 25px;
    }
    .aboutus1 {
        width: 100%;
        padding: 125px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutus1 ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .aboutus1 ul li {
        width: 23%;
        display: flex;
        align-items: center;
    }
    .aboutus1 ul li img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .sm_right {
        flex: 1;
        padding-left: 15px;
    }
    .sm_right p {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--main-color-white);
    }
    .sm_right span {
        font-size: 12px;
        color: var(--main-color-white);
    }
    .aboutus2 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 70px 0;
    }
    .pc_protitle {
        width: 100%;
        padding: 15px 15px;
        background-color: #b9060a;
        color: var(--main-color-white);
        font-size: 25px;
    }
}

@media only screen and (max-width: 996px) {
    .pc_protitle {
        display: none;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutus1 ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .aboutus1 ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .aboutus1 ul li img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .sm_right {
        flex: 1;
        padding-left: 15px;
    }
    .sm_right p {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--main-color-white);
    }
    .sm_right span {
        font-size: 12px;
        color: var(--main-color-white);
    }
    .aboutus {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .aboutusleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .aboutusleft img {
        width: 100%;
    }
    .aboutusright {
        width: 100%;
        background-color: #fff;
    }
    .aboutusright p {
        font-size: 14px;
        color: var(--main-color-p_color);
        line-height: 25px;
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        background-size: cover;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .inbanner strong {
        display: block;
        font-weight: normal;
        font-size: 30px;
        color: var(--main-color);
    }
    .insidecon {
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px;
    }
    /* 通用手机端底部菜单 */
    .ml_mbbot {
        z-index: 99999;
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        left: 0;
        background-color: var(--main-color);
        width: 100%;
        height: 60px;
    }
    .ml_mbbot li {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid #fff;
        align-items: center;
    }
    .ml_mbbot li i {
        font-size: 20px !important;
        color: #fff;
    }
    .ml_mbbot li p {
        font-size: 16px;
        color: #fff;
    }
    .ml_copy {
        width: 100%;
        padding: 15px;
        margin-bottom: 60px;
        background-color: #1f1f1f;
    }
    .ml_copycon {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ml_copycon a {
        color: var(--main-color-span_color);
        font-size: 14px;
    }
    .ml_copycon ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ml_copycon ul li a {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        color: var(--main-color-span_color);
        margin-left: 20px;
    }
    .ml_copycon span {
        color: var(--main-color-span_color);
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .ml_foot {
        width: 100%;
        padding: 50px 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ml_footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_footerleft a img {
        height: 40px;
    }
    .ml_footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .ml_footerright {
        width: 100%;
    }
    .ml_footerright strong {
        position: relative;
        display: block;
        font-size: 22px;
        color: var(--main-color);
        font-weight: normal;
        width: 100%;
    }
    .ml_footerright_top {
        display: flex;
        flex-wrap: wrap;
    }
    .ml_footerright strong::after {
        position: absolute;
        content: '';
        width: 87px;
        height: 1px;
        background-color: var(--main-color);
        bottom: -40px;
        left: 0;
    }
    .ml_footerright span {
        color: var(--main-color-span_color);
        font-size: 12px;
        padding-top: 5px;
    }
    .f_form {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .f_form input {
        display: block;
        width: 48%;
        height: 37px;
        padding-left: 15px;
        border: 1px solid #625f6c;
        outline: none;
        background-color: transparent;
        color: var(--main-color-white);
    }
    .f_form textarea {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #625f6c;
        outline: none;
        margin-top: 20px;
        height: 80px;
        background-color: transparent;
        color: var(--main-color-white);
    }
    .sunb {
        width: 118px;
        height: 45px;
        line-height: 45px;
        border-radius: 5px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 13px;
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }
    .ml_footerright_top {
        display: flex;
        align-items: center;
    }
    .line {
        width: 140px;
        height: 3px;
        background-color: var(--main-color);
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .li_fleft {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        border-radius: 50%;
        font-size: 20px !important;
    }
    .ml_footerleft ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .ml_footerleft ul li .li_fright {
        color: var(--main-color-white);
        font-size: 14px;
        padding-left: 15px;
    }
    .ml_con7 {
        padding: 30px 15px;
        width: 100%;
    }
    .ml_con7con {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con7itemtop {
        position: relative;
    }
    .com_img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .newtype {
        position: absolute;
        display: flex;
        top: 20px;
        left: 0;
    }
    .newtype strong {
        font-size: 22px;
        display: block;
        padding-left: 15px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .morenew {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 12px;
        background-color: var(--main-color);
    }
    .con7itembot {
        box-shadow: var(--main-shadow);
    }
    .con7itembot-pic {
        padding: 20px;
    }
    .con7itembot-pic ul li {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }
    .con7itembot-pic ul li:hover a {
        color: var(--main-color) !important;
    }
    .con7itembot-pic ul li:last-child {
        margin: 0;
    }
    .indexnew_left a {
        display: block;
        width: 100px;
    }
    .indexnew_left a img {
        width: 100%;
        height: 60px;
        object-fit: cover;
    }
    .indexnew_right {
        padding-left: 15px;
    }
    .indexnew_right a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 14px;
        color: var(--main-color-p_color);
    }
    .indexnew_right span {
        color: var(--main-color-span_color);
        font-size: 12px;
        display: block;
        margin-top: 10px;
    }
    .con7itembot-list ul {
        padding: 0 15px;
    }
    .con7itembot-list ul li {
        padding: 24px 0;
        border-bottom: 1px dotted #ccc;
        padding-left: 25px;
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-position: 5px center;
    }
    .con7itembot-list ul li span {
        font-size: 13px;
        color: var(--main-color-span_color);
    }
    .con7itembot-list ul li:last-child {
        border-bottom: none !important;
    }
    .con7itembot-list ul li a {
        color: var(--main-color-p_color);
        font-size: 14px;
    }
    .con7itembot-list ul li a:hover {
        color: var(--main-color) !important;
    }
    .ml_con6 {
        padding: 60px 15px;
        background-color: var(--main-color);
    }
    .ml_con6con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .ml_con6con span {
        color: var(--main-color-white);
        font-size: 20px;
        display: block;
        text-align: center;
        line-height: 30px;
        width: 100%;
    }
    .ml_con6con a {
        display: block;
        width: 200px;
        margin: 0 auto;
        height: 58px;
        margin-top: 20px;
        line-height: 58px;
        text-align: center;
        background-color: var(--main-color-white);
        font-size: 13px;
        color: var(--main-color);
        border-radius: 30px;
    }
    .ml_con6con a i {
        font-size: 20px !important;
        display: inline-block;
        margin-right: 20px;
    }
    .ml_con5 {
        padding: 30px 15px;
        background-color: #f5f5f5;
        width: 100%;
    }
    .ml_con5con {
        width: 100%;
        margin: 0 auto;
    }
    .index_casetop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 20px;
        border-radius: 5px;
        flex-wrap: wrap;
    }
    .index_casetopleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .index_casetopleft img {
        transition: var(--main-transition);
        width: 100%;
    }
    .index_casetopleft img:hover {
        transform: scale(1.1);
    }
    .index_casetopleft a {
        display: block;
        overflow: hidden;
    }
    .index_casetopright {
        width: 100%;
    }
    .index_casetopright p {
        font-size: 16px;
        color: var(--main-color-p_color);
    }
    .index_casetopright span {
        display: block;
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .index_casetopright a {
        display: block;
        background-color: #333333;
        border-radius: 5px;
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: var(--main-color-white);
    }
    .index_casecenter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_casecenter_item {
        margin-bottom: 20px;
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .index_casecenter_item:hover img {
        transform: scale(1.1);
    }
    .index_casecenter_item:hover .case_title {
        color: var(--main-color) !important;
    }
    .case_a {
        display: block;
        overflow: hidden;
    }
    .case_a img {
        transition: var(--main-transition);
        width: 100%;
    }
    .case_title {
        display: block;
        transition: var(--main-transition);
        font-size: 16px;
        color: var(--main-color-p_color);
        padding: 0 15px;
        margin: 15px auto;
    }
    .index_casecenter_item p {
        font-size: 14px;
        padding: 0 15px;
        color: var(--main-color-fontColor);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .ml_con4 {
        width: 100%;
        padding: 60px 15px;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
    }
    .ml_con4_pos1 {
        display: none;
    }
    .ml_con4_pos1_left {
        width: 56%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
    .ml_con4_pos1_right {
        width: 44%;
        height: 100%;
        background: var(--main-rgba);
    }
    .ml_con4_pos2 {
        width: 100%;
    }
    .ml_con4_pos2 strong {
        font-size: 22px;
        font-weight: normal;
        color: var(--main-color);
        display: block;
        margin-bottom: 25px;
        text-align: center;
    }
    .ml_con4_pos2 p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 30px;
        margin-bottom: 20px;
        display: block;
        max-width: 100%;
    }
    .ml_con4_pos2 a {
        display: block;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        width: 135px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        border-radius: 5px;
    }
    .ml_con3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f8f8f8;
    }
    .ml_con3con {
        width: 100%;
        margin: 0 auto;
    }
    .ml_con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_con3con ul li {
        width: 48%;
        padding: 15px 20px;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
        box-shadow: var(--main-shadow);
        margin-bottom: 25px;
    }
    .ml_con3con ul li:hover p {
        color: var(--main-color) !important;
    }
    .ml_con3con ul li p {
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
        color: var(--main-color-p_color);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .moredetail {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        transition: var(--main-transition);
        background-color: var(--main-color) !important;
    }
    .ml_con3con ul li span {
        display: block;
        text-align: center;
        color: #999;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .rec_box {
        display: block;
        overflow: hidden;
    }
    .rec_box img {
        width: 100%;
        transition: var(--main-transition);
    }
    .morebtn {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .ml_con2 {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color-white);
    }
    .ml_con2con {
        width: 100%;
        margin: 0 auto;
    }
    .hot_box {
        background-color: var(--main-color);
        width: 55px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
    }
    .hot_box img {
        width: 15px;
        height: 19px;
    }
    .mlindex_title {
        display: flex;
        margin-bottom: 30px;
    }
    .mlindex_title strong {
        display: block;
        font-weight: normal;
        color: var(--main-color-p_color);
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
    }
    .mlindex_title span {
        font-size: 14px;
        color: var(--main-color);
        padding-top: 10px;
    }
    .proswiper {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .proslide {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .proslide_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .proslide_left img {
        max-width: 75%;
        display: block;
        margin: 0 auto;
        transition: var(--main-transition);
    }
    .proslide_left img:hover {
        transform: scale(.9);
    }
    .proslide_right {
        width: 100%;
    }
    .proslide_right p {
        font-size: 22px;
        margin-bottom: 15px;
        color: var(--main-color-fontColor);
    }
    .proslide_right span {
        display: block;
        color: var(--main-color-span_color);
        line-height: 25px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .proslide_right a {
        display: block;
        background-color: #333333;
        border-radius: 5px;
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: var(--main-color-white);
    }
    .propage .swiper-pagination-bullet {
        width: 25px;
        height: 5px;
        border-radius: 0 !important;
        background-color: #d73236;
    }
    .ml_con1 {
        width: 100%;
        height: 300px;
    }
    .ml_con1con {
        width: 100%;
        margin: 0 auto;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ml_con1conitem {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50%;
        background-color: var(--main-color);
        height: 150px;
        position: relative;
    }
    .ml_con1conitem img {
        width: 52px;
        display: block;
        margin-bottom: 15px;
    }
    .ml_con1conitem p {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .ml_con1con_pos {
        display: none;
    }
    .ml_pchead {
        display: none;
    }
    .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;
    }
    .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 {
        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;
    }
}