/* home.css */

/* 引入字体样式（必须放在文件最前面） */
@import url('./fonts/fonts.css');

/* 基础样式 */
body {
    width: 100%;
    height: 100vh;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'MyCustomFont', Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #247CFC;
}

.container {
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* 中心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; */
    object-fit: cover;
}

.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;
}

/* 关于我们 */
.about-us {
    width: 100%;
    /* height: 92vh; */
    padding: 50px 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
}


.about-us .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.about-us .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-weight: 600;
    font-family: bold;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

.about-us .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
    font-family: bold;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

.about-us .container {
    width: 100%;
    height: 100%;
    /* background-color: #4169e1; */
}

.about-us h2 {
    font-size: 2em;
    margin-bottom: 40px;
    text-align: center;
    color: #272727;
}

.about-us .about_B {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
}

.introduction {
    width: 54%;
    height: 100%;
    /* background-color: #4169e1; */
    padding: 20px 0;
    box-sizing: border-box;
}

.introduction .text {
    font-size: 16px;
    /* font-size: .85rem; */
    color: #272727;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-family: normal;
}

.introduction .text span {
    display: inline-block;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

.introduction .icon_box {
    width: 100%;
    /* height: 110px; */
    /* background-color: #4169e1; */
    display: flex;
    justify-content: space-between;
    /* justify-content: space-between */
}

/*  */
.introduction .icon_box .icon_box_item {
    width: 100%;
}

.introduction .icon_box .icon_box_item img {
    width: 70px;
    height: 70px;
}

.introduction .icon_box .icon_box_item p {
    width: 70px;
    font-size: 1rem;
    color: #272727;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: thick;
}

.about_B .Background {
    width: 35%;
    height: 75%;
    box-sizing: border-box;
}

.Background .BJB {
    width: 90%;
    height: auto;
    box-sizing: border-box;
    background-image: url('../image/gsdz.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-us p {
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: justify;
}

.icons img {
    width: 50px;
    margin-right: 20px;
}

/* 核心业务 */
.core-business {
    width: 100%;
    /* height: 100vh;
    background-color: #F2F9FD; */
    padding: 50px 0;
    background-color: #F2F9FD;
    box-sizing: border-box;
}

.core-business .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.core-business .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-weight: 600;
    font-family: bold;
}

.core-business .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
    font-family: bold;
}

/* .core-business h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 100px;
} */

.core-business .business-items {
    width: 100%;
    height: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.business-items .item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    width: calc(20% - 20px);
    margin-bottom: 20px;
    background-image: url("../image/qt1.1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.business-items .item h3 {
    margin-bottom: 30px;
    font-family: 'thick';
}

.business-items .item p {
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-family: 'normal';
}

.business-items .item.blue-bg {
    width: calc(25% - 20px);
    background: linear-gradient(to bottom, #247CFC, #8FC3FD);
    color: #fff;
}

.business-items .item.blue-bg h3 {
    margin-bottom: 20px;
    font-family: 'thick';
}

.business-items .item.blue-bg p {
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-size: .8rem;
    font-family: 'normal';
}

.business-items .item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* 公司使命 */
.company-mission {
    width: 100%;
    /* height: 100vh; */
    /* background-image: url('../image/banner1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    /* background-color: #FFFFFF; */
    padding: 50px 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.company-mission .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.company-mission .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-weight: 600;
    font-family: 'bold';
}

.company-mission .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
    font-family: 'bold';
}


/* .mission-content {
    display: flex;
    align-items: center;
} */
.company-mission h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
    /* margin-bottom: 50px; */
}

.company-mission .company_bg {
    width: 100%;
    height: 60%;
    margin: 6% auto;
    /* background-color: #247CFC; */
    background-image: url('../image/banner1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
}

.company-mission .company_bg .company_bg_text {
    width: 45%;
    height: 72%;
    /* background-color: #247CFC; */
    margin: 5%;
}

.company-mission .company_bg .company_bg_text p {
    letter-spacing: 1px;
    color: #272727;
    font-family: 'normal';
    /* margin-bottom: 15px; */

}

.company-mission .company_bg .company_bg_text .company_bg_icon {
    width: 80%;
    height: 30%;
    display: flex;
    flex-wrap: wrap;
}

.company-mission .company_bg .company_bg_text .company_bg_icon .items {
    padding: 10px 15px;
    font-size: 12px;
    color: #272727;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    margin-right: 25px;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'normal';
}

.company-mission .company_bg .company_bg_text .company_bg_icon .items:hover {
    background-color: #247CFC;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    /* color: #272727; */
    border-radius: 20px;
    /* border: 1px solid #E0E0E0; */
    margin-right: 25px;
    margin-top: 10px;
    cursor: pointer;
}

.mission-content img {
    max-width: 50%;
    margin-right: 20px;
}

/* 公司愿景 */
.company-vision {
    width: 100%;
    /* max-width: 1080px; */
    /* height: 100vh; */
    background-image: url('../image/banner2.png');
    background-size: 100% 100%;
    padding: 80px 0;
    background-repeat: no-repeat;
    /* background-color: #FFFFFF; */
    box-sizing: border-box;
}

.company-vision .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;
    /* padding-top: 20px; */
}

.company-vision .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-weight: 600;
    font-family: 'bold';
}

.company-vision .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
    font-family: 'bold';
}

/* .company-vision h2 {
    font-size: 2em;
    margin-top: -50px;
    text-align: center;
} */

.company-vision p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'normal';
}

/* 公司价值观 */
.company-values {
    background-color: #fff;
    padding: 50px 0;
    box-sizing: border-box;
}

.company-values .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.company-values .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-weight: 600;
    font-family: 'bold';
}

.company-values .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
    font-family: 'bold';
}

/* .company-values h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
} */

.values-items {
    width: 100%;
    height: calc(100% - 130px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.values-items .item {
    width: 44%;
    height: 48%;
    background-color: #f0f8ff;
    border-radius: 8px;
    padding: 20px;
    /* width: calc(25% - 20px); */
    margin-bottom: 20px;
}

.values-items .item {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.values-items .item .top {
    width: 100%;
    display: flex;
}

.values-items .item .top h3 {
    font-weight: 600;
    font-size: 1.2rem;
    text-indent: 15px;
    line-height: 25px;
    font-family: 'thick';
}

.values-items .item .top img {
    width: 60px;
    height: 60px;
}

.values-items .item p {
    margin-left: 75px;
    /* text-indent: 75px; */
    font-family: 'normal';
}

/* 科技赋能 */
.Science {
    color: #fff;
    padding: 30px 0;
    text-align: center;
    background-image: url('../image/banner3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.Science .BIG_lable {
    width: 100%;
    height: 100%;
    text-align: left;
}

.Science .BIG_lable .h1 {
    font-size: 40px;
    font-weight: 600;
    color: #272727;
    letter-spacing: 3px;
    font-family: 'bold';
}

.Science .BIG_lable .h6 {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 2px;
    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;
}




/* .el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}