html,
body {
    background-color: #fbfbfc;
}
header {
    background: transparent;
}
.shouye {
    font-weight: bold;
}

/* 第一页样式 */
.page1 {
    background: url('/html/static/img/banner.jpg') no-repeat;
    background-size: 100% 100%;
    height: 617px;
    min-width: 1300px;
    padding: 90px 0 43px;
    box-sizing: border-box;
}


.page1 .content .left .biaoti {
    color: #fff;
    font-size: 44px;
    line-height: 32px;
    font-weight: bold;
}

.page1 .content .left .biaozhu {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin: 28px 0 47px 0;
}

.page1 .content .left .ruzhu_button {
    padding: 17px 46px 16px 45px;
    color: #3B70F7;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
}

.page1 .content .left .ruzhu_button:hover {
    background-color: #fff;
}

.page1 .content .right {
    height: 458px;
    width: 637px;
    position: relative;
    background: url('/html/static/img/jiedan.png');
    background-size: 637px 458px;
}

.page1 .content .right .white_box {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    right: -132px;
    top: -17px;
    width: 280px;
}
.page1 .content .right .white_box .swiper {
    height: 91px;
}
.page1 .content .right .white_box .swiper .data {
    color: #252933;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.page1 .content .right .white_box .swiper .mingcheng {
    color: #888A90;
    font-size: 14px;
    text-align: center;
    margin-top: 9px;
}
.page1 .content .right .white_box .swiper-pagination-bullet-active {
    width: 16px!important;
    height: 8px!important;
    border-radius: 4px!important;
}
.page1 .content .right .white_box .col-1 {
    padding: 29px 0 9px;
    border-bottom: 1px dashed #9EA1A8;
}

.page1 .content .right .white_box .col-2 {
    padding: 23px 0 25px;
    border-bottom: 1px dashed #9EA1A8;
}

.page1 .content .right .white_box .col-2 .biaoti {
    color: #252933;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.page1 .content .right .white_box .col-2 .biaozhu {
    color: #888a90;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.page1 .content .right .white_box .col-2 .row {
    justify-content: center;
}

.page1 .content .right .white_box .col-2 .row .now {
    border-radius: 4px;
    padding: 11px 18px 11px 17px;
    color: #fff;
    background-color: #3B70F7;
    font-size: 14px;
    cursor: pointer;
}

.page1 .content .right .white_box .col-3 {
    padding: 23px 20px 31px 35px;
}

.page1 .content .right .white_box .col-3 .biaoti {
    color: #3B70F7;
    padding-bottom: 6px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.page1 .content .right .white_box .col-3 .biaoti:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 2em;
    height: 2px;
    background: #3B70F7;
}

.page1 .content .right .white_box .col-3 a {
    font-size: 14px;
    line-height: 28px;
    color: #46474c;

}

.page1 .content .right .white_box .col-3 a:link {
    color: #46474c;
}

.page1 .content .right .white_box .col-3 a:hover {
    color: #3B70F7;
}


/* 第二页 */
.page2 {
    padding: 64px 30px;
}

.page2 .content {
    border-radius: 6px;
    background: #fff;
}

.page2 .liebiao {
    position: relative;
}

.page2 .liebiao:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3B70F7;
}

.page2 .col_line {
    position: relative;
}

.page2 .col_line:before {
    position: absolute;
    content: '';
    right: 0;
    height: 20px;
    top: 22px;
    width: 1px;
    background: #DBDBE0;
}

.page2 .liebiao div {
    width: 33.33%;
    cursor: pointer;
    text-align: center;
    padding: 24px 0 18px;
    font-size: 20px;
    color: #3B70F7;
    border-radius: 6px 6px 0 0;
}

.page2 .liebiao .active {
    background-color: #3B70F7;
    color: #fff;
}

.page2 .neirong {
    padding: 32px 38px 37px 24px;
}

.page2 .page2_box {
    cursor: pointer;
    display: none;
}

.page2 .page2_box img {
    border-radius: 6px;
}

.page2 .page2_box .price {
    color: #E53B47;
    font-size: 20px;
}

