@charset "utf-8";

.swiper-warpper {
    width: 100%;
    height: 100%;
}

.index-swiper-container {
    position: relative;
    height: 100%;
}

.swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.text-container {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-container .banner-text-big {
    font-size: 55px;
    font-weight: 600;
    animation: fadeIn 1s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
    color: #fff;
}

.text-container .banner-text-split {
    margin: 30px 0;
    width: 70px;
    height: 5px;
    background-color: #fdc300;
    animation: fadeIn 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.text-container .banner-text-small {
    font-size: 30px;
    animation: fadeIn 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
    color: #fff;
}

.xianlu-list-warp {
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
}

.xianlu-list-warp .container {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.list-box-block {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.title-line,
.split-line {
    width: 40px;
    height: 3px;
    background-color: #fdc300;
}

.list-box-block .list-title {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.list-box-block .xianlu-list {
    display: flex;
    flex-direction: column;
}

.xianlu-url-item {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.icon-right-arrow {
    color: #fdc300;
    margin-right: 15px;
}

/* 后来又修改的tab切换列表项样式 */
.list-box-block-multiple {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.list-box-block-multiple .switch-warp {
    margin: 12px 0;
    display: flex;
}

.switch-warp>span {
    padding-bottom: 10px;
    margin-right: 20px;
    color: #666;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    cursor: pointer;
}

.switch-warp>span.active-title {
    color: #000;
    border-bottom: 2px solid #e1211c;
    background: url(../images/jt_15_1.gif) center bottom no-repeat;
}

.swicth-xianlu-lists-warp .xianlu-list{
    display: flex;
    flex-direction: column;
}

.services-section-warp {
    width: 100%;
    background-color: #f4f4f4;
    padding: 40px 0;
}

.services-section-warp .container {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
}

.services-subtitle {
    margin-bottom: 20px;
}

/* 服务项目本来的样式 */

.services-warp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    width: 48%;
    padding: 30px;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-top: 25px;
}

.service-img {
    margin-right: 15px;
}


.service-img > a > img {
    width: 160px;
    height: 115px;
}

.service-intro {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #333;
}

.service-intro .intro-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-intro .intro-desc {
    color: #666;
    letter-spacing: 1px;
    line-height: 1.5;
}

/* 服务项目改成聚合页时新增的样式 */
.group-warp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.group-item {
    width: 48%;
    padding: 30px;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-top: 25px;
}

.group-item > a {
    margin-right: 20px;
}

.news-list-warp {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}

.news-list-warp .container {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news-list-warp .list-box-block {
    width: 32%;
}

.index-about-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-about-box > img {
    width: 360px;
    height: 132px;
    margin-bottom: 35px;
}

.subsite-index-warp {
    display: flex;
    flex-wrap: wrap;
}

.subsite-index-warp a {
    margin-right: 20px;
    margin-bottom: 10px;
}

.friend-links-warp {
    width: 100%;
    background-color: #f6f6f6;
}

.friend-links-warp .container {
    width: 95%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.friend-links-title {
    color: #333;
    font-weight: bold;
    margin-right: 10px;
}

.friend-links {
    position: relative;
    margin-right: 15px;
}

.friend-links::before {
    content: '';
    position: absolute;
    margin-top: 3px;
    left: -7px;
    width: 1px;
    height: 14px;
    background-color: #333; /* 设置竖线颜色 */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}