header {
    position: unset !important;
}

header.actioe .logo1,
header .logo1 {
    display: block !important;
}

header.actioe .logo2,
header .logo2 {
    display: none !important;
}

header .header_box nav>ul>li>a,
header .header_box .search .iconfont {
    color: #333 !important;
}

header .header_box nav>ul>li.active>a,
header .header_box nav>ul>li:hover>a {
    color: #D80414 !important;
}

main {
    padding: 95px 0 120px;
    box-sizing: border-box;
}

main .tab {
    padding-left: 150px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

main .tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;

    color: #333333;
    margin-right: 20px;
    transition: all .36s;
}

main .tab a:nth-last-child(1) {
    margin-right: 0;
}

main .tab a:hover,
main .tab a.active {
    background-color: #D80414;
    color: #FFFFFF;
    transition: all .36s;
}

main .content {
    margin-top: 80px;
}

main .content .one_content {
    display: none;
}

main .content .one_content:nth-child(1) {
    display: block;
}

.mySwiper {
    position: relative;
    text-align: center;
    padding: 0 75px !important;
}

.mySwiper::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(/index/images/line.png) no-repeat;
    background-size: 100% 100%;
}

.mySwiper .f20 {

    color: #B4B4B4;
    line-height: 30px;
    margin-bottom: 24px;
}

.swiper-slide {
    cursor: pointer;
}

.swiper-slide .cur {
    width: 27px;
    height: 27px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.swiper-slide .cur .in {
    width: 7px;
    height: 7px;
    background: #D80414;
    border-radius: 50%;
}

.swiper-slide.active .f20 {
    color: #D80414;
}

.swiper-button-next,
.swiper-button-prev {
    width: 38px !important;
    height: 38px !important;
    background: #FFFFFF;
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.1200);
    border-radius: 50%;
    top: 85% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    color: #D80414 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 4% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 4% !important;
}

main .tab_content {
    margin: 100px auto 0;
    width: 80%;
}

main .tab_content .one {
    display: none;
}

main .tab_content .one:nth-child(1) {
    display: block;
}

main .tab_content ul {
    margin-bottom: 50px;
    width: 64%;

}

main .tab_content ul li {
    margin-bottom: 10px;
}

main .tab_content ul li a {
    display: flex;
    align-items: baseline;
}

main .tab_content ul li span {

    color: #464646;
    line-height: 29px;
    text-align: justify;
}

main .tab_content ul li span:nth-child(2) {
    color: #D80414;
    margin-right: 5px;
}

main .tab_content ul li span:nth-child(3) {
    flex: 1;
}

main .tab_content ul li .dot {
    display: block;
    width: 9px;
    height: 9px;
    background: #D80414;
    border-radius: 50%;
    margin-right: 30px;
}

main .tab_content .img {
    padding-left: 37px;
    box-sizing: border-box;
}

main .tab_content img {
    width: auto;
    max-width: 100%;
    border-radius: 10px;
}

@media(max-width:1680px) {
    main {
        padding: 95px 0 100px;
    }

    main .tab {
        padding-left: 100px;
    }

    main .content {
        margin-top: 70px;
    }

    main .tab_content {
        margin: 90px auto 0;
    }

    .mySwiper {
        padding: 0 60px !important;
    }
}

@media(max-width:1440px) {
    main {
        padding: 80px 0;
    }

    main .tab {
        padding-left: 80px;
    }

    main .tab a {
        width: 136px;
        height: 47px;
    }

    main .content {
        margin-top: 60px;
    }

    .mySwiper .f20 {
        margin-bottom: 20px;
    }

    main .tab_content {
        margin: 80px auto 0;
    }

    main .tab_content ul li .dot {
        margin-right: 20px;
    }
}

@media(max-width:1280px) {
    main {
        padding: 60px 0;
    }

    main .tab {
        padding-left: 60px;
    }

    main .tab a {
        width: 120px;
        height: 40px;
    }

    main .content {
        margin-top: 50px;
    }

    .mySwiper {
        padding: 0 40px !important;
    }

    .mySwiper .f20 {
        margin-bottom: 15px;
    }

    main .tab_content {
        margin: 60px auto 0;
    }

    main .tab_content ul li .dot {
        margin-right: 15px;
    }

    main .tab_content .img {
        padding-left: 24px;
    }
}

@media(max-width:1024px) {
    main {
        padding: 40px 0;
    }

    main .tab {
        padding-left: 40px;
    }

    main .tab a {
        width: 100px;
        height: 35px;
    }

    main .content {
        margin-top: 40px;
    }

    .mySwiper {
        padding: 0 !important;
    }

    .mySwiper .f20 {
        margin-bottom: 10px;
    }

    main .tab_content {
        margin: 40px auto 0;
        width: 100%;
    }

    main .tab_content ul {
        margin-bottom: 40px;
        width: 100%;
    }

    main .tab_content .img {
        padding-left: 0;
    }
}

@media(max-width:768px) {
    main {
        padding: 30px 0;
    }

    main .tab {
        padding-left: 0px;
    }

    main .content {
        margin-top: 30px
    }

    .mySwiper .f20 {
        margin-bottom: 5px;
    }

    main .tab_content {
        margin: 30px auto 0;
    }

    main .tab_content ul li {
        margin-bottom: 5px;
    }

    main .tab_content ul {
        margin-bottom: 30px;
    }
}