    @charset "UTF-8";
.index1 {
    position: relative;
}

.index1 .position_num{
    position: absolute;
    left: 6.7708333333333333333333333333333vw;
    bottom: 3.4375vw;
    z-index: 2;
    width: 3.5416666666666666666666666666667vw;
}

.index1 .position_num img{
    width: 100%;
}

.index1 .position_num p{
    color: #F4A500;
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%,-50%);
    font-size: 1.0416666666666666666666666666667vw;
}

.index1 .bg_img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.index1 .bg_img img {
    width: 100%;
}

.index1 .swiper .swiper-slide .slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index1 .swiper .swiper-slide .img {
    transform: scale(3);
    transition: 3s linear;
}

.index1 .swiper .swiper-slide .img.on {
    transform: scale(1);
}

.index1 .swiper .swiper-pagination {
    bottom: 30px;
}

.index1 .swiper .swiper-pagination span {
    width: 72px;
    height: 13px;
    background: #F5A200;
    border-radius: 4px;
    opacity: 1;
    transition: .6s;
}

.index1 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.index2 {
    padding: 0 0 61px 0;
    position: relative;
}

.index2 .wrap {
    width: 1500px;
    margin: auto;
    padding: 1500px 0 0 0;
    max-width: 90%;
}

.index2 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 54px 0;
    position: relative;
    top: -100px;
}

.index2 .wrap .content .video {
    width: 761px;
    height: 436px;
}

.index2 .wrap .content .video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
    position: relative;
    top: -1500px;
}

.index2 .wrap .content .r {
    width: 618px;
}

.index2 .wrap .text {
    font-size: 18px;
    color: #020202;
    line-height: 32px;
    text-align: center;
}

.index3 {
    position: relative;
    z-index: 1;
    padding: 89px 0 227px 0;
}

.index3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.index3 .wrap {
    width: 1500px;
    margin: auto;
}

.index3 .wrap .title {
    text-align: center;
    margin: 0 0 90px;
}

.index3 .wrap .title img {
    display: block;
    margin: auto;
}

.index3 .wrap .title img:first-child {
    margin: 0 auto 18px;
}

