*{
    padding: 0;
    margin: 0;
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
}
body{
    background: #fff;
}
.container{
    width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}
.slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }
.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.clear{
    clear: both;
}
.flex{
display: flex;
flex-wrap: wrap;
}
a{
    text-decoration: none;
}  
li{
    list-style: none;
}
img{
    width: 100%;
}
#phone{
    display: none !important;
}
header{
    min-width: 1200px;
    overflow: hidden;}
header .top{
        justify-content: space-between; 
        padding: 22px 85px;
  
    }
header .navbar{
        justify-content: space-between;
        width: 53% ;
        padding: 0;
        overflow: hidden;}
header .logo{
            width: 190px;
        }
header nav{
            width: 68%;}
header .nav{
                justify-content: space-between;}
header .nav a{
                    font-size: 18px;
                    color: rgba(16,16,18);
                }
header .nav a:hover{
                    color: rgba(55,125,246);
                }
header .search {
        padding: 10px 0;
    width: 355px;
}
header .search input{
        width:275px;
        height: 40px;
        border: 1px solid rgba(55,125,246);
        border-radius: 5px 0px 0px 5px;
        background: #fff;
        padding-left: 15px;
    }
header input::placeholder{
        color: rgba(0,0,0,0.2);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        height: 21px;
       
    }
header .search .input-group button{
        width: 80px;
        height: 40px;
        background: linear-gradient(90deg,rgba(55,125,246) 0%,rgba(93,155,241) 100%);
        border-radius: 0px 5px 5px 0px;
        border: none;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
header .phone_number{
        margin-left: 40px;}
header .phone_number .number{
        font-size: 20px;
        font-weight: 700;
        line-height: 29px;
        color: rgba(55,125,246);
        height: 28px;}
header .phone_number .number .icon{
            display: inline-block;
            background: url(/static/index/pc/images/icon_phone.png) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 100% 100%;
            margin-bottom: -5px;
            margin-right: 3px;
        }
header .fw{
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 26px;
        color: rgba(55,125,246);
        height: 27px;}
header .fw span{
            font-size: 20px;
            line-height: 29px;
            color: rgba(55,125,246);
            margin-left: -6px;
        }
header .swiper-banner{
    position: relative;
    overflow: hidden;
    
}
header .swiper-pagination span{
        width: 50px;
      border-radius: 5px;
      height: 5px;
    }
footer{
    background: #fff;
    box-shadow: -4px 0px 8px 6px rgba(57,102,179,0.1);
    background: rgba(255,255,255,0.5);}
footer .foot{
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;}
footer .logo_bt{
        width: 240px;
        height: 57px;
    }
footer .des{
        width: 760px;}
footer .des .des1{
            font-size: 14px;
            line-height: 28px;
            font-weight: 400;
            color: rgba(0,0,0,0.5);
            text-align: center;
            border-bottom: 1px dashed rgba(0,0,0,0.3);
            padding-bottom: 15px;
            margin-bottom: 15px;
        }
footer .copy_right{
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: rgba(0,0,0,0.5);
            text-align: center;
        }
footer .ma{
        width: 120px;}
footer .ma .p{
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color: rgba(0,0,0,0.8);
            text-align: center;
            margin-top: 5px;
        }
.pagesize{
        margin: 30px auto 0;
        padding-bottom: 60px;}
.pagesize ul{
            display: flex;
            justify-content: center;}
.pagesize li{
                border-radius: 5px;
                font-size: 14px;
                color: rgba(0,0,0,0.5);
                margin: 0 5px;
                 padding: 10px 15px;
                    background: #fff;
                     border-radius: 5px;
                    overflow: hidden;}
.pagesize li a{
                    display: block;
                   
                   
                    font-size: 14px;
                    color: rgba(0,0,0,0.5);
                   
                }
.pagesize li.thisclass{background: linear-gradient(90deg,rgba(54,124,246) 0%,rgba(94,156,241) 100%);}
.pagesize li.thisclass a{
                color: #fff;
            }
.pagesize li:not(:has(a)){
                /*padding: 10px 15px;*/
                background: linear-gradient(90deg,rgba(54,124,246,0.5) 0%,rgba(94,156,241,0.5) 100%);
                color: #fff;
            }
#zyzx .pagesize ul li{
     border: 1px solid rgba(49,156,255,0.5);
}
#article .article{
        justify-content: space-between;
        margin-top: 22px;
        margin-bottom: 90px;}
