/*====== body =======*/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/*h2文字本身*/
h1,h2,h3{
    font-size: 36px;
    color: #1f365b;
    padding: 5px 20px;
    font-weight: 700;
}
/*===h3集体序号框子===*/
/*h3标题大框框子*/
.h3-title{
    margin-top: 5%;
    margin-left: 10%;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
/*h3标题数字*/
.h3-title-num{
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    font-size: 90px;
    font-family:'Roboto';
    padding-left: 0cap;
    padding-right: 0cap;
    font-weight: 120;
    color: #ffffff;
}
/*h3标题文字框*/
.h3-title-text{
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top:20px;
    padding-bottom:auto;
}
/*h3标题h2h2h2h2*/
.h3-title-text h3{
    padding-left: 0;
    display: inline;
    color: #ffffff;
}
/*h3标题ppppp*/
.h3-title-text p{
    margin-top: 8px;
    padding-left: 2px;
    color: #dbdbdb;
    letter-spacing: 2px;
}
/*===h3集体序号框子结束===*/





/* ======首页 图标和公司名====== */

/* 头部框 最外面的显形大框框子 */
.header-section{
    background-color: #274169;
}
/* 头部框 最外面的隐形大框框子 */
.invisible-space-header{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
/* 头部框 最上面那一条框框子 */
.first-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
/* ====头部框 logo和公司名整体==== */
/* 头部框 logo和公司名整体*/
.img-title{
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}
/* 头部框 logo */
.logo{
    width: 10%;
    margin-right: 15px;
}
/* 头部框 公司名字 */
.company-name{
    font-size: 18px;
    font-weight: bold;
    max-width: 300px;
}
/* ====头部框 语言切换==== */
/* 头部框 语言切换整体框框子 */
.language-nav{
    display: flex;
    gap: 15px;
}
/* 头部框 语言切换p原语言 */
/* 首页 语言切换整体框框子 */
.language-nav{
    display: flex;
    gap: 15px;
}
/* 首页 语言切换p原语言 */
.language-nav p {
    color: #ffffff;
    display: flex;
    font-weight: bold;
    margin-top: auto;
}
/* 首页 语言切换a样式 */
.language-nav a{
    text-decoration: none;
    color: #ecc976;
    font-weight: bold;
}
/* 首页 中文 */
.chinease-language{
    margin-top: -3px;
}
/* 首页 语言切换a:hover */
.language-nav a:hover{
    color: white;
}
/*首页 语言切换a：active*/
.language-nav a:active {
    transform: translateY(3px);
}

/*头部框 面包屑导航*/
.nav-background-base{
    background-color: #d4b46a;
    padding: 10px 0;
}
/*头部框 面包屑导航 文字背景框*/
.nav-background{
    width: 80%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}
/*头部框 面包屑导航 文字背景框 a样式*/
.nav-background a{
    text-decoration: none;
    color: #1f365b;
    font-weight: 600;
}
/*头部框 面包屑导航 文字背景框 箭头图片*/
.nav-arrow{
    width: 15px;
    height: auto;
    margin-top: 4px;
}
/*头部框 面包屑导航 文字背景框 a样式hover*/
.nav-background a:hover{
    color: #ffffff;
}
/* ======首页 结束====== */




/*====== main =======*/

/*====== 主页 =======*/

/* ====主页 隐形框框子==== */
.intro-backgrond{
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 85%;

}

/* ===主页 文字描述大框框=== */
.intro-backgrond-des{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    color: #555;
}


/*==主页 标题svg和文字容器==*/
.title{
    display: flex;
    align-items: center;
    width: fit-content;
}
/*主页 标题文字容器*/
.tttt-div{
    padding:0;
}
/*主页 标题文字*/
.title-text{
    font-size: 80px;
    margin:0;
    padding-left: 20px;
}
/*主页 标题文字p*/
.title-text-p{    
    margin-top: -25px;
    padding-left: 25px;
    color: #6e6e6e;
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 500;
}
/*主页 介绍文字p*/
.intro-p{
    max-width: 85%;
    color: #777777;
    font-style: italic;
}
/*主页 地区列表*/
.area-list{
    list-style: none;
    padding-left: 2em;
    margin-left: -2em;
    margin-top:-10px;
}
/*主页 地区列表 li*/
.area-list li{
    line-height: 1.6;
    margin-bottom: 6px; 
}
.word-strong{
    color: #d4b46a;
}
/* 主页 背景图片 */
.intro-backgrond-img{
    aspect-ratio: 4/3;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 8px #34373c;
}
/*====== 主页 结束=======*/



















/*=====德航大篮框基地=====*/
.big-frame{
    background-color: #2f3e5c;
    padding: 50px 0;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}

/*====== 第一页=======*/
/* ====第一页 隐形框框子==== */
.p1-backgrond{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 85%;
    gap: 50px;
}
/* ===第一页 文字描述大框框=== */
.p1-backgrond-des{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1em;
    text-align: justify;
    width: 50%;
}
/*==第一页 标题svg和文字容器==*/
.p1-title{
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px;
}
/*第一页 标题文字容器*/
.p1-div{
    padding:0;
}
/*第一页 标题文字*/
.p1-text{
    color: #ffffff;
    font-size: 60px;
    margin:0;
    padding-left: 17px;
}
/*第一页 标题文字p*/
.p1-text-p{    
    margin-top: -4px;
    padding-left: 30px;
    color: #afafaf;
    letter-spacing: 3px;
    font-size: 27px;
}
/*第一页 介绍文字p*/
.p1-text-des{
    color: #dbdbdb;
    text-align: justify;
    font-size: 18px;
    margin-top: -5px;
    font-style: italic;
    line-height: 1.6;
}


/*第一页 按钮*/
.toggle-btn {
    width: 75%;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    border-radius: 8px;
    border: none;
    background-color: #c6a456;
    color: #f1f6fc;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    display: block;
    cursor: pointer;
    transition: background 0.3s;
}
/*第一页 按钮hover效果*/
.toggle-btn:hover {
    /* 不改 X 方向，改 Y 或 scale */
    transform: translateY(1px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
/*第一页 图片 */
.p1-img{
    width: 47%;
    border-radius: 10px;
    box-shadow: 0 4px 8px #34373c;
}

/*====== 第一页 结束 =======*/










/*====== 第二页=======*/
/*==第二页 01序号== */
#title-01{
    margin-top: 10%;
}
/*第2页 图片*/
.p2-img{
    width: 65%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*==第2页 资质展示背景板==*/
.p2-block-background{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content:space-between;
}
/*==第2页 资质展示两个板块==*/
.p2-block2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*第2页 资质展示ol*/
.p2-text-ol{
    margin-left: 40px;
    margin-top: 10px;
    color: #dbdbdb;
    line-height: 1.8;
    font-weight: 700;
}
/*第2页 资质展示ol li*/
.p2-text-ol li {
    font-size: 11.5px;
    border-bottom: 3.5px solid #a88534; /* 金色下划线 */
    padding-bottom: 0px;              /* 文字和下划线的间距 */
    margin-bottom: 8px;               /* 下划线和下一行文字的间距 */
}

/*====== 第二页 结束=======*/











/*====== 第三页=======*/
/*==第二页 02序号== */
#title-02{
    margin-top: 10%;
}
/* ====第三页 隐形框框子==== */
.block-backgrond{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 85%;
}
/* === 第三页 9/9 每个板块的框框子 === */
.block1{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 85%;
    width: 30%;
    text-align: center;
    background-color: #465977;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height:100px;
}
/* == 第三页 图片外层画框 == */
.img-box {
    width: 55%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
/* 第三页 每个板块的图片本身 */
.block-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* == 第三页 每个板块的文字框子 == */
.block-words{
    width: 40%;
    margin-top: -12px;
}
/* 第三页 每个板块的标题h4 */
.block1 h4{
    color: #f1f6fc;
    margin-left: 10px;
    font-weight: 600;
    text-align: left;
}

/*====== 第三页 结束=======*/











/*====== 第四页=======*/
/*==第四页 03序号== */
#title-03{
    margin-top: 10%;
}
/* ====第四页 隐形框框子==== */
.p4-img-background{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    width: 80%;
    margin:auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
/* 第四页 图片框 */
.p4-img-box{
    width: 60%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
}
/* 第四页 图片本身 */
.p4-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*====== 第四页 结束 =======*/



/*====== main 结束 =======*/




/*====== footer =======*/
/* footer 默认背景 */
footer{
    color: #274169;
    padding: 100px 0 150px;
}
/* footer 最外面的隐形大框框子 */
.invisible-space-footer{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
/* footer 联系方式部分 */
.footer-contact{
    margin-top: auto;
    margin-bottom: auto;
    flex: 1;
}
/* footer 标题文字 */
.footer-contact h2{
    color: #274169;
    padding-left: 0%;
}
/* footer 分割线 */
.footer-hr{
    border: none;
    margin-left: -1px;
    margin-bottom: 10px;
    margin-top: -15px;
    background-color: #a88534;
    height:5px;
    width:100px;
}
/* footer 电话link */
.contact-a{
    color: #a88534;
    text-decoration: none;
    margin-bottom: 10px;
}
/* footer 工作时间*/
.footer-h3{
    font-size: 20px;
    color: #1f365b;
    padding:0px;
    margin: 0px;
}
/* footer pppp */
.footer-contact p{
    color: rgb(135, 135, 135);
}
/* footer 地图 */
iframe{
    flex:2;
    min-width: 300px;
    max-width: 600px;
    height:400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*====== footer 结束 =======*/
















@media (max-width:500px){
    /* 头部框 一条框框子 */
    .first-head{
        height: 50px;
        margin: auto 5px;
    }
    /* 头部框 图标logo框 */
    .img-title{
        width: 100%;
        gap: 10px;
    }
    /* 头部框 公司logo */
    .logo{
        padding: 0%;
        margin: 0;
        width: 20%;
        margin-left: -15%;
    }
    /* 头部框 svg */
    .p1-svg{
        margin-left: -10px ;
        height: 60px;
        margin-top: -25px;
    }
    /* 头部框 公司名字 */
    .company-name{
        font-size: 10px;
        max-width: none;
        margin-left: -5px;
    }
    /* 头部框 语言切换 */
    .language-nav{
        font-size: 10px;
        padding: -5px;
        margin-right: -10%;
        gap: 6px;
    }
    /*面包屑 显示主页的导航栏*/
    .nav-background-base{
        width: 100%;
        padding: 5px 0;
    }
    /*面包屑 文字背景框*/
    .nav-background{
        width: 100%;
        padding: 3px 15px;
        font-size: 9px;
        margin: auto;
        gap: 1px;
    }
    /*面包屑 箭头*/
    .nav-arrow{
        width: 10px;
        height: 10px;
        margin-top: 0px;
    }
    /* 主页 svg */
    .title-svg{
        height: 60px;
    }
    /* 主页 文字框 */
    .tttt-div{
        margin-left: -15px;
    }
    /* 主页 标题文字 */
    .title-text{
        font-size: 25px;
        margin-bottom: 10px;
        margin-left: 2px;
    }
    /* 主页 标题文字p */
    .title-text-p{
        font-size: 8px;
        letter-spacing: 1px;
    }
    /* 主页 文字介绍 */
    .intro-p{
        font-size: 13px;
        margin: auto;
    }

    
    /* 主页 svg */
    .p1-svg{
        height: 50px;
    }
    /* 第一页 标题文字 */
    .p1-text{
        font-size: 26px;
        margin-bottom: 5px;
    }
    /* 第一页 标题文字p */
    .p1-text-p{
        font-size: 15px;
        letter-spacing: 3px;
        margin-left:-0.7em;
    }
    /*第一页 描述文字p */
    .p1-text-des{
        font-size: 13px;
    }


    /* 序号 */
    .h3-title-text h3{
        font-size: 15px;
        margin-left:-5px;
    }
        /*序号 数字*/
    .h3-title-num{
        font-size: 30px;
        margin: 0;
    }
    /*序号 数字*/
    .h3-title-svg{
        height: 40px;
        margin-top: -10px;
        margin-left: 3px;
    }
    /*序号 文*/
    .h3-title-text{
        margin: 0;
        padding: 0%;
    }    
    /*序号 h3*/
    h3{
        font-size: 10px;

    }
    /*序号 p*/
    .h3-title-text p{
        font-size: 9px;
        margin: -2px;
    }
    /* 第二页 ul */
    .p2-text-ol{
        margin-left: -40px;
        margin-right: auto;
        font-size: 16px;
    }

    /* 第三页 block1 */
    .block1{
        flex-direction: column;
        height: auto;
    }
    /* 第三页 图片外层画框 */
    .img-box {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
    /* 第三页 每个板块的文字框子 */
    .block-words{
        width: 100%;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }

    /* 第四页 隐形框框子 */
    .p4-img-background{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        width: 80%;
        margin:auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* 第四页 图片框 */
    .p4-img-box{
        width: 80%;
        aspect-ratio: 1 / 1;
        margin: 10px auto;
    }

}

@media (max-width: 768px) {
    /* 主页 隐形框框子 */
    .intro-backgrond {
        flex-direction: column;
        align-items: center;
    }
    /* 主页 标题和图片隐形框框子 */
    .intro-backgrond-des {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    /* 主页 图片 */
    .intro-backgrond-img {
        width: 100%;
        margin-top: 20px;
    }
    /* 第一页 隐形框框子 */
    .p1-backgrond{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    /* 第一页 图片 */
    .p1-img{
        width: 80%;
        aspect-ratio: 4/3;
    }
    /* 第一页 文字描述大框框 */
    .p1-backgrond-des{
        width: 80%;
        margin-left: 0;
        margin-right: 0;
    }


    /* 第三页 文字 */
    .block-words{
        margin: auto;
        font-size: 10px;
    }
}