@charset "utf-8";
*{
        margin: 0;
        padding: 0;
}
.index_content{width: 1200px;overflow-x: hidden;margin-left: auto;margin-right: auto;}
.imdex_content p {font-size: 0;margin-block-start: 0;margin-block-end: 0;}
.imdex_content div {font-size: 0;margin-block-start: 0;margin-block-end: 0;}
.index_content img {
        width: 100%;
        vertical-align: top;

}


.mySwiper1 {margin-top: 50px;padding-bottom: 60px;}
.mySwiper1 dl {background: #c8000b;display: flex;align-items: center;justify-content: space-between;}
.mySwiper1 dl dt {height: 594px;width: 560px; position: relative;}
.mySwiper1 dl dt div{padding: 35px;box-sizing: border-box; margin-right: -200px;position: absolute;z-index: 99;width: 600px;height: 500px;background: #fff;left: 60px;top: 50%;margin-top: -250px;}
.mySwiper1 dl dt div h2 {font-size: 40px;line-height: 40px;padding: 30px 0 40px;}
.mySwiper1 dl dt div p {font-size: 18px;text-align: justify;line-height: 32px;}
.mySwiper1 dl dd img {width: 635px;height: 594px;}
.mySwiper1 .swiper-pagination-bullet {width: 18px;height: 18px;}
.mySwiper1 .swiper-pagination-bullet-active {background-color: #7fc73d;}