#article .article .article_main{
            width: 780px;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0px 2px 8px 2px rgba(49,156,255,0.25);
            margin: 4px;
            padding: 30px;}
#article .article .article_main article{
                padding-bottom: 30px;
                border-bottom: 1px dashed rgba(49,136,255);
            }
#article .article .article_main .head{
                border-bottom: 1px dashed rgba(49,136,255);
                margin-bottom: 20px;
            }
#article .article .article_main h1{
        font-size: 24px;
                font-weight: 600;
                line-height: 43px;
                color: #000;
            }
#article .article .article_main h2{
                font-size: 20px;
                font-weight: 600;
                line-height: 27px;
                margin: 20px 0 10px;
                 color: #000;
            }
#article .article .article_main h3{
                font-size: 18px;
                font-weight: 600;
                line-height: 27px;
               color: #000;
                margin: 5px 0;
            }
#article .article .article_main .time{
                justify-content: space-between;
                margin: 14px 0;}
#article .article .article_main .time span{
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 26px;
                    color: rgba(0,0,0,0.3);
                }
#article .article .article_main article p{
font-size: 16px;
font-weight: 300;
line-height: 36px;
color: rgba(0,0,0);
            }
#article .article .article_main .page{
                justify-content: space-between;
                margin-top: 30px;
        }
#article .article .article_recent{
            width: 780px;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0px 2px 8px 2px rgba(49,156,255,0.25);
            margin: 4px;
            padding: 0 30px 1px;
            margin-top: 26px;}
#article .article .article_recent .head{
                height: 80px;
      line-height: 80px;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      border-bottom: 1px dashed rgba(49,136,255);
            }
#article .article .article_recent .head:before{
                content: '';
    display: inline-block;
    height: 36px;
    width: 36px;
    background: url(/static/index/pc/images/article_icon1.png) no-repeat;
background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
    margin-bottom: -9px;
    margin-right: 10px;
           
            }
#article .article .article_recent .article1{
                margin: 20px 0;}
#article .article .article_recent .article1 .title{
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 35px;
                    letter-spacing: 1px;
                    white-space: nowrap;
                    display: block;
                    overflow: hidden;
                    text-overflow:ellipsis;
                }
#article .article .article_recent .article1 .des{
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 36px;
                    color: rgba(0,0,0,0.5);
                    display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
                    margin-top: 15px;
                }
#article .article .article_recent .recent_list li{
                    justify-content: space-between;
                    margin-bottom: 15px;
                    align-items: center;
}
#article .article .article_recent .recent_list a{
                    display: block;
                    width: 590px;
                    font-size: 18px;
                    font-weight: 400;
                    letter-spacing: 1px;
                    line-height: 35px;
                    color: rgba(0,0,0,0.8);
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow:ellipsis;
                }
#article .article .article_recent .recent_list time{
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 26px;
                    color: rgba(0,0,0,0.3);
                }
#article .article .asides{
            width: 390px;}
#article .article .asides .head{
                height: 70px;
                line-height: 70px;
                font-size: 20px;
                font-weight: 600;
                color: #000;
                border-bottom: 1px dashed rgba(49,136,255);
                }
#article .article .asides .recent_article{
                padding: 0 20px 1px;
                box-shadow: 0px 2px 8px 2px rgba(49,136,255,0.25);
                margin: 4px 4px 20px;
                border-radius: 10px;}
#article .article .asides .recent_article .head:before{
                    content: '';
        display: inline-block;
        height: 36px;
        width: 36px;
        background: url(/static/index/pc/images/article_icon2.png) no-repeat;
    background-size: auto;
        background-size: auto;
        background-size: 100% 100%;
        margin-bottom: -9px;
        margin-right: 10px;
               
                }
#article .article .asides .recent_article .recent_list{
                    margin-top: 23px;}
#article .article .asides .recent_article .content{
                        margin-bottom: 20px;}
#article .article .asides .recent_article .img{
                          display: block;
                          border-radius: 10px;
                          overflow: hidden;
                          width: 110px;
                             }
#article .article .asides .recent_article .title{
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 27px;
         display: block;
        color: rgba(0,0,0,0.8);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
       margin: 5px 0 5px;
     width: 210px;
                              }
