
.wm-div{
    width: 80%;
}
.index-nav{
    width: 25%;
    border: 1px solid #e6e6e6;
    border-top: none;
    height: 360px;
}
.index-nav a{
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.first-banner{
    margin-top: 10px;
    width: 74%;
    height: 350px;
}
.first-banner a{
    height: 100%;
}
.top-adv1 a{
    height: 120px;
}
.demo{
    height: 360px;
}
.login-div{
    width: 19%;
}
.login-b{
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.login-b img{
    width: 80px;
    height: 90px;
    margin: 30px auto 0;
}
.login-b p{
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.login-a{
    width: 60%;
    margin: 20px auto;
}
.login-a a{
    margin: 10px auto;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    background: #18c9e3;
    border-radius: 5px;
}
.login-a a:nth-child(2){
    background: #fec74a;
}
.login-adv{
    margin-top: 10px;
    height: 210px;
}
.top-adv2 a{
    height: 130px;
}
.top{
    height: 60px;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}
.top p{
    margin-left: 10px;
    color: #fff;
    opacity: 0.6;
}
.top div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bgcolor1{
    background-color: #fb3f5e;
}
.top-a{
    margin-right: 10px;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.top-hk{
    margin-right: 20px;
    height: 60px;
    line-height: 60px;
}
.top-hk a{
    display: block;
    width: 6em;
    text-align: center;
    color: #fff;
    position: relative;
}
.top-hk a:hover::after{
    position: absolute;
    width: 1.3em;
    height: 1em;
    background: url(../img/sj.png)no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: calc((100% - 1.3em)/2);
    content: '';
}
.sell-img1{
    margin-left: 20px;
    counter-reset: section;
}
.sell-img1 a{
    position: relative;
    display: flex;
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #ebebeb;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.sell-img1 a:nth-child(1){
    border-top: 0;
}
.sell-img1 a:nth-child(-n+3)::after{
    counter-increment: section;
    content:counter(section);
    position: absolute;
    width: 2em;
    text-align: center;
    color: #fff;
    height: 1.5em;
    border-radius: 5px;
    background: #fb3f5e;
    top: 10px;
    left: -3px;
}
.sell-img1 a img{
    width: 30%;
    height: 120px;
}
.sell-img1 a div{
    width: 68%;
}
.sell-img1 a div p{
    height: 50px;
    line-height: 25px;
}
.sell-img1 a div span{
    display: block;
    height: 30px;
    line-height: 30px;
}
.sell-div{
    border: 2px solid #cacaca;
    box-sizing: border-box;
    border-top: 0;
}
.sell-img2{
    margin: 0 auto;
    width: calc(100% - 20px);
}
.sell-img2 a div{
    overflow: hidden;
    height: 120px;
}
.sell-img2 a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.sell-ul{
    margin: 15px auto 0;
    width: calc(100% - 20px);
}
.sell-ul a{
    position: relative;
}
.sell-ul a::after{
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #f2bf47;
    left: 0;
    top: calc((100% - 0.5em)/2);
    border-radius: 0.5em;
    position: absolute;
}
.sell-ul a p{
    text-indent: 20px;
    font-size: 16px;
}
.sell-ul a span{
    font-size: 16px;
}
.top-bgcolor2{
    background: #39cf20;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.buy-div{
    border: 2px solid #cacaca;
    border-top: 0;
    box-sizing: border-box;
}
.buy-img{
    margin-top: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}
.buy-adv1{
    height: 250px;
}
.buy-ul1 a{
    position: relative;
}
.buy-ul1 a::after{
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    background: #f2bf47;
    border-radius: 0.5em;
    left: 0;
    top: calc((100% - 0.5em)/2);
}
.buy-ul1 a p{
    font-size: 16px;
    text-indent: 1em;
}
.buy-ul1 a span{
    font-size: 16px;
}
.buy-img2{
    margin-right: 20px;
}
.buy-img2 div{
    height: 150px;
    overflow: hidden;
}
.buy-ul2{
    margin-top: 8px;
}
.buy-ul2 a{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.top-bgcolor3{
    background-color: #f2bf47;
}
.art-img{
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.art-div{
    border: 2px solid #cacaca;
    box-sizing: border-box;
    border-top: 0;
}
.art-img img{
    width: 30%;
    height: 120px;
}
.art-img div{
    width: 68%;
}
.art-img div p{
    color: #0948bd;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.art-img div i{
    font-style: normal;
    display: block;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.art-img div span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.art-ul1{
    padding: 0 10px;
}
.art-ul1 a{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.art-time{
    border: 2px solid #0948bd;
    box-sizing: border-box;
    width: 15%;
}
.art-time p{
    font-weight: bold;
    font-size: 20px;
    background: #0948bd;
    color: #fff;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    outline-color: #000;
    text-align: center;
}
.art-time span{
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.art-ul-div{
    width: 83%;
}
.art-ul-div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
.art-ul-div span{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
}
.art-ul{
    padding: 0 10px;
}
.art-ul .art-name{
    height: 0;
    opacity: 0;
}
.art-ul a p{
    height: 30px;
    opacity: 1;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    transition: all 0.2s;
}
.art-ul .art-name span{
    height: 0;
    opacity: 0;
}
.art-ul a.hk-a .art-name{
    opacity: 1;
    height: 220px;
    position: relative;
    transition: all 0.5s;
}
.art-ul a.hk-a .art-name span{
    height: 30px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    left: 0;
    line-height: 30px;
    opacity: 1;
    width: 100%;
    text-indent: 0.3em;
}
.art-ul a.hk-a p{
    height: 0;
    opacity: 0;
}
.top-bgcolor4{
    background: #50b5d7;
}
.exh{
    border: 2px solid #cacaca;
    box-sizing: border-box;
    border-top: 0;
}
.exh-img1{
    padding: 0 10px;
}
.exh-img1 img{
    height: 250px;
}
.exh-img1 p{
    display: block;
    height: 30px;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
}
.exh-ul1{
    padding: 0 10px;
    margin-top: 10px;
}
.exh-ul1 a p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.exh-ul1 a{
    margin-top: 20px;
}
.exh-ul1 a span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.exh-r{
    padding: 0 10px;
}
.exh-img2 a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exh-img2 a img{
    width: 30%;
    height: 120px;
}
.exh-img2 a div{
    width: 68%;
}
.exh-img2 a div p{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #075cc5;
    font-size: 18px;
}
.exh-img2 a div span{
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 25px;
    color: #5b5b5b;
    overflow: hidden;
}
.exh-img3 a{
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.exh-img3 div{
    height: 125px;
    overflow: hidden;
}
.exh-img3 a p{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}
.exh-img3 a span{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 98%;
    margin: 0 auto;
    color: #075cc5;
}
.top-bgcolor5{
    background: #5083d7;
}
.com-div{
    border: 2px solid #cacaca;
    border-top: 0;
    box-sizing: border-box;
}
.com-ul{
    width: 98%;
    margin: 0 auto;
}
.com-ul a{
    border: 1px solid #5083d7;
    box-sizing: border-box;
    width: calc(1200px/100*98/100*19);
    height: calc(1200px/100*98/100*19);
    position: relative;
}
.com-ul a span{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.com-div1{
    width: 98%;
    margin: 10px auto;
}
.com-img a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com-img a:nth-child(1){
    margin-top: 0;
}
.com-img a img{
    width: 30%;
    height:120px;
}
.com-img a div{
    width: 65%;
    margin-left: 3%;
    position: relative;
}
.com-img a div::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #39cf20;
    box-sizing: border-box;
    border-radius: 10px;
    left: -20px;
    top: calc((30px - 10px)/2);
}
.com-img a div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #025ac8;
    font-size: 16px;
}
.com-img a div span{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    display: block;
}
.com-img2 img{
    height: 340px;
}
.com-img2 span{
    display: block;
    width: 100%;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}