html,
body {
    font-size: 18px;
    overflow-x: clip;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
}

a {
    color: #2d2e2f;
    outline: none;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}


/* =================================================== */

.screen {
    width: 100%;
    height: 100vh;
    /* max-height: 930px; */
    overflow: hidden;
}
.screen-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(19 75 159 / 67%) 30%, #ffffff00 75%);
}
.screen-text {
    width: 40rem;
}

.screen .swiper-button-next,
.screen .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 12vh;
    top: unset;
    background-color: #00479d;
}

.screen .swiper-button-next.swiper-button-disabled,
.screen .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-color: unset;
}

.screen .swiper-button-next,
.screen .swiper-button-prev {
    color: #fff;
}

.screen .swiper-button-next::after,
.screen .swiper-button-prev::after {
    font-size: 1rem;
}

.screen .swiper-button-next {
    left: 48%;
}

.screen .swiper-button-prev {
    left: unset;
    left: 44%;
}

.screen .swiper-pagination {
    width: 10rem;
    bottom: 11vh;
    left: unset;
    right: 60%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.screen .swiper-pagination-current {
    font-size: 2rem;
}

.screen .swiper-pagination-custom {
    font-size: 2rem;
}

.screen .swiper-pagination-custom span {
    font-size: 1.2rem;
    display: inline-block;
    margin: 10px;
}

.screen .swiper-pagination-custom span.fu {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.screen .swiper-pagination-custom span.cur {
    font-size: 2rem;
    display: inline-block;

}

.block-name {
    z-index: 99;
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
}

.block-name img {
    margin: 0 0;
}

.news {
    height: auto;
    background-image: url(../img/bg-xw.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.news-con {
    width: 1360px;
    height: 730px;
    box-sizing: border-box;
    padding: 80px 30px;
}

.news-con-left {
    width: 300px;
    float: left;
}

.news .block-name {
    color: #fff;
    /* top: 95px; */
}

.news .block-name span {
    color: #3f7ad1;
}

.news .block-name #en-news {
    color: #4d79cb;
}

.swiper-news .swiper-wrapper {
    /* width: 1000px; */
    margin: 0 auto;
}

.swiper-news {
    width: 950px;
    height: auto;
    float: left;
}

.news .news-ul {
    background-color: unset;
    align-items: center;
}

.news .news-li {
    transition: 0.4s;
    color: #fff;
    text-align: justify;
    box-sizing: border-box;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}

.news .news-li a {
    display: contents;
}

.news .swiper-slide-active .news-li {
    display: block;
}

.news .news-li .news-li-left {
    width: 423px;
    background-color: #0c4085;
}

.news .news-li .news-li-left .left-txt {
    height: 212px;
    padding: 40px 30px;
}

.news .news-li .news-data-1 {
    font-size: 30px;
    margin-top: 4px;
    padding: 0 5px;
    transition: 0.2s;
    position: relative;
    color: #fff;
}

.news .news-li .news-data-1 p::after {
    content: '';
    border-bottom: 1px solid #8CC0FF;
    width: 270px;
    top: 25px;
    display: block;
    position: absolute;
    right: 0;
}

.news .news-li .news-title-1 {
    font-size: 20px;
    margin-top: 10px;
    padding: 0 5px;
    line-height: 1.5rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.4s;
    color: #fff;
}

.news .news-li .news-in-1 {
    font-size: 16px;
    margin-top: 19px;
    color: #85bcff;
    padding: 0 5px;
    line-height: 1.4rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news .news-li .news-li-right {
    width: 510px;
}

.news .news-li .news-li-right ul li {
    height: 178px;
    background-color: #e8eff5;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
}

.news .news-li .news-li-right ul li:last-child {
    margin-bottom: 0;
}

.news .news-li .news-data-2 {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-con-right {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-li-right ul li .news-data-2 .news-md {
    font-size: 20px;
    color: #0d4998;
    padding: 0 5px;
    line-height: 2rem;
    transition: 0.4s;
}

.news-li-right ul li .news-data-2 .news-year {
    font-size: 18px;
    color: #0d4998;
    padding: 0 5px;
    line-height: 2rem;
    transition: 0.4s;
}

.news-li-right ul li .news-data-2 .news-year::after {
    content: '';
    border-bottom: 2px solid #0d4998;
    width: 50px;
    margin-top: 7px;
    display: block;
}

.news .news-li .news-img {
    transition: 0.4s;
    height: 278px;
}

.news-li-right .news-title-2 {
    font-size: 20px;
    line-height: 1.5rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.4s;
    color: #333;
}

.news .news-li .news-in-2 {
    font-size: 16px;
    color: #aaa;
    line-height: 1.4rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 10px;
    -webkit-box-orient: vertical;
}

.news-pagination {
    display: flex;
    width: 100px;
    height: 210px;
    margin: 30px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
}

.news-pagination .swiper-pagination-bullet {
    color: #8CC0FF;
    background-color: unset;
    opacity: 1;
    border-radius: 0;
    height: 2rem;
    margin: 20px 0 !important;
    width: 4rem;
    border-bottom: 2px solid #fff0;
}

.news-pagination .swiper-pagination-bullet-active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.news-pagination ul {
    width: 40% !important;
    right: 0;
    left: unset !important;
    top: 0;
    bottom: unset !important;
}

.news-more {
    display: inline-block;
    position: relative;
    width: 156px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    bottom: 100px;
    left: 0;
    background-color: #00408b;
}

.company {
    position: relative;
    height: 900px;
    background-image: url(../img/1-aboutbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company-con {
    width: 1360px;
    padding: 80px 30px;
}

.company_pro {
    position: relative;
    top: 60px;
    /* text-indent: 2rem; */
    line-height: 2rem;
    width: 766px;
    height: 220px;
    color: #333;
    font-size: 18px;
    text-align: justify;
}

.company_more {
    position: relative;
    margin-top: 85px;
    display: block;
    width: 112px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background-color: unset;
    color: #0045ad;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    border: #0045ad 1px solid;
}

.company_more a {
    color: #0045ad;
}

.company_more img {
    position: absolute;
    left: 6rem;
    top: 18px;
}

.company_num {
    width: 96%;
    max-width: 1200px;
    position: relative;
    left: 0px;
    display: flex;
    margin: 100px auto 0 auto;
}

.data_num {
    flex: 1;
    width: 338px;
    height: 133px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    color: #0F378B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: .5s;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 1px 1px 8px #aabbda;
}

.data_num:hover {
    background: #0F378B;
    color: #fff;
    transform: translateY(-15px);
    transition: .5s;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.data_num .num_more {
    font-size: 45px;
    font-weight: 600;
}

.business-con {
    width: 1360px;
    padding: 80px 30px;
}

.business {
    background-image: url(../img/1-busibg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 99;
}

.business-con {
    position: relative;
    top: 18px;
    font-size: 16px;
    color: #666;
}

.business-img {
    position: relative;
    margin-top: 110px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.business-img-select {
    width: 47%;
    height: 272px;
    position: relative;
    background-size: 100% 300px;
}

.business-img-select div {
    height: 100%;
}

.business-img a {
    display: contents;
}

.business-img-li1 {
    position: relative;
    background: url(../img/01-busi1-fang.png) no-repeat;
    margin-bottom: 15px;
    transition: all .3s;
    background-size: cover;
    border-top-left-radius: 58px;
}

.business-img-li1 div {
    width: 100%;
    transition: all 0.3s;
    border-top-left-radius: 58px;
}

.business-img-li1 div span,
.business-img-li2 div span {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    left: 20%;
    top: 40%;
}

.business-img-li1 div:hover {
    background: RGBA(0, 72, 162, .8);
}

.business-img-li1 div:hover span,
.business-img-li2 div:hover span {
    left: 30%;
    transition: all 0.3s;
}

.business-img-li1 img {
    position: absolute;
    width: 30%;
    top: 45%;
    left: 15%;
}

.business-img-li2 {
    position: relative;
    margin-bottom: 15px;
    background: url(../img/01-busi2-fang.png) no-repeat;
    transition: all .3s;
    background-size: cover;
    border-bottom-right-radius: 58px;
}


.business-img-li2 div {
    width: 100%;
    transition: all 0.3s;
    border-bottom-right-radius: 58px;
}

.business-img-li2 div:hover {
    background: RGBA(0, 72, 162, .8);
}

.business-img-li2 img {
    position: absolute;
    width: 30%;
    top: 90px;
    left: 15%;
}

@keyframes fadeColor1 {
    0% {}

    100% {
        background-color: #0048A2;
    }
}

.fadeImg {
    position: absolute;
    top: 45% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.product {
    background-image: url(../img/1-bg-pd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-con {
    width: 1360px;
    padding: 80px 30px;
    position: relative;
}

.product-con .block-name {
    left: 0px;
    text-align: left;
}

.product-con p {
    position: absolute;
    left: 443px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 500px;
    top: 100px;
    line-height: 38px;
}


.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.product-card {
    display: none;
}

.w-accor {
    overflow: hidden;
    position: relative;
    margin-top: 70px;
}

.w-accor ul {
    display: flex;
}

.w-accor li {
    position: relative;
    overflow: hidden;
    /*float: left;*/
    margin-left: 2px;
    margin-right: 2px;
}

.accorClick li {
    cursor: pointer;
}

.w-accor li .item {
    position: relative;
}

.w-accor li>a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.w-accor2 li img {
    max-width: 100%;
}

.w-accor2 li .cont_ar {
    color: #fff;
    position: absolute;
    bottom: 25%;
    height: 50%;
    left: 0;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor2 li .i_img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 40%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
}

.w-accor2 li .i_img img {
    max-width: 100%;
    max-height: 100%;
}

/*ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ©Ã‚Â£Ã…Â½ÃƒÂ§Ã‚ÂÃ‚Â´*/
.product .w-accor2 ul {
    position: relative;
    width: 100%;
    max-width: 1920px;
}

.w-accor2 ul li .img_ar {

    width: 100%;
    height: 458px;
    overflow: hidden;
    opacity: 0.5;

}

.w-accor2 li.cur .img_ar {
    opacity: 1;

}

/* =================================================== */

.swiper .screen-text {
    z-index: 1;
    position: absolute;
    top: 30%;
    color: #fff;
    text-shadow: 6px 6px 4px #022b5e98;
}

.swiper-screen p {
    font-size: 1.6rem;
    font-weight: lighter;
    letter-spacing: 0.1rem;
}


@media screen and (max-width: 900px) {
    .screen {
        height: 25vh;
        margin-top: 50px;
    }
    .screen-bg {
        background: linear-gradient(180deg, rgb(19 75 159 / 60%) 10%, #ffffff00 90%);
    }
    .swiper-screen p {
        font-size: 0.6rem;
    }

    .swiper h1 {
        font-size: 1.4rem;
    }

    .screen .swiper-button-next,
    .screen .swiper-button-prev {
        display: none;
        width: 1.8rem;
        height: 1.8rem;
        bottom: 10vh;
    }

    .screen .swiper-button-next {
        right: 36%;
        left: unset;
    }

    .screen .swiper-button-prev {
        left: 36%;
    }

    .screen .swiper-pagination {
        display: block;
        left: 5%;
        right: unset;
        bottom: 5%;
    }

    .screen .swiper-pagination-custom span.cur {
        font-size: 1rem;
        line-height: 1rem;
    }
    .screen .swiper-pagination-custom span.fu {
        line-height: 1rem;
        vertical-align: middle;
        padding-top: 6px;
        margin: 3px;
    }
    .screen .swiper-pagination-custom span {
        font-size: 0.6rem;
        margin: 5px;
        vertical-align: bottom;
    }
    .wrapper-con {
        padding: 30px 20px;
        box-sizing: border-box;
        height: 100%;
    }

    .block-name {
        width: 60%;
        font-size: 24px;
    }

    .block-name img {
        width: 100%;
    }

    .news {
        min-height: 900px;
        background-image: url(../img/bg-xw-m.png);
    }

    .news-con {
        width: 100%;
        height: 100%;
    }

    .news-con-left {
        width: 100%;
    }
    .news .block-name {
        color: #0045ad;
    }
    .swiper-news {
        width: 100%;
    }

    .news-pagination {
        width: 100%;
        height: 40px;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .news-pagination .swiper-pagination {
        flex-direction: row;
        width: 100% !important;
        left: 40% !important;
        max-width: 100px;
        top: 30px;
        margin: 0;
    }

    .news-pagination .swiper-pagination-bullet {
        width: 100px;
        height: 36px;
        line-height: 34px;
        border: 1px solid #fff;
        background-color: #0052cc;
        border-radius: 20px;
        margin: 0 0 !important;
        text-align: center;
        font-size: 16px;
        /* font-weight: 600; */
        color: #fff;
    }

    .news-pagination .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #002c8a;
        border-bottom: 1px solid #fff;
        box-shadow: 0px 0px 4px 2px #ffffff82;
    }

    .news-ul {
        display: block;
        margin: 23px 0 0 0;
    }

    .news .news-li {
        flex-direction: column;
        justify-content: start;
    }

    .news .news-li .news-img {
        width: 30%;
        height: 74px;
        border-radius: 4px;
        overflow: hidden;
    }

    .news .news-li .news-li-left {
        width: 100%;
        height: 200px;
        padding: 15px 10px;
        box-sizing: border-box;
    }

    .news .news-li .news-li-left a {
        width: 100%;
        height: 80px;
    }

    .news .news-li .news-li-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news .news-li .news-li-left .left-txt {
        padding: 15px 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
    }

    .news .news-li .news-li-left .left-txt .news-data-1 {
        width: 100px;
        font-size: 14px;
        margin: 4px 0 0 0;
        left: 30%;
        padding-left: 3%;
    }


    .news .news-li .news-data-1 p::after {
        width: 39px;
        top: 21px;
        left: 10%;
    }

    .news .news-li .news-title-1 {
        margin-left: 30%;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 4px;
        padding-left: 3%;
        line-height: 1.4rem;
    }

    .news .news-li .news-in-1 {
        position: absolute;
        font-size: 12px;
        bottom: 24px;
        margin-top: 0;
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

    .news .news-li .news-li-right {
        width: 100% !important;
        max-width: 900px;
    }

    .news .news-li .news-li-right ul li {
        height: 130px;
        margin-bottom: 10px;
    }

    .news-li-right ul li .news-data-2 .news-md {
        font-size: 14px;
        line-height: 1.8rem;
    }

    .news-li-right ul li .news-data-2 .news-year {
        line-height: 0.8rem;
        font-size: 14px;
    }

    .news-li-right ul li .news-data-2 .news-year::after {
        width: 32px;
        border-bottom: 1px solid #0d4998;
    }

    .news-li-right .news-title-2 {
        font-size: 16px;
        overflow: hidden;
        padding-left: 0;
        line-height: 1.2rem;
    }

    .news .news-li .news-in-2 {
        padding-left: 0;
        font-size: 12px;
        text-overflow: ellipsis;
        word-wrap: break-word;
        line-height: 1rem;
        margin-top: 5px;
    }

    .news .w-accor {
        display: none;
    }

    .news-more {
        display: block;
        position: absolute;
        width: 110px;
        height: 36px;
        line-height: 36px;
        border-radius: 8px;
        background-color: unset;
        color: #0045ad;
        font-weight: bolder;
        font-size: 14px;
        text-align: center;
        border: #0045ad 1px solid;
        bottom: 30px;
        left: 40px;
    }
    .company {
        background: url(../img/1-aboutbg-m.jpg);
        background-size: contain;
        background-position-y: 72%;
        background-repeat: no-repeat;
        height: auto;
    }
    .company-con {
        padding: 30px 20px;
        height: 100%;
        width: 100%;
    }

    .company .block-name {
        left: 2%;
        top: unset;
    }

    .company_pro {
        position: relative;
        top: 0;
        line-height: 1.5rem;
        width: 96%;
        height: auto;
        font-size: 16px;
        text-indent: 2rem;
        margin: 30px auto 0 auto;
        padding: 10px;
        border-radius: 5px;
        background-color: rgb(255 255 255 / 80%);
    }

    .company_more {
        display: block;
        position: absolute;
        width: 110px;
        height: 36px;
        line-height: 36px;
        border-radius: 8px;
        background-color: unset;
        color: #0045ad;
        font-weight: bolder;
        font-size: 14px;
        text-align: center;
        border: #0045ad 1px solid;
        bottom: 40px;
        left: 40px;
    }

    .company_more img {
        top: 16px;
        left: 110px;
    }

    .company_num {
        width: 90%;
        top: 0;
        margin: 80px auto 80px auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        pointer-events: none;
    }

    .data_num {
        flex: unset;
        height: 120px;
        margin-right: 0;
        width: 50%;
    }

    .data_num:nth-child(1) {
        background: #fff;
        background: #0F378B;
        color: #fff;
    }

    .data_num:nth-child(2) {
        border-bottom: 1px #0a266152 dotted;
        border-left: 1px #0a266152 dotted;
    }

    .data_num:nth-child(4) {
        border-left: 1px #0a266152 dotted;
        background: #0F378B;
        color: #fff;
    }

    .data_num>div {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .data_num span {
        font-size: 14px;
    }

    .data_num .num_more {
        font-size: 26px;
        font-weight: unset;
    }

    .business {
        height: 380px;
    }

    .business-con {
        width: 100%;
        min-height: unset;
    }

    .business-con p {
        position: relative;
        width: 300px;
        top: 13px;
        font-size: 14px;
        text-align: justify;
    }

    .business-img {
        top: 66px;
        margin-top: 0;
        width: 100%;
        justify-content: space-between;
    }

    .business-img-select {
        height: 100px;
        position: relative;
        background-size: 100% 100%;
        margin-bottom: 7px;
        width: 49%;
    }

    .business-img-select div {
        height: 100px;
    }

    .business-img-li1 {
        border-top-left-radius: 18px;
    }

    .business-img-li1 div {
        background: linear-gradient(0deg, transparent 0%, RGBA(0, 72, 162, .3) 0) right;
        background-size: 65%;
        border-top-left-radius: 18px;
    }

    .business-img-li1 div:hover {
        background: linear-gradient(0deg, transparent 0%, RGBA(0, 72, 162, .5) 0) right;
    }

    .business-img-li2 {
        border-bottom-right-radius: 18px;
    }

    .business-img-li2 div {
        background: linear-gradient(0deg, transparent 0%, RGBA(0, 72, 162, .3) 0) right;
        background-size: 65%;
        border-bottom-right-radius: 18px;
    }

    .business-img-li2 div:hover {
        background: linear-gradient(0deg, transparent 0%, RGBA(0, 72, 162, .3) 0) right;
    }

    .business-img-li1 div span,
    .business-img-li2 div span {
        font-size: 1rem;
        left: 15%;
    }
	.product {
		background-position-x: 84%;
	}
    .product-con {
        width: 100%;
        top: unset;
        min-height: unset;
    }

    .product-con p {
        position: relative;
        font-size: 14px;
        left: 0;
        top: 17px;
        line-height: 22px;
    }

    .product-card {
        position: relative;
        top: 20px;
        margin: 27px 0;
        display: block;
        width: 100%;
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
    }

    .product-card p {
        position: absolute;
        font-size: 16px;
        left: 50%;
        top: 50%;
        padding: 6px 20px;
        transform: translate(-50%,-50%);
        width: auto;
        line-height: 34px;
        border-radius: 9px;
        text-align: center;
        background-color: #00408a;
        color: #fff;
    }

    .product-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* 
    .product-card::before {
        content: '';
        background-color: #062d5b87;
        position: absolute;
        width: 100%;
        height: 100%;
    } */

    .w-accor {
        display: none;
    }

    .w-accor ul {
        flex-wrap: wrap;
        height: 460px;
        overflow: hidden;
        overflow-y: auto;
    }

    .w-accor2 li {
        width: 50% !important;

    }

    .w-accor2 li .img_ar {
        height: auto !important;
        width: 100% !important;
        opacity: 0.9 !important;
    }

    .w-accor2 li .i_img {
        width: 3em;
        height: 3em;
        margin-left: -1.5em;
        margin-top: -1.5em;
    }

}