#article .article .asides .recent_article .time{
        justify-content: space-between;}
#article .article .asides .recent_article .time span,#article .article .asides .recent_article .time time{
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
            color: rgba(0,0,0,0.5);
        }
                            
#article .article .asides .recent_article .content:hover .title{
                     color: rgba(54,124,248,0.8);
                    }
#article .article .asides .recent_article .content .tit{
    justify-content: space-between;
    align-items: center;
}
#article .article .asides .recent_article .content .des{
    font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0,0,0,0.5);
}
#article .article article img{
    width: 700px;
}
.mianbao p{
    display: inline-block;
}
.mianbao a,.mianbao{
    font-size: 14px;
    color: rgba(79,109,205);
    
}
.mianbao p{
    font-size: 14px;
  color: #000;
}
.mianbao{
    margin-top: 20px;
}
 #article .article .page{
     justify-content: space-between;
 }
 #article .article .page p{
      width: 345px;
      padding: 20px;
      border: 1px dashed #2879EB;
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(0,0,0,0.8);
      border-radius: 10px;
     background: linear-gradient(90deg,rgba(255,255,255) 0%,rgba(255,255,255) 100%);
      /*transition: all .3s linear;*/
      
  }
   #article .article .page p a{
       display: block;
       font-size: 16px;
       font-weight: 400;
       line-height: 30px;
       color: rgba(0,0,0,0.5);
       /*transition: all .3s linear;*/
   }
   #article .article .page p:hover{
      border: none;
      color: #fff;
   background: linear-gradient(90deg,rgba(54,124,246) 0%,rgba(94,156,241) 100%);
  }
    #article .article .page p:hover a{
        color: rgba(255,255,255,0.7);
    }
.result{
    padding-top: 40px;
}
.result .list{
    border-top: 1px dashed rgba(49,136,255);
}
.result .list li{
    height: 151px;
    padding: 30px 0;
     border-bottom: 1px dashed rgba(49,136,255);
}
.result .list li span{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 650px;
}
.result .list li span a,.result ul li span small{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0,0,0,0.2);
}
.result .list li h3{
    margin-top:20px ;
}
.result .list li h3:after{
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/static/index/pc/images/result.icon.png) no-repeat;
    background-size: 100% 100%;
    float: right;
}
.result .list li h3 a{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 43px;
    color: rgba(0,0,0,0.8);
}
@media (max-width:1320px) {
header .top{
        padding: 22px 0;}
   }
/* 移动端 */
@media (max-width:820px) {
body{
        max-width: 820px;
        width: 100%;
  margin: 0 auto !important;
  background: #fff;
  position: relative;
    }
body.show{overflow: hidden;}
.container{
        max-width: 820px;
        width: 100%;
    }
#pc{display: none !important;}
#phone{
        display: block !important;
    }
header{
        max-width: 820px;
        min-width: 0;
        position: relative;
        overflow: inherit;}
   
     
header .top{
       padding: 0 3.3333vw 0;
        position: relative;
        align-items: center;
    height: 10.67vw;
}
header .navbar{ 
        width: 100%;
        align-items: center;
        height: 100%;
}
header .logo{
         width: 43.6vw;
    height: 7.33vw;
        }
header nav{
            width: 4.688vw;
            height: 3.8773vw;
            background: url(/static/index/pc/images/nav_icon.png) no-repeat;
            background-size: 100% 100%;
        }
header .top .right{
            position: absolute;
           left: 52.27vw;}
header .top .right .phone_number{
                margin-left: 0;
                margin-bottom: -1vw;}
header .top .right .phone_number .number{
                    font-size: 2.6667vw;
                    line-height: 3.86667vw;
                    height: 3.86667vw;}
header .top .right .phone_number .number .icon{
                        width: 2.9333vw;
                        height: 2.9333vw;
                        margin-right: 0.4vw;
                        margin-bottom: -0.4vw;
                    }
header .top .right .fw{
                    font-size: 2.4vw;
                    line-height: 3.6vw;
                    height: 3.6vw;
                    margin-top: -.5vw;}
header .top .right span{
                        font-size: 2.6667vw;
                        line-height: 3.6vw;
                        margin-left: -.8vw;
                    }
                
#phone.nav_mask.active{
        display: block !important;
    }
