﻿.layout {
    width: 1400px !important;
    margin: 0 auto;
}

/* 2.轮播图 */
.index-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}

.index-swiper .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.index-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-swiper .swiper-slide,
.index-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

/* 分页器按钮样式修改 */
.index-swiper .swiper-pagination {
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.index-swiper .swiper-pagination-bullet,
.index-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

.index-swiper .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
}

.index-swiper
.swiper-container > .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 10px;
}

@media (max-width: 1300px) {
    .index-swiper {
        margin-top: 75px;
    }

    .index-swiper .swiper-pagination {
        bottom: 15px;
    }
}

@media (max-width: 1000px) {
    .index-swiper {
        margin-top: 47px;
    }

    .index-swiper .swiper-pagination {
        bottom: 5px;
    }

    .index-swiper .swiper-pagination-bullet,
    .index-swiper .swiper-pagination-bullet-active {
        width: 5px;
        height: 5px;
    }

    .index-swiper .swiper-pagination-bullet-active {
        width: 10px;
    }

    .index-swiper
    .swiper-container > .swiper-pagination-bullets
    .swiper-pagination-bullet {
        margin: 0 5px;
    }
}



.img img,
.pic img,
.icon img {
    width: 100%;
    height: 100%;
} 


/* 4.客服 */
aside {
    position: fixed;
    right: 0;
    top: 20%;
    transform: translateY(50%);
    z-index: 200;
}

aside ul li {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    /*overflow: auto;*/
    background-color: #0091ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

aside ul li:first-child .section-cont {
    width: 150px;
}

aside ul li:hover .section-cont {
    display: block;
}

.section-cont {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    width: 100px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.section-cont img {
    width: 80px;
    display: block;
}

aside ul li:not(:first-child) {
    border-top: 1px solid #ffffff;
}

aside ul li img {
    width: 40px;
    height: auto;
}

aside ul li p {
    line-height: 16px;
    margin-top: 7px;
}

@media (max-width: 1300px) {
    aside ul li {
        width: 60px;
        height: 60px;
    }

    aside ul li img {
        width: 30px;
    }
}

@media (max-width: 1000px) {
    aside ul li {
        width: 40px;
        height: 40px;
    }

    aside ul li img {
        width: 20px;
    }
}

/* 5.距离 */
.dis-top {
    margin-top: 100px;
}

.dis-top-in {
    margin-top: 60px;
}

.dis-top-in-lg {
    margin-top: 80px;
}

.dis-top-db {
    margin: 60px 0 90px;
}

.dis-top-db-lg {
    margin: 80px 0 140px;
}
 
/* 顶部图 */
.banner {
    width: 100%;
    padding-top: 50px;
}

/* 标题 */
.title {
    text-align: left;
    margin-bottom: 40px;
}

.title h2 {
    font-size: 30px;
}

.title em {
    display: block;
    color: #949494;
    margin-top: 10px;
}

@media (max-width: 1300px) {
    .dis-top {
        margin-top: 75px;
    }

    .dis-top-in-lg {
        margin-top: 60px;
    }

    .dis-top-db-lg {
        margin: 60px 0 120px;
    }
 

    .title {
        margin-bottom: 24px;
    }

    .title h2 {
        font-size: 26px;
    }

    .title em {
        margin-top: 5px;
    }
}

@media (max-width: 1000px) {
    .dis-top {
        margin-top: 47px;
    }

    .dis-top-in {
        margin-top: 40px;
    }

    .dis-top-in-lg {
        margin-top: 40px;
    }

    .dis-top-db {
        margin: 40px 0 70px;
    }

    .dis-top-db-lg {
        margin: 40px 0 90px;
    }

    
    .banner {
        padding-top: 30px;
    }

    .title {
        margin-bottom: 15px;
        text-align: center;
    }

    .title h2 {
        font-size: 20px;
    }

    .title em {
        margin-top: 3px;
    }
}
