﻿@charset "UTF-8";
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
a{
    color: #333;
    text-decoration: none;
    outline: none;
}


/***** 主体内容 *****/
.mainbox {
    background: url(bg.png) #fff no-repeat top center;
}

.slide {
    width:1000px;
    height: 560px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.slide .swiper-container {
    width:1000px;
    height: 560px;
}

.slide .swiper-container li {
    position: relative;
}

.slide .swiper-container li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide .swiper-container li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideTxt {
    width:1000px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 1.25rem;
    z-index: 2;
    background: url(bt-shadow.png);
}

.slideTxt a {
    font-size: 20px;
    color: #fff;
}
.slideTxt a:hover{color: #ffffff;}
.slide .swiper-pagination {
    position: absolute;
    right:20px;
     bottom:28px;
}
.slide .swiper-pagination-bullet-active {
    background: #20497e;
}
.slide .swiper-pagination-bullet{
    width: 18px;   float: left;
    opacity: 1;
    margin-left: .5rem;border-radius: 50%;
    height: 18px;
    background: #dbdbdb; line-height:18px; text-align:center; cursor:pointer; 
}
.slide .swiper-pagination-bullet-active{background: #ffa200;color: #ffffff;}

/* 图标 */
.pic-ico{width: 1000px;margin:30px auto 20px;}
.pic-ico ul li{width: 85px;float: left;margin-right: 98px;}
.pic-ico ul li:nth-of-type(6){margin-right: 0;}
.pic-ico ul li img{display: block;margin:0 auto;margin-top: 5px;margin-bottom: 10px;}
.pic-ico ul li a p{line-height: 40px;font-size: 20px;color: #333;text-align: center;}




/* 适老化 */
.old_type .slide {
    width:1200px;
    height: 620px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.old_type .slide .swiper-container {
    width:1200px;
    height:620px;
}

.old_type .slideTxt {
    width:1200px;
    height: 92px;
    line-height: 92px;
    z-index: 2;
    background: url(bt-shadow.png);
}

.old_type .swiper-container li .slideTxt a {
    font-size: 32px;
    color: #fff;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 82%;
}

.old_type .slide .swiper-pagination {
    position: absolute;
    right:20px;
     bottom:34px;
}

/* 图标 */
.old_type .pic-ico{width: 1200px;margin:40px auto 30;}
.old_type .pic-ico ul li{width: 150px;float: left;margin-right:60px;}
.old_type .pic-ico ul li:nth-of-type(6){margin-right: 0;}
.old_type .pic-ico ul li img{display: block;margin:15px auto;}
.old_type .pic-ico ul li a p {
    line-height: 64px;
    font-size: 36px;
    color: #333;
    text-align: center;
}



/***** 响应式调整 *****/
@media screen and (max-width: 767px) {
   
 .slide {
        width:100%;
        height: 260px;
    }
    
.slide .swiper-container {
        width:100%;
        height: 260px;
    }
    
.slideTxt {
        width:100%;
        height: 40px;
        line-height: 40px;
        z-index: 2;
        background: url(bt-shadow.png);
}
    
.swiper-container li .slideTxt a {
        font-size: 14px;
        color: #fff;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 72%;
    }
    .slide .swiper-pagination-bullet{
        width: 10px;  
        opacity: 1;border-radius: 50%;
        height: 10px;
        background: #dbdbdb; line-height:10px; 
    }
    .slide .swiper-pagination-bullet-active{background: #ffa200;}
.slide .swiper-pagination {
        position: absolute;
        right:12px;
        bottom:15px;
    }
    
    /* 图标 */
.pic-ico{width:100%;margin:20px auto;}
.pic-ico ul li{width: 45%;float: left;margin-right:0;margin-left: 5%;}
.pic-ico ul li:nth-of-type(6){margin-right: 0;}
.pic-ico ul li img{display: block;margin:10px auto;}
.pic-ico ul li a p {
        line-height:32px;
        font-size: 16px;
        color: #333;
        text-align: center;
    }
    
}