
.h_cons {
    float: right;
}

.h_cons p {
    height: 3rem;
    padding-left: 2.8rem;
    margin-top: 0.46rem;
    color: #222;
    background: url(images/h_pho.gif) no-repeat left top;
    background-size: 2.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.h_cons p span {
    font: 1.6rem / 1.7rem Impact;
    color: #023793;
    display: block;
}

.h_cons h4 {
    width: 12rem;
    height: 2rem;
    background: url(images/h_b1.gif) no-repeat left top;
    font-size: 1.2em;
    color: #fff;
    background-size: 100% 100%;
    line-height: 2rem;
}
.h_cons h4 span {
    float: left;
    width: 50%;
    text-align: center;

}
.h_ewm {
    float: right;
}

.h_ewm img {
    height: 7.2rem;
    margin-top: -0.8rem;
}

.h_rights {
    float: right;
    display: block;
    height: 5.8rem;
}

.headtop .tel:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2.77rem;
    top: 0px;
    left: 5%;
    z-index: 9;
    background: #1354c5;
}
        /* 清除默认样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* 最外层容器 */
        .headpc {
            width:100%;
            margin: 0 auto;
            position: relative;
            z-index: 9;
            font-family: "Microsoft Yahei", sans-serif;
        }
        /* 顶部信息栏 */
        .headtop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 7.2rem;
        }
        /* 左侧品牌区 */
        .brand {
            display: flex;
            align-items: center;
            width: 40.62%;
        }
        .brand b{ color:#f0762b;font-size: 1.4rem;}
        .brand .logo {
            font-size: 1.2rem;
            width: 44.3%;
            font-weight: 700;
            color: #0066cc; /* 品牌蓝，可替换为实际LOGO色值 */
            margin-right: 0.6px;
        }
         .brand .logo img{ width:100%;}
        .brand .name {
            font-size:1.2rem;
            font-weight: 700;
            color: #333;
        }
        .top_w {
    margin-left: 3%;
    padding-left: 3%;
    border-left: 1px solid #dcdcdc;
    width: 52%;
    line-height: 1.6rem;
}
        .brand-desc {
            margin-top: 4px;
            font-size: 1.2rem;
            color: #666;
        }
        /* 右侧电话 */
   .headtop .tel {
    font-size: 1.56rem;
    color: #023793;
    font-weight: bold;
    height: 100%;
    padding-left: 2.2%;
    line-height: 6.7rem;
    position: relative;
}
   .headtop .tel:after {
     content: "";
     display: block;
     position: absolute;
     height: 2rem;
     left: 0px;
     top: 2.6rem;
     width: 2rem;
          background: url(http://g1.cms.51yxwz.com/20250722085909000156/images/h_tel.png) no-repeat left top;
    background-size: 75%;
    z-index: 10;
    animation: rotateSequence 3s ease-in-out forwards;
            /* 设置旋转中心为元素中心 */
            transform-origin: center;
       
   }
      @keyframes rotateSequence {
            0% {
                /* 初始状态：正常位置 */
                transform: rotate(0deg);
            }
            25% {
                /* 向右旋转60度 */
                transform: rotate(40deg);
            }
            50% {
                /* 回正 */
                transform: rotate(0deg);
            }
            75% {
                /* 向左旋转60度 */
                transform: rotate(-40deg);
            }
            100% {
                /* 再次回正并停止 */
                transform: rotate(0deg);
            }
        }

        /* 导航容器 */
        .h_con {
            background-color: #023793; /* 导航栏底色 */
            height: 3rem;
            line-height: 3rem;
        }

   .h_con ul>li.cur,.h_con ul>li:hover{
    background: #f0762b;
}

        .nav.menu {
            width: 100%;
        }
        .nav.menu ul.clearfix {
            list-style: none;
            display: flex;
            justify-content: space-around;
        }
        .nav.menu ul.clearfix li {
            position: relative;
            height: 3rem;
            line-height: 3rem;
            padding: 0 2.88%;
        }
        .nav.menu ul.clearfix li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 400;
            transition: background-color 0.3s;
        }
        /* 激活态/ hover 效果 */
        .nav.menu ul.clearfix li a:hover,
        .nav.menu ul.clearfix li.active a {
        }
        /* 清除浮动（如果需要） */
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

.nav.menu ul.clearfix li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 1rem;
    width: 1px;
    height: 1rem;
    border-right: 1px dashed #fff;
    opacity: 0.3;
}

.nav.menu ul.clearfix li:last-child:after {
    display: none;
}

   
       .nav.menu ul.clearfix .submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 999;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 25px !important;
            overflow: hidden;
        }
        
       .nav.menu ul.clearfix .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
      .nav.menu ul.clearfix  .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -18px;
            left: 50%;
            margin-left: -8px;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
       .nav.menu ul.clearfix .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 48px;
            color: #333333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
           
            text-align: left;
        }
        
              .nav.menu ul.clearfix .submenu p span span a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 42px;
            color: #333333;
            line-height: 42px;
            white-space: nowrap;
            position: relative;
           
            text-align: left;
        }
        
        .nav.menu ul.clearfix .submenu  p span span a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid #333333;
            border-radius: 50%;
            top: 16px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
       .nav.menu ul.clearfix .submenu a:last-child {
            border-bottom: 0
        }
        
      .nav.menu ul.clearfix .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid #333333;
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
       .nav.menu ul.clearfix .submenu a:hover {
            color: #000;
            font-weight: bold;
        }
        
    .nav.menu ul.clearfix li:hover .submenu{max-height: 1000px;}
    .nav.menu ul.clearfix li:hover .submenu p:before{opacity: 1;}
        
