/*通用样式*/
:root {
    --public-color: #cf1f2a;
    --max: 1430px;
}

/* middle */
.middle {
    padding-top: 95px;
}

/* middle-one */
.middle-one {
    /* min-height: 680px; */
    /* background: url("../../images/bg_index.webp") no-repeat;
    background-size: cover; */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.middle-one .sub-title{
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.middle-one .video-banner{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    z-index: 1;
    background-color: #000;
    max-height: 800px;
    overflow: hidden;
}
.middle-one .video-banner video{
    opacity: 0.6;
}
.middle-one .container-xl{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.middle-one .container-xl .title {
    max-width: 1060px;
}

.middle-one .container-xl .title h1 {
    font-weight: 600;
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.middle-one .container-xl .text {
    margin-top: 30px;
    max-width: 1060px;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    /* opacity: 0.8; */
    font-family: 'Poppins', sans-serif;
}

.middle-one .container-xl .but {
    max-width: 290px;
    margin-top: 90px;
}

.middle-one .container-xl .but a {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /*padding: 0 30px;*/
}

/* middle-two */
.middle-two .container-xl {
    max-width: 1665px;
    padding-right: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.middle-two .container-xl .left {
    width: 38.75%;
}

.middle-two .container-xl .left .t1 {
    width: 90%;
    font-weight: 400;
    line-height: 52px;
    font-size: 42px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.middle-two .container-xl .left .t1 span {
    color: var(--public-color);
}

.middle-two .container-xl .left .t2 {
    margin-top: 50px;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    max-width: 580px;
}

.middle-two .container-xl .left .t3 {
    margin-top: 55px;
    display: flex;
    align-items: center;
}

.middle-two .container-xl .left .t3 .but {
    width: 190px;
    margin-right: 24px;
}

.middle-two .container-xl .left .t3 .but a {
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.middle-two .container-xl .left .t3 .image {
    margin-left: 30px;
    height: 56px;
}

.middle-two .container-xl .right {
    width: 61.25%;
    /*padding-left: 20px;*/
}

.middle-two .container-xl .right a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* middle-three */
.middle-three {
    padding-bottom: 50px;
    background: url("../../images/index_3.webp") no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    min-height: 370px;
}

.middle-three .t1 {
    color: #333333;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.middle-three .t2 {
    margin-top: 52px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}

/* middle-four */
.middle-four {
    padding: 40px 0 125px 0;
}

.middle-four .row .col-md-4 {
    padding: 0;
    margin: 0;
}

.middle-four .row .col-md-4 .t1 {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 32px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.middle-four .row .col-md-4 .linear {
    margin: 25px 0;
    background: var(--public-color);
    height: 2px;
    width: 100%;
}

.middle-four .row .col-md-4 .t2 {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/* middle-five */
.middle-five {
    position: relative;
}

.middle-five .swiper-button-prev,
.middle-five .swiper-rtl .swiper-button-next {
    left: 7%;
}

.middle-five .swiper-button-next:after,
.middle-five .swiper-button-prev:after {
    font-family: "CmsFont";
    background: #000000;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50%;
    color: #fff;
}

.middle-five .swiper-button-prev:after,
.middle-five .swiper-rtl .swiper-button-next:after {
    content: "←";
    font-size: 34px;
    line-height: 72px;
}

.middle-five .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.middle-five .swiper-button-prev {
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 2px;
    width: 82px;
    height: 82px;
    top: calc(50% - 50px);
}

.middle-five .container-xl {
    /*width: 75%*/
}

.middle-five .container-xl .mySwiper1 {
    overflow: hidden;
}

.middle-five .container-xl .mySwiper1 .swiper-slide {
    display: flex;
    align-items: flex-end;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left {
    width: 37%;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .t1 {
    color: #333333;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .t2 {
    margin-top: 45px;
    color: #666666;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    max-width:480px;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .t3 {
    margin-top: 45px;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .t3 p {
    position: relative;
    padding-left: 30px;
    color: #666666;
    font-weight: 300;
    font-size: 18px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .t3 p::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid var(--public-color);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .but {
    margin-top: 60px;
    width: 100%;
    max-width: 290px;
    text-align: center;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .left .but a {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 65px;
    font-weight: 700;
}

.middle-five .container-xl .mySwiper1 .swiper-slide .right {
    width: 63%;
}

.middle-five .container-xl .swiper-paginations {
    margin-top: 55px;
}

.middle-five .swiper-pagination-bullet {
    background: #000000;
    width: 4px;
    height: 4px;
}

.middle-five .swiper-pagination-bullet-active {
    width: 50px;
    height: 4px;
    background: #000000;
    border-radius: 0;
}

.middle-five .qt .container-xl{
    position: relative;
    display:flex;
    justify-content:flex-end;
    width:100%;
    margin-top:-100px;
    padding-right:160px;

}

.middle-five .qt .mySwiper2 {
    overflow: hidden;
   
}

.middle-five .qt .mySwiper2 .swiper-slide {
    position: relative;
    width: 136px!important;
    border: 2px solid transparent;
    height: 78px !important;
    display: flex;
    background: #ededed;
    cursor: pointer;
}

.middle-five .qt .mySwiper2 .swiper-slide-active {
    border: 2px solid var(--public-color);
}

.middle-five .qt .mySwiper2 .swiper-slide-active.swiper-slide::before {
    opacity: 0;
}

.middle-five .qt .mySwiper2 .swiper-slide::before {
    opacity: 1;
    position: absolute;
    content: "";
    background: #666666;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.middle-five .qt .mySwiper2 .swiper-slide-active.swiper-slide p {
    opacity: 0;
}

.middle-five .qt .mySwiper2 .swiper-slide img {
    margin: auto;
    mix-blend-mode: multiply;
    max-height: 100%;
}

.middle-five .qt .mySwiper2 .swiper-slide p {
    position: absolute;
    width: 100%;
    padding: 0 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8;
    font-family: 'Poppins', sans-serif;
}

/* middle-six */
.middle-six {
    padding: 60px 0 80px 0;
}

.middle-six .row{margin-left:-40px;margin-right:-40px;}
.middle-six .row .col-md-6{padding-left:40px;padding-right:40px;margin-bottom:40px;}
.middle-six .row .col-md-6 .z1-pro{padding:0 100px;}

@media(max-width:1430px) {
	.middle-six .row{margin-left:-15px;margin-right:-15px;}
.middle-six .row .col-md-6{padding-left:15px;padding-right:15px;margin-bottom:30px;}
.middle-six .row .col-md-6 .z1-pro{padding:0 60px}
}

@media(max-width:768px) {
	.middle-six .row{margin-left:-7px;margin-right:-7px;}
.middle-six .row .col-md-6{padding-left:7px;padding-right:7px;margin-bottom:15px;}
.middle-six .row .col-md-6 .z1-pro{padding:0;}
}

.middle-six .t1 {
    color: #333333;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    margin-top:50px;
    margin-bottom:20px;
}
.middle-six .t2 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    max-width:1200px;
    margin: 0 auto;
    margin-bottom:30px;
}


.middle-six .col-md-4 .image {
    width: calc(100% - 60px);
    background: #f4f4f4;
}

.middle-six .col-md-4 .image a {
    width: 100%;
    height: 238px;
    display: flex;
}

.middle-six .col-md-4 .image a img {
    margin: auto;
    mix-blend-mode: multiply;
}

.middle-six .col-md-4 .t1 {
    margin-top: 25px;
    display: flex;
}

.middle-six .col-md-4 .t1 a {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    padding-right: 30px;
    position: relative;
    transition: 0.5s;
}

.middle-six .col-md-4 .t1 a::before {
    position: absolute;
    content: "→";
    font-size: 16px;
    line-height: 32px;
    color: var(--public-color);
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
}

.middle-six .col-md-4 .linear {
    position: relative;
    margin: 60px 0 50px 0;
    background: #dddddd;
    width: 100%;
    height: 2px;
}

.middle-six .col-md-4 .linear::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 46px;
    height: 4px;
    top: -1px;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

.middle-six .col-md-4 .t2 {
    width: calc(100% - 60px);
}

.middle-six .col-md-4 .t2 p {
    color: #666666;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.middle-six .col-md-4 .t2 p::before {
    position: absolute;
    content: "\f00c";
    font-family: "CmsFont";
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: var(--public-color);
}

.middle-six .col-md-4:hover .t1 a {
    color: var(--public-color);
    text-decoration: underline;
    transition: 0.5s;
}

.middle-six .col-md-4:hover .t1 a::before {
    opacity: 1;
    transition: 0.5s;
}

.middle-six .col-md-4:hover .linear::before {
    opacity: 1;
}

/* middle-seven */
.middle-seven .t1 {
    color: #333333;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
}

.middle-seven .t2 {
    margin-top: 50px;
    color: #666666;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.middle-seven .t3 {
    position: relative;
    margin-top: 70px;
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 125px;
}

.middle-seven .t3 .container-xl {
    max-width: 1540px;
    padding-left: 6.25%;
    margin-left: 0;
}

.middle-seven .t3 .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.middle-seven .t3 .cont .left {
    width: 50%;
    padding-right: 85px;
}

.middle-seven .t3 .cont .left a {
    width: 100%;
}

.middle-seven .t3 .cont .right {
    width: 50%;
    padding-left: 50px;
}

.middle-seven .t3 .cont .right .txt1 {
    color: var(--public-color);
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
}

.middle-seven .t3 .cont .right .txt2 {
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
}

.middle-seven .t3 .cont .right .txt2 h5 {
    position: relative;
    text-indent: 40px;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
}

.middle-seven .t3 .cont .right .txt2 h5::before {
    position: absolute;
    content: "\f00c";
    font-family: "CmsFont";
    top: 0;
    left: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: var(--public-color);
    text-indent: 0;
}

.middle-seven .t3 .cont .right .txt3 {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}


.middle-seven .t3 .bg-box {
    display: flex;
    align-items: center;
    width: 380px;
    height: 280px;
    position: absolute;
    padding: 0 77px;
    background: #cf1f2a;
    opacity: 0.9;
    top: calc(50% - 200px);
    left: 30%;
    transform: translate(-30%, 0%);
}

.middle-seven .t3 .bg-box p {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    opacity: 0.7;
}

/* middle-eight */
.middle-eight {
    margin-top: 130px;
    background: url("../../images/index_10.webp") no-repeat;
    background-size: cover;
}

.middle-eight .container-xl {
    max-width: 1665px;
    margin-right: 0;
    padding-right: 0;
}

.middle-eight .container-xl .up {
    color: #333333;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
}

.middle-eight .container-xl .down {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.middle-eight .container-xl .down .left {
    width: 36%;
    padding-bottom: 40px;
    padding-top: 32px;
}

.middle-eight .container-xl .down .left .cont {
    padding-top: 60px;
}

.middle-eight .container-xl .down .left .cont .t1 {
    color: var(--public-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
}

.middle-eight .container-xl .down .left .cont .t2 {
    margin-top: 15px;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    opacity: 0.9;
}

.middle-eight .container-xl .down .left .cont .t2 h5 {
    position: relative;
    padding-left: 42px;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
}

.middle-eight .container-xl .down .left .cont .t2 h5::before {
    position: absolute;
    content: "\f00c";
    font-family: "CmsFont";
    top: 0;
    left: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: var(--public-color);
}

.middle-eight .container-xl .down .left .cont .t3 {
    margin-top: 25px;
}



.middle-eight .container-xl .down .right {
    width: 63%;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.middle-eight .container-xl .down .right #img-qt {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* middle-nine */
.middle-nine {
    padding: 125px 0 150px 0;
    background: url("../../images/index_14.webp") no-repeat;
    background-size: cover;
}

.middle-nine .container-xl .up {
    color: #333333;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
}

.middle-nine .container-xl .down {
    margin-top: 88px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.middle-nine .container-xl .down .left {
    width: 50%;
}

.middle-nine .container-xl .down .left a {
    width: 100%;
}

.middle-nine .container-xl .down .right {
    width: 50%;
    padding-left: 85px;
}

.middle-nine .container-xl .down .right .t1 {
    color: #666666;
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.middle-nine .container-xl .down .right .t2 {
    color: var(--public-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
}
.middle-nine .container-xl .down .right .row {
    margin-top: 55px;
}

.middle-nine .container-xl .down .right .row .col-md-3 img {
    height: 43px;
}

.middle-nine .container-xl .down .right .row .col-md-3 p {
    width: 80%;
    margin-top: 35px;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.middle-nine .container-xl .down .right .but {
    max-width: 230px;
    margin-top: 60px;
}

.middle-nine .container-xl .down .right .but a {
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

/* middle-ten */
.middle-ten {
    padding-top: 130px;
    background: #f8f8f8;
}

.middle-ten .container-xl {
    max-width: 1665px;
    margin-right: 0;
}

.middle-ten .container-xl .up {
    color: #333333;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}

.middle-ten .container-xl .row {
    margin-top: 100px;
}

.middle-ten .container-xl .row .col-md-3>div {
    padding-right: 40px;
    padding-bottom: 50px;
    padding-top: 10px;
    height: 100%;
}

.middle-ten .container-xl .row .col-md-3:not(:last-child) {
    border-right: 2px solid #cdcdcd;
    max-width: calc(25% - 2px);
}

.middle-ten .container-xl .row .col-md-3>div .t1 a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.middle-ten .container-xl .row .col-md-3>div .t2 {
    color: #6a6a6a;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.middle-ten .container-xl .row .col-md-3>div .t3 {
    margin-top: 30px;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
}

.middle-ten .container-xl .row .col-md-3>div .t4 {
    margin-top: 40px;
}

.middle-ten .container-xl .row .col-md-3>div .t4 a {
    color: var(--public-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    max-height: 32px;
}

.middle-ten .container-xl .row .col-md-3>div .t4 a span {
    display: inline-block;
}

.middle-ten .container-xl .row .col-md-3>div .t4 a span:nth-child(1) {
    overflow: hidden;
    width: 0;
    transition: 0.5s;
}

.middle-ten .container-xl .row .col-md-3>div .t4 a span:nth-child(2) {
    margin-left: 0;
    transition: 0.5s;
}

.middle-ten .container-xl .row .col-md-3>div .t4 a:hover span:nth-child(2) {
    margin-left: 15px;
    transition: 0.5s;
}

.middle-ten .container-xl .row .col-md-3>div .t4 a:hover span:nth-child(1) {
    width: auto;
    transition: 0.5s;
}

.middle-ten .container-xl .row .col-md-3>div>a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    transition: 0.5s;
    text-transform: uppercase;
}

.middle-ten .container-xl .row .col-md-3>div>a:hover {
    color: var(--public-color);
    transition: 0.5s;
}

.middle-ten .container-xl .row .col-md-3:not(:first-child) {
    padding-left: 40px;
}

.middle-ten .container-xl .row .col-md-3:last-child {
    padding: 0;
}

.middle-ten .container-xl .row .col-md-3:last-child>div {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.middle-seven .container-xl  .but {
    width: 250px;
}
.middle-seven .container-xl  .but a {
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.middle-eight .container-xl  .but {
    width: 250px;
}
.middle-eight .container-xl  .but a {
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.z1-pro{position: relative;transition: all 0.5s;}
.z1-pro .text{position: absolute;left: 0;bottom: 0;right: 0;background: rgba(207, 31, 42, 0.8);color: #fff;padding: 15px 35px;}
.z1-pro .text .z1-t1{text-align: center;font-size: 20px;}
.z1-pro .text .z1-t1 a{color: #fff;}
.z1-pro .text .z1-t1 a:hover{text-decoration: underline;}
.z1-pro .text .z1-nr{font-size: 16px;line-height: 22px;display: none;margin-top: 20px;}
.z1-pro .text .z1-nr p{margin-top: 8px;position: relative;}
.z1-pro .text .z1-nr p:before{content: "●";display: inline-block;margin-right: 8px;}
.z1-pro:hover .text{top: 0;}
.z1-pro:hover .text .z1-nr{display: block;}

@media (max-width: 768px) {
    .z1-pro .text{padding: 15px;}
    .z1-pro .text .z1-nr{font-size: 14px;line-height: 20px;margin-top: 10px;}
    .z1-pro .text .z1-nr p{margin-top: 4px;}
    .middle{padding-top: 0;}
    .middle-five .qt .container-xl{margin-top:20px;padding-right:15px;}
    .middle-one .container-xl .text{display: none;}
    .middle-one .container-xl .but{margin-top: 15px;}
    .middle-one .container-xl .but a{font-size: 16px;line-height: 50px;}
    .middle-two{padding-top: 30px;}
    .middle-two .container-xl{padding-right: 15px;flex-wrap: wrap;}
    .middle-two .container-xl .left .t1{width: 100%;}
    .middle-two .container-xl .left .t2{margin-top: 15px;}
    .middle-two .container-xl .left .t3{margin-top: 15px;}
    .middle-two .container-xl .left .t3 .but a{line-height: 50px;}
    .middle-two .container-xl .left .t3 .image{margin-left: 15px;}
    .middle-two .container-xl .right{margin-top: 15px;}
    .middle-three{min-height: auto;padding-bottom: 30px;padding-top: 15px;}
    .middle-three .t2{margin-top: 15px;}
    .middle-four{padding: 30px 0;}
    .middle-four .row .col-md-4{padding-left: 7px;padding-right: 7px;padding-bottom: 15px;}
    .middle-five .swiper-button-prev{display: none;}
    .middle-five .container-xl .mySwiper1 .swiper-slide{flex-wrap: wrap;}
    .middle-five .container-xl .mySwiper1 .swiper-slide .left{width: 100%;}
    .middle-five .container-xl .mySwiper1 .swiper-slide .right{width: 100%;}
    .middle-five .container-xl .mySwiper1 .swiper-slide .left .t2{margin-top: 15px;}
    .middle-five .container-xl .mySwiper1 .swiper-slide .left .t3{margin-top: 15px;}
    .middle-five .container-xl .mySwiper1 .swiper-slide .left .but{margin-top: 15px;}
    .middle-five .container-xl .mySwiper1 .swiper-slide .left .but a{line-height: 50px;}
    .middle-five .qt .container-xl{justify-content:center;}
    .middle-five .container-xl .swiper-paginations{margin-top: 15px;display:none;}
    .middle-five .qt .mySwiper2 .swiper-slide-active.swiper-slide p{display:none;}
    .middle-five .qt .mySwiper2 .swiper-slide p{display:none;}
    .middle-five .qt .mySwiper2 .swiper-slide{width:23%!important;}
    .middle-six{padding: 30px 0;}
    .middle-six .col-md-4{padding-right: 7px;padding-left: 7px;padding-bottom: 15px;}
    .middle-six .col-md-4 .t1{margin-top: 15px;}
    .middle-six .col-md-4 .linear{margin: 15px 0 15px 0;}
    .middle-seven .t2{margin-top: 15px;}
    .middle-seven .t3{margin-top: 15px;padding-bottom: 30px;}
    .middle-seven .t3 .container-xl{padding-left: 15px;}
    .middle-seven .t3 .cont{flex-wrap: wrap;padding-bottom: 15px;}
    .middle-seven .t3 .cont .left{width: 100%;padding-right: 0;}
    .middle-seven .t3 .cont .right{width: 100%;padding-left: 0;}
    .middle-seven .t3 .bg-box{display: none;}
    .middle-eight{margin-top: 15px;overflow: hidden;}
    .middle-eight .container-xl{padding-right: 15px;}
    .middle-eight .container-xl .up{font-size: 24px;line-height: 32px;}
    .middle-eight .container-xl .down .left{width: 100%;padding-bottom: 15px;padding-top: 15px;}
    .middle-eight .container-xl .down .left .cont{padding-top: 15px;}
    .middle-eight .container-xl .down .right{width: 100%;padding-left: 0;}
    .middle-eight .container-xl .down .right > img:nth-child(1){position: absolute;left: 0;bottom: 0;}
    .middle-eight .container-xl .down .right #img-qt{position: relative;z-index: 2;}
    .middle-nine{padding: 30px 0;}
    .middle-nine .container-xl .up{font-size: 24px;line-height: 32px;}
    .middle-nine .container-xl .down{margin-top: 15px;}
    .middle-nine .container-xl .down .right{padding-left: 0;margin-top: 15px;}
    .middle-nine .container-xl .down .right .row{margin-top: 15px;}
    .middle-nine .container-xl .down .right .row .col-md-3 {width: 50%;padding-bottom: 15px;}
    .middle-nine .container-xl .down .right .row .col-md-3 p{margin-top: 15px;width: 100%;font-size: 14px;line-height: 22px;}
    .middle-nine .container-xl .down .right .but{margin-top: 15px;}
    .middle-nine .container-xl .down .right .but a{line-height: 50px;}
    .middle-ten{padding-top: 30px;}
    .middle-ten .container-xl .up{font-size: 24px;line-height: 32px;}
    .middle-ten .container-xl .row{margin-top: 15px;}
    .middle-ten .container-xl .row .col-md-3:not(:last-child){max-width: none;border: 0;}
    .middle-ten .container-xl .row .col-md-3>div{padding-right: 0;padding-bottom: 15px;}
    .middle-ten .container-xl .row .col-md-3>div .t3{margin-top: 15px;height: 42px;}
    .middle-ten .container-xl .row .col-md-3>div .t4{margin-top: 15px;}
    .middle-ten .container-xl .row .col-md-3:not(:first-child){padding-left: 0;}
    .middle-six .col-md-4 .image{width:100%;}
    .middle-seven .t3 .cont .right .txt3{justify-content: flex-start;}
}

