/* 引入字体样式（必须放在文件最前面） */
@import url('./fonts/fonts.css');

/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #247CFC;
}

.container {
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    /* z-index: 99 !important; */
}

/* 中心Banner位 */
.banner {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
    /* background-image: url('../image/banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    /* padding: 50px 0; */
    /* background-color: #FFFFFF; */
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* 轮播图 */
.banner .el-carousel {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
}

.banner .el-carousel__item {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
}

.banner .el-carousel__item .bannerimg {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
    object-fit: cover;
}

.banner .el-carousel__indicators {
    display: none;
}


/* 如果需要确保箭头被隐藏，尽管arrow="never"应该已经处理了这个问题 */
.banner .el-carousel__arrow {
    display: none !important;
}

/* 平台定位 */
.platform-positioning {
    padding: 40px 0;
    text-align: center;
}

.platform-positioning .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 20px;
}

.platform-positioning .advantage-header p {
    width: 70%;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    font-size: 40px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-family: 'bold';
}

.platform-positioning .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -35px;
    font-family: 'bold';
}

.content-flex {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.content-flex img {
    width: 45%;
}

.content-flex .positioning-text {
    width: 50%;
    text-align: left;
    letter-spacing: 2px;
    font-size: 14px;
    color: #333333;
    font-family: 'normal';
}

/* .platform-positioning img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
} */

/* 核心功能模块 - 智能安全监护系统 */
.Safety {
    padding: 40px 0;
    text-align: center;
}

.Safety .advantage-header {
    align-items: center;
    margin-bottom: 20px;
}

.Safety .advantage-header p {
    /* width: 50%; */
    /* border: 1px dashed #ccc; */
    padding: 5px 10px;
    font-size: 40px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-family: 'bold';
}

.Safety .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -35px;
    font-family: 'bold';
}

.container .main {
    width: 1080px;
    display: flex;
    justify-content: space-between;
}

.container .main .module-item {
    width: 30%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

/* .container .main .module-item img {} */
.container .main .module-item img {
    width: 80px;
    height: 80px;
    margin-left: 55%;
}

.container .main .module-item h3 {
    color: #214267;
    text-align: left;
    padding: 10px 0;
    margin-top: -40px;
    font-family: 'thick';

}

.container .main .module-item p {
    color: #214267;
    text-align: left;
    font-size: 14px;
    font-family: 'normal';
}

/* 核心功能模块 - 健康管理服务模块*/
.health-management {
    width: 100%;
    height: 420px;
    background-color: #223241;
}

.health-management .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.health-management .advantage-header p {
    /* width: 50%; */
    /* border: 1px dashed #ccc; */
    padding: 5px 10px;
    font-size: 40px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    text-align: center;
    font-family: 'bold';
}

.health-management .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
    font-family: 'bold';
}

.health-management .main {
    width: 1080px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.health-management .main .module-item {
    width: 31%;
    height: 100%;
    border-radius: 10px;
    background-color: #4D5966;
    border-radius: 10px;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.health-management .main .module-item .number {
    font-size: 120px;
    color: #3765A7;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'bold';
}

.health-management .main .module-item h3 {
    font-size: 18px;
    margin: -70px 0 20px 0;
    color: #FFFFFF;
    font-family: 'thick';
}

.health-management .main .module-item p {
    font-size: 13px;
    line-height: 1.5;
    color: #FFFFFF;
    font-family: 'bold';
}


/* 核心功能模块 - 生活照料与便民服务 */

.daily-care {
    padding: 40px 0;
    text-align: center;

}

.daily-care .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 20px;
}

.daily-care .advantage-header p {
    width: 70%;
    /* border: 1px dashed #ccc; */
    padding: 5px 10px;
    font-size: 40px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-family: 'bold';
}

.daily-care .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -38px;
    font-family: 'bold';
    font-family: 'bold';
}

.daily-care .module-content {
    text-align: left;
}