.page2 .page2_box .name {
    width: 189px;
    font-size: 16px;
    font-weight: bold;
    color: #252933;
    margin: 12px 0 17px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.page2 .page2_box .zhanshi {
    margin-left: 31px;
}

.page2 .page2_box .zhanshi:nth-child(3) {
    margin-left: 53px;
}

.page2 .page2_box .zhanshi:hover .name {
    color: #3B70F7;
}

.page2 .page2_box .zhuangtai {
    color: #fff;
    padding: 4px 6px;
    border-radius: 1.5px;
    background-color: #3B70F7;
}

.page2 .page2_box .data {
    color: #51545C;
    font-size: 14px;
    margin-left: 12px;
}

.page2 .page2_box .data span {
    color: #E53B47;
    margin-left: 5px;
}

.page2 .liebox {
    margin-left: auto;
}

.page2 .liebox .col {
    position: relative;
    padding: 28px 0 20px;
}

.page2 .liebox .col:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DBDBE0;
}

.page2 .liebox .col .row .biaoti {
    color: #252933;
    font-size: 16px;
    width: 315px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page2 .liebox .col .row .biaoti span {
    color: #E53B47;
    font-size: 18px;
    margin-right: 5px;
}

.page2 .liebox .col .row .time {
    color: #888A90;
    font-size: 14px;
}

.page2 .liebox .col .row:nth-child(2) {
    margin-top: 12px;
}

.page2 .page2_box .more {
    color: #888A90;
    font-size: 18px;
    justify-content: center;
}

.page2 .page2_box .more img {
    margin-left: 8px;
}

.page2 .page2_box .more:hover {
    color: #3B70F7;
}

.page2 .page2_box .more:hover img {
    content: url('/html/static/img/ar2-b.png');
}


/* 第三页 */
.page3 .content {
    height: 144px;
    border-radius: 6px;
    background: url('/html/static/img/ad-1.jpg');
}


/* 第四页 */
.page4 {
    padding: 47px 0 30px;
}

.page4 .biaoti {
    color: #252933;
    font-size: 32px;
    font-weight: bold;
    
}

.page4 .biaoti span {
    color: rgba(37, 41, 51, 0.6);
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}
.page4 .mingcheng {
    margin-left: auto;
}
.page4 .mingcheng img{
    margin-right: 9px;
}
.page4 .mingcheng span {
    margin-right: 15px;
    cursor: pointer;
}
.page4 .mingcheng span:hover{
    color: #4174F7;
}
.page4 .mingcheng span:last-child{
    margin-right: 0;
}

.page4 .bigrow {
    flex-wrap: wrap;
    justify-content: space-between;
}

.page4 .hotbox {
    width: 584px;
    border-radius: 6px;
    background: #fff;
    align-items: stretch;
    margin-bottom: 24px;
}

.page4 .hotbox .left {
    min-height: 100%;
    width: 173px;
    box-sizing: border-box;
    display: flex;
    border-radius: 6px 0px 0px 6px;
    flex-direction: column;
    padding: 36px 21px 44px 24px;
    background: linear-gradient(0deg, #47B7F3, #3D7BF7);
}

.page4 .hotbox:nth-child(2) .left {

    background: linear-gradient(0deg, #FD9483, #EE5F69);
}

.page4 .hotbox:nth-child(3) .left {


    background: linear-gradient(0deg, #F5BB4B, #F1862F);
}

.page4 .hotbox:nth-child(4) .left {

    background: linear-gradient(0deg, #A08EEC, #6076E7);
}

.page4 .hotbox .left .biaoti {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 21px;
    position: relative;
}

.page4 .hotbox .left .biaoti:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.page4 .hotbox .left p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 46px;
    margin-top: auto;
}

.page4 .hotbox .left .more_button {
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    margin-top: auto;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 14px 28px 13px 30px;
}

.page4 .hotbox .right {
    box-sizing: border-box;
    width: 411px;
    padding: 40px 26px 22px 21px;
}

.page4 .hotbox .right .sbiaoti {
    color: #252933;
    font-size: 18px;
    font-weight: bold;
}

.page4 .hotbox .right .more {
    color: #888A90;
    font-size: 12px;
    margin-left: auto;
    cursor: pointer;
}

.page4 .hotbox .right .more img {
    margin-left: 3px;
}

.page4 .hotbox .right .more:hover {
    color: #3B70F7;
}

.page4 .hotbox .right .more:hover img {
    content: url('/html/static/img/go-b.png');
}

.page4 .hotbox .right ul {
    margin-top: 30px;
}

.page4 .hotbox .right ul .row {
    color: #252933;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 31px;
}

.page4 .hotbox .right ul .row:hover .name {
    color: #4174F7;
}

.page4 .hotbox .right ul .row .price {
    color: #E53B47;
    margin-right: 15px;
}

.page4 .hotbox .right ul .row .time {
    color: #888A90;
    font-size: 14px;
    margin-left: auto;
}

.page4 .hotbox .right ul .row .name {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}


/* 第五页 */
.page5 .content {
    height: 144px;
    border-radius: 6px;
    background: url('/html/static/img/ad-2.jpg');
}


/* 第六页 */
.page6 {
    padding: 47px 0 52px;
}
.page6 .biaoti {
    color: #252933;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 22px;
}
.page6 .row {
    justify-content: space-between;
}
.page6 .biaoti span {
    color: rgba(37, 41, 51, 0.6);
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}
.page6 .page6box {
    width: 379px;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    background: url('/html/static/img/xsj-1.png') no-repeat;
    padding: 40px 20px 34px 37px;
}
.page6 .page6box:nth-child(2) {
    background: url('/html/static/img/sjs.png') no-repeat;
}
.page6 .page6box:nth-child(3) {
    background: url('/html/static/img/renwu.png') no-repeat;
}
.page6 .page6box .price {
    font-size: 48px;
    color: #fff;
    margin: 15px 0 8px;
}


/* 第七页样式 */
.page7 {
    width: 100%;
    min-width: 1300px;
    background-color: #fff;
    padding: 61px 0 92px;
}
.page7 .biaoti {
    color: #252933;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 22px;
}
.page7 .biaoti span {
    color: rgba(37, 41, 51, 0.6);
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}
.page7 .zhuangtai {
    margin-left: auto;
    font-size: 18px;
    color: #252933;
    line-height: 38px;
}
.page7 .zhuangtai span {
    color: #4174F7;
}
.page7 .liucheng {
    margin-left: 12px;
    font-size: 20px;
    line-height: 38px;
}
.page7 .ruzhulc {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.page7 .ruzhulc .arrow {
    width: 67px;
    height: 30px;
    margin-top: 31px;
}


/* 第八页样式 */
.page8 {
    width: 100%;
    min-width: 1300px;
    background-color: #fff;
    padding: 0 0  93px 0;
}
.page8 .biaoti {
    color: #252933;
    font-size: 32px;
    font-weight: bold;
}
.page8 .biaoti span {
    color: rgba(37, 41, 51, 0.6);
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}
.page8 .fenlei {
    margin-left: auto;
    font-size: 18px;
    color: #252933;
    line-height: 38px;
    cursor: pointer;
}
.page8 .fenlei span {
    margin-left: 15px;
}
.page8 .fenlei span:nth-child(1) {
    color: #3B70F7;
}
.page8 ul {
    margin: 52px 0 15px 0;
}
.page8 ul li {
    margin-bottom: 50px;
    cursor: pointer;
}
.page8 ul li:hover .first{
    color: #3B70F7;
}
.page8 ul li div:nth-child(1) {
    color: #252933;
    font-size: 20px;
    margin-bottom: 20px;
}
.page8 ul li div:nth-child(2) {
    color: #666970;
    font-size: 16px;

}
.page8 .more {
    color: #888A90;
    font-size: 18px;
    cursor: pointer;
    justify-content: center;
}
.page8 .more img {
    margin-left: 8px;
}
.page8 .more:hover {
    color: #3B70F7;
}
.page8 .more:hover img {
    content: url('/html/static/img/ar2-b.png');
}
.page8 .neir {
    display: none;
}