.nav.menu ul.clearfix .submenu p>span {
    position: relative;
}

.nav.menu ul.clearfix .submenu p>span>span {
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: -195%;
    background: rgba(242, 242, 242, 1);
    padding: 6px 21px;
    border-radius: 10px;
    z-index: 99;
}

.nav.menu ul.clearfix li:hover .submenu {
    overflow: revert;
}

.nav.menu ul.clearfix .submenu p>span:hover span {
    display: block;
}
 .nav.menu ul.clearfix .submenu p>span span a {
        font-size: 14px;
 }

 .nav.menu ul.clearfix .submenu p>span span a:hover{
         
         
          font-weight: bold;
        }

    

        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(images/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

    .p101a-fdh-02 {
        height: 90px;
        box-shadow: 0 3px 4px #e9e9e9;
    }
    
    .p101a-fdh-02 h3 {
        float: left;
        width: 150px;
        height: 90px;
        line-height: 90px;
        font-size: 28px;
        font-weight: bold;
        color: #1a1a1a;
    }
    
    .p101a-fdh-02-nav {
        max-width: 1000px;
        float: right;
        height: 40px;
        padding-top: 25px;
    }
    
    .p101a-fdh-02-nav li {
        float: left;
        height: 40px;
        line-height: 40px;
        border-radius: 25px;
    }
    
    .p101a-fdh-02-nav li a {
        display: block;
        height: 40px;
        font-size: 18px;
        color: #1a1a1a;
        text-align: center;
        padding: 0 24px;
    }
    
    .p101a-fdh-02-nav li.sidenavcur,
    .p101a-fdh-02-nav li:hover {
        background: #023793;
    }
    
    .p101a-fdh-02-nav li.sidenavcur a,
    .p101a-fdh-02-nav li:hover a {
        color: #fff;
    }


 .k12-gl-gslb-3nf1-1-01{padding: 30px 0 20px;}
        .k12-gl-gslb-3nf1-1-01-left dl {
            width: 24%;
            float: left;
            background: #f0f0f0;
            margin: 0 1.3% 13px 0
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
            margin-right: 0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt {
            border: 1px solid #e5e5e5;
            padding: 10px 9px;
            background: #fff;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt img {
            display: block;
            width: 100%;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            text-align: center;
            padding: 0 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #f0f0f0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    

    /* 清除默认样式 */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    /* 顶级元素 */
    .footpc {
      background-color: #0b4b95;
      color: #fff;
      font-family: "Microsoft Yahei", sans-serif;
      padding: 20px 0 30px;
    }
    
    /* 内容容器 */
    .content {
      width: 83.33%;
      margin: 0 auto;
      overflow: hidden; /* 清除浮动 */
    }
    
    /* 底部导航 */
    .f_con {
      border-bottom: 1px solid rgba(255,255,255,0.2);
      padding: 15px 0;
      margin-bottom: 25px;
    }
    
    .fnav ul.clearfix {
      list-style: none;
    }
    
    .fnav ul.clearfix li {
      float: left;
      margin-right: 3%; /* 导航项间距 */
      line-height: 1.5;
    }
    
    .fnav ul.clearfix li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      opacity: 0.9;
    }
    
    .fnav ul.clearfix li a:hover {
      opacity: 1;
      text-decoration: underline;
    }
    
    /* 清除浮动 */
    .clearfix::after {
      content: "";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
    }
    
    /* 底部主体内容 */
    .f_bon {
      overflow: hidden; /* 包含浮动元素 */
    }
    
    /* 三个模块百分比宽度分配 */
    .f_blogo {
      width: 30%;
      float: left;
      padding-right: 3%;
    }
    
    .f_lianxi {
      width: 45%;
      float: left;
    }
    
    .f_ewm {
      width: 25%;
      float: right;
      padding-left: 2%;
    }
    
    /* 联系方式分两列 */
    .lianxi_left, .lianxi_right {
      width: 48%;
      float: left;
    }
    
    .lianxi_right {
      margin-left: 4%; /* 两列之间的间距 */
    }
    
    /* 第一部分样式 */
    .f_blogo .logo {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 18px;
      color: #ffffff;
    }
    
    .f_blogo .desc {
      font-size: 13px;
      line-height: 2;
      color: #e0e0e0;
      margin-bottom: 20px;
      text-align: justify;
    }
    
    .f_blogo .copyright {
      font-size: 12px;
      color: #c0c0c0;
      line-height: 1.8;
    }
    
    /* 第二部分样式 */
    .f_lianxi .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 18px;
      color: #ffffff;
      width: 100%;
      float: left;
    }
    
    .f_lianxi p {
      font-size: 13px;
      line-height: 2.2;
      color: #e0e0e0;
    }
    
    .f_lianxi .tel {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      margin: 10px 0;
      line-height: 1.5;
    }
    
    /* 第三部分样式 */
    .f_ewm .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 18px;
      color: #ffffff;
      text-align: center;
    }
    
    .f_ewm .qr-group {
      text-align: center;
      float: left;
      width: 48%;
      margin-right: 4%;
    }
    
    .f_ewm .qr-code {
      width: 110px;
      height: 110px;
      margin: 0 auto 10px;
      border: 2px solid #ffffff;
      display: block;
    }
    
    .f_ewm p {
      font-size: 13px;
      color: #e0e0e0;
      line-height: 1.5;
    }
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 31px;
            background-position: -23px -47px;
            background-size: 52px 82px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #023793;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #023793;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
