.topbanner {
    background-image:url(./img/zcxq.png);
    background-position:center center;
    background-repeat:no-repeat;
    height:340px;
    margin:0 auto;
}
.topbanner-content{
    width:100%;
    height:72px;
    background: #08A478
}
.topbannerleft {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .topbannerleft a {
        font-weight: bold;
        color: #FFFFFF;
    }
    .topbannerleft span {
        display:block;
        height:72px;
        line-height:72px;
    }
    .topbannerleft>span{
        height: 72px;
    align-items: center;
    display: flex;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
    }
    
    .topbannerleft>span:not(:last-child):not(:nth-child(1)):before{
        content:"";
        position: absolute;
        width:0;
        right: 100%;
        bottom: 0;
        height:2px;
        background:#fff;

    }
    .topbannerleft>span:not(:last-child):not(:nth-child(1)):hover::before{
        width:90%;
        right: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}

        .topbannerleft span.active {
            border-bottom: 2px solid #fff;
    background: rgba(255, 255, 255, 0.2);
        }
.topsearch{
    width:1200px;
    margin:0 auto;
    
   
}
.topsearchtitle{
  
font-size: 40px;
color: #FFFFFF;  
font-weight: bold;
margin-bottom: 48px;
padding-top:80px;
}
.topsearch input{
    width:620px;
    height:56px;
    padding: 0 20px;
    border:none
}
.topsearch span{
    width:80px;
    height:56px;
    background:#08A478;
    color:#fff;
    text-align:center;
    line-height: 56px;
    display:inline-block
}
.toptag{
    width:1200px;
    margin:0 auto
}
.toptag-choose{

background-color: #fff;
padding:20px;
box-sizing: border-box;
position: relative;
margin-top:-67px
}
.toptag-choooselist{
    background:#F7FBFC;
    min-height:118px;
    width:100%;
    display: flex;
    flex-direction: column;
    margin-top:18px
    
}
.toptag-choooselist > div{
    display: flex;
    align-items: center;
    background: #EDF3F5;
    
    
}
.typechoose{
    color: #08A478;
border-bottom: 2px solid #08A478;
}
.choooselist-type{
    flex-basis: 96px;background:#EDF3F5;color:#606664;padding:20px;
    box-sizing: border-box;
}
.choooselist-depart{
   padding:20px;
    box-sizing: border-box;
    background: #F7FBFC;

}
.choooselist-depart span{
  margin:5px 16px;
  cursor: pointer;
  font-weight: 500;
}
.choooselist-depart span:hover{
    border-bottom: 2px solid #08A478;
}
.toptag-policylist{
    width:1200px;
    min-height:700px;
    background-color: #fff;
    padding:20px 0 20px 20px;
    box-sizing: border-box;
    margin-top:16px
}
.policylist-page{
    text-align: center;
    margin-top:50px
}
