        * { margin:0; padding:0; box-sizing: border-box; }
        body { margin:0; padding:0; font-size:14px; font-family:"Microsoft YaHei", sans-serif; background:#ffffff; }
        ul,li,form { margin:0; padding:0; list-style:none;}
        img { border:0; max-width:100%; height:auto;}
        a { color:#3b3b3b; text-decoration:none; font-family:Microsoft Yahei,arial, sans-serif;}
        .clear { clear:both; }
        
        /* 头部样式 */
        .ly-head{
            max-width: 520px;
            height: 70px;
            margin: 20px auto;
            background: url(../img/heads.png) no-repeat 10px top;
            background-size: 80% auto;
        }
        
        /* 导航菜单 */
        .chxhmemu {
            width: 100%;
            height: auto;
            clear: both;
            border-top: 2px solid #9bbfe1;
            position: relative;
        }
        
        .chxhmenucon{
            max-width: 1200px;
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 0 15px;
            position: relative;
        }
        
        .menu-search{
            position: relative;
            margin-top: 10px;
            float: right;
            z-index: 9;
            overflow: hidden;
            width: 240px;
            height: 32px;
        }
        
        .searchtext{
            width: 180px;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            border: none;
            outline: none;
            border: 1px solid #3780c3;
            border-radius: 5px;
            padding: 0 10px;
            float: left;
        }
        
        .searchbtn {
            width: 50px;
            height: 32px;
            line-height: 32px;
            background-color: #3780c3;
            color: #fff;
            font-size: 16px;
            border: none;
            outline: none;
            float: left;
            margin-left: 10px;
            cursor: pointer;
        }
        
        /* 导航菜单样式 */
        nav{
            position: relative;
            z-index: 9999;
            margin-top: 20px;
            width: 100%;
        }
        
        nav ul li{
            list-style-type:none;
            float: left;
            margin-top:10px;
            position: relative;
        }
        
        nav ul li a{ 
            font-family: "微软雅黑";
            font-size: 16px;
            color:#3780c3;
            text-align: center;
            width: 110px;
            font-weight: bold;
            display: block;
            line-height: 32px;
            text-decoration: none;
        }
        
        nav ul li a:link, nav ul li a:visited{
            color:#3780c3;
        }
        
        nav ul li a:hover{
            text-decoration: underline;
            color:#3780c3;
        }
        
        nav ul li ul li{
            float: none;
            border-bottom: 1px dotted #3780c3; 
        }
        
        nav ul li ul li a{
            color:#3780c3;
            line-height: 32px; 
            font-size:16px;
            background: #fff;
        }
        
        nav ul li ul{
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            z-index: 1000;
            width: 110px;
        }
        
        nav ul li:hover ul{
            display: block;
        }
        
        .menu-fg{
            color:#3780c3;
            font-size:22px;
        }
        
        /* 移动端菜单按钮 */
        .menu-toggle {
            display: none;
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            color: #3780c3;
            cursor: pointer;
            line-height: 32px;
            z-index: 1001;
        }
        
        /* 主要内容区域 */
        .ly-adfocus{
            max-width: 1200px;
            width: 95%;
            height: auto;
            min-height: 336px;
            margin: 0px auto;
            /* 添加过渡效果 */
            transition: all 0.3s ease;
            /* 添加圆角和阴影 */
            border-radius: 8px;
          
            /* 添加背景图片 */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            /* 添加内容样式 */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
            position: relative;
            overflow: hidden;
        }
        
        /* 添加覆盖层增强可读性 */
        .ly-adfocus::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
          
            z-index: 1;
        }
        
       
        
        .ly-line{
            max-width: 1200px;
            width: 95%;
            height: 20px;
            margin: 0px auto;
            clear: both;
        }
        
        .ly-main{
            max-width: 1200px;
            width: 95%;
            margin: 0px auto;
            padding: 0 15px;
        }
        
        .ly-focus{
            width: 48%;
            height: 400px;
            min-height: 380px;
            float: left;
            background: #cccccc;
            margin-right: 4%;
            /* 添加过渡效果 */
            transition: all 0.3s ease;
            /* 添加圆角和阴影 */
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            /* 添加内边距 */
            padding: 0;
            /* 添加背景渐变 */
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            /* 添加背景图片 */
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
              position: relative;
  overflow: hidden;
        }
        .ly-focus .swiper-container { height:400px; }
        
        .ly-rightcon{
            width: 48%;
            height: auto;
            min-height: 380px;
            float: right;
        }
        
        .ly-rightcon li a{
            font-size: 22px;
            line-height: 42px;
            color: #3780c3;
            display: block;
            font-weight: bold;
        }
        
        .ly-rightcon li a:hover{
            text-decoration: underline;
        }
        
        .ly-rightcon p{
            line-height: 32px;
            font-size: 16px;
            margin-bottom: 10px;
            
             width: 80%;
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来表示溢出的内容 */
  white-space: nowrap; /* 防止文本换行 */
        }
        
        .md-title{
            font-size: 28px;
            height: 32px;
            line-height: 32px;
            color:#3780c3;
            border-left: 12px solid #3780c3;
            margin-bottom: 20px;
            padding-left: 10px;
            overflow: hidden;
        }
        
        .md-title span{
            float: right;
        }
        
        .md-title span a{
            line-height: 32px;
            height: 32px;
            color:#3780c3;
            font-size: 16px;
        }
        
        .md-title span a:hover{
            text-decoration: underline;
        }
        
        /* 广告图标区域 */
        .zlsadico {
            width: 18%;
            height: auto;
            float: left;
            overflow: hidden;
            margin-left: 2%;
            margin-bottom: 15px;
        }
          .zlsadico img{
            width:100%;
            height: 160px;
          }
        .zlsnews2title{
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #fd8912;
            text-align: center;
            font-size: 24px;
            color: #FFF;
            border-radius: 20px;
            letter-spacing: 2px;
            clear: both;
            margin-bottom: 15px;
        }	
        
        .zlsrnewscon li {
            color: #fd8912;
            font-size: 16px;
            line-height: 36px;
            padding-left: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .zlsrnewscon li a{
            color: #fd8912;
            font-size: 16px;
            line-height: 36px;
        }
        
        .zlsjrsz {
            padding-left: 15px;
        }
        
        .zlsjrsz li {
            color: #4db692;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .zlsjrsz li a{
            color: #4db692;
            letter-spacing: 2px;
        }
        
        .zlsnews2{
            width: 30%;
            overflow: hidden;
            float: left;
            margin-bottom: 20px;
        }
        
        .zlsnews2title1{
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #3780c3;
            text-align: center;
            font-size: 24px;
            color: #FFF;
            border-radius: 20px;
            letter-spacing: 2px;
            clear: both;
            margin-bottom: 15px;
        }
        
        .zlsnews2title2{
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #4db692;
            text-align: center;
            font-size: 24px;
            color: #FFF;
            border-radius: 20px;
            letter-spacing: 2px;
            clear: both;
            margin-bottom: 15px;
        }
        
        .zlsnews2line{
            width: 8px;
            height: 200px;
            margin-top: 80px;
            margin-left: 2%;
            float: left;
            border-left: 1px solid #e6e6e6;
        }
        
        .zlsbmfw{ 
            width: 48%;
            height: auto;
            min-height: 78px;
            float: left;
            margin-left: 1%;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        
        .zlsfoot{
            max-width: 1200px;
            width: 95%;
            line-height: 50px;
            margin: 0px auto;
            height: auto;
            min-height: 50px;
            padding: 0 15px;
            overflow: hidden;
        }
        
        .zlsfoot span a{
            color: #3780c3;
            font-size: 16px;
            display: block;
            width: auto;
            float: left;
            text-align: center;
            margin-right: 15px;
        }
        
        .zlsfoot b{	
            font-size: 20px;
            color: #3780c3;
            padding-left: 10px;
            padding-right: 10px;
            float: left;
        }
        
        .zlsfootico{
            width: 8px;
            height: 50px;
            float: left;
            background: #3780c3;
        }
        
        .zlsboot{
            overflow: hidden;
            line-height: 28px;
            font-size: 16px;
            background: #3780c2;
            width: 100%;
        }
        
        .zlsbootcon{
            max-width: 800px;
            width: 95%;
            overflow: hidden;
            margin: 0px auto;
            padding: 30px 15px 10px;
        }
        
        .zlswx{
            width: 200px;
            height: auto;
            min-height: 150px;
            float: left;
            font-size: 16px;
            text-align: center;
            color: #FFF;
            margin-bottom: 20px;
        }
        
        .zlswx img{
            width: 100px;
            height: 100px;
        }
        
        .zlscopy{
            width: auto;
            line-height: 28px;
            float: left;
            color: #ffffff;
            border-right: 1px solid #FFF;
            padding-right: 15px;
            margin-right: 15px;
        }
        
        .zlscopycon{
            color: #ffffff;
            font-size: 14px;
            float: left;
            padding-left: 0;
        }
        
        /* 响应式设计 - 平板 */
        @media (max-width: 1024px) {
            .ly-focus, .ly-rightcon {
                width: 100%;
                float: none;
                margin-bottom: 20px;
            }
            
            
            
            
     .ly-focusconauto{
    height: 380px;}     
    
.ly-focus img{
     width:100%;
     height: 380px;
       transition: transform 0.5s ease; /* 平滑过渡效果 */
   }
    
    
            .zlsnews2 {
                width: 48%;
                margin-right: 2%;
            }
            
            .zlsnews2:last-child {
                width: 100%;
                margin-right: 0;
                margin-top: 20px;
            }
            
            .zlsnews2line {
                display: none;
            }
            
            .zlsadico {
                width: 23%;
            }
        }
        
        /* 响应式设计 - 手机 */
        @media (max-width: 768px) {
            .ly-head {
                height: 50px;
                margin: 10px auto;
            }
            
            .menu-search {
                display: none; /* 手机端隐藏搜索功能 */
            }
            
            .menu-toggle {
                display: block;
                margin-top:-72px;
                
            }
            
            nav ul {
                display: none;
                width: 100%;
                background: #fff;
                position: absolute;
                top: 100%;
                left: 0;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                z-index: 1000;
            }
            
            nav ul.show {
                display: block;
            }
            
            nav ul li {
                float: none;
                width: 100%;
                border-bottom: 1px solid #e6e6e6;
            }
            
            nav ul li a {
                width: 100%;
                text-align: left;
                padding: 0 15px;
            }
            
            nav ul li ul {
                position: static;
                width: 100%;
                box-shadow: none;
            }
            
            nav ul li ul li {
                border-bottom: none;
            }
            
            .menu-fg {
                display: none;
            }
            
            /* 手机端.ly-adfocus样式 */
            .ly-adfocus {
                width: 100%;
                min-height: 200px; /* 减小高度适应手机屏幕 */
                margin: 10px auto;
                font-size: 18px; /* 调整字体大小 */
                padding: 15px;
                text-align: center;
                /* 添加触摸友好的交互效果 */
                transform: translateZ(0);
                transition: transform 0.2s ease;
                
            }
            
            .ly-adfocus-content {
                padding: 15px;
            }
            
            /* 添加触摸反馈 */
            .ly-adfocus:active {
                transform: scale(0.98);
            }
            
            /* 手机端.ly-focus样式 */
            .ly-focus {
                width: 100%;
                min-height: 250px; /* 减小高度适应手机屏幕 */
                overflow:hidden;
                margin-right: 0;
                margin-bottom: 20px;
                font-size: 20px; /* 调整字体大小 */
                padding: 20px;
                text-align: center;
                /* 添加触摸友好的交互效果 */
                transform: translateZ(0);
                transition: transform 0.2s ease;
            }
            
            /* 添加触摸反馈 */
            .ly-focus:active {
                transform: scale(0.98);
            }
            
            .zlsadico {
                width: 48%; /* 手机端图片一行两列 */
                margin-left: 1%;
            }
            
            .zlsnews2 {
                width: 100%;
                margin-right: 0;
            }
            
            .zlsbmfw {
                width: 48%;
            }
            
            .md-title {
                font-size: 22px;
            }
            
            .ly-rightcon li a {
                font-size: 18px;
                font-weight: bold;
                
            }
            
            .zlsfoot b, .zlsfoot span a {
                float: none;
                display: block;
                text-align: left;
                line-height: 30px;
            }
            
            .zlswx, .zlscopy, .zlscopycon {
                float: none;
                width: 100%;
                text-align: center;
                margin-bottom: 15px;
            }
            
            .zlscopy {
                border-right: none;
                padding-right: 0;
                margin-right: 0;
            }
        }
        
        @media (max-width: 480px) {
            .zlsadico {
                width: 48%;
                margin-left: 1%;
            }
            .ly-line{
                display: none;
            }
            
            .zlsbmfw {
                width: 48%;
            }
            
            /* 超小屏幕进一步优化.ly-adfocus */
            .ly-adfocus {
                min-height: 150px;
                font-size: 16px;
                padding: 10px;
                display: none;
            }
            
            .ly-adfocus-content {
                padding: 10px;
            }
            
            /* 超小屏幕进一步优化.ly-focus */
            .ly-focus {
                   width: 100%;
            height: auto;
            min-height: 200px;
            float: left;
            background: #cccccc;
            margin-right: 4%;
            /* 添加过渡效果 */
            transition: all 0.3s ease;
            /* 添加圆角和阴影 */
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            /* 添加内边距 */
            padding: 15px;
            /* 添加背景渐变 */
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            /* 添加背景图片 */
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
              position: relative;
  overflow: hidden;
            }
        .ly-focus .swiper-container { height:220px; }
        .ly-focus .swiper-container img { min-width:100%; height:100%; } 
            
            .ly-focusconauto{
    height: 200px;
}            
  
            
        }




           
   



        /* 响应式设计 - 手机 */
        @media (max-width: 768px) {
            .zlsfoot {
                width: 100%;
                line-height: 1.5;
                padding: 15px;
                min-height: auto;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
            
            .zlsfootico {
                display: none; /* 手机端隐藏竖线图标 */
            }
            
            .zlsfoot b {
                float: none;
                display: block;
                width: 100%;
                font-size: 18px;
                padding: 10px 0;
                text-align: center;
                border-bottom: 1px dashed #3780c3;
                margin-bottom: 10px;
            }
            
            .zlsfoot span {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                width: 100%;
            }
            
            .zlsfoot span a {
                float: none;
                display: inline-block;
                width: auto;
                margin: 5px 10px;
                padding: 8px 15px;
                background: #e8f1f9;
                border-radius: 20px;
                font-size: 14px;
                transition: all 0.3s ease;
            }
            
            .zlsfoot span a:hover {
                background: #3780c3;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            }
        }
        
        @media (max-width: 480px) {
            .zlsfoot {
                padding: 10px;
            }
            
            .zlsfoot b {
                font-size: 16px;
                padding: 8px 0;
            }
            
            .zlsfoot span a {
                font-size: 13px;
                padding: 6px 12px;
                margin: 4px 8px;
            }
        }
