/* -----body背景色----- */
body {
    background: #FFFFFF;
}

.layui-btn:hover {
    opacity: 1;
}

/* -----banner 轮播区域----- */
.index-banner {
    width: 100%;
    height: 561px;
}

.swiper-slide img {
    width: 100%;
    height: 561px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 7px;
}

.swiper-pagination-bullet {
    background: #fff;
    border-radius: 4px;
    outline: none;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 25px;
    height: 8px;
    opacity: 1;
    transition: .2s ease-in-out;
}

.swiper-container {
    width: 100%;
    position: relative;
}



/* ----- 介绍区域区域----- */
.index-introduce {
    width: 100%;
    background: #FAFCFF;
    overflow: hidden;
}

.introduce-box {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 50px;
}

.introduce-box-l {
    padding-top: 30px;
    width: 560px;
}

.read-more {
    display: block;
    width: 189px;
    height: 50px;
    margin-top: 40px;
    background: #E61D31;
    box-shadow: 0 3px 10px rgba(215, 19, 46, .3);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.read-more:hover {
    color: #fff;
}

.introduce-title {
    position: relative;
    margin-bottom: 43px;
    color: #0E1011;
    font-size: 42px;
    font-weight: bold;
}

.introduce-text-two {
    margin-left: -10px;
}

.introduce-text-three {
    color: #E61D31;
}

.introduce-content {
    color: #2B3239;
    font-size: 18px;
    line-height: 32px;
}

.introduce-last-text {
    margin-top: 13px;
    color: #E61D31;
}

.introduce-box-r {
    width: 600px;
}

.introduce-box-r img {
    width: 600px;
    height: 448px;
}

.red-line {
    position: absolute;
    bottom: -10px;
    width: 60px;
    height: 5px;
    background: #E61D31;
    border-radius: 4px;
}

/* ----- News区域----- */
.index-news {
    width: 100%;
    padding-bottom: 60px;
}

.news-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #0E1011;
    padding: 50px 0 43px 0;
}

.news-title span {
    color: #E61D31;
    display: inline-block;
    margin-left: 10px;
}

.news-box {
    display: flex;
    justify-content: space-between;
}

.news-index {
    width: 324px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 66, 149, 0.1);
    padding: 0 30px 14px;
}

.news-top {
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
    padding-bottom: 36px;
}

.index-title {
    font-size: 26px;
    font-weight: bold;
    color: #0E1011;
}

.index-title span {
    color: #E61D31;
}

.news-img {
    width: 44px;
    height: 29px;
}

.news-text {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    line-height: 21px;
}

.news-text-index {
    width: 262px;
    padding-bottom: 20px;
    color: #2B3239;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-text-index:hover {
    color: #E61D31;
}

.news-text-time {
    color: #8A8D91;
}
