﻿
        @media (max-width: 1024px) {

            .home_banner {
                width: 100%;
                height: 95rem;
                background-color: #EFF8FF;
                padding-top: 8rem;
            }

            .banner_swiper {
                width: 55rem;
                height: 85rem;
                margin: auto;
                border-radius: 6rem;
            }

            .title_color {
                color: #226AFF;
            }

            .banner_img .title {
                margin-right: 2rem;
            }

            .banner_phone1,
            .banner_phone2,
            .banner_phone3 {
                width: 100%;
                height: 55rem;
                background-repeat: no-repeat;
                background-size: 100%;
            }

            .banner_phone1 {
                background-image: url('../Image/home_banner1pc.png');
            }

            .banner_phone2 {
                background-image: url('../Image/home_banner2pc.png');
            }

            .banner_phone3 {
                background-image: url('../Image/home_banner3pc.png');
            }

            .banner_img {
                background-size: 100% 35rem;
                width: 100%;
                height: 35rem;
            }

                .banner_img .text_box {
                    text-align: center;
                    padding-top: 5rem;
                }

                .banner_img .titles {
                    font-size: 4rem;
                    margin-bottom: 1rem;
                }

                .banner_img .titles1 {
                    font-size: 2.5rem;
                }

                .banner_img .view_more {
                    margin: auto;
                    background: linear-gradient(to bottom, #EFF8FF, #EFF8FF) !important;
                    color: #226AFF;
                    border: 1px solid #226AFF !important;
                }

            .container .title,
            .container .text_title {
                font-size: 3rem;
                font-weight: 600;
                text-align: center;
            }

            .solid_circle {
                display: none;
            }

            .data_box {
                margin: 4rem 2.5rem;
            }

                .data_box .data_row {
                    display: flex;
                    justify-content: space-around;
                    margin-bottom: 1.5rem;
                }

                    .data_box .data_row .data_list {
                        width: 23rem;
                        height: 11rem;
                        background-color: #EFF8FF;
                        border-radius: 1rem;
                        text-align: center;
                    }

                        .data_box .data_row .data_list .list {
                            margin-top: 2rem;
                        }

            .section_row .number_box {
                font-size: 3rem;
                color: #2D7AFF;
                margin: 0;
            }

            .section_row .icon_box {
                font-size: 2rem;
                display: flex;
                justify-content: center;
                padding-top: 0.3rem;
            }

            .data_box .icon_box .title_icon1,
            .data_box .icon_box .title_icon2,
            .data_box .icon_box .title_icon3,
            .data_box .icon_box .title_icon4 {
                padding: 0.2rem 1.2rem;
                background-repeat: no-repeat;
                background-size: 100%;
            }

            .data_box .icon_box .title_icon1 {
                background-image: url('../Image/icon (4).png');
            }

            .data_box .icon_box .title_icon2 {
                background-image: url('../Image/icon (3).png');
            }

            .data_box .icon_box .title_icon3 {
                background-image: url('../Image/icon (1).png');
            }

            .data_box .icon_box .title_icon4 {
                background-image: url('../Image/icon (2).png');
            }

            .section_row .icon_box p {
                margin: 0;
                color: #7d7e80;
            }
            .section_row .text {
                line-height: 3.8rem;
                text-indent: 4.2rem;
                font-size: 2.3rem !important;
            }
            .section_row .text_del {
                line-height: 3.8rem;
                text-indent: 4.2rem;
                font-size: 2.3rem !important;
            }

            .phone_comimg {
                height: 600px;
                margin: 0 auto;
                text-align: center;
                margin-top: 3rem;
            }

                .phone_comimg img {
                    width: 100%;
                    height: 100%;
                }

            .manage_title {
                margin: 3rem 0 5rem 0 !important;
                font-size: 2.8rem;
                font-weight: 600;
                text-align: center;
            }

            .button_box {
                justify-content: center;
            }

            .swiper-slide {
                width: 100% !important;
            }

            .manage_text div {
                display: flex;
                justify-content: space-between;
            }

            .manage_text .circle {
                display: inline-block;
                width: 12px;
                height: 12px;
                border: 2px solid #2D7AFF;
                border-radius: 50%;
                margin-right: 10px;
            }

            .manage_text p {
                color: #69717E;
                font-size: 1.8rem;
                width: 25rem;
                text-align: left;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .erp_nav ul li .swiper_icon,
            .erp_navs ul li .swiper_icon {
                padding: 10px 35px;
                object-fit: cover;
                background-repeat: no-repeat !important;
                background-size: 100% 100% !important;
                margin-right: 12px;
            }

            .erp_nav,
            .erp_navs {
                margin: 7rem 0;
            }

                .erp_nav ul,
                .erp_navs ul {
                    overflow: hidden;
                    overflow-x: scroll;
                    width: 100%;
                    white-space: nowrap;
                    border-bottom: 1px solid #ccc;
                }

                    .erp_nav ul::-webkit-scrollbar,
                    .erp_navs ul::-webkit-scrollbar {
                        background-color: #edf4ff;
                        height: 0px;
                    }

                    .erp_nav ul li,
                    .erp_navs ul li {
                        display: inline-block;
                        font-weight: 500;
                        font-size: 2.5rem;
                        list-style: none;
                        height: 100px;
                        line-height: 80px;
                        margin-right: 80px;
                        color: #7d7e80;
                    }

            .section_row .swiperimg {
                /*width:6vw;
            height:5vw;*/
                margin: 2rem 0 7rem 0;
            }

                .section_row .swiperimg img {
                    width: 100%;
                    height: 100%;
                }

            .button_box {
                display: flex;
            }
            /*.view_more {
            width: 22rem;
            height: 6.5rem;
            line-height: 6.5rem;
            border-radius: 5rem;
            text-align: center;
            color: #fff;
            background: linear-gradient(to bottom, #165BFE, #2E7AFF);
            margin-top: 5rem;
            font-size: 2.5rem;
            border: 1px solid #fff!important;
            margin-right: 2rem;
        }
        .view_mores {
            background: linear-gradient(180deg, #FAFAFF 0%, #EDF3FF 100%);
            color: #336DF6!important;
            border: 1px solid #336DF6!important;
        }*/
            .new_box {
                width: 56rem;
            }

                .new_box .news_box {
                    background: rgba(255, 255, 255, 0.3900);
                    box-shadow: 0px 8px 30px 5px rgb(186 186 186 / 25%);
                    border-radius: 15px;
                    margin: 3.5rem 0;
                    padding: 0 0 3rem 0;
                }

            .new_bg {
                width: 52rem;
                height: 25rem;
                color: #fff;
                background-repeat: no-repeat;
                background-size: 100%;
                display: flex;
                align-items: center;
                border-radius: 5px 5px 0 0;
                padding: 0 2rem;
            }

                .new_bg .new_title {
                    font-size: 3rem;
                    margin-bottom: 1rem;
                }

                .new_bg .del {
                    font-size: 2rem;
                    margin: 0px;
                }

            .new_text_box p {
                width: 85%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin: 2rem 0;
                font-size: 2.2rem;
                font-weight: 600;
            }

            .new_text_box img {
                position: absolute;
                top: 0;
                right: 0;
                width: 4.5rem;
                height: 2.5rem;
            }

            .new_box .text_box {
                padding: 0 2rem;
            }

            .new_text_box {
                position: relative;
                width: 100%;
            }

            .text_box .abstract {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 2rem !important;
            }

                .text_box .abstract a {
                    color: #999 !important;
                }

            .new_box .news_box a {
                cursor: pointer;
                text-decoration: none;
                color: #000;
            }

            .text_box .line {
                width: 100%;
                height: 1px;
                border-bottom: 0.2rem dashed #ccc;
                margin: 2.5rem 0;
            }

            .more_text p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 1.8rem;
            }

            .more_text .data_time {
                margin-right: 2rem;
                color: #999;
            }

            .appointment_box .title {
                color: #fff;
            }

            .appointment_box .titles {
                font-size: 2.5rem;
                color: #fff;
                text-align: center;
                margin-bottom: -1rem;
            }

            .appointment_box .buttom {
                display: flex;
                justify-content: center;
            }
            /*.certification_box {
                display: flex;
                justify-content: space-around;
                 width: 100%;
                margin-top: 3rem;
                height: 33rem;
            }*/
            .certification_box {
                text-align: center;
            }

                .certification_box .com_bg {
                    background-image: url('../Image/ztht_card (4).png');
                    background-size: 100% 20rem;
                    background-repeat: no-repeat;
                    width: 100%;
                    height: 20rem;
                }

                .certification_box .com_titles {
                    font-size: 3rem;
                    font-weight: bold;
                    padding-top: 5rem;
                    margin-bottom: 15px;
                    letter-spacing: 5px;
                }

                .certification_box .com_img {
                    margin-top: -65px;
                    width: 100%;
                }

                    .certification_box .com_img img {
                        width: 100%;
                        height: 100%;
                    }

                .certification_box .com_title {
                    font-size: 2.2rem;
                    color: #fff;
                    letter-spacing: 5px;
                    margin-top: 0px;
                }

                .certification_box .com_titles span {
                    margin: 0 15px;
                }

            .apply_box, .scheme_box {
                position: fixed;
                width: 40rem;
                height: 50rem;
                top: 20%;
                left: 13%;
                background-color: #fff;
                display: none;
                z-Index: 9999;
                border-radius: 15px;
                padding: 2rem 3rem;
                text-align: center;
                box-shadow: 0px 0px 24px 3px rgb(145 145 145 / 13%);
            }

                .apply_box .title, .scheme_box p {
                    font-size: 3rem;
                    margin: 0;
                }

                .apply_box .input_box {
                    margin: 2rem 0;
                }

                .apply_box .fill_in div, .drop_down {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    margin-bottom: 1.5rem;
                }

                .apply_box i {
                    color: red;
                    font-size: 2rem;
                    margin-right: 1rem;
                }

                .apply_box .fill_in p,
                .drop_down label {
                    width: 15rem;
                    color: #969696;
                    text-align: left;
                    margin: 0px;
                    font-weight: 400;
                    font-size: 2rem;
                }

            .drop_down label {
                width: 17rem !important;
            }

            .drop_down option {
                font-size: 1rem !important;
            }

            .apply_box .fill_in input, .drop_down select {
                width: 100%;
                height: 5rem;
                background: #FFFFFF;
                border: 1px solid #DCDCDC;
                border-radius: 1rem;
                outline: none;
                font-size: 2rem;
            }

            .apply_box button {
                width: 100%;
                height: 5rem;
                background: linear-gradient(98deg, #0062FF 0%, #329BFD 100%);
                border-radius: 1rem;
                border: none;
                color: #fff;
                margin-top: 2rem;
                font-size: 2rem;
            }

            .scheme_box {
                height: 30rem !important;
                padding-top: 6rem;
            }

            .news_padding {
                padding-bottom: 0rem !important;
            }

            .logo_img_box img {
                width: 220px;
                margin-right: 10px;
                margin-bottom: 10px;
            }

            .com_intro_boxs {
                padding-bottom: 0 !important;
            }

            .com_intro_box {
                margin: 0 !important;
            }

            .com_intro {
                background-image: url('../Image/zthtbanner (4).png');
                background-size: 100% 70rem;
                background-repeat: no-repeat;
                width: 100%;
                height: 70rem;
            }

                .com_intro div {
                    margin: 0 2rem;
                    padding-top: 5rem;
                }

                .com_intro .text_dels {
                    margin-top: 0 !important;
                }

                .com_intro .view_more {
                    margin: 0 auto;
                }

                .com_intro .text {
                    margin-bottom: 5rem;
                }

            .datas_box {
                width: 100%;
                height: 10rem;
                display: flex;
                justify-content: center;
                text-align: center;
            }

                .datas_box div {
                    width: 18rem;
                }

                .datas_box .line {
                    width: 1px;
                    height: 5rem;
                    margin-top: 2rem;
                    background-color: #c5cbd4;
                }

                .datas_box .data {
                    font-size: 3rem;
                    color: #226AFF;
                    margin-top: 0 !important;
                    margin-bottom: 1rem;
                }

                .datas_box .describe {
                    font-size: 2rem;
                    margin-top: 0 !important;
                }
        }

        @media (min-width: 1025px) {
            .banner_img {
                background-size: 100% 778px;
                display: flex;
                align-items: center;
                height: 778px;
            }

            .banner_img1 {
                background-image: url('../Image/home_banner1.png');
            }

            .banner_img2 {
                background-image: url('../Image/home_banner2.png');
            }

            .banner_img3 {
                background-image: url('../Image/home_banner3.png');
            }

            .banner_img .text_box {
                width: 1200px;
                min-width: 1200px;
                margin: 0 auto;
                padding-left: 200px;
            }

            .home_banner {
                width: 100%;
                height: 778px;
            }

            .banner_img {
                width: 100%;
                background-repeat: no-repeat;
                background-position: center;
                background-color: #EFF8FF;
            }

            .title_color {
                color: #226AFF;
            }

            .banner_img .title {
                margin-right: 10px;
            }

            .banner_img .titles {
                font-size: 46px;
                margin-bottom: 10px;
                font-weight: 600;
            }

            .banner_img .titles1 {
                font-size: 22px;
            }
            /*.view_more{
                    width:136px;
                    height:48px;
                    line-height:48px;
                    border-radius:24px;
                    text-align:center;
                    color:#fff;
                    background: linear-gradient(to bottom, #165BFE, #2E7AFF);
                    margin-top:20px;
                    font-size:18px;
                    cursor:pointer;
                    border:1px solid #fff!important;
                    margin-right:20px;

                }

                .view_mores{
                    background: linear-gradient(180deg, #FAFAFF 0%, #EDF3FF 100%);
                    color:#336DF6!important;
                    border:1px solid #336DF6!important;
                }*/
            .container .title {
                font-size: 36px;
                font-weight: 600;
            }

            .container .text_title {
                font-size: 36px;
                text-align: center;
                font-weight: 500;
                margin-bottom: 40px;
            }

            .section_row {
                display: flex;
                justify-content: space-between;
            }

                .section_row .left,
                .section_row .right {
                    width: 570px;
                }

                .section_row .right {
                    display: flex;
                    align-items: center;
                }

                .section_row .phone_comimg {
                    width: 570px !important;
                }

                    .section_row .phone_comimg img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

            .container .text_del {
                line-height: 30px;
            }

            .container .data_box {
                display: flex;
                justify-content: space-around;
                margin-top: 25px;
            }

            .container .number_box {
                font-size: 36px;
                color: #2D7AFF;
                margin: 0;
            }

            .section_row .solid_circle {
                width: 50px;
                height: 40px;
                margin-left: 10px;
            }

            .container .icon_box p {
                color: #868686;
                font-size: 16px;
                margin: 0px;
                text-align: center;
            }

            .erp_awiper_box {
                width: 100%;
            }

            .erp_nav,
            .erp_navs {
                margin-bottom: 110px;
            }

                .erp_nav ul,
                .erp_navs ul {
                    width: 100%;
                    height: 48px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-bottom: 1px solid #eee;
                    font-weight: 500;
                    font-size: 16px;
                }

                    .erp_nav ul li,
                    .erp_navs ul li {
                        height: 48px;
                        list-style: none;
                        display: flex;
                        align-items: center;
                        margin: 0 40px 0 16px;
                    }

                        .erp_nav ul li .swiper_icon,
                        .erp_navs ul li .swiper_icon {
                            padding: 16px;
                            object-fit: cover;
                            background-repeat: no-repeat !important;
                            background-size: 100% 100% !important;
                            margin-right: 10px;
                        }

            .section_row .swiperimg img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            .section_row .manage_box {
                width: 580px;
                padding-left: 150px;
            }

            .section_row .manage_boxs {
                width: 580px;
                padding-left: 0px !important;
                padding-right: 150px;
            }

            .section_row .manage_title {
                font-size: 24px;
                margin: 36px 0;
                font-weight: 500;
            }

            .manage_text .circle {
                display: inline-block;
                width: 10px;
                height: 10px;
                border: 1px solid #2D7AFF;
                border-radius: 50%;
                margin-right: 10px;
            }

            .manage_text p {
                color: #69717E;
            }

            .manage_box .line {
                width: 100%;
                height: 2px;
                background-color: #DFE8FB;
                margin: 2vw 0;
            }

            .button_box {
                display: flex;
            }

            .certification_box {
                text-align: center;
            }

                .certification_box .com_bg {
                    background-image: url('../Image/ztht_card (1).png');
                    background-size: 100% 300px;
                    background-repeat: no-repeat;
                    width: 100%;
                    height: 300px;
                }

                .certification_box .com_titles {
                    font-size: 36px;
                    font-weight: bold;
                    padding-top: 80px;
                    margin-bottom: 15px;
                    letter-spacing: 5px;
                }

                .certification_box .com_img {
                    margin-top: -65px;
                }

                    .certification_box .com_img img {
                        width: 100%;
                        height: 100%;
                        /*object-fit:contain;*/
                    }

                .certification_box .com_title {
                    font-size: 30px;
                    color: #fff;
                    letter-spacing: 5px;
                    margin-top: 0px;
                }

                .certification_box .com_titles span {
                    margin: 0 15px;
                }

                .certification_box
                .certification_box .img_box {
                    text-align: center;
                    width: 25%;
                }

                .certification_box .img_box div {
                    height: 25vw;
                }

                .certification_box .img_box img {
                    width: 100%;
                    height: 100%;
                }

                .certification_box .titles {
                    width: 90%;
                    height: 35px;
                    line-height: 35px;
                    background-color: #1D75EB;
                    color: #fff;
                }

                .certification_box img {
                    /*width:100%;
                  height:100%;*/
                }

            .appointment_box {
                text-align: center;
                color: #fff;
            }

                .appointment_box .buttom {
                    display: flex;
                    justify-content: center;
                }

                .appointment_box .title {
                    font-size: 36px;
                    font-weight: 500;
                    margin: 0px;
                }

                .appointment_box .titles {
                    font-size: 20px;
                }

                .appointment_box span {
                    margin-left: 10px;
                }

                .appointment_box .view_more:hover {
                    box-shadow: 0 0 20px #eee !important;
                }

            .advantage_box {
                display: flex;
                justify-content: space-between;
                height: 0px;
                line-height: 65px;
            }

                .advantage_box .line {
                    width: 1px;
                    height: 36px;
                    background-color: #050E19;
                    margin-top: 1vw;
                }

            .new_box {
                display: flex;
                justify-content: space-around;
            }

                .new_box .news_box {
                    width: 370px;
                    /*height: 458px;*/
                    background: rgba(255, 255, 255, 0.3900);
                    box-shadow: 0px 8px 30px 5px rgba(186,186,186,0.25);
                    border-radius: 15px;
                }

                    .new_box .news_box a {
                        cursor: pointer;
                        text-decoration: none;
                        color: #000;
                    }

            .abstract .news_link {
                font-size: 14px;
                color: #999 !important;
            }

            .new_bg {
                height: 175px;
                color: #fff;
                background-repeat: no-repeat;
                background-size: 100%;
                display: flex;
                align-items: center;
                padding-left: 50px;
                border-radius: 15px 15px 0 0;
            }

                .new_bg .new_title {
                    font-size: 24px;
                    margin-bottom: 5px;
                }

                .new_bg .del {
                    margin: 0px;
                }

            .new_box .text_box {
                padding: 0 20px;
            }

            .new_text_box {
                position: relative;
                width: 100%;
            }

                .new_text_box p {
                    width: 80%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-bottom: 20px;
                }

                .new_text_box img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 32px;
                    height: 18px;
                }

            .text_box .abstract {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

            .more_text p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .text_box .line {
                width: 100%;
                height: 1px;
                background-color: #ccc;
                margin: 20px 0;
            }
            /*body{
                position:relative;
            }*/
            /*.apply_box,
            .scheme_box{
                position: fixed;
                width:500px;
                height:470px;
                top: 20%;
                left: 30%;
                background-color: #fff;
                display: none;
                z-Index: 9999;
                border-radius:15px;
                padding:30px 40px;
                text-align:center;
                box-shadow: 0px 0px 24px 3px rgba(145,145,145,0.13);
            }

            .apply_box .title,
            .scheme_box p{
                font-size:30px;
                margin:0

            }
            .apply_box .input_box{
                margin:20px 0;
            }
            .apply_box .fill_in div,
            .drop_down{
                display:flex;
                justify-content:flex-start;
                align-items:center;
                margin-bottom:15px;
            }

            .apply_box .fill_in input,
             .drop_down select{
                width:100%;
                height:38px;
                background: #FFFFFF;
                border: 1px solid #DCDCDC;
                border-radius: 8px;
                outline:none;
            }
            .drop_down select option{
               font-size:18px;
            }
            .radio_box div{
                margin-bottom:15px;
                text-align:left;
            }
            .radio_box div span{
                margin-right:10px;
            }
            .apply_box button{
                width:100%;
                height:46px;
                background: linear-gradient(98deg, #0062FF 0%, #329BFD 100%);
                border-radius: 10px;
                border:none;
                color:#fff;
                margin-top:20px;
                font-size:20px;
            }
              .drop_down label{
                    width:140px!important;
              }
            .drop_down label,
            .apply_box .fill_in  p{
                width:120px;
                color:#969696;
                text-align:left;
                margin:0px;
                font-weight:400;
            }
            .apply_box  i{
                color:red;
                font-size:20px;
                margin-right:10px;
            }*/
            .logo_img_box img {
                width: 140px;
                margin-right: 10px;
                margin-bottom: 10px;
            }

            .data_time {
                margin-right: 15px;
            }

            .section_row,
            .erp_awiper_box,
            .new_box {
                margin: 0 20px;
            }
            .swiperimg img:hover{
                 transform:scale(1.2)
            }
        }

        .erp_nav ul li .erp {
            background: url("../Image/erp_manage13.png");
        }

        .erp_nav ul li .screening {
            background: url("../Image/erp_manage12.png");
        }

        .erp_nav ul li .optometry {
            background: url("../Image/erp_manage10.png");
        }

        .erp_nav ul li .instrument {
            background: url("../Image/erp_manage16.png");
        }

        .erp_nav ul li .call {
            background: url("../Image/erp_manage7.png");
        }

        .erp_navs li .distribution {
            background: url("../Image/business_icon2.png");
        }

        .erp_navs li .coupon {
            background: url("../Image/business_icon7.png");
        }

        .erp_navs li .subscribe {
            background: url("../Image/business_icon1.png");
        }

        .erp_navs li .store {
            background: url("../Image/business_icon9.png");
        }

        .erp_navs li .member {
            background: url("../Image/business_icon5.png");
        }

        .erp_nav li.active,
        .erp_navs li.active {
            color: #2D7AFF;
            border-bottom: 3px solid #2D7AFF;
            cursor: pointer;
        }

            .erp_nav li.active .erp {
                background: url("../Image/erp_manage14.png");
            }

        .erp_nav ul li.active .screening {
            background: url("../Image/erp_manage11.png");
        }

        .erp_nav ul li.active .optometry {
            background: url("../Image/erp_manage9.png");
        }

        .erp_nav ul li.active .instrument {
            background: url("../Image/erp_manage15.png");
        }

        .erp_nav ul li.active .call {
            background: url("../Image/erp_manage6.png");
        }

        .erp_navs li.active .distribution {
            background: url("../Image/business_icon3.png");
        }

        .erp_navs li.active .coupon {
            background: url("../Image/business_icon6.png");
        }

        .erp_navs li.active .subscribe {
            background: url("../Image/business_icon10.png");
        }

        .erp_navs li.active .store {
            background: url("../Image/business_icon8.png");
        }

        .erp_navs li.active .member {
            background: url("../Image/business_icon4.png");
        }

        .new_bg1 {
            background-image: url('../Image/com_inf2.png');
        }

        .new_bg2 {
            background-image: url('../Image/com_inf3.png');
        }

        .new_bg3 {
            background-image: url('../Image/com_inf1.png');
        }

        .cover {
            position: fixed;
            left: 0px;
            top: 0px;
            background: rgba(0, 0, 0, 0.8);
            width: 100%;
            height: 100%;
            filter: alpha(opacity=60);
            opacity: 0.6;
            display: none;
            z-Index: 999;
        }
