.wrappera {
    width: 1200px;
    margin: 0 auto;
}
.indexa1 .title {
    text-align: center;
    margin-top: 104px;
    margin-bottom: 40px;
}
.indexa1 .title h2 {
    font-size: 44px;
    color: #57263F;
    font-weight: bold;
}


.indexa1 .com .top {
    margin-bottom: 14px;
}
.indexa1 .com .top.list img {
    width: 594px;
    height: 430px;
    object-fit: contain;
}
.indexa1 .com .list {
    position: relative;
    overflow: hidden;
}
.indexa1 .com .list img {
    width: 594px;
    height: 430px;
    object-fit: contain;
}
.indexa1 .com .list h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 0 1px 6px #333;
    text-align: center;

}
.indexa1 .com .list h2 p{
    height: 120px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    display: flex;
    padding: 0 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;

}
.indexa1 .com .list h2 p span{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.indexa1 .com .list h2:hover p span{
    -webkit-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.indexa1 .com .list p.a {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
}
.indexa1 .com .list p.a {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
}
.indexa1 .com .list p.a span {
    display: inline-block;
    padding: 12px 74px;
    background: #58263F;
    color: #fff;
    font-size: 18px;
}
.indexa1 .com .list p.a span:hover {
    background: rgba(88,38,63,0.8);
}
.indexa1 .com .top {
    margin-bottom: 14px;
}
.indexa1 .com .bottom .swiper-slide img {
    width: 100%;
    height: 290px;
    object-fit: contain;
}
.indexa1 .com .bottom .swiper-next {
    position: absolute;
    top: 38%;
    right: 12px;
    z-index: 999999;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color: #58263F;
}
.indexa1 .com .bottom .swiper-prev {
    position: absolute;
    top: 38%;
    left: 12px;
    z-index: 999999;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color: #58263F;
}
.indexa1 .com .bottom .swiper-prev:hover ,.indexa1 .com .bottom .swiper-next:hover{
    background: rgba(88,38,63,0.7);
    color: #fff;
}
.indexa1 .com .bottom .swiper-prev .EFfx,.indexa1 .com .bottom .swiper-next .EFfx{
    font-size: 18px;
}
.indexa1 .com .bottom h2 {
    margin-top: 36px;
    text-align: center;
    font-size: 18px;
    padding: 0 4px;
    color: #363636;
    line-height: 1.4;
}
.indexa1 .com .bottom h2:hover {
    color: #58263F;
}


.indexa2{
    height:300px;
    margin: 100px 0;
}
.indexa2 .wrappera {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}
.indexa2 h2 {
    font-size: 34px;
    font-weight: bold;
}
.indexa2 h3 {
    font-size: 16px;
    margin: 10px 0 30px;
}
.indexa2 .a a {
    display: inline-block;
    padding: 10px 40px 9px;
    background: #58253E;
    color: #fff;
    font-size: 18px;
}
.indexa2 .a a:hover {
    background: rgba(88,38,63,0.8);
}
.indexa3 {
    margin: 100px 0;
}
.indexa3 .wrappera {
    width: 1380px;
}
.indexa3 .title {
    text-align: center;
}
.indexa3 .title h2 {
    font-weight: bold;
    font-size: 40px;
    color: #58253E;
    margin-bottom: 30px;
}
.indexa3 .title p {
    font-size: 18px;
    padding: 0 140px;
    line-height: 1.5;
    color: #434343;
}
.indexa3 .com {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}
.indexa3 .com .list {
    border: 1px solid #EFEFEF;
    padding: 40px 30px 50px;
    cursor: pointer;
}
.indexa3 .com .list img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}
.indexa3 .com .list h2 {
    margin-bottom: 24px;
    margin-top: 23px;
    font-size: 20px;
    color: #58263F;
    font-weight: bold;
}
.indexa3 .com .list p {
    font-size: 16px;
    line-height: 1.4;
    color: #373737;
}
.indexa3 .com .list:hover {
    background: #EDB9AB;
}
.indexa3 .com .list:hover p {
    color: #5D293F;
}

.indexa4 {
    margin: 100px 0;
}
.indexa4 .title h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #58253E;
    margin-bottom: 50px;
}
.indexa4 .com {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 28px;
}
.indexa4 .com .list {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.indexa4 .com .list:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.indexa4 .com .list .img img {
    width: 100%;
    height: 279px;
    object-fit: contain;
}
.indexa4 .com .list h2 {
    margin: 26px 20px 10px 20px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
.indexa4 .com .list h4 {
    margin: 0px 20px 8px 20px;
    font-size: 15px;
    color: #56293E;
    font-style: italic;
}
.indexa4 .com .list p {
    margin: 0px 20px 15px 20px;
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
}
.indexa4 .com .list .bottom {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 12px;
    background: #F9F9F9;
    border-top: 1px solid #F6F6F6;

}
.indexa4 .com .list h3 {
    margin: 0px 20px 0px 20px;
    color: #56293E;
    font-weight: bold;
    font-style: italic;
}
.indexa4 .com .list h5 {
    margin: 0px 20px 0px 20px;
    color: #010101;
    font-weight: bold;
    font-style: italic;
}
.indexa4 .a {
    text-align: center;
    margin-top: 70px;
}
.indexa4 .a a {
    display: inline-block;
    background: linear-gradient(to bottom,#870042,#58263F);
    padding: 10px 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 83px;
}
.indexa4 .a a span {
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-left: 16px;
}
.indexa4 .a a:hover {
    background: linear-gradient(to bottom,#c80162,#883C62);
}

.indexa46 {
    margin: 100px 0;
}
.indexa46 .title h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #58253E;
    margin-bottom: 50px;
}
.indexa46 .a {
    text-align: center;
    margin-top: 70px;
}
.indexa46 .a a {
    display: inline-block;
    background: linear-gradient(to bottom,#870042,#58263F);
    padding: 10px 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 83px;
}
.indexa46 .a a:hover {
    background: linear-gradient(to bottom,#c80162,#883C62);
}
.indexa46 .a a span {
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-left: 16px;
}

.indexa46 .com {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 22px 50px;
}
.indexa46 .com .list {
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    padding: 12px 12px;
    border-radius: 6px;
}
.indexa46 .com .list:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}
.indexa46 .com .list img {
    width: 166px;
    height: 100px;
    object-fit: contain;
}
.indexa46 .com .list .bottom {
    margin-left: 12px;
}
.indexa46 .com .list .bottom {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexa46 .com .list .bottom h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 1.4;
    color: #3F3F3F;
    overflow: hidden;
}
.indexa46 .com .list .bottom h5 {
    font-size: 18px;
    color: #57273D;
}

.index5 {
    margin: 100px 0;
}
.index5 .list {
    margin-bottom: 6px;
}
.index5 .list .title {
    width: 254px;
    text-align: right;
}
.index5 .list .title h2 {
    font-size: 39px;
    color: #57273D;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
}

.index5 .list .title h3 {
    font-size: 24px;
    border-bottom: 1px solid #57273D;
    display: inline-block;
    color: #57273D;
    margin: 10px 0 12px;
}
.index5 .list .title i {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    background: #57273D;
    color: #fff;
    border-radius: 50%;
}
.index5 .left .list img {
    width: 578px;
    height: 320px;
    object-fit: contain;
}
.index5 .list a {
    display: block;
    overflow: hidden;
    position: relative;
}
.index5 .list a h2.wow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.index5 .list a h2.wow p{
    height: 120px;
    background: rgba(0,0,0,0.5);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.index5 .list a h2.wow p span{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.index5 .list a h2.wow p:hover span{
    -webkit-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.index5 .right .list:nth-child(1) img {
    width: 360px;
    height: 320px;
    object-fit: contain;
}
.index5 .right .list:nth-child(2) img {
    width: 616px;
    height: 320px;
    object-fit: contain;
}
.index5 .list .title i:hover {
    background: #7F0641;
}

.index5 .list .title h3:hover{
    border-bottom: 1px solid #7F0641;
    color: #7F0641;
}




