.index3 .wrap .content {
    /*display: grid;*/
    /*grid-template-columns: repeat(7, 1fr);*/
    gap: 4px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index3 .wrap .content .all{
    width: 1070px;
}

.index3 .wrap .content .item {
    width: 210px;
    height: 202px;
    position: relative;
    cursor: pointer;
    background: #F4A500;
}

.index3 .wrap .content .item .img {
    width: 100%;
    height: 100%;
}

.index3 .wrap .content .item .position {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    padding: 0 8px;
}

.index3 .wrap .content .item .position .line {
    display: flex;
    justify-content: space-between;
}

.index3 .wrap .content .item .position .line div:first-child {
    width: 51px;
    height: 1px;
    background: #FFFFFF;
}

.index3 .wrap .content .item .position .line div:nth-child(2) {
    width: 135px;
    height: 1px;
    background: #000000;
}

.index3 .wrap .content .item .position .text {
    font-size: 14px;
    color: #000;
    margin: 10px 0 0 0;
    text-align: center;
    height: 24px;
   text-transform: uppercase;
}

.index3 .wrap .content .item .position .text.small {
    font-size: 12px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index3 .wrap .content .item .hover_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: .6s;
    pointer-events: auto;
}

.index3 .wrap .content .item .hover_mask p {
    font-size: 12px;
    color: #F4A500;
}

.index3 .wrap .content .item .hover_mask .more {
    width: 116px;
    height: 21px;
    background: #F6AA00;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    color: #000;
    margin: 10px auto 0;
    cursor: pointer;
}

.index3 .wrap .content .item:hover .hover_mask {
    opacity: 1;
}

.index3 .wrap .content .item .bold {
    font-size: 32px;
    color: #000;
    text-align: center;
    font-family: Impact;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    text-align: center;
}

.index4 {
    padding: 96px 0 62px 0;
}

.index4 .wrap {
    width: 1118px;
    margin: auto;
    max-width: 90%;
}

.index4 .wrap .title {
    text-align: center;
}

.index4 .wrap .title .headline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

.index4 .wrap .title .headline .icon {
    width: 67px;
}

.index4 .wrap .title .headline .tit {
    width: 545px;
    margin: 0 20px 0 43px;
}

.index4 .wrap .title .pick {
    margin: 0 0 34px;
}

.index4 .wrap .img_box {
    width: 100%;
    position: relative;
}

.index4 .wrap .img_box .button {
    position: absolute;
    width: 150%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.index4 .wrap .img_box .button .circle {
    pointer-events: auto;
    background: #F4DAA4;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index4 .wrap .img_box .button .circle div {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 50px solid #5A5344;
    position: relative;
    left: -5px;
}

.index4 .wrap .img_box .button .circle:nth-child(2) {
    transform: rotate(180deg);
}

.index4 .wrap .img_box .swiper-pagination {
    position: static;
    margin: 25px 0;
}

.index4 .wrap .img_box .swiper-pagination span {
    width: 72px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    opacity: 1;
    transition: .6s;
}

.index4 .wrap .img_box .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.index4 .wrap .img_box .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.index4 .wrap .img_box .swiper-slide img {
    width: 100%;
}

.index4 .wrap .img_box .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.index4 .wrap .flex {
    display: flex;
    justify-content: center;
    margin: 17px 0 0 0;
}

.index4 .wrap .flex .img {
    cursor: pointer;
}

.index4 .wrap .flex .img:hover img {
    transform: rotateY(180deg);
}

.index4 .wrap .flex .img:not(:last-child) {
    margin: 0 130px 0 0;
}

.index4 .wrap .flex img {
    width: 93px;
    display: block;
    transition: .6s;
}

.index5 {
    background: #000;
    padding: 44px 0;
}

.index5 .wrap {
    width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 23px;
}

.index5 .wrap .item {
    width: 100%;
}

.index5 .wrap .item .img {
    width: 100%;
    height: 358px;
    margin: 0 0 20px;
    overflow: hidden;
}

.index5 .wrap .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.index5 .wrap .item .text .list {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #F4A500;
}

.index5 .wrap .item .text .list.yellow {
    color: #0D0D0D;
    background: #F4A500;
}

.index5 .wrap .item:hover .img img {
    transform: scale(1.05);
}

.index6 {
    padding: 95px 0 36px 0;
}

.index6 .wrap {
    width: 1570px;
    margin: auto;
    max-width: 90%;
}

.index6 .wrap .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index6 .wrap .title .line {
    margin: 0 78px;
}

.index6 .wrap .content {
    margin: 80px 0 0 0;
}

.index6 .wrap .content .cut .cut_list {
    display: none;
}

.index6 .wrap .content .cut .cut_list.on {
    display: block;
}

.index6 .wrap .content .cut .cut_list .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index6 .wrap .content .cut .cut_list .flex:not(:last-child) {
    margin: 0 0 49px;
}

.index6 .wrap .content .cut .cut_list .flex .img {
    width: 500px;
    height: 276px;
    overflow: hidden;
}

.index6 .wrap .content .cut .cut_list .flex .img:hover img {
    transform: scale(1.05);
}

.index6 .wrap .content .cut .cut_list .flex .img:not(:last-child) {
    margin: 0 35px 0 0;
}

.index6 .wrap .content .cut .cut_list .flex .img img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.index6 .wrap .content .cut .cut_list .flex:nth-child(2) .img {
    width: 379px;
    height: 209px;
}

.index6 .wrap .content .content_yaer {
    width: 613px;
    position: relative;
    margin: 53px auto 0;
}

.index6 .wrap .content .content_yaer::after {
    content: '';
    position: absolute;
    width: 155px;
    height: 129px;
    background: linear-gradient(270deg, rgba(244, 165, 0, 0) 0%, #F4A500 100%);
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.index6 .wrap .content .content_yaer::before {
    content: '';
    position: absolute;
    width: 155px;
    height: 129px;
    background: linear-gradient(270deg, #F4A500 0%, rgba(244, 165, 0, 0.99) 27%, rgba(244, 165, 0, 0) 100%);
    top: 0;
    right: -20px;
    z-index: 2;
    opacity: .7;
    pointer-events: none;
}

.index6 .wrap .content .content_yaer .swiper {
    width: 100%;
}

.index6 .wrap .content .content_yaer .swiper .swiper-slide {
    text-align: center;
    cursor: pointer;
    --border: 2px;
    --border2: -2px;
}

.index6 .wrap .content .content_yaer .swiper .swiper-slide h1 {
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 56px;
    margin: 0 0 5px;
    color: #000;
    /* 文字颜色 */
    text-shadow: var(--border2) var(--border2) 0 #fff, var(--border) var(--border2) 0 #fff, var(--border2) var(--border) 0 #fff, var(--border) var(--border) 0 #fff;
}

.index6 .wrap .content .content_yaer .swiper .swiper-slide p {
    font-size: 30px;
    color: #000000;
}

.index7 {
    background: #000;
    padding: 96px 0 278px 0;
}

.index7 .wrap {
    width: 1507px;
    margin: auto;
    max-width: 90%;
}

.index7 .wrap .title {
    text-align: center;
    margin: 0 0 62px;
}

.index7 .wrap .title h1 {
    font-size: 98px;
    color: #F5A200;
    margin: 0 0 30px;
}

.index7 .wrap .title p {
    font-size: 24px;
    color: #F5A200;
    text-align: left;
    margin: auto;
    width: fit-content;
}

.index7 .wrap .line {
    display: flex;
    justify-content: space-between;
    margin: 0 0 125px;
}

.index7 .wrap .line div:first-child {
    width: 281px;
    height: 1px;
    background: #FFFFFF;
    transform: scaleX(0);
    transition: .6s;
    transform-origin: left;
}

.index7 .wrap .line div:nth-child(2) {
    width: 1215px;
    height: 1px;
    background: #F5A200;
    transform: scaleX(0);
    transition: .6s;
    transform-origin: left;
}

.index7 .wrap .line.aos-animate div:first-child {
    transform: scaleX(1);
}

.index7 .wrap .line.aos-animate div:nth-child(2) {
    transform: scaleX(1);
}

.index7 .wrap .content {
    display: flex;
    justify-content: center;
}

.index7 .wrap .content .item {
    cursor: pointer;
}

.index7 .wrap .content .item:not(:last-child) {
    margin: 0 93px 0 0;
}

.index7 .wrap .content .item .img {
    width: 172px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 33px;
}

.index7 .wrap .content .item .img img {
    transition: 1s;
}

.index7 .wrap .content .item .text {
    font-size: 24px;
    text-align: center;
    color: #F5A200;
    line-height: 42px;
}

.index7 .wrap .content .item:hover .img img {
    transform: rotateY(180deg);
}

body {
    opacity: 0;
}

/*# sourceMappingURL=index.css.map */

html[lang="el"] .index6 .wrap .content .content_yaer .swiper .swiper-slide h1{
   font-size: 34px;
}

@media screen and (max-width: 1919px) {
    .index3 {
        position: relative;
        z-index: 1;
        padding: 4.635416666666667vw 0 11.822916666666668vw 0;
    }

    .index3 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .index3 .wrap {
        width: 78.125vw;
        margin: auto;
    }

    .index3 .wrap .title {
        text-align: center;
        margin: 0 0 4.6875vw;
    }

    .index3 .wrap .title img {
        display: block;
        margin: auto;
    }

    .index3 .wrap .title img:first-child {
        margin: 0 auto 0.9375vw;
    }

    .index3 .wrap .content {
        /*display: grid;*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 0.20833333333333334vw;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .index3 .wrap .content .all{
        width: 55.72916666666667vw;
    }

    .index3 .wrap .content .item {
        width: 10.9375vw;
        height: 10.520833333333334vw;
        position: relative;
        cursor: pointer;
        background: #F4A500;
    }

    .index3 .wrap .content .item .img {
        width: 100%;
        height: 100%;
    }

    .index3 .wrap .content .item .position {
        position: absolute;
        bottom: 0.6770833333333334vw;
        left: 0;
        width: 100%;
        padding: 0 0.4166666666666667vw;
    }

    .index3 .wrap .content .item .position .line {
        display: flex;
        justify-content: space-between;
    }

    .index3 .wrap .content .item .position .line div:first-child {
        width: 2.65625vw;
        height: 1px;
        background: #FFFFFF;
    }

    .index3 .wrap .content .item .position .line div:nth-child(2) {
        width: 7.03125vw;
        height: 1px;
        background: #000000;
    }

    .index3 .wrap .content .item .position .text {
        font-size: 0.7291666666666667vw;
        color: #000;
        margin: 0.5208333333333334vw 0 0 0;
        text-align: center;
        height: 1.25vw;
        text-transform: uppercase;
    }

    .index3 .wrap .content .item .position .text.small {
        font-size: 0.625vw;
        height: 1.25vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index3 .wrap .content .item .hover_mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
        transition: .6s;
        pointer-events: auto;
    }

    .index3 .wrap .content .item .hover_mask p {
        font-size: 0.625vw;
        color: #F4A500;
    }

    .index3 .wrap .content .item .hover_mask .more {
        width: 6.041666666666667vw;
        height: 1.09375vw;
        background: #F6AA00;
        border-radius: 0.5208333333333334vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.36458333333333337vw;
        color: #000;
        margin: 0.5208333333333334vw auto 0;
        cursor: pointer;
    }

    .index3 .wrap .content .item:hover .hover_mask {
        opacity: 1;
    }

    .index3 .wrap .content .item .bold {
        font-size: 1.6666666666666667vw;
        color: #000;
        text-align: center;
        font-family: Impact;
        position: absolute;
        left: 0;
        top: 3.125vw;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1749px) {
    .index4 .wrap .img_box .button{
        width: 130%;
    }
    .index4 .wrap .img_box .button .circle{
        width: 80px;
        height: 80px;
    }
    .index4 .wrap .img_box .button .circle div {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 30px solid #5A5344;
    }
}

@media screen and (max-width: 1650px) {
    .index7 .wrap .content .item .text{
        font-size: 20px;
    }
    .index7 .wrap .title h1{
        font-size: 85px;
    }
}

@media screen and (max-width: 1635px) {
    .index2 .wrap .content .video {
        width: 50%;
    }
    .index2 .wrap .content .r {
        width: 41%;
    }
}

@media screen and (max-width: 1522px) {
    .index4 .wrap .img_box{
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 1460px) {
    .index6 .wrap .content .cut .cut_list .flex .img{
        width: 33%;
        height: auto;
    }
    .index6 .wrap .content .cut .cut_list .flex:nth-child(2) .img {
        width: 26%;
        height: auto;
    }
    .index7 .wrap .content .item .img {
        width: 95px;
        height: 104px;
    }
    .index7 .wrap .content .item:not(:last-child) {
        margin: 0 80px 0 0;
    }
    .index7 .wrap .content .item .text {
        font-size: 17px;
        line-height: 32px;
    }
}


@media screen and (max-width: 1366px) {
    .index3 .wrap .content .item .position .text{
        -webkit-line-clamp: 2;
        height: 42px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }
    .index3 .wrap .content .item .bold{
        font-size: 23px;
    }
}
    
@media screen and (max-width: 1350px) {
    .index3 .wrap .content .all{
        width: 55.677083333333333333333333333333vw;
    }
}

@media screen and (max-width: 1220px) {
    .index7 .wrap .content .item:not(:last-child) {
        margin: 0 64px 0 0;
    }
    .index7 .wrap .content .item .img {
        width: 67px;
        height: 88px;
    }
}

@media screen and (max-width: 1155px) {
    .index7 .wrap .content .item:not(:last-child) {
        margin: 0 47px 0 0;
    }
    .index7 .wrap .content .item .text {
        font-size: 15px;
        line-height: 31px;
    }
    .index7 .wrap .title h1 {
        font-size: 72px;
    }
}

@media screen and (max-width: 1024px) {
    .index1 .swiper .swiper-pagination span {
        width: 56px;
        height: 6px;
    }
    .index1 .swiper .swiper-pagination {
        bottom: 10px;
    }
    .index2 .wrap .content .video video{
        width: 100% !important;
        height: 100% !important;
        top: 0!important;
        left: 0!important;
        transform: translateY(0) !important;
        display: none;
    }
    .index2 .wrap .content .video img{
        display: block!important;
    }
    .index2 .wrap{
        padding: 40px 0 0 0;
    }
    .index2 .wrap .content{
        flex-direction: column;
        top: 0;
        margin: 0 0 30px;
    }
    .index2 .wrap .content .video{
        width: 100%;
        height: auto;
    }

    .index2 .wrap .content .video .sj_video{
        display: block!important;
        width: 100%;
        position: relative;
    }
    .index2 .wrap .content .video .sj_video img{
        width: 100%;
    }
    .index2 .wrap .content .video .sj_video .play_video{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .index2 .wrap .content .video .sj_video .play_video svg{
        width: 30px;
        height: 30px;
    }
    .index2 .wrap .content .r{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .index2 .wrap .text {
        font-size: 15px;
        line-height: 30px;
    }
    .index2{
        padding: 0 0 30px;
    }
    .index3 .wrap .title{
        margin: 0 0 25px;
    }
    .index3 {
        padding: 40px 0 80px 0;
    }
    .index3 .wrap .content{
        grid-template-columns: repeat(2,1fr);
        gap: 19px;
    }
    .index3 .wrap .content .item .position .line div:nth-child(2){
        flex: 1;
    }
    .index3 .wrap .content .item{
        width: 47%;
        height: auto;
    }
    .index3 .wrap .content .item .position .line div:first-child {
        width: 51px;
    }
    .index3 .wrap .content .item .position .line div:nth-child(2) {
        width: 135px;
    }
    .index3 .wrap .content .item .position .text {
        font-size: 14px;
        margin: 10px 0 0 0;
        height: 24px;
    }
    .index3 .wrap .content .all{
        width: 100%;
    }
    .index3 .wrap{
        width: 90%;
    }
    .index4{
        padding: 40px 0 30px 0;
    }
    .index4 .wrap .title .headline .tit{
        width: 100%;
    }
    .index4 .wrap .title .headline{
        margin: 0 0 10px;
    }
    .index4 .wrap .img_box .button{
        z-index: 9;
    }
    .index4 .wrap .img_box .button .circle{
        width: 40px;
        height: 40px;
    }
    .index4 .wrap .img_box .button .circle div {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 15px solid #5A5344;
        left: 0;
    }
    .index4 .wrap .flex .img:not(:last-child) {
        margin: 0 10% 0px 0;
    }
    .index4 .wrap .flex img {
        width: 54px;
    }
    .index5 {
        padding: 24px 0;
    }
    .index6 .wrap .title{
        max-width: 90%;
        margin: auto;
    }
    .index6 .wrap .title img:not(.line){
        width: 134px;
    }
    .index6 .wrap .title .line {
        margin: 0 20px;
        width: 3px;
    }
    .index6{
        padding: 30px 0;
    }
    .index6 .wrap .content{
        margin: 40px 0 0 0;
    }
    .index6 .wrap .content .cut .cut_list .flex{
        flex-direction: column;
    }
    .index6 .wrap .content .cut .cut_list .flex .img{
        width: 100%;
    }
    .index6 .wrap .content .cut .cut_list .flex .img:not(:last-child) {
        margin: 0 0 30px;
    }
    .index6 .wrap .content .cut .cut_list .flex:nth-child(2) .img{
        width: 100%;
    }
    .index6 .wrap .content .cut .cut_list .flex:not(:last-child){
        margin: 0 0 30px;
    }
    .index6 .wrap .content .content_yaer{
        width: 100%;
    }
    .index6 .wrap .content .content_yaer .swiper .swiper-slide h1{
        font-size: 14px!important;

    }
    .index6 .wrap .content .content_yaer .swiper .swiper-slide p{
        font-size: 14px;
    }
    .index7{
        padding: 40px 0;
    }
    .index7 .wrap .title h1 {
        font-size: 32px;
    }
    .index7 .wrap .title p{
        font-size: 16px;
    }
    .index7 .wrap .title{
        margin: 0 0 40px;
    }
    .index7 .wrap .line div:first-child{
        width: 20%;
        transform: scaleX(1);
    }
    .index7 .wrap .line div:nth-child(2){
        flex: 1;
        transform: scaleX(1);
    }
    .index7 .wrap .line{
        margin: 0 0 45px;
    }
    .index7 .wrap .content{
        flex-direction: column;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .index7 .wrap .content .item:not(:last-child){
        margin: 0 0 40px;
    }
    .index7 .wrap .content .item .img{
        margin: 0 auto 10px;
    }
    .index7 .wrap .content .item .img {
        width: 78px;
        height: 110px;
    }

    .index6 .wrap .content .cut .cut_list .flex .img{
        margin: 0!important;
    }
    .index6 .wrap .content .cut .cut_list .flex .img:not(:first-child) {
        display: none;
    }
    .index6 .wrap .content .cut .cut_list .flex:nth-child(2) {
        display: none;
    }
    .index6 .wrap .content .content_yaer{
        margin: 20px 0 0 0;
    }
    .index2 .wrap .text{
        word-break: break-all;
    }

    .index7 .wrap .content .item .img {
        width: 50px;
        height: 87px;
    }
    .index7 .wrap .content .item:first-child .img{
        transform: scale(1.2);
    }
    .index4 .wrap .title .headline .icon{
        width: 41px;
    }
    .index4 .wrap .title .headline .tit{
        width: 48%;
        margin: 0 20px;
    }
    .index2 .wrap .text{
        text-align: left;
    }
}