#floor1{
    position: relative;
    height: 320px;
    margin-top: 38px;
    overflow: hidden;
}
#floor1 .floor1-left{
    position: absolute;
    left: 0;
    width: 280px;
    height: 100%;
    overflow: hidden;
}
#floor1 .floor1-middle{
    position: absolute;
    left: 310px;
    right: 290px;
    overflow: hidden;
}
#floor1 .floor1-middle .news-list .title{
    width: 590px;
}
#floor1 .floor1-right{
    position: absolute;
    right: 0;
    width: 260px;
    height: 100%;
    overflow: hidden;
}
#floor1 .floor1-right .btn-content{
    overflow: hidden;
    width: 254px;
    margin: 0 auto;
}
#floor1 .floor1-right .btn-content .item{
    overflow: hidden;
}
#floor1 .floor1-right .btn-content .item a,#floor1 .floor1-right .btn-content .item span{
    display: block;
    width: 254px;
	height: 55px;
    line-height: 55px;
    text-align: center;
	background-color: #54bb5e;
	border-radius: 27px;
    margin-bottom: 12px;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
#floor1 .floor1-right .btn-content .item a:hover{
	background-color: #e4dc6e;
	color: #036f3d;
}
#floor1 .floor1-left .icon-group {
    box-sizing: border-box;
    /* height: 132px; */
    padding-top: 16px;
    margin-right: -5px;
}

#floor1 .floor1-left .icon-group ul {
    list-style: none;
}

#floor1 .floor1-left .icon-group ul li {
    float: left;
    display: block;
    position: relative;
    width: 90px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 40px;
    cursor: pointer;
}

#floor1 .floor1-left .icon-group ul li .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 32px;
    background-color: #54bb5e;
    font-size: 32px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floor1 .floor1-left .icon-group ul li .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.title-tab {
    position: relative;
    margin-bottom: 20px;
    height: 36px;
}

.title-tab .title {
    border-bottom: 1px solid #d4d4d4;
}

.title-tab .title ul {
    list-style: none;
    overflow: hidden;
}

.title-tab .title ul li {
    float: left;
    display: block;
    position: relative;
    width: 100px;
    height: 36px;
    margin-right: 16px;
}

.title-tab .title ul li a,.title-tab .title ul li span {
    display: inline-block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-decoration: none;
}

.title-tab .title .line::after {
    position: absolute;
    right: -11px;
    top: 5px;
    content: '|';
    width: 4px;
    height: 32px;
    color: #000000;
    opacity: 0.4;
}

.title-tab ul li.selected a,.title-tab ul li.selected span {
    font-weight: bold;
    color: #54bb5e;
    border-bottom: 4px solid #54bb5e;
}

.title-tab .more {
    position: absolute;
    right: 4px;
    top: 0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

#floor2{
    position: relative;
    height: 55px;
    margin-top: 54px;
    overflow: hidden;
}
#floor2 .button-group{
    overflow: hidden;
}
#floor2 .button-group ul{
    list-style: none;
    overflow: hidden;
    margin-right: -20px;
}
#floor2 .button-group ul li{
    float: left;
    display: block;
    position: relative;
    width: 224px;
	height: 55px;
    margin-right: 20px;

}
#floor2 .button-group ul li a{
    width: 224px;
	height: 55px;
}
#floor2 .button-group ul li a img{
    width: 100%;
}

#floor3{
    position: relative;
	height: 155px;
    margin-top: 66px;
    overflow: hidden;
}
#floor3 div{
    position: relative;
}
#floor3 div a{ 
    display: block;
    width: 591px;
	height: 155px;
	background-color: #e5f0eb;
	border-radius: 10px;
}
#floor3 div .txt{ 
    position: absolute;
    left: 67px;
    top: 42px;
    font-size: 28px;
    font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #036f3d;
    cursor: pointer;
}
#floor3 div a img{ 
    width: 100%;
}