#phone.nav_mask{
        position: absolute;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        background: rgba(0,0,0,0.3);
        top: 10.6667vw;
        left: 0;           
        display: none !important;
        top: 10.67vw;}
#phone.nav_mask .nav{
        width: 42.6667vw;
        background:#fff;
        height: 100%;
        text-align: center;
        display: block;
        -webkit-box-shadow: 1px 1px 12px -6px #377DF6 inset;
        -ms-box-shadow: 1px 1px 12px -6px #377DF6 inset;
        -moz-box-shadow:1px 1px 12px -6px #377DF6 inset;
       position: absolute; }
#phone.nav_mask .nav li a{
            width: 100%;
            height: 13.3333vw;
            line-height: 13.3333vw;
            border-bottom: 1px dashed rgba(0,0,0,.4);
            display: block;
            font-size: 3.2vw;
            font-weight: 400;
            color: rgba(16,16,18,0.8);
        }

#phone.nav_mask .nav.active{
        animation: slider .4s linear;
       }
main{
        padding: 0 4vw;
    
}
.result .pagesize{
                margin: 4vw auto 0;
                padding-bottom: 0;}
.pagesize ul{
                    display: flex;
                    justify-content: center;}
.pagesize li{
                        border-radius: .67vw;
                        font-size: 1.87vw;
                        color: rgba(0,0,0,0.5);
                        margin: 0 .67vw;
                         padding: 1.33vw 2vw;
                            background: #fff;
                            border-radius: .67vw;
                            overflow: hidden;
                              border: .33vw solid rgba(49,156,255,0.5);
                              font-size:1.87vw;}
.pagesize li a{
                            display: block;
                           
                            font-size:1.87vw;
                            color: rgba(0,0,0,0.5);
                          
                        }
                    
.pagesize  li.thisclass{ 
    background: linear-gradient(90deg,rgba(54,124,246) 0%,rgba(94,156,241) 100%);
                        border:none;
                    }
.pagesize li.thisclass a{
                        color: #fff;
                    }
.pagesize  li:not(:has(a)){
                        padding: 1.33vw 2vw;
                        background: linear-gradient(90deg,rgba(54,124,246,0.5) 0%,rgba(94,156,241,0.5) 100%);
                        color: #fff;
                        border: none;
                    }

footer{
        margin-top: 5.33vw;}
footer .foot{
        padding: 3.33vw 4vw 4vw;}
footer .foot .des{
            justify-content: space-between;
            align-items: center;
            width: auto;
            border-bottom: .33vw dashed rgba(0,0,0,0.3);
            padding-bottom: 2.67vw;}
footer .foot .des .logo_bt{
                width: auto;
          height: auto;}
footer .foot .des .logo_bt img{
                   width: 32vw;
    height: 5.33vw;
                    margin-bottom: 2.67vw
                }
footer .foot .des .des1{
                    text-align: left;
                    font-size: 2.13vw;
                    font-weight: 400;
                    line-height: 3.73vw;
                    color: rgba(0,0,0,0.5);
                    width: 66.13vw;
                    border: none;
                    padding: 0;
                    margin: 0;
                }
footer .foot .ma{
                width: 21.33vw;}
footer .foot .ma p{
                    font-size: 2.4vw;
                    font-weight: 500;
                    line-height: 3.47vw;
                    color: rgba(0,0,0,0.8);
                    text-align: center;
                }
footer .foot .copy_right{
            font-size: 1.87vw;
            font-weight: 400;
            line-height: 2.67vw;
            color: rgba(0,0,0,0.5);
            text-align: center;
            margin-top: 1.33vw;
        }
 #article .article{
            justify-content: space-between;
            margin-top: 3vw;
            margin-bottom: 0;}
 #article .article .left{
     width: 100%;
 }
 #article .article .article_main{
                width: 99%;
                border-radius: 1.33vw;
                background: #fff;
                box-shadow: 0px .27vw 1.07vw .27vw rgba(49,156,255,0.25);
                margin: .53vw;
                padding: 4vw;}
 #article .article article{
                    padding-bottom: 4vw;
                    border-bottom: .33vw dashed rgba(49,136,255);
                }
 #article .article article .head{
                    border-bottom: .33vw dashed rgba(49,136,255);
                    margin-bottom: 2.67vw;
                }
 #article .article .article_main h1 {
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 6vw;
  color: #000;
}
#article .article .article_main h2 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 4vw;
  margin: 2.67vw 0 1.33vw;
  color: #000;
}
#article .article .article_main h3 {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 3.2vw;
  color: #000;
  margin: 2.67vw 0;
}
#article .article .article_main .time{
                    justify-content: space-between;
                    margin: 1.87vw 0;}
