.index-nav{
    width: 20%;
    border: 2px solid #5aaf6e;
    box-sizing: border-box;
    height: 350px;
}
.index-nav a{
    height: calc(350px/6);
    line-height: calc(350px/6);
    text-align: center;
    border-top: 1px solid #9ccfa8;
    box-sizing: border-box;
}
.index-nav a:nth-child(1){
    border-top: none;
}
.first-banner{
    width: 60%;
}
.first-banner a{
    display: block;
    width: 100%;
    height: 350px;
}
.first-banner a img{
    width: 100%;
    height: 100%;
}
.login{
    width: 20%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    height: 350px;
}
.login p{
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-size: 15px;
    text-align: center;
}
.login-a{
    display: block;
}
.login-a a{
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    width: 60%;
    display: block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #5aaf6e;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    color: #5aaf6e;
}
.login-a a.hk-a{
    background-color: #5aaf6e;
    color: #fff;
}
.top{
    border-top: 1px solid #d4d4d4;
    box-sizing: border-box;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background: #f2f1f1;
}
.sc-ul{
    width: 95%;
    margin: 8px auto 0;
}
.sc-ul a{
    position: relative;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: calc(100% - 20px);
    padding-left: 20px;
}
.sc-ul a::after{
    content: '>';
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    left: 0;
    top: calc((100% - 15px)/2);
}
.top-adv a{
    height: 130px;
}
.top1{
    position: relative;
    height: 50px;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 4px solid #5aaf6e;
}
.top1 span{
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 6em;
    font-size: 18px;
    color: #fff;
    background: #5aaf6e;
}
.top1 a{
    margin-right: 40px;
    font-size: 18px;
    color: #5aaf6e;
}
.top1::after{
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background: url(../img/sj.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 35px)/2);
}
.sell-img{
    width: 74%;
    display: grid;
    row-gap: 10px;
    grid-template-rows: repeat(2,240px);
    grid-template-columns: repeat(4,24%);
    justify-content: space-between;
}
.sell-img a:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 3;
}
.sell-img a{
    position: relative;
    width: 100%;
    height: 100%;
}

.sell-img a span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(90, 175, 110, 0.6);
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.sell-ul{
    width: 24%;
}
.top2{
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    background: #e4f0cc;
    color: #0f0f0f;
    font-size: 18px;
}
.top2::after{
    content: '';
    position: absolute;
    right: calc((100% - 4em)/2 - 1.3em);
    background: url(../img/sj.png)no-repeat;
    width: 15px;
    height: 15px;
    top: calc((100% - 15px)/2);
    background-size: 100% 100%;
}
.top2::before{
    content: '';
    position: absolute;
    left: calc((100% - 4em)/2 - 1.3em);
    background: url(../img/sj.png)no-repeat;
    transform: rotateY(180deg);
    width: 15px;
    height: 15px;
    top: calc((100% - 15px)/2);
    background-size: 100% 100%;
}
.sell-ul-a a{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 98%;
    margin: 3.3px auto 0;
    text-indent: 1.5em;
}
.sell-ul-a a::after{
    content: '>';
    left: 0;
    text-indent: 0;
    position: absolute;
}
.sell-adv{
    height: 150px;
}
.sell-adv1 a{
    height: 140px;
}
.buy-adv{
    margin-top: 10px;
    height: 120px;
}
.buy-ul{
    margin-top: 10px;
}
.buy-img a:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 2;
}
.buy-img a:nth-child(7){
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.co-img a{
    width: calc(1200px/4 - 30px);
    border: 2px solid #5aaf6e;
    box-sizing: border-box;
    height: calc(1200px/4 - 30px);
}
.co-ul{
    margin-top: 10px;
}
.co-ul a{
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.co-ul a:nth-child(3n - 1){
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    box-sizing: border-box;
}
.jq-ul a p{
    width: 70%;
    max-width: 70%;
}
.jq-ul a i{
    font-style: normal;
}
.jy-img{
    position: relative;
    height: 190px;
}
.jy-img span{
    position: absolute;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(90, 175, 110, 0.6);
    bottom: 0;
}
.art-img a{
    margin-top: 10px;
    position: relative;
    height: 215px;
}
.art-img a:nth-child(1){
    margin-top: 0;
}
.art-img a span{
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(90, 175, 110, 0.6);
    text-align: center;
    color: #fff;
    width: 100%;
}
.gn-ul{
    width: 59%;
}
.gn-ul a{
    width: calc(100% - 30px);
    padding-left: 30px;
    position: relative;
}
.gn-ul a::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/sj.png)no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
    left: 0;
    top: calc((30px - 20px)/2);
}
.gn-ul a p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.gn-ul a div{
    display: flex;
    height: 30px;
    align-items: center;
}
.gn-ul a div i{
    font-style: normal;
    width: 45%;
}
.gn-img{
    width: 39%;
}
.gn-img a{
    height: 145px;
    position: relative;
    margin-top: 10px;
}
.gn-img a:nth-child(1){
    margin-top: 0;
}
.gn-img a span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(90, 175, 110, 0.6);
    bottom: 0;
    color: #fff;
}

.gg-ul {
    list-style: none;
    height: 300px;
    overflow: hidden;
}
.gg-ul li {
    position: relative;
    color: #666;
    font-size: 14px;
    transition: all 0.5s;
}
.gg-ul .gg-div1{
    position: relative;
    width: calc(100% - 25px);
    padding-left: 25px;
    display: block;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
}
.gg-ul .gg-div1::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: calc((30px - 20px)/2);
    background: url(../img/sj.png)no-repeat;
    transform: rotateY(180deg);
    background-size: 100% 100%;
    
}
.gg-ul .gg-div1 p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.gg-ul .gg-div1 div{
    display: flex;
    height: 30px;
}
.gg-ul .gg-div1 div i{
    display: block;
    width: 45%;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-style: normal;
}
.imgbox {
    position: relative;
    width: 100%;
    height: 0;
    /* z-index: 2; */
    border-radius: 8px;
    opacity: 0;
    transition: all 0.5s;
    justify-content: space-between;
}
.imgbox .imgname {
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    line-height: 30px;
    overflow: hidden;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(90, 175, 110, 0.6);
}
.imgbox img {
    width: 100%;
}

.active {
    height: 180px;
}
.active .imgbox {
    height: 180px;
    opacity: 1;
    
}
.active .gg-div1 {
    height: 0;
    opacity: 0;
}
.active .gg-div1 p{
    height: 0;
}
.active .gg-div1 div{
    height: 0;
}
.active .imgbox .imgname {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 1em;
    height: 30px;
    opacity: 1;
}
.cmb-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmb-list a{
    margin-top: 10px;
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.cmb-list a img{
    width: 29%;
    height: 90px;
}
.cmb-list a div{
    width: 69%;
}
.cmb-list a div p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.cmb-list a div span{
    line-height: 30px;
    font-weight: bold;
    height: 30px;
}
.cmb-adv a{
    height: 170px;
}