.daily-care .el-carousel {
    width: 100%;
    height: 100%;
    padding: 0;

}


.daily-care .el-carousel .el-carousel__item {

    height: 100%;
    padding: 80px 50px;
    background-color: #f9f9f9;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 20px;
}

.daily-care .el-carousel .el-carousel__item img {
    width: 300px;
    height: 180px;
    margin: 0 100px;

}

.daily-care .el-carousel .el-carousel__item h3 {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #21335B;
    font-family: 'thick';

}

.daily-care .el-carousel .el-carousel__item p {
    width: 80%;
    text-align: center;
    /* padding: 10px 0; */
    color: #21335B;
    font-size: 13px;
    margin: 0 auto;
    font-family: 'normal';

}

.daily-care .el-carousel__indicators {
    display: none;
}


/* 如果需要确保箭头被隐藏，尽管arrow="never"应该已经处理了这个问题 */
/* .el-carousel__arrow {
    display: none !important;
} */


/* 核心功能模块 - 政府与机构监管后台 */
.core-functional-module {
    /* background-color: #09bb09; */
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 20px;
}

.advantage-header p {
    width: 70%;
    /* border: 1px dashed #ccc; */
    padding: 5px 10px;
    font-size: 40px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-family: 'bold';
}

.advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -38px;
    font-family: 'bold';
}


.module-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 80px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.module-content img {
    max-width: 50%;
    height: auto;
    margin-right: 80px;
}

.content-text {
    flex: 1;
    text-align: left;
}

.content-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'thick';

}

.content-text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'bold';
}

.content-text button {
    background-color: transparent;
    border: 1px solid #2271EA;
    color: #2271EA;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.content-text button:hover {
    background-color: #2271EA;
    border: 1px solid #2271EA;
    color: #fff;
}

/* 装饰 */
.decoration {
    width: 100%;
    height: 240px;
    background-image: url('../image/TY_BG.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: -200px;
    /* Adjust this value to control the overlap */
    z-index: 0;
}

/* Daily Care Services Section */
.daily-care-services {
    background-color: #f0f8ff;
    padding: 40px 0;
    text-align: center;
}

.service-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-item {
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-item img {
    max-width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 65%;
}

.service-item h3 {
    color: #1C232E;
    /* color: #6D7B9C; */
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: -40px;
    font-family: 'thick';
}

.service-item P {
    color: #6D7B9C;
    padding: 0 20px;
    font-size: 14px;

    letter-spacing: 1px;
    text-align: left;
    font-family: 'normal';
}

/* 平台优势 */
.platform-advantages {
    background-color: #f0f8ff;
    padding: 40px 0;
    text-align: center;
}

.platform-advantages .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 20px;
}

.platform-advantages .advantage-header p {
    width: 70%;
    /* border: 1px dashed #ccc; */
    padding: 5px 10px;
    font-size: 40px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-family: 'bold';
}

.advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -38px;
    font-family: 'bold';
}

.advantage-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantage-item {
    width: calc(50% - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.advantage-item img {
    max-width: 150px;
    height: auto;
    margin-right: 20px;
}

.advantage-content {
    flex: 1;
}

.advantage-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #21335B;
    font-family: 'thick';
}

.advantage-content p {
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'normal';
}



/* 底部信息 */
.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

nav ul li {
    margin-right: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
}

.column {
    width: 18%;
}

.column h4 {
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'thick';
}

.column p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #50525C;
    cursor: pointer;
    font-family: 'normal';
}

.column p a {
    margin-bottom: 10px;
    font-size: 12px;
    color: #50525C;
    cursor: pointer;
    font-family: 'normal';
}

.column p a:hover {
    margin-bottom: 10px;
    font-size: 12px;
    color: #50525C;
    cursor: pointer;
    text-decoration: none;
    color: #247CFC;
    font-family: 'normal';

}



.copyright {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-family: 'normal';
}

.copyright img {
    height: 50px;
    margin-right: 20px;
}