    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    body {
        overflow-x: hidden !important;
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
     :root {
        --main-color: #1e5a9f;
        --main-color1: #d32329;
        --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;
            transition: var(--main-transition);
            height: 80px;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(102, 102, 102, 0));
        }
        .pcheader {
            max-width: 1300px;
            margin: 0 auto;
            transition: var(--main-transition);
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
        }
        .head_Right {
            display: flex;
            align-items: center;
        }
        .head_Right .search {
            margin-left: 100px;
        }
        .head_Right i {
            color: var(--main-color-222);
        }
        .pclogo img {
            height: 60px;
        }
        .pclogo span {
            color: var(--main-color-white);
            font-size: 25px;
            font-weight: bold;
        }
        .pcnav {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 99;
        }
        .pcnav>li {
            position: relative;
            transition: var(--main-transition);
        }
        .pcnav>li:hover .first_a {
            color: var(--main-color);
        }
        .pcnav>li>a {
            display: block;
            height: 80px;
            line-height: 80px;
            font-size: 14px;
            transition: var(--main-transition);
            color: var(--main-color-white);
            padding: 0 20px;
            font-weight: bold;
        }
        .pc_sec_nav {
            position: absolute;
            top: 120%;
            left: 0;
            width: 150px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item a {
            font-weight: bold;
            color: var(--main-color-666);
            font-size: 14px;
            display: block;
            padding: 10px 30px;
            transition: var(--main-transition);
        }
        .pcnav li:hover .pc_sec_nav {
            top: 100% !important;
            opacity: 1 !important;
            visibility: visible !important;
            color: var(--main-color);
        }
        .pc_sec_item:hover .pc_third_nav {
            top: 0 !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .second_a {
            color: var(--main-color) !important;
        }
        .third_a:hover {
            color: var(--main-color) !important;
        }
        .pc_sec_item {
            position: relative;
        }
        .pc_third_nav {
            position: absolute;
            left: 100%;
            top: 20%;
            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);
        }
        .head_transform {
            max-width: 90% !important;
            height: 72px !important;
        }
        .header_transform {
            background-color: var(--main-color) !important;
            height: 72px !important;
        }
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            border-top: 1px solid #555555;
            background-color: #3b3d40;
        }
        .copycon {
            text-align: center;
            max-width: 1200px;
            text-align: center;
            font-size: 14px;
            color: var(--main-color-999);
            margin: 0 auto;
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-999);
        }
        .inside {
            max-width: 1300px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            width: 100%;
            height: 300px;
            background-image: url(../images/inbanner.jfif);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: normal;
        }
        #myVideo {
            width: 100%;
            display: block;
            object-fit: cover;
        }
        .video_banner {
            position: relative;
            width: 100%;
        }
        .v_pos {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            top: 0;
            left: 0;
            z-index: 9;
        }
        .v_pos h1 {
            font-size: 100px;
            color: var(--main-color-white);
            max-width: 1200px;
        }
        .v_pos h2 {
            font-size: 30px;
            max-width: 1200px;
            text-align: center;
            line-height: 40px;
            color: var(--main-color-white);
            margin: 30px auto;
        }
        .v_pos a {
            display: block;
            width: 245px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            background-color: var(--main-color-222);
            color: var(--main-color-white);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
        }
        .v_pos a:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
            transform: translate(10px, 10px);
        }
        .con1 {
            width: 100%;
            height: 360px;
        }
        .con1con {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con1con a {
            display: block;
            width: 50%;
            position: relative;
        }
        .con1con a img {
            width: 100%;
            height: 360px;
            object-fit: cover;
        }
        .con2 {
            width: 100%;
            height: 660px;
            position: relative;
            background-image: url(../images/bg1.jfif);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        }
        .con2con {
            width: 100%;
            height: 100%;
            position: absolute;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.81) 71%, #000000);
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .con2con strong {
            display: block;
            font-weight: normal;
            font-size: 72px;
            text-align: center;
            color: var(--main-color-white);
            max-width: 1200px;
        }
        .con2con p {
            font-size: 16px;
            margin: 30px auto;
            line-height: 30px;
            font-weight: bold;
            text-align: center;
            color: var(--main-color-white);
            max-width: 640px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
        }
        .con2con a {
            display: block;
            width: 245px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            background-color: var(--main-color-white);
            color: var(--main-color-222);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
        }
        .con2con a:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
            transform: translate(10px, 10px);
        }
        .con3 {
            width: 100%;
            padding: 100px 0;
        }
        .con3con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .title_con3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 80px;
        }
        .title_con3 strong {
            display: block;
            color: var(--main-color-222);
            font-size: 64px;
        }
        .title_con3 a {
            color: var(--main-color-222);
            font-size: 14px;
            transition: var(--main-transition);
            font-weight: bold;
            display: flex;
        }
        .title_con3 a:hover {
            opacity: .7;
        }
        .con3item {
            cursor: pointer;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 100px;
        }
        .con3itemleft {
            width: 60%;
        }
        .con3itemleft img {
            width: 100%;
            box-shadow: 40px 50px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        .con3itemright {
            flex: 1;
            padding-left: 30px;
        }
        .con3itemright p {
            font-size: 48px;
            color: var(--main-color-222);
            text-align: center;
            margin-bottom: 30px;
        }
        .con3itemright span {
            color: var(--main-color-222);
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
        }
        .con3itemrev {
            flex-direction: row-reverse;
        }
        .more {
            display: block;
            width: 245px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            background-color: var(--main-color-222);
            color: var(--main-color-white);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .more:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
            transform: translate(10px, 10px);
        }
        .con4 {
            width: 100%;
            height: 350px;
            background-image: url(../images/bg1.jfif);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            position: relative;
        }
        .con4con {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(30, 90, 159, 0.5);
        }
        .con4box {
            max-width: 1300px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .con4boxleft {
            width: 50%;
        }
        .con4boxright {
            display: flex;
        }
        .con4boxright a {
            display: block;
            width: 245px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            background-color: var(--main-color-white);
            color: var(--main-color-222);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .con4boxleft p {
            font-size: 32px;
            color: var(--main-color-white);
            font-weight: normal;
            line-height: 50px;
        }
        .con4boxleft span {
            color: var(--main-color-white);
            font-size: 20px;
            display: block;
        }
        .con5 {
            width: 100%;
            padding: 100px 0;
        }
        .con5con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            width: calc((100% - 50px) / 3);
            margin-right: 25px;
            margin-bottom: 25px;
            border: solid 0px #000;
            border-bottom: solid 1px #EEEEEE;
            border-radius: 10px;
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
            padding: 24px;
            transition: var(--main-transition);
            cursor: pointer;
        }
        .con5con ul li:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
            transform: translate(6px, 12px);
            transition-duration: 800ms;
        }
        .con5con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con5con ul li img {
            width: 100%;
            height: 180px;
            border-radius: 5px;
            object-fit: cover;
        }
        .con5con ul li p {
            font-size: 16px;
            font-weight: bold;
            color: var(--main-color-222);
            margin: 15px 0;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .con5con ul li span {
            display: block;
            font-size: 14px;
            color: #aaaaaa;
        }
        .con6 {
            width: 100%;
            padding: 80px 0;
        }
        .con6con {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .con6conleft {
            width: 100%;
            padding-right: 30px;
        }
            .con6conleft h1 {
                font-size: 64px;
                color: var(--main-color-222);
                margin-bottom: 30px;
                text-align: center;
            }
        .con6conleft p {
            font-size: 16px;
            color: var(--main-color-222);
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 30px;
        }
        .con6conleft .more {
            margin: inherit;
        }
        .con6conright {
            flex: 1;
        }
        .con6conright img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 40px 50px 30px rgba(0, 0, 0, 0.1);
        }
        .foot {
            width: 100%;
            padding: 60px 0;
            background-color: #000;
        }
        .footer {
            max-width: 1300px;
            margin: 0 auto;
        }
        .footer1 ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .footer1 ul li {
            width: 48%;
            padding: 45px;
            border-radius: 15px;
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
            background-color: var(--main-color-white);
            display: flex;
            align-items: center;
            cursor: pointer;
            justify-content: space-between;
            transition: var(--main-transition);
        }
        .footer1 ul li:hover strong {
            opacity: .8;
        }
        .footer1 ul li:hover p {
            opacity: .8;
        }
        .flileft strong {
            color: var(--main-color);
            font-size: 36px;
            display: block;
        }
        .flileft p {
            font-size: 16px;
            color: var(--main-color-222);
            margin-top: 25px;
        }
        .fliright i {
            color: var(--main-color-222);
            font-size: 30px;
            transition: var(--main-transition);
            display: block;
        }
        .footer1 ul li:hover {
            padding-right: 35px;
        }
        .footer2 {
            margin-top: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .footer2left span {
            color: var(--main-color-white);
            font-size: 20px;
            font-weight: bold;
        }
        .footer2right {
            display: flex;
            padding-left: 20px;
        }
        .footer2right a {
            color: var(--main-color-white);
            font-size: 14px;
            font-weight: bold;
            margin-right: 15px;
        }
        .aboutus1 {
            padding-top: 15px;
            padding-bottom: 50px;
            width: 100%;
        }
        .aboutus1con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .ab_title {
            margin-bottom: 50px;
        }
        .ab_title strong {
            display: block;
            font-size: 64px;
            color: var(--main-color-222);
            text-align: center;
            margin-bottom: 10px;
        }
        .ab_title p {
            font-size: 28px;
            color: var(--main-color-222);
            text-align: center;
        }
        .aboutus1box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .aboutus1left {
            width: 48%;
        }
        .aboutus1left img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 40px 50px 30px rgba(0, 0, 0, 0.1);
        }
        .aboutus1right {
            width: 48%;
        }
        .aboutus1right p {
            font-size: 15px;
            color: var(--main-color-222);
            font-weight: bold;
            line-height: 30px;
        }
        .aboutus2 {
            padding: 50px 0;
            width: 100%;
        }
        .aboutus2con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .aboutus2con ul li {
            width: 48%;
            padding: 45px;
            background-color: var(--main-color-white);
            border-radius: 10px;
            box-shadow: 30px 40px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 40px;
        }
        .aboutus2con ul li strong {
            display: block;
            color: var(--main-color);
            font-size: 36px;
            margin-bottom: 10px;
        }
        .aboutus2con ul li p {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            color: var(--main-color-222);
        }
        .aboutus2con ul li span {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .aboutus3 {
            padding: 50px 0 !important;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .con4boxleft span {
            color: var(--main-color-white);
            font-size: 16px;
            display: block;
            text-align: center;
        }
        .aboutus2 {
            padding: 30px 15px;
        }
        .aboutus2con {
            margin: 0 auto;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .aboutus2con ul li {
            width: 100%;
            padding: 25px;
            background-color: var(--main-color-white);
            border-radius: 10px;
            box-shadow: 30px 40px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }
        .aboutus2con ul li strong {
            display: block;
            color: var(--main-color);
            font-size: 25px;
            margin-bottom: 10px;
        }
        .aboutus2con ul li p {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            color: var(--main-color-222);
        }
        .aboutus2con ul li span {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .aboutus1 {
            padding: 30px 15px;
        }
        .aboutus1con {
            margin: 0 auto;
        }
        .ab_title {
            margin-bottom: 50px;
        }
        .ab_title strong {
            display: block;
            font-size: 30px;
            color: var(--main-color-222);
            text-align: center;
            margin-bottom: 10px;
        }
        .ab_title p {
            font-size: 17px;
            color: var(--main-color-222);
            text-align: center;
        }
        .aboutus1box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .aboutus1left {
            width: 100%;
            margin-bottom: 25px;
        }
        .aboutus1left img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 40px 50px 30px rgba(0, 0, 0, 0.1);
        }
        .aboutus1right {
            width: 100%;
        }
        .aboutus1right p {
            font-size: 15px;
            color: var(--main-color-222);
            font-weight: bold;
            line-height: 30px;
        }
        .foot {
            width: 100%;
            padding: 30px 15px;
            background-color: #000;
        }
        .footer {
            max-width: 1300px;
            margin: 0 auto;
        }
        .footer1 ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .footer1 ul li {
            margin-bottom: 30px;
            width: 100%;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
            background-color: var(--main-color-white);
            display: flex;
            align-items: center;
            cursor: pointer;
            justify-content: space-between;
            transition: var(--main-transition);
        }
        .footer1 ul li:hover strong {
            opacity: .8;
        }
        .footer1 ul li:hover p {
            opacity: .8;
        }
        .flileft strong {
            color: var(--main-color);
            font-size: 25px;
            display: block;
        }
        .flileft p {
            font-size: 14px;
            color: var(--main-color-222);
            margin-top: 15px;
        }
        .fliright i {
            color: var(--main-color-222);
            font-size: 25px;
            transition: var(--main-transition);
            display: block;
        }
        .footer1 ul li:hover {
            padding-right: 35px;
        }
        .footer2 {
            margin-top: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .footer2left {
            width: 100%;
            margin-bottom: 20px;
        }
        .footer2left span {
            color: var(--main-color-white);
            font-size: 20px;
            font-weight: bold;
        }
        .footer2right a {
            display: block;
            margin-bottom: 20px;
            color: var(--main-color-white);
            font-size: 14px;
            font-weight: bold;
        }
        .con6 {
            width: 100%;
            padding: 30px 15px;
        }
        .con6con {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            flex-direction: column-reverse;
        }
        .con6conleft {
            width: 100%;
            margin-top: 30px;
        }
        .con6conleft h1 {
            font-size: 30px;
            color: var(--main-color-222);
            margin-bottom: 15px;
        }
        .con6conleft p {
            font-size: 16px;
            color: var(--main-color-222);
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 30px;
        }
        .con6conleft .more {
            margin: inherit;
        }
        .con6conright {
            flex: 1;
        }
        .con6conright img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 40px 50px 30px rgba(0, 0, 0, 0.1);
        }
        .con5 {
            width: 100%;
            padding: 30px 15px;
        }
        .con5con {
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            width: 100%;
            margin-bottom: 25px;
            border: solid 0px #000;
            border-bottom: solid 1px #EEEEEE;
            border-radius: 10px;
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
            padding: 24px;
            transition: var(--main-transition);
            cursor: pointer;
        }
        .con5con ul li:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
            transform: translate(6px, 12px);
            transition-duration: 800ms;
        }
        .con5con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con5con ul li img {
            width: 100%;
            border-radius: 5px;
            object-fit: cover;
        }
        .con5con ul li p {
            font-size: 16px;
            font-weight: bold;
            color: var(--main-color-222);
            margin: 15px 0;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .con5con ul li span {
            display: block;
            font-size: 14px;
            color: #aaaaaa;
        }
        .con4 {
            width: 100%;
            position: relative;
            background: rgba(30, 90, 159, 0.5);
        }
        .con4con {
            background-image: url(../images/bg1.jfif);
            padding: 60px 15px;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        .con4box {
            height: 100%;
            flex-wrap: wrap;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .con4boxleft {
            width: 100%;
        }
        .con4boxright {
            display: flex;
            width: 100%;
        }
        .con4boxright a {
            display: block;
            width: 245px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            background-color: var(--main-color-white);
            color: var(--main-color-222);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .con4boxleft p {
            font-size: 20px;
            color: var(--main-color-white);
            font-weight: bold;
            line-height: 30px;
            text-align: center;
        }
        .con3 {
            width: 100%;
            padding: 30px;
        }
        .con3con {
            margin: 0 auto;
        }
        .title_con3 {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .title_con3 strong {
            display: block;
            color: var(--main-color-222);
            font-size: 30px;
        }
        .title_con3 a {
            color: var(--main-color-222);
            font-size: 14px;
            transition: var(--main-transition);
            font-weight: bold;
            display: flex;
        }
        .title_con3 a:hover {
            opacity: .7;
        }
        .con3item {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }
        .con3itemleft {
            width: 100%;
            margin-bottom: 20px;
        }
        .con3itemleft img {
            width: 100%;
            box-shadow: 40px 50px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        .con3itemright {
            width: 100%;
        }
        .con3itemright p {
            font-weight: bold;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 20px;
            color: var(--main-color-222);
            margin-bottom: 15px;
        }
        .con3itemright span {
            color: var(--main-color-222);
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
        }
        .con3itemrev {
            flex-direction: row-reverse;
        }
        .more {
            display: block;
            width: 245px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            background-color: var(--main-color-222);
            color: var(--main-color-white);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .more:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
            transform: translate(10px, 10px);
        }
        .con2 {
            width: 100%;
            position: relative;
            background-image: url(../images/bg1.jfif);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        }
        .con2con {
            width: 100%;
            padding: 30px 15px;
            height: 100%;
            display: flex;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.81) 71%, #000000);
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .con2con strong {
            display: block;
            font-weight: normal;
            font-size: 32px;
            text-align: center;
            color: var(--main-color-white);
        }
        .con2con p {
            font-size: 12px;
            margin: 30px auto;
            line-height: 30px;
            font-weight: bold;
            text-align: center;
            color: var(--main-color-white);
            max-width: 640px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
        }
        .con2con a {
            display: block;
            width: 155px;
            line-height: 40px;
            height: 40px;
            text-align: center;
            background-color: var(--main-color-white);
            color: var(--main-color-222);
            transition: var(--main-transition);
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
        }
        .con2con a:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
            transform: translate(10px, 10px);
        }
        .con1 {
            width: 100%;
        }
        .con1con {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con1con a {
            display: block;
            width: 50%;
            position: relative;
        }
        .con1con a img {
            width: 100%;
            object-fit: cover;
            height: 150px;
        }
        #myVideo {
            width: 100%;
            display: block;
            height: 400px;
            object-fit: cover;
            margin-top: 60px;
        }
        .video_banner {
            position: relative;
            width: 100%;
        }
        .v_pos {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            top: 0;
            left: 0;
            z-index: 9;
            padding: 0 10%;
        }
        .v_pos h1 {
            font-size: 30px;
            color: var(--main-color-white);
            width: 100%;
        }
        .v_pos h2 {
            font-size: 20px;
            text-align: center;
            line-height: 30px;
            color: var(--main-color-white);
            margin: 15px auto;
        }
        .v_pos a {
            display: block;
            width: 155px;
            line-height: 40px;
            height: 40px;
            text-align: center;
            background-color: var(--main-color-222);
            color: var(--main-color-white);
            transition: var(--main-transition);
            font-size: 12px;
            font-weight: bold;
            border-radius: 5px;
        }
        .v_pos a:hover {
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
            transform: translate(10px, 10px);
        }
        .inbanner {
            width: 100%;
            height: 200px;
            background-image: url(../images/inbanner.jfif);
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            margin-top: 60px;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color);
            font-size: 25px;
            font-weight: normal;
        }
        .inside {
            margin: 0 auto;
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            border-top: 1px solid #555555;
            background-color: #3b3d40;
            margin-bottom: 60px;
        }
        .copycon {
            text-align: center;
            text-align: center;
            font-size: 13px;
            color: var(--main-color-999);
            margin: 0 auto;
        }
        .copycon a {
            font-size: 13px;
            color: var(--main-color-999);
        }
        .pchead {
            display: none;
        }
        .pcnav {
            display: none;
        }
        .ml_mb_arrowChange {
            transform: rotate(90deg);
        }
        .ml_mbnav_3 {
            display: none;
        }
        .ml_mbnav_3_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
            background-color: #efefef;
        }
        .ml_mbnav_3_item>a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            padding-left: 35px;
        }
        .ml_mb_nav i {
            font-size: 22px !important;
            transition: var(--main-transition);
        }
        .ml_mbnav_2_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
            background-color: #e3e3e3;
        }
        .ml_mbnav_2_item>a {
            display: block;
            height: 40px;
            width: 100%;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            padding-left: 20px;
        }
        .ml_mbnav_2 {
            display: none;
        }
        .ml_mbnav_1_item>a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            width: 100%;
        }
        .ml_mbnav_1_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
        }
        .ml_mb_nav {
            width: 100%;
            height: calc(100% - 60px);
            position: fixed;
            top: 60px;
            right: -100%;
            background-color: var(--main-color-white);
            z-index: 100;
            border-top: 1px solid #ccc;
            overflow: scroll;
            padding: 20px 0;
            transition: var(--main-transition);
        }
        .mb_navShow {
            right: 0 !important;
        }
        .hb_fadeout {
            opacity: 0 !important;
        }
        .change2 {
            transform: translateY(-10px) rotate(-45deg);
        }
        .change1 {
            transform: translateY(10px) rotate(45deg);
        }
        .hb span {
            display: block;
            width: 30px;
            height: 1px;
            background-color: var(--main-color-white);
            transition: var(--main-transition);
        }
        .hb {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 20px;
            flex-direction: column;
        }
        .ml_mb_logo {
            color: var(--main-color-white);
            font-weight: bold;
        }
        .ml_mb_logo img {
            height: 45px;
        }
        .ml_mb_head {
            display: flex;
            height: 60px;
            padding: 0 20px;
            background-color: var(--main-color-222);
            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;
        }
    }