#article .article .article_main .time span{
                        font-size: 2.4vw;
                        font-weight: 400;
                        line-height: 3.47vw;
                        color: rgba(0,0,0,0.3);
                    }
 #article .article .article_main article p{
    font-size: 3.2vw;
    font-weight: 300;
line-height: 5.6vw;
    color: rgba(0,0,0);
                }
 #article .article .page{
                    justify-content: space-between;
                    margin-top: 4vw;
                }
            
 #article .article .article_recent{
                width: 99%;
                border-radius: 1.33vw;
                background: #fff;
                box-shadow: 0px .27vw 1.07vw .27vw rgba(49,156,255,0.25);
                margin: .53vw;
                padding: 0 4vw .33vw;
                margin-top: 3.47vw;}
 #article .article .article_recent .head{
                    height: 10.67vw;
          line-height: 10.67vw;
          font-size: 4vw;
          font-weight: 700;
          color: #000;
          border-bottom: .33vw dashed rgba(49,136,255);
                }
 #article .article .article_recent .head:before{
                    content: '';
        display: inline-block;
        height: 6vw;
          width: 6vw;
        background: url(/static/index/pc/images/article_icon1.png) no-repeat;
    background-size: auto;
        background-size: auto;
        background-size: 100% 100%;
        margin-bottom: -1.7vw;
        margin-right: 1.33vw;
               
                }
 #article .article .article_recent .article1{
                    margin: 4vw 0;}
 #article .article .article_recent .article1 .title{
                        font-size: 3.2vw;
                        font-weight: 400;
                        line-height: 4.67vw;
                        letter-spacing: .33vw;
                        white-space: nowrap;
                        display: block;
                        overflow: hidden;
                        text-overflow:ellipsis;
                    }
 #article .article .article_recent .article1 .des{
                        font-size: 2.4vw;
                        font-weight: 400;
                        line-height: 4.8vw;
                        color: rgba(0,0,0,0.5);
                        display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;
                        margin-top: 2vw;
                    }
 #article .article .article_recent .recent_list li{
                        justify-content: space-between;
                        margin-bottom: 3vw;
                        align-items: center;
                    }
 #article .article .article_recent .recent_list li a{
                        display: block;
                        width: 68.66vw;
                        font-size: 3.2vw;
                        font-weight: 400;
                        letter-spacing: .33vw;
                        line-height: 4.67vw;
                        color: rgba(0,0,0,0.8);
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow:ellipsis;
                    }
 #article .article .article_recent .recent_list li time{
                        font-size: 2.4vw;
                        font-weight: 400;
                        line-height: 3.47vw;
                        color: rgba(0,0,0,0.3);
                    }
#article .article article img{
    width: 100%;
}
.mianbao p{
    display: contents;
    font-size: 2.67vw;
    color: #000;
}
.mianbao a,.mianbao{
    font-size: 2.67vw;
    color: rgba(79,109,205);
    
}
.mianbao{
    margin-top: 2vw;
}
 #article .article .page{
     justify-content: space-between;
 }
 #article .article .page p{
width: 37.87vw;
    padding: 2.66vw;
    border: .33vw dashed #2879EB;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4.2vw;
    color: rgba(0,0,0,0.8);
    border-radius: 1.33vw;
    transition: all .3s linear;
  }
   #article .article .page p a{
      display: block;
    font-size: 2.67vw;
    font-weight: 400;
    line-height: 4vw;
    color: rgba(0,0,0,0.5);
    transition: all .3s linear;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
   }
   #article .article .page p:hover{
      border: none;
      color: #fff;
   background: linear-gradient(90deg,rgba(54,124,246) 0%,rgba(94,156,241) 100%);
  }
    #article .article .page p:hover a{
        color: rgba(255,255,255,0.7);
    }
}
@keyframes slider {
        0%{
            left: -90%;
        }
        100%{
            left: 0;
        }
    }