/* 引入字体样式（必须放在文件最前面） */
@import url('./fonts/fonts.css');

/* 基础样式 */
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;
}

/* 中心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: 668px;
    /* height: 100vh; */
    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: 20px;
    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';
}

.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';
}

.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; */
}

.about-us .about_C {
    width: 100%;
    height: 400px;
    /* background-color: #000; */
}

.about-us .about_C .BOX_A {
    width: 70%;
    height: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.about-us .about_C .BOX_A .items {
    width: 49%;
    height: 48%;
    background-color: #F7FAFF;
    border-radius: 10px;

}

.about-us .about_C .BOX_A .items p {
    text-indent: 60px;
    color: #272727;
    font-family: 'normal';
}

.about-us .about_C .BOX_A .BOX_A_lx {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 60px;
    left: 42%;
    object-fit: fill;
}

.about-us .about_C .BOX_B {
    width: 80%;
    height: 130px;
    margin: 0 auto;
    background-image: url('../image/JT.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.introduction {
    width: 90%;
    height: 100%;
    /* background-color: #4169e1; */
    padding: 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.introduction .text {
    /* font-size: .85rem; */
    font-size: 15px;
    color: #272727;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-family: 'normal';
}

.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: 20%;
    padding: 30px;
    background-color: #F6F9FF;
    border-radius: 10px;
    box-sizing: border-box;
}

.introduction .icon_box .icon_box_item img {
    width: 100px;
    /* height: 70px; */
    height: auto;
    padding: 0 15px;
}

.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;
    text-align: center;
    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: 24px;
    font-family: 'normal';
}

.core-business .texts {
    font-size: 18px;
    font-family: 'normal';
}

.core-business .bg_texts {
    width: 92%;
    /* height: 150px; */
    padding: 50px 50px;
    background-image: url('../image/cbm_wz1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 3% auto;
    /* background-color: #0066cc; */
    /* font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 100px; */
    letter-spacing: 2px;
    box-sizing: border-box;
}

.core-business .business-items {
    width: 90%;
    height: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
}

.business-items .item {
    width: 26%;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    transition: transform 1s ease;
}

.business-items .item .BJB1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../image/mb1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 1s ease;
}

.business-items .item:hover .BJB1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../image/mb3.1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(1.01);
}

.business-items .item .BJB2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../image/mb2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

    transition: transform 1s ease;
}

.business-items .item:hover .BJB2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../image/mb2.1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(1.01);
}

.business-items .item .BJB3 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../image/mb3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 1s ease;
}

.business-items .item:hover .BJB3 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../image/mb1.1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(1.01);
}

.business-items .item .pg {
    display: inline-block;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-top: -50px;
    position: relative;
    top: -10px;
    transition: transform 1s ease;
    font-family: 'thick';
}

.business-items .item:hover .pg {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    transform: scale(1.01);
    font-family: 'thick';
    /* margin-top: -50px; */
}

.business-items .item:hover p {
    /* display: inline-block; */
    /* font-size: 17px; */
    color: #fff;
    /* font-weight: 700; */
    /* margin-top: -50px; */
    transform: scale(1.01);
    font-family: 'normal';
}




.business-items .item:hover {
    /* background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    width: calc(26% - 20px);
    margin-bottom: 20px; */
    color: #fff;
    background-color: #41A5EF;
}




.business-items .item img {
    width: 60px;
    height: auto;
    margin: 0 36%;
}

.business-items .item h3 {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'thick';
}

.business-items .item p {
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #272727;
    font-size: 14px;
    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;
}

.business-items .item.blue-bg p {
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-size: .8rem;
}

.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 .h2 {
    font-size: 24px;
    font-family: 'normal';
}

.company-mission .texts {
    font-size: 18px;
    font-family: 'normal';
}




.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 .item {
    width: 98%;
    height: 200px;
    background-color: #fff;
    border-radius: 15px;

    margin: 2%;
    /* padding: 30px 20px; */
    display: flex;
    box-sizing: border-box;
}

.company-mission .company_bg .item .item_left {
    width: 30%;
    /* height: 100%; */
    height: 200px;
    /* background-color: #247CFC; */
    background-image: url('../image/cmd_bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px 0 0 15px;
    padding: 15px 20px;
    box-sizing: border-box;

}

.company-mission .company_bg .item .item_left p {
    font-size: 20px;
    color: #Fff;
    font-weight: 600;
    font-family: 'thick';
}

.company-mission .company_bg .item .item_left span {
    font-size: 12px;
    color: #CDE1FC;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #CDE1FC;
    margin: 0 2px;
    font-family: 'normal';
}

.company-mission .company_bg .item .item_right {
    width: 70%;
    /* height: 100%; */
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    padding: 15px 20px;
}

.company-mission .company_bg .item .item_right:hover {
    width: 70%;
    /* height: 100%; */
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px 15px 15px 0;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 255, 0.1), 0 1px 3px rgba(0, 0, 255, 0.08);
}

.company-mission .company_bg .item .item_right p {
    font-family: 'normal';
}



/* 公司愿景 */
.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;
}

.company-vision .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
}

/* .company-vision h2 {
    font-size: 2em;
    margin-top: -50px;
    text-align: center;
} */

.company-vision p {
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: justify;
    text-align: center;
    letter-spacing: 2.5px;
}

/* 公司价值观 */
.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;
}

.company-values .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    /* margin-top: -38px; */
    width: 100%;
    text-align: center;
    margin: -32px 0 0 0;
}

/* .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;
}

.values-items .item .top img {
    width: 60px;
    height: 60px;
}

.values-items .item p {
    margin-left: 75px;
    /* text-indent: 75px; */
}

/* 科技赋能 */
.Science {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    background-image: url('../image/cbm_wz.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.Science .BIG_lable {
    width: 100%;
    height: 100%;
    text-align: center;
}

.Science .BIG_lable .h1 {
    font-size: 30px;
    font-weight: 600;
    color: #272727;
    letter-spacing: 3px;
    margin-top: -20px;
    font-family: 'bold';
}

.Science .BIG_lable .h6 {
    font-size: 14px;
    /* font-weight: 500; */
    color: #272727;
    letter-spacing: 2px;
    margin-top: -20px;
    font-family: 'normal';
}

.Science .BIG_lable .h7 {
    font-size: 14px;
    /* font-weight: 500; */
    color: #272727;
    /* letter-spacing: 6px; */
    letter-spacing: 0;
    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: 'thick';
}

.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;
}

.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;
}