    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    ul li {
        list-style: none;
    }
    
    html {
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        max-width: 100%;
    }
    
     :root {
        --main-color: #004187;
        --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 print {
        .h_r {
            display: flex;
            align-items: center;
        }
        .h_r .h_s {
            display: flex;
            border-radius: 40px;
            border: 1px solid var(--main-color-white);
            align-items: center;
            margin-left: 20px;
        }
        .h_s input::-webkit-input-placeholder {
            color: var(--main-color-white);
        }
        .h_s a {
            display: block;
            height: 35px;
            width: 50px;
            text-align: center;
            line-height: 35px;
            background-color: var(--main-color);
            color: var(--main-color-white);
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px;
            border: 1px solid var(--main-color);
        }
        .h_s input {
            width: 200px;
            border: none;
            color: var(--main-color-white);
            height: 35px;
            padding-left: 15px;
            background-color: transparent;
            outline: none;
        }
        .ml_banner .swiper-slide {
            position: relative;
        }
        .pchead {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            transition: var(--main-transition);
            z-index: 99;
            height: 90px;
            background-color: var(--main-color-white);
        }
        .pcheader {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            height: 90px;
        }
        .pclogo img {
            height: 42px;
        }
        .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: 90px;
            line-height: 90px;
            font-size: 16px;
            transition: var(--main-transition);
            color: var(--main-color-333);
            padding: 0 20px;
        }
        .pc_sec_nav {
            position: absolute;
            top: 100%;
            left: 0;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            width: 200px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item a {
            color: var(--main-color-333);
            font-size: 14px;
            display: block;
            padding: 10px 20px;
            transition: var(--main-transition);
        }
        .pcnav>li>a:hover {
            color: var(--main-color);
        }
        .pcnav li:hover .pc_sec_nav {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .pc_third_nav {
            transform: rotateX(0deg) !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pcnav li:hover .first_a {
            color: var(--main-color);
        }
        .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;
            background-color: var(--main-color-white);
            left: 100%;
            top: 0;
            z-index: 998;
            width: 200px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            color: var(--main-color-white);
            background-color: var(--main-color-white);
        }
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .ml_banner {
            width: 100%;
            margin-top: 90px !important;
            z-index: 998;
        }
        .ml_banner:hover .bannerbtnleft {
            left: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner:hover .bannerbtnright {
            right: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner img {
            width: 100%;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
        }
        .bannerbtn {
            width: 50px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color-white);
            font-size: 25px;
            height: 50px !important;
            transition: var(--main-transition);
            background: rgba(0, 0, 0, .7);
            background-image: none !important;
            opacity: 0;
        }
        .bannerbtnleft {
            left: 0 !important;
        }
        .bannerbtnright {
            right: 0 !important;
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            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);
        }
        .inbanner {
            width: 100%;
            height: 260px;
            background-image: url(../images/inbanner.jpg);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            margin-top: 90px;
            justify-content: center;
        }
        .inbanner strong {
            font-size: 30px;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .inside {
            max-width: 1350px;
            padding: 15px 25px;
            margin: 0 auto;
        }
        .inside p {
            font-size: 15px;
            color: var(--main-color-222);
        }
        .con1 {
            padding: 15px 0;
            background-color: #e8e9ea;
        }
        .con1con {
            max-width: 500px;
            padding: 0 25px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .con1con input {
            width: 90%;
            height: 45px;
            background-color: var(--main-color-white);
            outline: none;
            padding-left: 15px;
            border: none;
            border-radius: 5px;
        }
        .con1con a {
            display: block;
            border-radius: 5px;
            background: linear-gradient(#026de0, #004187);
            color: #fff;
            border: none;
            width: 15%;
            height: 45px;
            text-align: center;
            color: var(--main-color-white);
            line-height: 45px;
            border-radius: 5px;
        }
        .con2 {
            width: 100%;
            padding: 40px 0;
            background-image: url(../images/bg1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }
        .con2con {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con2left {
            width: 54%;
        }
        .con2right {
            width: 100%;
        }
        .con2swiper {
            width: 100%;
        }
        .con2swiper img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }
        .con2swiper .swiper-slide {
            position: relative;
        }
        .pos_con2 {
            width: 100%;
            position: absolute;
            height: 40px;
            line-height: 40px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            padding: 0 20px;
            padding-right: 200px;
            background: rgba(0, 0, 0, .5);
            bottom: 0;
            color: var(--main-color-white);
            left: 0;
        }
        .con2page {
            text-align: right !important;
            padding-right: 10px !important;
        }
        .con2page .swiper-pagination-bullet {
            background-color: var(--main-color-white);
        }
        .con2btn {
            width: 40px !important;
            height: 40px !important;
            text-align: center !important;
            line-height: 40px !important;
            background-image: none !important;
            font-size: 20px;
            color: var(--main-color-white);
            background: rgba(0, 0, 0, .6);
        }
        .common_tab ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .common_tab ul li {
            flex: 1;
            padding: 19px 0;
            background-color: #dfeaf7;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            position: relative;
            cursor: pointer;
            border-bottom: 3px solid var(--main-color);
        }
        .tab_active {
            color: var(--main-color-white);
            background-color: var(--main-color) !important;
        }
        .tab_active p {
            display: block !important;
        }
        .common_tab ul li p {
            width: 0;
            display: none;
            height: 0;
            border-width: 8px;
            border-style: solid;
            border-color: var(--main-color) transparent transparent transparent;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .con2fy {
            margin-top: 20px;
            border-top: 1px dashed #dadada;
            padding: 15px 0;
            padding-bottom: 0;
        }
        .con2fycon {
            display: none;
        }
        .con2fycon ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 17px;
        }
        .con2fycon ul li:last-child {
            margin-bottom: 0;
        }
        .con2fycon ul li a {
            width: 100%;
            font-size: 16px;
            color: var(--main-color-333);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con2fycon ul li a:hover {
            color: var(--main-color);
        }
        .con2fycon ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con3 {
            padding: 40px 0;
        }
        .con3con {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .con3fy {
            margin-top: 20px;
        }
        .con3left {
            width: 100%;
        }
        .con3right {
            width: 100%;
            margin-top: 20px;
        }
        .con3fycontent {
            display: flex;
            justify-content: space-between;
        }
        .con3fyleft {
            width: 35%;
        }
        .con3fyleft img {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
        .con3fyright {
            width: 100%;
        }
        .con3fyright ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
        }
        .con3fyright ul li:last-child {
            margin-bottom: 0;
        }
        .con3fyright ul li a {
            color: var(--main-color-222);
            font-size: 16px;
            width: 100%;
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con3fyright ul li a:hover {
            color: var(--main-color);
        }
        .con3fyright ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con3fycon {
            display: none;
        }
        .con3_r_t {
            width: 100%;
            background-color: #dde9f5;
            padding: 18px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .con3_r_t strong {
            color: var(--main-color-white);
            font-size: 20px;
            padding: 8px;
            background: linear-gradient(#026de0, #004187);
            border-radius: 5px;
        }
        .con3_r_t a {
            color: var(--main-color-666);
            font-size: 16px;
        }
        .con3right img {
            width: 100%;
            height: 110px;
            margin-bottom: 20px;
            object-fit: cover;
        }
        .con3right ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .con3right ul li a {
            color: var(--main-color-333);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con3right ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con4 {
            padding-bottom: 40px;
        }
        .con4con {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con4item {
            width: 32%;
        }
        .con4top {
            padding: 10px;
            background-color: #effafe;
            border-bottom: 1px solid #e3e4e4;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .con4top strong {
            width: 95px;
            height: 34px;
            line-height: 34px;
            background: linear-gradient(#3370b2, #004187);
            text-align: center;
            color: #fff;
            font-weight: bold;
            border-radius: 8px;
            font-size: 18px;
        }
        .con4top a {
            color: var(--main-color-666);
            font-size: 16px;
        }
        .con4item ul li {
            margin-bottom: 17px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con4item ul li a {
            color: var(--main-color-333);
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con4item ul li a:hover {
            color: var(--main-color) !important;
        }
        .con4item ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con4item ul li img {
            width: 100%;
        }
        .con5 {
            padding-bottom: 40px;
        }
        .con5con {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            cursor: pointer;
            width: calc((100% - 40px) / 3);
            margin-bottom: 20px;
            margin-right: 20px;
        }
        .con5con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con5con ul li img {
            width: 100%;
        }
        .con5con ul li p {
            text-align: center;
            color: #454545;
            font-size: 18px;
            background-color: #f2f2f2;
            padding: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con6 {
            padding-bottom: 40px;
        }
        .con6con {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .con6tent {
            width: 100%;
            border: 1px solid #b5b5b5;
            padding: 20px 45px;
            display: flex;
            align-items: center;
        }
        .con6tent strong {
            font-size: 20px;
            margin-right: 30px;
            color: var(--main-color);
        }
        .con6tent select {
            flex: 1;
            display: block;
            margin: 0 20px;
            outline: none;
            height: 40px;
            border: 1px solid #ccc;
            padding-left: 15px;
        }
        .foot {
            width: 100%;
            padding: 50px 0;
            background-color: #ededed;
        }
        .footer {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 25px;
            display: flex;
            justify-content: space-between;
        }
        .f_left {
            width: 80%;
        }
        .f_left ul {
            display: flex;
            justify-content: space-between;
        }
        .f_a {
            display: block;
            color: var(--main-color-333);
            font-size: 18px;
        }
        .s_a {
            display: block;
            margin: 10px 0;
            text-align: center;
            color: var(--main-color-333);
        }
        .f_right {
            width: 15%;
        }
        .f_right img {
            width: 100%;
        }
        .f_right p {
            text-align: center;
            margin-top: 20px;
        }
    }
    
    @media only screen and (min-width: 996px) {
        .h_r {
            display: flex;
            align-items: center;
        }
        .h_r .h_s {
            display: flex;
            border-radius: 40px;
            border: 1px solid var(--main-color-white);
            align-items: center;
            margin-left: 20px;
        }
        .h_s input::-webkit-input-placeholder {
            color: var(--main-color-white);
        }
        .h_s a {
            display: block;
            height: 35px;
            width: 50px;
            text-align: center;
            line-height: 35px;
            background-color: var(--main-color);
            color: var(--main-color-white);
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px;
            border: 1px solid var(--main-color);
        }
        .h_s input {
            width: 200px;
            border: none;
            color: var(--main-color-white);
            height: 35px;
            padding-left: 15px;
            background-color: transparent;
            outline: none;
        }
        .ml_banner .swiper-slide {
            position: relative;
        }
        .pchead {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            transition: var(--main-transition);
            z-index: 99;
            height: 90px;
            background-color: var(--main-color-white);
        }
        .pcheader {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            height: 90px;
        }
        .pclogo img {
            height: 42px;
        }
        .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: 90px;
            line-height: 90px;
            font-size: 16px;
            transition: var(--main-transition);
            color: var(--main-color-333);
            padding: 0 20px;
        }
        .pc_sec_nav {
            position: absolute;
            top: 100%;
            left: 0;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            width: 200px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item a {
            color: var(--main-color-333);
            font-size: 14px;
            display: block;
            padding: 10px 20px;
            transition: var(--main-transition);
        }
        .pcnav>li>a:hover {
            color: var(--main-color);
        }
        .pcnav li:hover .pc_sec_nav {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .pc_third_nav {
            transform: rotateX(0deg) !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pcnav li:hover .first_a {
            color: var(--main-color);
        }
        .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;
            background-color: var(--main-color-white);
            left: 100%;
            top: 0;
            z-index: 998;
            width: 200px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            color: var(--main-color-white);
            background-color: var(--main-color-white);
        }
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .ml_banner {
            width: 100%;
            margin-top: 90px !important;
            z-index: 998;
        }
        .ml_banner:hover .bannerbtnleft {
            left: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner:hover .bannerbtnright {
            right: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner img {
            width: 100%;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
        }
        .bannerbtn {
            width: 50px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color-white);
            font-size: 25px;
            height: 50px !important;
            transition: var(--main-transition);
            background: rgba(0, 0, 0, .7);
            background-image: none !important;
            opacity: 0;
        }
        .bannerbtnleft {
            left: 0 !important;
        }
        .bannerbtnright {
            right: 0 !important;
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            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);
        }
        .inbanner {
            width: 100%;
            height: 260px;
            background-image: url(../images/inbanner.jpg);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            margin-top: 90px;
            justify-content: center;
        }
        .inbanner strong {
            font-size: 30px;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .inside {
            max-width: 1350px;
            padding: 15px 25px;
            margin: 0 auto;
        }
        .inside p {
            font-size: 15px;
            color: var(--main-color-222);
        }
        .con1 {
            padding: 15px 0;
            background-color: #e8e9ea;
        }
        .con1con {
            max-width: 500px;
            padding: 0 25px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .con1con input {
            width: 90%;
            height: 45px;
            background-color: var(--main-color-white);
            outline: none;
            padding-left: 15px;
            border: none;
            border-radius: 5px;
        }
        .con1con a {
            display: block;
            border-radius: 5px;
            background: linear-gradient(#026de0, #004187);
            color: #fff;
            border: none;
            width: 15%;
            height: 45px;
            text-align: center;
            color: var(--main-color-white);
            line-height: 45px;
            border-radius: 5px;
        }
        .con2 {
            width: 100%;
            padding: 40px 0;
            background-image: url(../images/bg1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }
        .con2con {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con2left {
            width: 54%;
        }
        .con2right {
            width: 100%;
        }
        .con2swiper {
            width: 100%;
        }
        .con2swiper img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }
        .con2swiper .swiper-slide {
            position: relative;
        }
        .pos_con2 {
            width: 100%;
            position: absolute;
            height: 40px;
            line-height: 40px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            padding: 0 20px;
            padding-right: 200px;
            background: rgba(0, 0, 0, .5);
            bottom: 0;
            color: var(--main-color-white);
            left: 0;
        }
        .con2page {
            text-align: right !important;
            padding-right: 10px !important;
        }
        .con2page .swiper-pagination-bullet {
            background-color: var(--main-color-white);
        }
        .con2btn {
            width: 40px !important;
            height: 40px !important;
            text-align: center !important;
            line-height: 40px !important;
            background-image: none !important;
            font-size: 20px;
            color: var(--main-color-white);
            background: rgba(0, 0, 0, .6);
        }
        .common_tab ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .common_tab ul li {
            flex: 1;
            padding: 19px 0;
            background-color: #dfeaf7;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            position: relative;
            cursor: pointer;
            border-bottom: 3px solid var(--main-color);
        }
        .tab_active {
            color: var(--main-color-white);
            background-color: var(--main-color) !important;
        }
        .tab_active p {
            display: block !important;
        }
        .common_tab ul li p {
            width: 0;
            display: none;
            height: 0;
            border-width: 8px;
            border-style: solid;
            border-color: var(--main-color) transparent transparent transparent;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .con2fy {
            margin-top: 20px;
            border-top: 1px dashed #dadada;
            padding: 15px 0;
            padding-bottom: 0;
        }
        .con2fycon {
            display: none;
        }
        .con2fycon ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 17px;
        }
        .con2fycon ul li:last-child {
            margin-bottom: 0;
        }
        .con2fycon ul li a {
            width: 100%;
            font-size: 16px;
            color: var(--main-color-333);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con2fycon ul li a:hover {
            color: var(--main-color);
        }
        .con2fycon ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con3 {
            padding: 40px 0;
        }
        .con3con {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .con3fy {
            margin-top: 20px;
        }
        .con3left {
            width: 100%;
        }
        .con3right {
            width: 100%;
            margin-top: 20px;
        }
        .con3fycontent {
            display: flex;
            justify-content: space-between;
        }
        .con3fyleft {
            width: 35%;
        }
        .con3fyleft img {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
        .con3fyright {
            width: 100%;
        }
        .con3fyright ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
        }
        .con3fyright ul li:last-child {
            margin-bottom: 0;
        }
        .con3fyright ul li a {
            color: var(--main-color-222);
            font-size: 16px;
            width: 100%;
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con3fyright ul li a:hover {
            color: var(--main-color);
        }
        .con3fyright ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con3fycon {
            display: none;
        }
        .con3_r_t {
            width: 100%;
            background-color: #dde9f5;
            padding: 18px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .con3_r_t strong {
            color: var(--main-color-white);
            font-size: 20px;
            padding: 8px;
            background: linear-gradient(#026de0, #004187);
            border-radius: 5px;
        }
        .con3_r_t a {
            color: var(--main-color-666);
            font-size: 16px;
        }
        .con3right img {
            width: 100%;
            height: 110px;
            margin-bottom: 20px;
            object-fit: cover;
        }
        .con3right ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .con3right ul li a {
            color: var(--main-color-333);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con3right ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con4 {
            padding-bottom: 40px;
        }
        .con4con {
            max-width: 1350px;
            padding: 0 25px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con4item {
            width: 32%;
        }
        .con4top {
            padding: 10px;
            background-color: #effafe;
            border-bottom: 1px solid #e3e4e4;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .con4top strong {
            width: 95px;
            height: 34px;
            line-height: 34px;
            background: linear-gradient(#3370b2, #004187);
            text-align: center;
            color: #fff;
            font-weight: bold;
            border-radius: 8px;
            font-size: 18px;
        }
        .con4top a {
            color: var(--main-color-666);
            font-size: 16px;
        }
        .con4item ul li {
            margin-bottom: 17px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con4item ul li a {
            color: var(--main-color-333);
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con4item ul li a:hover {
            color: var(--main-color) !important;
        }
        .con4item ul li span {
            color: var(--main-color-666);
            font-size: 13px;
        }
        .con4item ul li img {
            width: 100%;
        }
        .con5 {
            padding-bottom: 40px;
        }
        .con5con {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            cursor: pointer;
            width: calc((100% - 40px) / 3);
            margin-bottom: 20px;
            margin-right: 20px;
        }
        .con5con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con5con ul li img {
            width: 100%;
        }
        .con5con ul li p {
            text-align: center;
            color: #454545;
            font-size: 18px;
            background-color: #f2f2f2;
            padding: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con6 {
            padding-bottom: 40px;
        }
        .con6con {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .con6tent {
            width: 100%;
            border: 1px solid #b5b5b5;
            padding: 20px 45px;
            display: flex;
            align-items: center;
        }
        .con6tent strong {
            font-size: 20px;
            margin-right: 30px;
            color: var(--main-color);
        }
        .con6tent select {
            flex: 1;
            display: block;
            margin: 0 20px;
            outline: none;
            height: 40px;
            border: 1px solid #ccc;
            padding-left: 15px;
        }
        .foot {
            width: 100%;
            padding: 50px 0;
            background-color: #ededed;
        }
        .footer {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 25px;
            display: flex;
            justify-content: space-between;
        }
        .f_left {
            width: 80%;
        }
        .f_left ul {
            display: flex;
            justify-content: space-between;
        }
        .f_a {
            display: block;
            color: var(--main-color-333);
            font-size: 18px;
        }
        .s_a {
            display: block;
            margin: 10px 0;
            text-align: center;
            color: var(--main-color-333);
        }
        .f_right {
            width: 15%;
        }
        .f_right img {
            width: 100%;
        }
        .f_right p {
            text-align: center;
            margin-top: 20px;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .foot {
            width: 100%;
            padding: 30px 15px;
            background-color: #ededed;
        }
        .footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .f_left {
            width: 100%;
            margin-bottom: 30px;
        }
        .f_left ul {
            display: flex;
            flex-wrap: wrap;
        }
        .f_a {
            display: block;
            color: var(--main-color-333);
            font-size: 15px;
            margin: 0 15px;
            margin-bottom: 10px;
        }
        .s_a {
            display: none;
        }
        .f_right {
            width: 100%;
        }
        .f_right img {
            width: 100px;
        }
        .f_right p {
            text-align: left;
            margin-top: 15px;
            font-size: 14px;
        }
        .con6 {
            padding: 30px 15px;
        }
        .con6con {
            margin: 0 auto;
        }
        .con6tent {
            width: 100%;
            border: 1px solid #b5b5b5;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .con6tent strong {
            font-size: 20px;
            display: block;
            text-align: center;
            width: 100%;
            margin-right: 30px;
            color: var(--main-color);
            margin-bottom: 20px;
        }
        .con6tent select {
            width: 100%;
            display: block;
            outline: none;
            height: 40px;
            border: 1px solid #ccc;
            padding-left: 15px;
            margin-bottom: 20px;
        }
        .con5 {
            padding: 30px 15px;
        }
        .con5con {
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            cursor: pointer;
            width: 100%;
            margin-bottom: 20px;
        }
        .con5con ul li img {
            width: 100%;
        }
        .con5con ul li p {
            text-align: center;
            color: #454545;
            font-size: 16px;
            background-color: #f2f2f2;
            padding: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con4 {
            padding: 30px 15px;
        }
        .con4con {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con4item {
            width: 100%;
            margin-bottom: 20px;
        }
        .con4top {
            padding: 10px;
            background-color: #effafe;
            border-bottom: 1px solid #e3e4e4;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .con4top strong {
            width: 95px;
            height: 34px;
            line-height: 34px;
            background: linear-gradient(#3370b2, #004187);
            text-align: center;
            color: #fff;
            font-weight: bold;
            border-radius: 8px;
            font-size: 16px;
        }
        .con4top a {
            color: var(--main-color-666);
            font-size: 14px;
        }
        .con4item ul li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con4item ul li a {
            color: var(--main-color-333);
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
        }
        .con4item ul li span {
            color: var(--main-color-666);
            font-size: 12px;
        }
        .con4item ul li img {
            width: 100%;
        }
        .con3 {
            padding: 30px 15px;
        }
        .con3con {
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .con3fy {
            margin-top: 20px;
        }
        .con3left {
            width: 100%;
            margin-bottom: 30px
        }
        .con3right {
            width: 100%;
        }
        .con3fycontent {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con3fyleft {
            width: 100%;
            display: none;
        }
        .con3fyleft img {
            width: 100%;
        }
        .con3fyright ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        .con3fyright ul li:last-child {
            margin-bottom: 0;
        }
        .con3fyright ul li a {
            color: var(--main-color-222);
            font-size: 14px;
            width: 100%;
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con3fyright ul li a:hover {
            color: var(--main-color);
        }
        .con3fyright ul li span {
            color: var(--main-color-666);
            font-size: 12px;
        }
        .con3fycon {
            display: none;
        }
        .con3_r_t {
            width: 100%;
            background-color: #eef9fd;
            padding: 12px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
        }
        .con3_r_t strong {
            color: var(--main-color-white);
            font-size: 18px;
            padding: 8px;
            background: linear-gradient(#026de0, #004187);
            border-radius: 5px;
        }
        .con3_r_t a {
            color: var(--main-color-666);
            font-size: 14px;
        }
        .con3right img {
            width: 100%;
            margin-bottom: 20px;
            object-fit: cover;
        }
        .con3right ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .con3fyright {
            width: 100%;
        }
        .con3right ul li a {
            color: var(--main-color-333);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
            font-size: 14px;
        }
        .con3right ul li span {
            color: var(--main-color-666);
            font-size: 12px;
        }
        .con2 {
            width: 100%;
            padding: 30px 15px;
            background-image: url(../images/bg1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }
        .con2con {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con2left {
            width: 100%;
            margin-bottom: 20px;
        }
        .con2right {
            width: 100%;
        }
        .con2swiper {
            width: 100%;
        }
        .con2swiper img {
            width: 100%;
            object-fit: cover;
        }
        .con2swiper .swiper-slide {
            position: relative;
        }
        .pos_con2 {
            width: 100%;
            position: absolute;
            height: 40px;
            line-height: 40px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            padding: 0 20px;
            padding-right: 50px;
            background: rgba(0, 0, 0, .5);
            bottom: 0;
            color: var(--main-color-white);
            left: 0;
        }
        .con2page {
            text-align: right !important;
            padding-right: 10px !important;
        }
        .con2page .swiper-pagination-bullet {
            background-color: var(--main-color-white);
        }
        .con2btn {
            width: 40px !important;
            height: 40px !important;
            text-align: center !important;
            line-height: 40px !important;
            background-image: none !important;
            font-size: 20px;
            color: var(--main-color-white);
            background: rgba(0, 0, 0, .6);
        }
        .common_tab ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .common_tab ul li {
            flex: 1;
            padding: 15px 0;
            background-color: #dfeaf7;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
            position: relative;
            cursor: pointer;
            border-bottom: 2px solid #004187;
        }
        .tab_active {
            color: var(--main-color-white);
            background-color: var(--main-color) !important;
        }
        .tab_active p {
            display: block !important;
        }
        .common_tab ul li p {
            width: 0;
            display: none;
            height: 0;
            border-width: 8px;
            border-style: solid;
            border-color: #004187 transparent transparent transparent;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .con2fy {
            margin-top: 20px;
            border-top: 1px dashed #dadada;
            padding: 15px 0;
            padding-bottom: 0;
        }
        .con2fycon {
            display: none;
        }
        .con2fycon ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 17px;
        }
        .con2fycon ul li:last-child {
            margin-bottom: 0;
        }
        .con2fycon ul li a {
            width: 100%;
            color: var(--main-color-333);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 75%;
            font-size: 14px;
        }
        .con2fycon ul li a:hover {
            color: var(--main-color);
        }
        .con2fycon ul li span {
            color: var(--main-color-666);
            font-size: 12px;
        }
        .con1 {
            padding: 20px 15px;
            background-color: #e8e9ea;
        }
        .con1con {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .con1con input {
            width: 80%;
            height: 45px;
            background-color: var(--main-color-white);
            outline: none;
            padding-left: 15px;
            border: none;
            border-radius: 5px;
        }
        .con1con a {
            display: block;
            border-radius: 5px;
            background: linear-gradient(#5285bd, #29609a);
            color: #fff;
            border: none;
            width: 18%;
            height: 45px;
            text-align: center;
            color: var(--main-color-white);
            line-height: 45px;
            border-radius: 5px;
        }
        .ml_banner .swiper-slide {
            position: relative;
        }
        .inside {
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            width: 100%;
            height: 200px;
            margin-top: 60px;
            background-image: url(../images/inbanner.jpg);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            font-size: 25px;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .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-222);
            transition: var(--main-transition);
        }
        .hb {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 20px;
            flex-direction: column;
        }
        .ml_mb_logo img {
            width: 150px;
        }
        .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;
        }
        .mb_right {
            display: flex;
            align-items: center;
        }
        .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;
        }
    }