    body{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Arial, sans-serif;
    }
    a{
        text-decoration: none;
    }

    .header {
        background-color: #fff;
        color: white;
    }
    iframe {
        min-height: 500px
    }
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1440px;
        margin: 0 auto;
        /* padding: 0 20px; */
        /* border:1px solid red; */
        margin: 10px auto;
    }
    .youceguanggaowei{
        width: 100%;
        height: 90px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .youceguanggaowei>div{
        width: 100%;
        height: 100%;
    }
    .logo {
        width: 550px;
        height: 60px;
        display: flex;
        align-items: center;
        /* border:1px solid red; */
        background-image: url('../images/logo.png');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .search-bar {
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: 4px;
        /* border:1px solid red; */
    }
    .search-bar input {
        border: none;
        outline: none;
        padding: 5px;
        height: 30px;
        box-sizing: border-box;
        width: 200px;
        border: 1px solid #a1a1a1;
        border-right: none;
    }
    .search-bar div{
        width: 40px;
        height: 30px;
        background-color: #ff9a2e;
        border: 1px solid #ff9a2e;
        border-left: none;
        background-image: url('../images/search.png');
        background-size: auto 80%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .nav {
        background-color: #207b58;
        height: 65px;
        display: flex;
        justify-content: center;
        max-width: 1920px;
        margin: 0 auto;
        box-sizing: border-box;
        
    }
    .nav-container {
        /* width: 1200px; */
       width: 1440px;
        display: flex;
    }
    .nav-container>div{
        flex: 1;
        align-self: auto;
        /* height: 200px; */
        min-height: 0; /* 关键设置：允许元素高度小于父容器 */
        /* border: 1px solid red; */
        z-index: 2;
        overflow: hidden;
        /* transition: 0.5s; */
    }
    
    .nav-container>div:hover a:not(:first-child) {
        display: flex;
    }
    
    .nav-container>div a:not(:first-child) {
        display: none;
        background-color: rgba(32, 123, 88, 0.95);
    }
    .nav-menu>div:nth-child(1)>a{
        background-color: #ff9a2e;
    }
    .nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        height: 65px;
        font-size: 18px;
    }
    .nav-item:hover {
        background-color: #ff9a2e;
        cursor: pointer;
    }
    .hero {
        max-width: 1920px;
        height: 300px;
        background: linear-gradient(to right, #e6f7ff, #b3e0ff);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        background-image: url('../images/headImg.png');
        background-size: auto 100%;
        background-position: center;
        background-repeat:no-repeat ;
        margin: 0 auto;
    }

    .tag{
        max-width: 1440px;
        margin: 20px auto;
    }
    .tag>span{
        color: #006633;
    }

    .tagMene{
        max-width: 1440px;
        height: 50px;
        margin: 0 auto;
        box-sizing: border-box;
        /* border: 1px solid red; */
        margin-top: 20px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ededed;
    }
    .tagMene>div{
        width: 120px;
        height: 100%;
        /* border:1px solid red; */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .tagMene>div:first-child{
        justify-content: flex-start;
    }
    
    .active{
        color:#207b58;
    }
    
    .tagMene>div:hover{

    }
    .content-doc{
        max-width: 1440px;
        min-height: 900px;
        /* border: 1px solid red; */
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
    .docItem{
        width: 165px;
        height: 295px;
        border:1px solid #ededed;
        cursor: pointer;
        margin-bottom: 20px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .docItem>div:nth-child(1){
        width: 100%;
        height: 220px;
        /* border: 1px solid red; */
        background-image: url('../images/docheadimg.png');
        background-size: 100% auto;
    }
    .docItem>div:nth-child(2){
        width: 100%;
        height: 80px;
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: space-around; */
    }
    .docItem>div:nth-child(2)>div:nth-child(1){ 
        color: #207b58;
        font-size: 16px;
        margin-top: 10px;
        font-weight: 800;
    }
    .docItem>div:nth-child(2)>div:nth-child(2){ 
        background-color: #207b58;
        width: 30px;
        height: 5px;
        margin-top: 5px;
    }
    .docItem>div:nth-child(2)>div:nth-child(3){ 
        color: #959595;
        margin-top: 5px;
        font-size: 12px;
    }
    .pagination{
        max-width: 500px;
        /* border: 1px solid red; */
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .pagination>div{
        padding: 8px 10px;
        /* border: 1px solid red; */
        background-color: #e5e6eb;
        border-radius: 4px;
        cursor: pointer;
    }

    .content-team{
        max-width: 1440px;
        min-height: 850px;
        /* border: 1px solid red; */
        margin: 0 auto;
        margin-top: 20px;
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .teamItem{
        width: 700px;
        height: 120px;
        display: flex;
        border: 1px solid #b3b3b3;
        /*justify-content: space-between;*/
        flex-direction: column;
        margin-bottom: 10px;
        /* border: 1px solid red; */
    }
    .teamItem>div:nth-child(1){
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        /* border: 1px solid red; */
    }
    .teamItem>div:nth-child(1)>div{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        border-bottom: 2px solid #207b58;
        color: #207b58;
    }
    .teamItem>ul:nth-child(2){
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        margin-bottom: 20px;
        /* border: 1px solid red; */
    }
    .teamItem>ul:nth-child(2)>li{
        width: 100px;
        cursor: pointer;
        /* height: 30px; */
        /* border: 1px solid red; */
    }

     .footer {
        background-color: #207b58;
        color: white;
        max-width: 1920px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .footer>div:nth-child(1){
        width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer>div:nth-child(1)>div:nth-child(1){
        width: 480px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-right: 1px solid #ededed;
        margin-top: 30px;
    }
    .footer>div:nth-child(1)>div:nth-child(1)>div{
        display: flex;
    }
    .footer>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(1){
        min-width: 100px;
    }
    .footer>div:nth-child(1)>div:nth-child(2){
        width: 300px;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;
    }
    .footer>div:nth-child(1)>div:nth-child(2)>div{
        display: flex;
    }
    .footer>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(1){
        min-width: 100px;
    }
    .footer>div:nth-child(1)>div:nth-child(3){
        width: 600px;
        height: 200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer>div:nth-child(1)>div:nth-child(3)>div{
        width: 150px;
        height: 155px;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
    }
    .footer>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(1){ 
        width: 130px;
        height: 130px;
        background-size: 100% 100%;
    }
    .footer>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(2){ 
        font-size: 12px;
    }
    .footer>div:nth-child(1)>div:nth-child(3)>div:nth-child(1)>div:nth-child(1){
        background-image: url("../images/icon-5.png");
    }
    .footer>div:nth-child(1)>div:nth-child(3)>div:nth-child(2)>div:nth-child(1){
        background-image: url("../images/icon-6.png");
    }
    .footer>div:nth-child(1)>div:nth-child(3)>div:nth-child(3)>div:nth-child(1){
        background-image: url("../images/icon-7.png");
    }

     .mobile-nav-toggle {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 20;
        cursor: pointer;
    }
    
    .mobile-nav-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        border-radius: 3px;
    }


    /* 媒体查询当宽度小于768px时，将background-size: auto 100%;改为background-size: 100% auto; */
    @media (max-width: 768px) {

        .header{
            max-width: 100%;
            /* border: 1px solid red; */
            margin: 0 auto;
        }
        .header-container{
            max-width: 90%;
            /* border:1px solid red; */
        }
        .search-bar>input{
            width: 100px;
            display: none;
        }
        .nav{
            height: auto;
            /* border: 1px solid red; */
            position: relative;
        }
        .mobile-nav-toggle {
            display: flex;
        }
        .nav-container {
            max-width: 100%;
            /* border: 1px solid red; */
            height: auto;
            overflow-x: visible;
            flex-wrap: wrap;
            padding: 0 5%;
            display: none; /* 默认隐藏导航菜单 */
        }
        .nav-container.active {
            display: flex; /* 当添加active类时显示导航菜单 */
        }
        .nav-container > div {
            min-width: 33.33%;
            text-align: center;
            position: relative;
        }
        .nav-item {
            height: 40px;
            font-size: 14px;
            padding: 0 5px;
        }
        .nav-container > div a:not(:first-child) {
            position: relative;
            width: 100%;
            z-index: 10;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        .nav-container > div:hover {
            background-color: #ff9a2e;
        }
        .nav-menu{
            width: 100%;
        }
        .hero {
            height: 200px;
        }
        .tag{
            max-width: 90%;
            /* border: 1px solid red; */
        }

        .tagMene{
            max-width: 90%;
        }
        .content-doc{
            max-width: 90%;
        }
        .pagination{
            max-width: 90%;
        }
        .pagination>div{
            padding: 4px 5px;
            background-color: #e5e6eb;
            border-radius: 2px;
            cursor: pointer;
            font-size: 12px;
        }
        .content-team{
            width: 90%;
        }
        .teamItem{
            margin-bottom: 15px;
        }

        .footer>div:nth-child(1){
            width: 90%;
        }
        .footer>div:nth-child(1)>div:nth-child(3){
            width: 100%;
        }
        .footer>div:nth-child(1)>div:nth-child(3)>div{
            width: 100px;
            height: 130px;
        }
        .footer>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(1){
            width: 100px;
            height: 100px;
        }
    }