.banner {
    overflow: hidden;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    width: 100%;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px #fff solid;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #c6263c;
    border-color: #c6263c;
}

.banner .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner .title {
    font-size: 60px;
    line-height: 1.2;
}

.banner .text {
    font-size: 24px;
    margin-top: 20px;
    width: 44%;
    line-height: 1.8;
}

.banner .more {
    border: 2px #1b1b1b solid;
    line-height: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 30px;
    padding: 0 20px;
}

@media (min-width:1025px) {
    .banner .more:hover {
        background-color: #1b1b1b;
        color: #FFF;
    }
}

@media (max-width:1440px) {
    .banner .title {
        font-size: 48px;
        line-height: 1.4;
    }
    .banner .text {
        font-size: 20px;
    }
}

@media (max-width:1199px) {
    .banner,
    .banner .swiper-slide {
        height: calc(100vh - 70px);
    }
    .banner .title {
        font-size: 36px;
        line-height: 1.5;
    }
    .banner .text {
        font-size: 16px;
        margin-top: 10px;
    }
    .banner .swiper-slide img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        height: 100%;
        width: auto;
    }
    .banner .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .banner .more {
        margin-top: 20px;
        font-size: 14px;
    }
}

@media (max-width:1023px) {
    .banner .title {
        font-size: 32px;
    }
    .banner .text {
        font-size: 14px;
    }
}

@media (max-width:540px) {
    .banner .title {
        font-size: 20px;
    }
    .banner .text {
        font-size: 14px;
        width: 75%;
        line-height: 1.5;
    }
    /* .banner .swiper-slide img {
        height: 240px;
    } */
    .banner .more {
        margin-top: 10px;
        line-height: 35px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 0 15px;
    }
    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
}

.home-proclas {
    background-color: #fafafb;
}

.home-proclas .title {
    font-size: 24px;
    padding-top: 50px;
}

.home-proclas .title .icon {
    background: url("../images/arrow.png")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/arrow.png*/
    no-repeat center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.home-proclas .pic {
    height: 180px;
    width: 200px;
    overflow: hidden;
}

.home-proclas .pic a {
    height: 100%;
}

.home-proclas .pic img {
	max-width: 100%;
	max-height: 80%;
}

@media (max-width:1440px) {
    .home-proclas .title {
        font-size: 18px;
    }
    .home-proclas .pic {
        width: 160px;
    }
}

@media (max-width:1199px) {
    .home-proclas .pic {
        width: 140px;
        height: 160px;
    }
}

@media (max-width:540px) {
    .home-proclas .title {
        font-size: 14px;
    }
}

.home-pro {
    overflow: hidden;
}

.home-pro .item {
    margin-top: 90px;
	 padding:15px;
    overflow: hidden;
}

.home-pro .item .text-content {
    background-color: #efefef;
    width: 55%;
    height: 765px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.home-pro .item .pic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50%;
    z-index: 9;
    overflow: hidden;
}

.home-pro .item .pic img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.home-pro .item .title {
    font-size: 48px;
    line-height: 1.5;
}

.home-pro .item .text {
    font-size: 28px;
    line-height: 1.8;
    margin-top: 20px;
}

.home-pro .item .text p {
    margin: 0;
    padding-left: 0px;
}

/*.home-pro .item .text p::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #100f0f;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}*/

.home-pro .item:first-child .pic {
    right: 0;
}

.home-pro .item:first-child .text-content {
    padding: 8% 10% 0 6%;
}

.home-pro .item:last-child .pic {
    left: 0;
}

.home-pro .item:last-child .text-content {
    float: right;
    padding: 8% 6% 0 10%;
}

@media (min-width:1025px) {
    .home-pro .item:hover .text-content {
        background-color: #FFF;
       box-shadow: rgb(0 0 0 / 10%) 0px 0px 12px 0px;
    }
    .home-pro .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .home-pro .item:hover .text p::before {
        background-color: #FFF;
    }
}

@media (max-width:1440px) {
    .home-pro .item .title {
        font-size: 36px;
    }
    .home-pro .item .text {
        font-size: 22px;
    }
    .home-pro .item .text-content {
        height: 640px;
    }
}

@media (max-width:1199px) {
    .home-pro .item .title {
        font-size: 32px;
    }
    .home-pro .item .text {
        font-size: 18px;
    }
    .home-pro .item .text-content {
        height: 550px;
    }
}

@media (max-width:767px) {
    .home-pro .item {
        margin-top: 60px;
        display: flex;
        flex-flow: column;
    }
    .home-pro .item .pic {
        width: 100%;
        position: initial;
        left: auto !important;
        right: auto !important;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        order: 1;
    }
    .home-pro .item .text-content {
        width: 100%;
        float: none !important;
        order: 2;
        height: auto;
        padding-bottom: 6% !important;
    }
    .home-pro .item .text p::before {
        top: 7px;
    }
    .home-pro .item .title {
        font-size: 24px;
    }
    .home-pro .item .text {
        font-size: 14px;
    }
}

@media (max-width:540px) {
    .home-pro .item {
        margin-top: 40px;
    }
}

.home-video {
    margin-top: 90px;
    padding: 0 9%;
}

.home-video .content .text-content {
    margin-right: 5%;
}

.home-video .content .title {
    font-size: 40px;
    line-height: 1.2;
}

.home-video .content .text {
    margin-top: 20px;
}

.home-video .content .more {
    border: 2px #211f20 solid;
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
}

.home-video .content .pic {
    width: 48%;
    overflow: hidden;
}

.home-video .content .pic img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.home-video li {
    width: 48.5%;
    margin-right: 3%;
    border: 1px #c7c7c7 solid;
    overflow: hidden;
    margin-top: 60px;
}

.home-video li:last-child {
    margin-right: 0;
}

.home-video li .text-content {
    padding: 2%;
}

.home-video li .title {
    font-size: 24px;
}

.home-video li .txt {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-video li .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 40%;
}

.home-video li .pic a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.home-video li .pic img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

@media (min-width:1025px) {
    .home-video .content:hover .more {
        background-color: #c6263c;
        color: #FFF;
        border-color: #c6263c;
    }
    .home-video .content:hover .pic img,
    .home-video li:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:1440px) {
    .home-video {
        padding: 0 5%;
    }
}

@media (max-width:1199px) {
    .home-video {
        padding: 0;
        margin-top: 70px;
    }
    .home-video li .title {
        font-size: 20px;
    }
    .home-video li .txt {
        font-size: 16px;
    }
    .home-video .content .title {
        font-size: 32px;
    }
}

@media (max-width:1023px) {
    .home-video {
        margin-top: 50px;
    }
    .home-video li {
        margin-top: 40px;
    }
    .home-video .content .title {
        font-size: 24px;
    }
    .home-video li .title {
        font-size: 18px;
    }
    .home-video li .txt,
    .home-video .content .text {
        font-size: 14px;
    }
    .home-video .content .text {
        margin-top: 10px;
        line-height: 1.6;
    }
    .home-video li .txt {
        margin-top: 5px;
    }
}

@media (max-width:540px) {
    .home-video {
        margin-top: 20px;
    }
    .home-video li {
        width: 100%;
        margin-right: 0;
    }
    .home-video .content .pic {
        width: 100%;
        margin-top: 20px;
        order: 1;
    }
    .home-video .content .text-content {
        order: 2;
        margin-top: 20px;
    }
    .home-video .content .title {
        font-size: 20px;
    }
    .home-video li .title {
        font-size: 16px;
    }
    .home-video .content .more {
        margin-top: 15px;
        font-size: 14px;
    }
}
