* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-word;
}

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;
}

@media screen and (min-width:996px) and (max-width:1150px) {
    .pcnav > li > a {
        padding: 0 10px !important;
    }
}

:root {
    --main-color: #0656ad;
    --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 screen and (min-width:1120px) and (max-width:1400px) {
    .pcnav > li > a {
        padding: 0 10px !important;
    }
}

@media screen and (min-width:996px) and (max-width:1120px) {
    .pcnav > li > a {
        font-size: 14px !important;
        padding: 0 10px !important;
    }
}

@media only screen and (min-width: 996px) {
    .pctop {
        width: 100%;
        height: 40px;
        background-color: var(--main-color);
    }

    .pctopcon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }

        .pctopcon span {
            color: var(--main-color-white);
            font-size: 14px;
        }

    .pc_search a {
        width: 40px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: var(--main-color);
        background-color: var(--main-color-white);
        border-left: 1px solid #dddddd;
        display: block;
    }

    .pc_search {
        display: flex;
        align-items: center;
    }

        .pc_search input {
            width: 200px;
            height: 26px;
            padding-left: 15px;
            outline: none;
            border: none;
        }

    .m_search {
        display: none;
    }

    .nav_active {
        color: var(--main-color) !important;
    }

    .pchead {
        width: 100%;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color-white);
        height: 75px;
        box-shadow: var(--main-shadow);
    }

    .pcheader {
        margin: 0 auto;
        max-width: 1530px;
        padding: 0 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 75px;
    }

    .pclogo img {
        max-width: 100%;
        height: 58px;
    }

    .pclogo {
        display: block;
        width: 25%;
    }

    .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: 75px;
                font-weight: bold;
                line-height: 75px;
                font-size: 16px;
                transition: var(--main-transition);
                color: var(--main-color-555);
                padding: 0 20px;
                position: relative;
            }

    .pc_sec_nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 150%;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }

    .pc_sec_item a {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        background-color: var(--main-color);
        padding: 10px 20px;
        transition: var(--main-transition);
    }

    .pcnav > li > a:hover {
        color: var(--main-color);
    }

    .pcnav li:hover .pc_sec_nav {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .pc_sec_item:hover .pc_third_nav {
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
    }

    .pcnav li:hover .first_a {
        color: var(--main-color);
    }

    .pc_sec_item {
        position: relative;
    }

    .second_a {
        position: relative;
    }

        .second_a::before {
            position: absolute;
            width: 3px;
            height: 0px;
            background-color: var(--main-color-white);
            left: 1px;
            top: 8px;
            content: '';
            transition: var(--main-transition);
        }

    .pc_sec_item:hover .second_a::before {
        height: 20px !important;
    }

    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 20px;
        z-index: 998;
        width: 150%;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }

    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
        font-size: 14px;
        position: relative;
    }

        .third_a:hover::before {
            height: 20px !important;
        }

        .third_a::before {
            position: absolute;
            width: 3px;
            height: 0px;
            background-color: var(--main-color-white);
            left: 1px;
            top: 8px;
            content: '';
            transition: var(--main-transition);
        }

    .ml_mb_head {
        display: none;
    }

    .ml_mb_nav {
        display: none;
    }

    .ml_banner {
        width: 100%;
        z-index: 998;
    }

        .ml_banner img {
            width: 100%;
        }

        .ml_banner:hover .bannerbtn {
            opacity: 1 !important;
            visibility: visible !important;
        }

    .bannerpage .swiper-pagination-bullet {
        width: 32px !important;
        height: 6px !important;
        border-radius: 0 !important;
    }

    .bannerpage .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
    }

    .bannerbtn {
        width: 30px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        height: 50px !important;
        background-size: 100% 100%;
        transition: var(--main-transition);
        background-image: none !important;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
    }

    .bannerbtnleft {
        left: 12% !important;
    }

    .bannerbtn i {
        font-size: 25px !important;
    }

    .bannerbtnright {
        right: 12% !important;
    }

    .ml_banner:hover .bannerbtnleft {
        left: 15% !important;
    }

    .ml_banner:hover .bannerbtnright {
        right: 15% !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);
        }

    .inside {
        padding: 30px 0px;
        max-width: 1530px;
        margin: 0 auto;
    }

        .inside p {
            font-size: 14px;
            color: var(--main-color-333);
        }

    .con1 {
        width: 100%;
        padding: 80px 0;
    }

    .con1con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }

    .con_title {
        text-align: center;
        margin-bottom: 40px;
    }

        .con_title strong {
            position: relative;
            font-size: 28px;
            display: inline-block;
            padding: 5px 10px;
            border-bottom: 1px solid var(--main-color);
        }

            .con_title strong::after {
                position: absolute;
                width: 36px;
                height: 5px;
                content: '';
                background-color: #eb7619;
                bottom: -3px;
                left: 50%;
                transform: translateX(-50%);
            }

    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }

        .con1con ul li {
            position: relative;
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            margin-bottom: 40px;
            cursor: pointer;
        }

            .con1con ul li:nth-child(4n) {
                margin-right: 0;
            }

            .con1con ul li img {
                width: 100%;
                height: 320px;
                object-fit: cover;
            }

    .con1pos1 {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }

    .con1pos1cover {
        width: 0%;
        height: 0%;
        background: rgba(6, 86, 173, .7);
        transition: var(--main-transition);
    }

    .con1pos2 {
        position: absolute;
        z-index: 30;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .con1more {
        width: 88px;
        height: 88px;
        text-align: center;
        line-height: 88px;
        border-radius: 50%;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border: 3px solid rgba(255, 255, 255, .5);
        transform: translateY(-40px);
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }

    .con1con ul li:hover .con1pos1cover {
        width: 100%;
        height: 100%;
    }

    .con1con ul li:hover .con1more {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0px) !important;
    }

    .con1libox {
        position: relative;
    }

    .con1con ul li p {
        font-size: 16px;
        margin-top: 20px;
        font-size: 15px;
    }

    .viewmore {
        width: 140px;
        height: 35px;
        transition: var(--main-transition);
        text-align: center;
        line-height: 35px;
        border: 1px solid var(--main-color);
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }

        .viewmore:hover {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }

    .conbg {
        padding-top: 80px;
        padding-bottom: 250px;
        margin-bottom: -200px;
        background-position: center 0;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-image: url(../images/bg1.jpg);
    }

        .conbg .con_title strong {
            color: var(--main-color-white);
        }

    .con2 {
        margin: 0 auto;
        max-width: 1530px;
        padding: 0 65px;
        margin-bottom: 80px;
    }

    .con2con {
        width: 100%;
        padding: 45px;
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #cccccc;
        justify-content: space-between;
    }

    .con2left {
        width: 48%;
        display: flex;
        justify-content: space-between;
    }

    .c2l {
        width: 40px;
        color: #777;
        position: relative;
        font-size: 18px;
        font-weight: normal;
        background-color: #fff;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
    }

        .c2l::after {
            content: '';
            display: block;
            border: 15px solid #eb7619;
            border-right: 0;
            border-top: 0;
            border-left-color: transparent;
            position: absolute;
            left: 50%;
            bottom: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .c2r {
        width: calc(100% - 60px);
    }

        .c2r img {
            width: 100%;
        }

    .con2right {
        width: 48%;
    }

        .con2right p {
            line-height: 35px;
            font-size: 15px;
            color: var(--main-color-666);
        }

        .con2right a {
            display: block;
            margin-top: 40px;
            width: 130px;
            height: 30px;
            text-align: center;
            font-size: 14px;
            line-height: 30px;
            transition: var(--main-transition);
            border: 1px solid var(--main-color);
            color: var(--main-color);
        }

            .con2right a:hover {
                color: var(--main-color-white) !important;
                background-color: var(--main-color) !important;
            }

    .con3 {
        width: 100%;
        padding-bottom: 80px;
    }

    .con3con {
        max-width: 1530px;
        margin: 0 auto;
        padding: 0 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con3left {
        width: 37%;
    }

        .con3left a {
            display: block;
            overflow: hidden;
        }

            .con3left a img {
                width: 100%;
                transition: var(--main-transition);
                height: 200px;
                object-fit: cover;
            }

        .con3left:hover img {
            transform: scale(1.1);
        }

    .newleftbox {
        background-color: var(--main-color-white);
        border: 1px solid #ebebeb;
        padding: 20px;
    }

    .con3left:hover .t_aa {
        text-decoration: underline;
    }

    .newleftbox .t_aa {
        display: block;
        color: var(--main-color);
        font-weight: bold;
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 15px;
    }

    .newleftbox p {
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .newmore {
        transition: var(--main-transition);
        font-size: 12px;
        color: var(--main-color-333);
        display: block;
        width: 105px;
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #eeeeee;
    }

        .newmore:hover {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }

    .con3right {
        width: 61%;
    }

    .c3ritem {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        background-color: var(--main-color-white);
        border: 1px solid #ebebeb;
    }

    .c3rleft {
        width: 23%;
    }

        .c3rleft a img {
            width: 100%;
            transition: var(--main-transition);
            height: 160px;
            object-fit: cover;
        }

    .c3rright {
        width: 74%;
    }

    .c3top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .c3top a {
            display: block;
            font-size: 16px;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-weight: bold;
            color: var(--main-color);
        }

        .c3top span {
            color: var(--main-color-999);
            font-size: 13px;
        }

        .c3top i {
            margin-right: 6px;
        }

    .c3rright p {
        margin: 15px 0;
        font-size: 15px;
        color: var(--main-color-666);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .c3ritem {
        margin-bottom: 20px;
    }

    .c3rleft a {
        display: block;
        overflow: hidden;
    }

    .c3ritem:hover img {
        transform: scale(1.1);
    }

    .c3ritem:hover .c3top a {
        text-decoration: underline;
    }

    .foot {
        padding: 45px 0;
        width: 100%;
        background-image: url(../images/footer.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer {
        max-width: 1530px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footitem {
        width: 31%;
    }

        .footitem strong {
            font-weight: normal;
            font-size: 24px;
            display: block;
            margin-bottom: 15px;
            color: var(--main-color-white);
        }

    .footitem1 span {
        margin-bottom: 20px;
        color: var(--main-color-white);
        display: flex;
        font-size: 14px;
        align-items: center;
    }

        .footitem1 span i {
            margin-right: 10px;
            width: 20px !important;
        }

    .footitem2 p {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-white);
        margin-bottom: 20px;
    }

    .footitem2 a {
        display: block;
        background-color: #eb7619;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
        color: var(--main-color-white);
        width: 175px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .footitem3 {
        width: 19%;
    }

        .footitem3 ul {
            display: flex;
            width: 60%;
            flex-wrap: wrap;
        }

            .footitem3 ul li {
                width: 31%;
                margin-bottom: 20px;
            }

                .footitem3 ul li a img {
                    width: 30px;
                    transition: var(--main-transition);
                }

    .formBounce {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 999;
        display: none;
    }

    .fbbox {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .fbox {
        position: relative;
        width: 550px;
        padding: 30px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
    }

        .fbox strong {
            display: block;
            width: 100%;
            padding: 20px 15px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: normal;
        }

    .fclose {
        position: absolute;
        cursor: pointer;
        right: -15px;
        top: -15px;
        width: 30px;
        height: 30px;
    }

    .fbox input {
        width: 100%;
        padding-left: 15px;
        outline: none;
        border: 1px solid #eeeeee;
        height: 40px;
        margin-bottom: 12px;
        border-left: 3px solid var(--main-color);
    }

    .fbox textarea {
        width: 100%;
        padding-left: 15px;
        outline: none;
        border: 1px solid #eeeeee;
        padding-top: 15px;
        height: 90px;
        margin-bottom: 12px;
        border-left: 3px solid var(--main-color);
    }

    .fbox a {
        display: block;
        height: 33px;
        background-color: var(--main-color);
        text-align: center;
        color: var(--main-color-white);
        line-height: 33px;
        font-size: 14px;
    }

    .inbanner {
        width: 100%;
    }

        .inbanner img {
            width: 100%;
        }

    .bread {
        width: 100%;
    }

    .breadcon {
        max-width: 1530px;
        padding: 20px 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dddddd;
    }

        .breadcon a {
            font-size: 18px;
            color: var(--main-color-666);
        }

        .breadcon span {
            color: var(--main-color-666);
            font-size: 18px;
            display: block;
            margin: 0 10px;
        }

    .aboutus {
        width: 100%;
    }

        /*.aboutus strong {
            display: block;
            color: var(--main-color-333);
            font-size: 30px;
            font-weight: normal;
            margin-bottom: 20px;
        }*/

        .aboutus p {
            font-size: 16px;
            color: #555;
            line-height: 2em;
        }

    .A_form {
        width: 100%;
        margin-top: 50px;
    }

    .A_formcon {
        max-width: 1530px;
        margin: 0 auto;
    }

    .formtitle {
        margin-bottom: 35px;
    }

        .formtitle p {
            position: relative;
            color: var(--main-color-333);
            font-size: 24px;
            text-align: center;
            margin-bottom: 25px;
            position: relative;
        }

            .formtitle p::after {
                position: absolute;
                width: 28px;
                height: 2px;
                content: '';
                background-color: var(--main-color-333);
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
            }

        .formtitle span {
            color: var(--main-color-555);
            font-size: 16px;
            text-align: center;
            display: block;
        }

    .f_group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .f_group input {
            width: 48%;
            height: 40px;
            padding-left: 15px;
            border: 1px solid #767676;
            outline: none;
            margin-bottom: 20px;
        }

        .f_group textarea {
            width: 100%;
            height: 150px;
            padding-left: 15px;
            padding-top: 15px;
            border: 1px solid #767676;
            outline: none;
            margin-bottom: 20px;
        }

        .f_group a {
            display: block;
            background-color: #000;
            font-size: 14px;
            width: 160px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
        }

    .faq {
        width: 100%;
    }

    .faqcon {
        width: 100%;
    }

    .faqitem {
        border: 1px solid #dddddd;
        padding: 15px;
        margin-bottom: 20px;
    }

    .faqtop {
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
    }

        .faqtop p {
            color: var(--main-color-666);
            font-size: 16px;
        }

        .faqtop span {
            font-size: 25px;
            font-weight: bold;
        }

    .faqfy {
        font-size: 14px;
        display: none;
        color: var(--main-color-666);
        line-height: 25px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 996px) {
    .faq {
        width: 100%;
    }

    .faqcon {
        width: 100%;
    }

    .faqitem {
        border: 1px solid #dddddd;
        padding: 15px;
        margin-bottom: 15px;
    }

    .faqtop {
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
    }

        .faqtop p {
            color: var(--main-color-666);
            font-size: 14px;
        }

        .faqtop span {
            font-size: 25px;
            font-weight: bold;
        }

    .faqfy {
        font-size: 14px;
        display: none;
        color: var(--main-color-666);
        line-height: 25px;
        margin-top: 25px;
    }

    .aboutus {
        width: 100%;
    }

        .aboutus strong {
            display: block;
            color: var(--main-color-333);
            font-size: 22px;
            font-weight: normal;
            margin-bottom: 15px;
        }

        .aboutus p {
            font-size: 14px;
            color: #555;
            line-height: 25px;
        }

    .A_form {
        width: 100%;
        margin-top: 30px;
    }

    .A_formcon {
        margin: 0 auto;
    }

    .formtitle {
        margin-bottom: 35px;
    }

        .formtitle p {
            position: relative;
            color: var(--main-color-333);
            font-size: 24px;
            text-align: center;
            margin-bottom: 15px;
            position: relative;
        }

            .formtitle p::after {
                position: absolute;
                width: 28px;
                height: 2px;
                content: '';
                background-color: var(--main-color-333);
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
            }

        .formtitle span {
            color: var(--main-color-555);
            font-size: 14px;
            text-align: center;
            display: block;
        }

    .f_group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .f_group input {
            width: 100%;
            height: 35px;
            padding-left: 15px;
            border: 1px solid #767676;
            outline: none;
            margin-bottom: 20px;
        }

        .f_group textarea {
            width: 100%;
            height: 100px;
            padding-left: 15px;
            padding-top: 15px;
            border: 1px solid #767676;
            outline: none;
            margin-bottom: 20px;
        }

        .f_group a {
            display: block;
            background-color: #000;
            font-size: 14px;
            width: 160px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
        }

    .inbanner {
        width: 100%;
        margin-top: 100px;
    }

        .inbanner img {
            width: 100%;
        }

    .bread {
        width: 100%;
    }

    .breadcon {
        padding: 10px 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dddddd;
    }

        .breadcon a {
            font-size: 14px;
            color: var(--main-color-666);
        }

        .breadcon span {
            color: var(--main-color-666);
            font-size: 14px;
            display: block;
            margin: 0 5px;
        }

    .formBounce {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 999999;
        display: none;
    }

    .fbbox {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .fbox {
        position: relative;
        width: 90%;
        padding: 20px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
    }

        .fbox strong {
            display: block;
            width: 100%;
            padding: 20px 15px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: normal;
        }

    .fclose {
        position: absolute;
        cursor: pointer;
        right: -15px;
        top: -15px;
        width: 30px;
        height: 30px;
    }

    .fbox input {
        width: 100%;
        padding-left: 15px;
        outline: none;
        border: 1px solid #eeeeee;
        height: 40px;
        margin-bottom: 12px;
        border-left: 3px solid var(--main-color);
    }

    .fbox textarea {
        width: 100%;
        padding-left: 15px;
        outline: none;
        border: 1px solid #eeeeee;
        padding-top: 15px;
        height: 90px;
        margin-bottom: 12px;
        border-left: 3px solid var(--main-color);
    }

    .fbox a {
        display: block;
        height: 33px;
        background-color: var(--main-color);
        text-align: center;
        color: var(--main-color-white);
        line-height: 33px;
        font-size: 14px;
    }

    .foot {
        padding: 30px 20px;
        width: 100%;
        background-image: url(../images/footer.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footitem {
        width: 100%;
        margin-bottom: 20px;
    }

        .footitem strong {
            font-weight: normal;
            font-size: 20px;
            display: block;
            margin-bottom: 15px;
            color: var(--main-color-white);
        }

    .footitem1 span {
        margin-bottom: 20px;
        color: var(--main-color-white);
        display: flex;
        font-size: 14px;
        align-items: center;
    }

        .footitem1 span i {
            margin-right: 10px;
            width: 20px !important;
        }

    .footitem2 p {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-white);
        margin-bottom: 20px;
    }

    .footitem2 a {
        display: block;
        background-color: #eb7619;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
        color: var(--main-color-white);
        width: 175px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .footitem3 {
        width: 100%;
    }

        .footitem3 ul {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }

            .footitem3 ul li {
                margin-bottom: 20px;
                margin-right: 10px;
            }

                .footitem3 ul li a img {
                    width: 30px;
                    transition: var(--main-transition);
                }

    .con3 {
        width: 100%;
        padding: 30px 15px;
    }

    .con3con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con3left {
        margin-bottom: 20px;
        width: 100%;
    }

        .con3left a {
            display: block;
            overflow: hidden;
        }

            .con3left a img {
                width: 100%;
                transition: var(--main-transition);
            }

        .con3left:hover img {
            transform: scale(1.1);
        }

    .newleftbox {
        background-color: var(--main-color-white);
        border: 1px solid #ebebeb;
        padding: 20px;
    }

    .con3left:hover .t_aa {
        text-decoration: underline;
    }

    .newleftbox .t_aa {
        display: block;
        color: var(--main-color);
        font-weight: bold;
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 15px;
    }

    .newleftbox p {
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .newmore {
        transition: var(--main-transition);
        font-size: 12px;
        color: var(--main-color-333);
        display: block;
        width: 105px;
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #eeeeee;
    }

        .newmore:hover {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }

    .con3right {
        width: 100%;
    }

    .c3ritem {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        background-color: var(--main-color-white);
        border: 1px solid #ebebeb;
        flex-wrap: wrap;
    }

    .c3rleft {
        width: 100%;
    }

        .c3rleft a img {
            width: 100%;
            transition: var(--main-transition);
        }

    .c3rright {
        width: 100%;
        margin-top: 20px;
    }

    .c3top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .c3top a {
            display: block;
            font-size: 16px;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-weight: bold;
            color: var(--main-color);
        }

        .c3top span {
            color: var(--main-color-999);
            font-size: 13px;
        }

        .c3top i {
            margin-right: 6px;
        }

    .c3rright p {
        margin: 15px 0;
        font-size: 15px;
        color: var(--main-color-666);
        line-height: 30px;
    }

    .c3ritem {
        margin-bottom: 20px;
    }

    .c3rleft a {
        display: block;
        overflow: hidden;
    }

    .c3ritem:hover img {
        transform: scale(1.1);
    }

    .c3ritem:hover .c3top a {
        text-decoration: underline;
    }

    .conbg {
        padding-top: 40px;
        padding-bottom: 250px;
        margin-bottom: -280px;
        background-position: center 0;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-image: url(../images/bg1.jpg);
    }

        .conbg .con_title strong {
            color: var(--main-color-white);
        }

    .con2 {
        margin: 0 auto;
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .con2con {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #cccccc;
        justify-content: space-between;
    }

    .con2left {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .c2l {
        position: relative;
        font-size: 16px;
        font-weight: normal;
        color: var(--main-color);
        font-weight: bold;
        background-color: #fff;
    }

    .c2r {
        width: 100%;
        margin-top: 10px;
    }

        .c2r img {
            width: 100%;
        }

    .con2right {
        width: 100%;
    }

        .con2right p {
            line-height: 30px;
            font-size: 15px;
            color: var(--main-color-666);
        }

        .con2right a {
            display: block;
            margin-top: 20px;
            width: 130px;
            height: 30px;
            text-align: center;
            font-size: 12px;
            line-height: 30px;
            transition: var(--main-transition);
            border: 1px solid var(--main-color);
            color: var(--main-color);
        }

            .con2right a:hover {
                color: var(--main-color-white) !important;
                background-color: var(--main-color) !important;
            }

    .con1 {
        width: 100%;
        padding: 30px 15px;
    }

    .con_title {
        text-align: center;
        margin-bottom: 30px;
    }

        .con_title strong {
            position: relative;
            font-size: 22px;
            display: inline-block;
            padding: 5px 10px;
            border-bottom: 1px solid var(--main-color);
        }

            .con_title strong::after {
                position: absolute;
                width: 36px;
                height: 5px;
                content: '';
                background-color: #eb7619;
                bottom: -3px;
                left: 50%;
                transform: translateX(-50%);
            }

    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .con1con ul li {
            position: relative;
            width: 48%;
            margin-bottom: 20px;
            cursor: pointer;
        }

            .con1con ul li img {
                width: 100%;
            }

    .con1pos1 {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }

    .con1pos1cover {
        width: 0%;
        height: 0%;
        background: rgba(6, 86, 173, .7);
        transition: var(--main-transition);
    }

    .con1pos2 {
        position: absolute;
        z-index: 30;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .con1more {
        width: 88px;
        height: 88px;
        text-align: center;
        line-height: 88px;
        border-radius: 50%;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border: 3px solid rgba(255, 255, 255, .5);
        transform: translateY(-40px);
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }

    .con1con ul li:hover .con1pos1cover {
        width: 100%;
        height: 100%;
    }

    .con1con ul li:hover .con1more {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0px) !important;
    }

    .con1libox {
        position: relative;
    }

    .con1con ul li p {
        font-size: 16px;
        margin-top: 20px;
        font-size: 15px;
    }

    .viewmore {
        width: 130px;
        height: 30px;
        transition: var(--main-transition);
        text-align: center;
        line-height: 30px;
        border: 1px solid var(--main-color);
        color: var(--main-color-333);
        font-size: 13px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

        .viewmore:hover {
            background-color: var(--main-color) !important;
            color: var(--main-color-white) !important;
        }

    .m_search {
        position: fixed;
        top: 100px;
        z-index: 999;
        left: 0;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        padding: 10px;
        display: none;
        width: 100%;
    }

    .mscon {
        display: flex;
        align-items: center;
        background-color: var(--main-color-white);
        justify-content: space-between;
    }

        .mscon input {
            width: 80%;
            height: 35px;
            padding-left: 15px;
            outline: none;
            border: 1px solid #ccc;
        }

        .mscon a {
            display: block;
            width: 20%;
            line-height: 35px;
            height: 35px;
            text-align: center;
            background-color: var(--main-color);
            color: var(--main-color-white);
        }

    .mr {
        display: flex;
        align-items: center;
    }

        .mr i {
            margin-right: 20px;
            font-size: 25px !important;
            color: var(--main-color-666);
        }

    html {
        overflow-x: hidden;
        height: 2000px;
    }

    .inside {
        padding: 30px 15px;
        padding-top: 10px;
        margin: 0 auto;
    }

        .inside p {
            font-size: 14px;
            color: var(--main-color-333);
        }

    .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: 100px !important;
    }

        .ml_banner img {
            width: 100%;
        }

    .bannerpage .swiper-pagination-bullet {
        width: 30px !important;
        height: 5px !important;
        border-radius: 0 !important;
    }

    .bannerpage .swiper-pagination-bullet-active {
        background-color: var(--main-color) !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: 100px;
        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: 40px;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99999;
    }

    .ml_pcheader {
        display: none;
    }

    .pctop {
        width: 100%;
        height: 40px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color);
    }

    .pctopcon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        padding: 0 20px;
        margin: 0 auto;
    }

        .pctopcon span {
            color: var(--main-color-white);
            font-size: 14px;
        }

    .pc_search a {
        width: 40px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: var(--main-color);
        background-color: var(--main-color-white);
        border-left: 1px solid #dddddd;
        display: block;
    }

    .pc_search {
        display: none;
    }

        .pc_search input {
            width: 200px;
            height: 26px;
            padding-left: 15px;
            outline: none;
            border: none;
        }
}
