/* ------------------------------------header--------------------------------- */
.mtop {
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    overflow: hidden;
}

.thisData {
    float: left;
    font-size: 14px;
    color: #666666;
}

.mtop ul {
    float: right;
}

.mtop ul li {
    float: left;
    display: inline-block;
    margin-left: 25px;
}

.mtop ul li a {
    display: inline-block;
    color: #666666;
    text-decoration:none;
    font-size: 14px;
}

.appBtn a {
    width: 30px;
    height: 20px;
    margin-top: 5px;
}

.newMediaBtn {
    width: 50px;
    height: 20px;
    background-position: -185px 0;
    margin-top: 5px;
}

  
.typeface {
    width: 100px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.background, .background1 {
    flex: 1;
    max-width: 50px;
    text-align: center;
}
    

/* banner */
.mbanner {
    width: 100%;
    height: 170px;
    background: url('../images/2510.jpg') no-repeat top center;
}

.mbanner .w1130 {
    position: relative;
}


.mlogo {
    position: absolute;
    left: 0;
    top: 45px;
}
.mwenzi {
    position: absolute;
    right: 172px;
    top: 20px;
}

.msearch {
    position: absolute;
    right: 40px;
    top: 96px;
}

.msearch input {
    float: left;
    width: 276px;
    height: 44px;
    line-height: 44px;
    padding: 0 6px;
    font-size: 16px;
    color: #aaa;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: none;
    border-radius: 20px 0 0 20px;
}

.msearch a {
    display: inline-block;
    float: right;
    width: 60px;
    height: 46px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #005495;
    line-height: 46px;
    border-radius: 0 20px 20px 0;
}
.mobileBtn{
    display: none;
}

.w1130 {
    width: 1532px;
    margin: 0 auto;
}




.mnavcon{background: url(../images/2565.png) repeat-x;height: 57px;}
.mNavCon{width:1532px; margin:0 auto; position:relative;}
.mnav{width: 1532px; margin: 0px auto;}
.mnav li{float:left;width: 9.09%;}
.mnav li a{display:block;font-size:18px;color:#fff;font-weight:bold;width:100%;line-height:57px;text-align: center;letter-spacing: 0.1em;}
.mnav li:first-child a{width:140px;}
.mnav li a:hover{height:55px; background:#fafafa;color:#000;border-top-color: rgb(220, 140, 0); border-top-width: 2px;border-top-style: solid;}
.mnav li a.active{height:55px; background:#fafafa;color:#000;border-top-color: rgb(220, 140, 0); border-top-width: 2px;border-top-style: solid;}


 .aboutNav {
            position: absolute;
            top: 57px;
            left: 0;
            background: white;
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 15px 0;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-radius: 0 0 8px 8px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 99;
        }
        
        .aboutNav.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .aboutNav a {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            color: #555;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.2s ease;
            border-radius: 4px;
            white-space: nowrap;
            margin: 0 5px;
        }
        
        .aboutNav a:before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #1e6c93;
            border-radius: 50%;
            margin-right: 10px;
            transition: all 0.2s ease;
        }
        
        .aboutNav a:hover {
            background: #f0f5ff;
            color: #1e6c93;
        }
        
        .aboutNav a:hover:before {
            background: #ff6b6b;
            transform: scale(1.2);
        }
        

        
         .addmore{
       text-align: right;
      }
      .addmore a{
        line-height:30px;
        color: #005dad;
        font-size:18px;
      }
      .addmore a:hover{
        color: #d37a00;
      }