* {
    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;
}

body {
    overflow-x: hidden;
}

@media screen and (min-width:1280px) and (max-width:1420px) {
    .pcnav>li>a {
        padding: 0 15px !important;
    }
}

@media screen and (min-width:996px) and (max-width:1280px) {
    .pcnav>li>a {
        padding: 0 10px !important;
        font-size: 14px !important;
    }
}

 :root {
    --main-color: #f5d72b;
    --main-color1: #eb6100;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color-white);
        height: 100px;
        box-shadow: var(--main-shadow);
    }
    .pcheader {
        width: 84%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }
    .p_sou {
        width: 15%;
        cursor: pointer;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p_scon {
        position: absolute;
        top: 100%;
        height: 40px;
        left: 0;
        display: none;
    }
    .p_scon input {
        width: 85%;
        height: 35px;
        outline: none;
        border: none;
        padding-left: 15px;
    }
    .p_scon a {
        display: block;
        width: 15%;
        height: 35px;
        display: flex;
        background-color: var(--main-color-white);
        align-items: center;
        justify-content: center;
    }
    .p_sconcon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo {
        display: block;
        width: 15%;
    }
    .pclogo img {
        width: 100%;
    }
    .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: 100px;
        line-height: 100px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
        background-color: var(--main-color-white);
    }
    .pc_sec_item .second_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color-white) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        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: 100px !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;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
        background-color: #eeeff2;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-666);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .inbanner {
        width: 100%;
        margin-top: 100px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 20px 0;
        width: 84%;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .m_sou {
        display: none;
    }
    .con1 {
        width: 100%;
        padding: 5vw 0;
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 44vw;
    }
    .con1con {
        width: 84%;
        margin: 0 auto;
    }
    .con1left {
        width: 39vw;
        padding-top: 2vw;
    }
    .con1_title {
        font-size: 46px;
        font-weight: 400;
        text-align: left;
        color: #000;
        padding: 3vw 0 1vw 0;
    }
    .con1intro {
        line-height: 36px;
        font-size: 16px;
        color: #666;
        padding-bottom: 3vw;
    }
    .con1left a {
        transition: var(--main-transition);
        color: var(--main-color-333);
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: block;
        font-size: 16px;
    }
    .con1left a i {
        color: var(--main-color);
        font-size: 20px !important;
        margin-left: 10px;
    }
    .con1left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con1left a:hover i {
        color: var(--main-color-white);
    }
    .con1right {
        position: absolute;
        right: 0;
        top: 5vw;
        width: 29vw;
    }
    .con1right .num {
        position: absolute;
        right: 100%;
        top: 6%;
        z-index: 10;
    }
    .num dd {
        position: relative;
        padding: 1.98vw 0 1vw;
        transform: translateX(-50px);
        transition: 1.2s 0.2s;
    }
    .num dd .icon {
        position: relative;
        background: #f5d72b;
        background: #fff;
        width: 6.5vw;
        height: 6.5vw;
        border-radius: 50%;
        text-align: center;
        margin-right: -5.6875vw;
    }
    .ytable {
        display: table;
        width: 100%;
        table-layout: fixed;
        height: 100%;
        background: #f4f4f4;
    }
    .ytable-cell {
        display: table-cell;
        vertical-align: middle;
    }
    .num dd .icon img {
        max-height: 4vw;
    }
    .con1right dd>aside {
        position: absolute;
        right: 100%;
        top: 56.5%;
        transform: translateY(-50%);
        color: #333;
        line-height: 2em;
        width: 200px;
    }
    .con1right dd>aside span {
        color: var(--main-color);
        font-size: 42px;
        font-weight: bold;
    }
    .con1right dd>aside sub {
        font-size: 16px;
        position: absolute;
        bottom: 0;
        padding-left: 10px;
    }
    .con2 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        width: 84%;
        margin: 0 auto;
    }
    .contitle {
        margin-bottom: 50px;
    }
    .contitle strong {
        display: block;
        text-align: center;
        font-size: 38px;
        color: var(--main-color-333);
        font-weight: normal;
        position: relative;
        margin-bottom: 35px;
    }
    .contitle strong::after {
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: var(--main-color);
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        content: '';
    }
    .con2con .contitle strong {
        color: var(--main-color-white);
    }
    .contitle p {
        color: var(--main-color-666);
        font-size: 14px;
        text-align: center;
    }
    .honorSwiper {
        width: 100%;
    }
    .honorSwiper img {
        width: 100%;
    }
    .honorSwiper .swiper-slide {
        transform: scale(.8);
        transition: var(--main-transition);
        opacity: .5;
    }
    .honorSwiper .swiper-slide-active {
        transform: scale(1) !important;
        opacity: 1;
    }
    .honorbtn {
        background-image: none !important;
        width: 50px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 50px !important;
    }
    .con2fy {
        display: none;
    }
    .con2tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .con2active {
        background-color: var(--main-color) !important;
    }
    .con2tab span {
        cursor: pointer;
        font-size: 14px;
        margin: 0 10px;
        display: block;
        width: 150px;
        height: 40px;
        text-align: center;
        color: var(--main-color-333);
        line-height: 40px;
        background-color: var(--main-color-white);
        border-radius: 50px;
    }
    .con3 {
        padding: 80px 0;
        width: 100%;
    }
    .con3con {
        width: 84%;
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc((100% - 75px) / 4);
        margin-right: 25px;
        margin-bottom: 25px;
        position: relative;
    }
    .con3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con3con ul li img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li:hover .con3pos {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    }
    .con3pos {
        width: 100%;
        height: 100%;
        transition: var(--main-transition);
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
        padding: 30px;
    }
    .con3pos p {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 10px;
    }
    .con3pos span {
        color: var(--main-color-white);
        font-size: 14px;
        cursor: pointer;
    }
    .con3pos span i {
        color: var(--main-color);
        font-size: 14px;
    }
    .con3img {
        overflow: hidden;
    }
    .con4 {
        width: 100%;
        padding: 80px 0;
        background-color: #f4f4f4;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: calc(100% / 3);
        position: relative;
    }
    .con4con ul li img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con4con ul li:hover img {
        transform: scale(1.1);
    }
    .con4con ul li:hover .con3pos {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    }
    .con5 {
        padding: 80px 0;
        width: 100%;
    }
    .con5con {
        width: 84%;
        margin: 0 auto;
    }
    .con5contop {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con5contop .contitle strong {
        text-align: left;
    }
    .con5contop .contitle strong::after {
        left: 0;
        transform: translateX(0);
    }
    .con5btn {
        display: flex;
        align-items: center;
    }
    .con5btn span {
        display: block;
        border: 1px solid #e8e8e8;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-left: 20px;
        font-size: 25px !important;
        cursor: pointer;
        color: #7f7f7f;
    }
    .con5btn span:hover {
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        color: var(--main-color-white);
    }
    .con5img {
        overflow: hidden;
    }
    .mySwiper_news {
        width: 100%;
        padding: 20px 0 !important;
    }
    .mySwiper_news img {
        width: 100%;
        transition: var(--main-transition);
    }
    .mySwiper_news p {
        color: var(--main-color-333);
        font-size: 18px;
        margin: 10px auto;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .mySwiper_news span {
        color: var(--main-color-888);
        font-size: 12px;
        display: block;
        margin-bottom: 10px;
    }
    .mySwiper_news em {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-style: normal;
        font-weight: normal;
        color: var(--main-color-666);
    }
    .mySwiper_news .swiper-slide {
        cursor: pointer;
        padding: 20px !important;
        box-shadow: var(--main-shadow);
    }
    .mySwiper_news .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiper_news .swiper-slide:hover p {
        color: var(--main-color);
    }
    .con6 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/con6bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        margin: 0 auto;
        width: 84%;
    }
    .con6con .contitle strong {
        color: var(--main-color-white);
    }
    .con6con .contitle p {
        color: var(--main-color-white);
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con6con ul li {
        width: 20%;
        position: relative;
        padding: 20px;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        background-color: var(--main-color-white);
    }
    .con6con ul li:nth-child(5n) {
        border-right: none;
    }
    .con6con ul li img {
        width: 100%;
        height: 140px;
        object-fit: contain;
    }
    .con6pos {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        transition: var(--main-transition);
        left: 0;
        border: 3px solid transparent;
    }
    .con6con ul li:hover .con6pos {
        width: 100%;
        height: 100%;
        border: 3px solid var(--main-color);
    }
    .foot {
        width: 100%;
        background-color: #2f2d2a;
        padding: 80px 0;
    }
    .footer {
        width: 84%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot1 {
        width: 13%;
    }
    .foot1 a img {
        width: 100%;
    }
    .foot1 ul {
        margin-top: 20px;
    }
    .foot1 ul li {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .foot1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
    }
    .foot1 ul li span {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .foot3 {
        width: 13%;
    }
    .foot3 strong {
        color: var(--main-color-white);
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 20px;
        display: block;
    }
    .foot3 img {
        display: block;
        width: 100px;
    }
    .foot3 p {
        width: 100px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-555);
        margin-top: 10px;
    }
    .foot2 {
        flex: 1;
        padding: 0 20px;
    }
    .foot2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .foot2 ul li {
        padding: 0 15px;
        flex: 1;
    }
    .f_a {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 15px;
    }
    .s_a {
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        color: var(--main-color-555);
    }
    .crumb {
        width: 100%;
        height: 70px;
        background-color: #f4f4f4;
    }
    .crumbcon {
        width: 84%;
        margin: 0 auto;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .crumbleft ul {
        display: flex;
        align-items: center;
    }
    .crumbleft ul li a {
        display: block;
        margin-right: 25px;
        height: 70px;
        font-size: 14px;
        line-height: 70px;
        color: var(--main-color-666);
    }
    .crumb_active {
        font-weight: bold;
        border-bottom: 2px solid var(--main-color);
        color: var(--main-color) !important;
    }
    .crumbleft ul li a:hover {
        font-weight: bold;
        border-bottom: 2px solid var(--main-color);
        color: var(--main-color) !important;
    }
    .crumbright {
        display: flex;
        align-items: center;
    }
    .crumbright i {
        color: var(--main-color-555);
        margin-right: 20px;
    }
    .crumbright a {
        font-size: 14px;
        color: var(--main-color-555);
    }
    .crumbright span {
        margin: 0 10px;
        display: block;
        color: var(--main-color-555);
        font-size: 14px;
    }
    .act_location {
        color: var(--main-color) !important;
    }
    .aboutus1 {
        padding: 80px 0;
        width: 100%;
    }
    .aboutus1con {
        max-width: 84%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab_title {
        margin-bottom: 40px;
    }
    .ab_title h1 {
        font-weight: bold;
        font-style: italic;
        margin-bottom: 10px;
        letter-spacing: 8px;
        color: #e0e0e0;
        font-size: 28px;
        text-align: center;
    }
    .ab_title strong {
        font-weight: normal;
        font-size: 30px;
        color: var(--main-color-333);
        position: relative;
        display: block;
        text-align: center;
    }
    .ab_title strong::after {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .aboutus1left .ab_title h1 {
        text-align: left;
    }
    .aboutus1left .ab_title strong {
        text-align: left;
    }
    .aboutus1left .ab_title strong::after {
        left: 0;
        transform: translateX(0);
    }
    .aboutus1left {
        width: 60%;
    }
    .aboutus1left p {
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .aboutus1right {
        width: 37%;
    }
    .aboutus1right img {
        width: 100%;
    }
    .aboutus2 {
        width: 100%;
        padding: 80px 0;
    }
    .aboutus2con {
        width: 84%;
        margin: 0 auto;
    }
    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .aboutus2con ul li {
        width: calc((100% - 70px) / 3);
        margin-right: 35px;
        margin-bottom: 35px;
        border-top-left-radius: 50px;
        box-shadow: var(--main-shadow);
        border-bottom-right-radius: 50px;
    }
    .ab2box {
        width: 100%;
        border-top-left-radius: 50px;
        overflow: hidden;
    }
    .ab2box img {
        transition: var(--main-transition);
        width: 100%;
        height: 310px;
        object-fit: cover;
    }
    .ab2div {
        position: relative;
        padding: 20px;
        padding-top: 60px;
        border-bottom-right-radius: 50px;
    }
    .iconbox {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        transition: var(--main-transition);
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }
    .iconbox img {
        width: 50px;
        transition: var(--main-transition);
        height: 50px;
        object-fit: contain;
    }
    .ab2div p {
        font-size: 23px;
        text-align: center;
        color: var(--main-color-333);
    }
    .ab2div span {
        color: var(--main-color-666);
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .aboutus2con ul li:hover .ab2box img {
        transform: scale(1.1);
    }
    .aboutus2con ul li:hover .iconbox img {
        transform: rotateY(180deg);
    }
    .system {
        padding: 80px 0;
        width: 100%;
    }
    .systemcon {
        width: 84%;
        margin: 0 auto;
    }
    .systemitem {
        display: flex;
        flex-wrap: wrap;
    }
    .sysleft {
        width: 50%;
    }
    .sysleft img {
        width: 100%;
    }
    .sysright {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
        background-color: #f4f4f4;
    }
    .sysright p {
        padding-left: 30px;
        font-size: 25px;
        color: var(--main-color-333);
        background-repeat: no-repeat;
        background-image: url(../images/dot.png);
        background-position: left 10px;
    }
    .sysright span {
        color: var(--main-color-666);
        font-size: 14px;
        line-height: 30px;
        margin-top: 30px;
    }
    .systemitem:nth-child(even) {
        flex-direction: row-reverse;
    }
    .security {
        width: 100%;
        padding: 80px 0;
    }
    .securitycon {
        width: 84%;
        margin: 0 auto;
    }
    .securitycon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .securitycon ul li {
        width: calc(100% / 3);
        display: flex;
        flex-direction: column;
    }
    .securitycon ul li img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .lib {
        padding: 3vw 5vw;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #efefef;
    }
    .securitycon ul li:nth-child(even) {
        flex-direction: column-reverse;
    }
    .lib strong {
        position: relative;
        font-size: 25px;
        color: var(--main-color-333);
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
    }
    .lib strong::after {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        width: 30px;
        height: 2px;
        background-color: var(--main-color);
    }
    .lib span {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-666);
        display: block;
    }
}

@media only screen and (max-width: 996px) {
    .security {
        width: 100%;
        padding: 30px 15px;
    }
    .securitycon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .securitycon ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .securitycon ul li img {
        width: 100%;
        object-fit: cover;
    }
    .lib {
        padding: 3vw 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #efefef;
    }
    .lib strong {
        position: relative;
        font-size: 25px;
        color: var(--main-color-333);
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
    }
    .lib strong::after {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        width: 30px;
        height: 2px;
        background-color: var(--main-color);
    }
    .lib span {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-666);
        display: block;
    }
    .system {
        padding: 30px 15px;
        width: 100%;
    }
    .systemitem {
        display: flex;
        flex-wrap: wrap;
    }
    .sysleft {
        width: 100%;
    }
    .sysleft img {
        width: 100%;
    }
    .sysright {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vw;
        background-color: #f4f4f4;
    }
    .sysright p {
        padding-left: 30px;
        font-size: 18px;
        color: var(--main-color-333);
        background-repeat: no-repeat;
        background-image: url(../images/dot.png);
        background-position: left 7px;
    }
    .sysright span {
        color: var(--main-color-666);
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus2con {
        width: 100%;
        margin: 0 auto;
    }
    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        width: 100%;
        margin-bottom: 15px;
        border-top-left-radius: 50px;
        box-shadow: var(--main-shadow);
        border-bottom-right-radius: 50px;
    }
    .ab2box {
        width: 100%;
        border-top-left-radius: 50px;
        overflow: hidden;
    }
    .ab2box img {
        transition: var(--main-transition);
        width: 100%;
    }
    .ab2div {
        position: relative;
        padding: 20px;
        padding-top: 60px;
        border-bottom-right-radius: 50px;
    }
    .iconbox {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        transition: var(--main-transition);
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }
    .iconbox img {
        width: 50px;
        transition: var(--main-transition);
        height: 50px;
        object-fit: contain;
    }
    .ab2div p {
        font-size: 23px;
        text-align: center;
        color: var(--main-color-333);
    }
    .ab2div span {
        color: var(--main-color-666);
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .aboutus2con ul li:hover .ab2box img {
        transform: scale(1.1);
    }
    .aboutus2con ul li:hover .iconbox img {
        transform: rotateY(180deg);
    }
    .aboutus1 {
        padding: 30px 15px;
        width: 100%;
    }
    .aboutus1con {
        flex-direction: column-reverse;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab_title {
        margin-bottom: 30px;
    }
    .ab_title h1 {
        font-weight: bold;
        font-style: italic;
        margin-bottom: 10px;
        letter-spacing: 8px;
        color: #e0e0e0;
        font-size: 22px;
        text-align: center;
    }
    .ab_title strong {
        font-weight: normal;
        font-size: 22px;
        color: var(--main-color-333);
        position: relative;
        display: block;
        text-align: center;
    }
    .ab_title strong::after {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .aboutus1left .ab_title h1 {
        text-align: left;
    }
    .aboutus1left .ab_title strong {
        text-align: left;
    }
    .aboutus1left .ab_title strong::after {
        left: 0;
        transform: translateX(0);
    }
    .aboutus1left {
        width: 100%;
    }
    .aboutus1left p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .aboutus1right {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus1right img {
        width: 100%;
    }
    .crumb {
        width: 100%;
        padding: 20px 15px;
        background-color: #f4f4f4;
    }
    .crumbcon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .crumbleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .crumbleft ul {
        display: flex;
        align-items: center;
    }
    .crumbleft ul li a {
        display: block;
        margin-right: 15px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        color: var(--main-color-666);
    }
    .crumb_active {
        font-weight: bold;
        border-bottom: 2px solid var(--main-color);
        color: var(--main-color) !important;
    }
    .crumbleft ul li a:hover {
        font-weight: bold;
        border-bottom: 2px solid var(--main-color);
        color: var(--main-color) !important;
    }
    .crumbright {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .crumbright i {
        color: var(--main-color-555);
        margin-right: 20px;
    }
    .crumbright a {
        font-size: 14px;
        color: var(--main-color-555);
    }
    .crumbright span {
        margin: 0 10px;
        display: block;
        color: var(--main-color-555);
        font-size: 14px;
    }
    .act_location {
        color: var(--main-color) !important;
    }
    .foot {
        width: 100%;
        background-color: #2f2d2a;
        padding: 30px 15px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .foot1 a img {
        width: 100%;
    }
    .foot1 ul {
        margin-top: 20px;
    }
    .foot1 ul li {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .foot1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
    }
    .foot1 ul li span {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .foot3 {
        width: 100%;
        margin-top: 20px;
    }
    .foot3 strong {
        color: var(--main-color-white);
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 20px;
        display: block;
    }
    .foot3 img {
        display: block;
        width: 100px;
    }
    .foot3 p {
        width: 100px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-555);
        margin-top: 10px;
    }
    .foot2 {
        flex: 1;
        padding: 0 20px;
        display: none;
    }
    .foot2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .foot2 ul li {
        padding: 0 15px;
        flex: 1;
    }
    .f_a {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 15px;
    }
    .s_a {
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        color: var(--main-color-555);
    }
    .con6 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/con6bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con .contitle strong {
        color: var(--main-color-white);
    }
    .con6con .contitle p {
        color: var(--main-color-white);
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con6con ul li {
        width: 50%;
        position: relative;
        padding: 20px;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        background-color: var(--main-color-white);
    }
    .con6con ul li img {
        width: 100%;
    }
    .con5 {
        padding: 30px 15px;
        width: 100%;
    }
    .con5con {
        width: 100%;
        margin: 0 auto;
    }
    .con5contop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con5contop .contitle {
        width: 100%;
    }
    .con5btn {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
    }
    .con5btn span {
        display: block;
        border: 1px solid #e8e8e8;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: 10px auto;
        font-size: 25px !important;
        cursor: pointer;
        color: #7f7f7f;
    }
    .con5btn span:hover {
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        color: var(--main-color-white);
    }
    .con5img {
        overflow: hidden;
    }
    .mySwiper_news {
        padding: 15px !important;
    }
    .mySwiper_news img {
        width: 100%;
        transition: var(--main-transition);
    }
    .mySwiper_news p {
        color: var(--main-color-333);
        font-size: 18px;
        margin: 10px auto;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .mySwiper_news span {
        color: var(--main-color-888);
        font-size: 12px;
        display: block;
        margin-bottom: 10px;
    }
    .mySwiper_news em {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-style: normal;
        font-weight: normal;
        color: var(--main-color-666);
    }
    .mySwiper_news .swiper-slide {
        cursor: pointer;
        padding: 15px;
        box-shadow: var(--main-shadow);
    }
    .mySwiper_news .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiper_news .swiper-slide:hover p {
        color: var(--main-color);
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f4f4f4;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
    .con4con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con4con ul li:hover img {
        transform: scale(1.1);
    }
    .con4con ul li:hover .con3pos {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    }
    .con3 {
        padding: 30px 15px;
        width: 100%;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
    .con3con ul li img {
        width: 100%;
    }
    .con3pos {
        width: 100%;
        height: 100%;
        transition: var(--main-transition);
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        padding: 15px;
    }
    .con3pos p {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 10px;
    }
    .con3pos span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con3pos span i {
        color: var(--main-color);
        font-size: 14px;
    }
    .con3img {
        overflow: hidden;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        margin: 0 auto;
    }
    .contitle {
        margin-bottom: 30px;
    }
    .contitle strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color-333);
        font-weight: normal;
        position: relative;
        margin-bottom: 25px;
    }
    .contitle strong::after {
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: var(--main-color);
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        content: '';
    }
    .con2con .contitle strong {
        color: var(--main-color-white);
    }
    .contitle p {
        color: var(--main-color-666);
        font-size: 14px;
        text-align: center;
    }
    .honorSwiper {
        width: 100%;
    }
    .honorSwiper img {
        width: 100%;
    }
    .honorSwiper .swiper-slide {
        transform: scale(.8);
        transition: var(--main-transition);
        opacity: .5;
    }
    .honorSwiper .swiper-slide-active {
        transform: scale(1) !important;
        opacity: 1;
    }
    .honorbtn {
        background-image: none !important;
        width: 50px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 50px !important;
        background: rgba(0, 0, 0, .5);
    }
    .con2fy {
        display: none;
    }
    .con2tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .con2active {
        background-color: var(--main-color) !important;
    }
    .con2tab span {
        cursor: pointer;
        font-size: 14px;
        margin: 0 10px;
        display: block;
        width: 150px;
        height: 40px;
        text-align: center;
        color: var(--main-color-333);
        line-height: 40px;
        background-color: var(--main-color-white);
        border-radius: 50px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
    }
    .con1left {
        width: 100%;
    }
    .con1_title {
        font-size: 25px;
        text-align: left;
        color: #000;
    }
    .con1intro {
        line-height: 30px;
        font-size: 14px;
        color: #666;
        padding-bottom: 20px;
    }
    .con1left a {
        transition: var(--main-transition);
        color: var(--main-color-white);
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: block;
        font-size: 16px;
        background-color: var(--main-color);
    }
    .con1left a i {
        color: var(--main-color-white);
        font-size: 20px !important;
        margin-left: 10px;
    }
    .con1right {
        width: 100%;
    }
    .con1right .num {
        z-index: 10;
        display: flex;
        align-items: center;
        padding: 30px 0;
    }
    .num dd {
        margin-right: 20px;
    }
    .ytable-cell {
        background-color: #f4f4f4;
        padding: 15px;
    }
    .num dd .icon img {
        width: 50px;
    }
    .con1right dd>aside {
        margin-top: 10px;
    }
    .con1right dd>aside span {
        color: var(--main-color);
        font-size: 20px;
        font-weight: bold;
    }
    .con1right dd>aside sub {
        font-size: 14px;
        padding-left: 10px;
    }
    .m_soucon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .m_sou {
        display: none;
        position: fixed;
        top: 60px;
        z-index: 9999;
        left: 0;
        width: 100%;
        background-color: var(--main-color-white);
    }
    .m_soucon input {
        width: 85%;
        border: 1px solid #efefef;
        outline: none;
        height: 35px;
    }
    .m_soucon a {
        flex: 1;
        width: 15px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .m_soucon a img {
        width: 100%;
    }
    .h_r {
        display: flex;
        align-items: center;
    }
    .h_r i {
        margin-right: 20px;
        font-size: 25px !important;
        color: var(--main-color-666);
    }
    html {
        overflow-x: hidden;
    }
    .inside {
        padding: 30px 15px;
        padding-top: 10px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-white);
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 200px;
    }
    .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;
    }
}