body{
    background: #ffffff;
}
/* 导航nav */
#nav{
    width: 100%;
    font-size: 18px;
    overflow-x:auto;
    overflow-y: hidden;
    box-sizing: border-box;
    color: #444;
    border-bottom: 1px solid #eaeaea;
    z-index: 100;
}
#navInner{
    box-sizing: border-box;
    width: 800px;
}
.navItem{
    width: 100px;
    height: 100%;
    float: left;
    padding: 12px 0px;
    text-align: center;
}
#navInner a{
    color: #333;
}
#nav::-webkit-scrollbar {
    display: none;
}

#head{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
}
.logo{
    height: 66px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    z-index: 100;
}
.logo img{
    width: 60%;
}
.navList{
    width: 100%;
    background: #39ac37;;
    color: #ffffff;
    font-size: 20px;
    z-index: 99;
}
.navList a{
    color: #ffffff;
}
.navListItem{
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0px;
    text-align: center;
}
.indexContent{
    width: 100%;
    z-index: -1;
}
.sliderOut{
    width: 100%;
}
.service{
    font-size: 16px;
    width: 100%;
}
.fwxm{
    font-size: 16px;
    width: 100%;
}
.fwxmInner{
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 8px;
}
.fwxmInner-item{
    flex:1;
}
.fwxmInner-item-img{
    width: 200px;
    height: 200px;
}
.fwxmInner-item-right{
    display: flex;
    padding-left: 12px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.fwxmInner-item-right-item{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    padding: 4px 6px;
}
.fwxmInner-item-right-item-inner{
    background-color: #39ac37;
    color: #fff;
    padding: 8px;
    width: 100%;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.serviceImg{
    width: 100%;
    box-sizing: border-box;
}
.serviceImg img{
    width: 100%;
}
.cjwt{
    font-size: 16px;
    width: 100%;
}
.cjwt-list{
    padding: 8px;
}
.cjwt-item{
    display: flex;
    padding: 6px 0px;
    align-items: center;
}
.cjwt-item-num{
    border: 1px solid #39ac37;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #39ac37;
    margin-right: 10px;
}
.cjwt-item-text{
    flex: 1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
.cjwt-item-date{
    color: #39ac37;
    font-size: 14px;
    margin-left: 10px;
}
.code-wrap{
    display: flex;
    margin-bottom: 12px;
}
.code-item{
    flex:1;
}
.indexTitle{
    box-sizing: border-box;
    border-left: 4px solid #39ac37;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}
.serviceInner{
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    flex-wrap:wrap;
}
.serviceInner>.serviceItem{
    box-sizing: border-box;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    padding: 12px 0px;
    color: #444;
}
.serviceInner>.serviceItem img{
    width: 80%;
    margin-bottom: 8px;
}
.choiceInner{
    box-sizing: border-box;
    padding: 8px;
}
.choiceInner img{
    width: 176px;
    height: 246px;
    margin-right: 8px;
}
.choiceItem{
    box-sizing: border-box;
    padding: 16px 0px;
    display: flex;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #eaeaea;
}
.choiceMsg{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.choiceInner p{
    padding-bottom: 20px;
}
.choiceBtn{
    display: inline-block;
    width: 100%;
    background: #39ac37;
    color: #ffffff;
    padding: 8px 0px;
    text-align: center;
}
.moreBtn{
    display: block;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #bebebe;
    padding: 12px 0px;
    text-align: center;
    border-radius: 8px;
    background: #f1f1f1;

}
.pxInner{
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
}
.pxItem{
    width: 50%;
    box-sizing: border-box;
    padding: 0px 12px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #444;
}
.pxItem-inner{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 12px;
}
.pxImg{
    width: 100%;
}
.pxItem img{
    width: 100%;
}
.pxMsg{
    padding: 12px 0px;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fwInner{
    padding: 8px;
    box-sizing: border-box;
    width: 100%;

}
.fwItem{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}
.fwItem-top{
    display: flex;
}
.fwItem-top-left{
    width: 60%;
}
.fwItem-top-left img{
    width: 100%;
    height: 110px;
    object-fit: cover;
}
.fwItem-top-right{
    width: 40%;
}
.fwItem-top-right p{
    padding: 4px 8px;
    line-height: 1.4;
    height: 110px;
    overflow: hidden;
    text-overflow:ellipsis;
    color: #666;
}
.fwItem-bottom{
    display: flex;
    padding: 12px 0px;
}
.fwItem-bottom-item{
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fwItem-bottom-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #39ac37;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 8px;
}
.fwItem-bottom-text{
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #333;
    font-size: 18px;
}
.xwInner{
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
}
.xwItem{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.xwItem-top{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 8px;
    color: #333;
    font-size: 18px;
}
.xwItem-bottom{
    height: 56px;
    overflow: hidden;
    line-height: 1.2;
}
.gyInner{
    /* padding: 8px; */
    box-sizing: border-box;
    width: 100%; 
}
.gyMsg{
    padding: 8px;
    box-sizing: border-box;
}
.gyMsg-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}
.gyMsg-text{
    line-height: 1.4;
    margin-bottom: 8px;
}
.newsList{
    display: block;
    padding: 12px 0px;
    border-bottom: 1px dashed #eaeaea;
    color: #444;
}
.footMsg{
    padding: 12px;
    box-sizing: border-box;
}
.footNav{
    border-top: 1px solid #bebebe;
    display: flex;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    z-index: 100;
}
.footNav a{
    color: #333;
}
.footNavItem{
    display: block;
    width: 25%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 6px;
}
.footNavItem .iconfont{
    font-size: 28px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 6px;
    
}
/* 分页 */
.page{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.page a{
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #bebebe;
    line-height: 28px;
    text-align: center;
    margin-right: 6px;
    
}
.page a:hover{
    background: #39ac37;
    color: #fff;
}
.isPage{
    background: #39ac37;
    color: #fff;
}

.page span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #bebebe;
    line-height: 28px;
    text-align: center;
    margin-right: 6px;

}

.page span.active {
background: #39ac37;
color: #fff;
}