#bullet .swiper-pagination-bullet{
    width: 30px;
    border-radius:0 !important;
}

#swiper1 .swiper-slide {
    height: 570px;
}

#swiper1 .slide1 {
    background: url('https://qiniugw.sdwanyue.com/20240706/hezuo/bg1.png') repeat-x;
    background-size: 100% 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#swiper1 .slide2 {
    background: url('https://qiniugw.sdwanyue.com/20240706/hezuo/bg.png') repeat-x;
    background-size: 100% 100%;
    overflow: hidden;
    height: 570px;
}

#swiper1 .slide2 > div {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

#swiper1 .slide2 > div > div {
    width: 450px;
}

#swiper1 .slide2 > div > div > .left_img {
    height: 350px;
    margin-top: 130px;
}

#swiper1 .slide2 > div > div > .right_img {
    width: 500px;
    margin-top: 90px;
}


.fengfu {
    background: #FFFFFF;
    padding-bottom: 35px;
}

.fengfu > .fengfu_top > .fengfu_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
    margin-top: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
}

.fengfu > .fengfu_top > .fengfu_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
}

.fengfu > .fengfu_bottom {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.fengfu > .fengfu_bottom > .fengfu_item {
    width: 276px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dbdee5;
    margin: 0 20px;
    padding: 20px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.fengfu > .fengfu_bottom > .fengfu_item.active > .fengfu_item_top > div {
    color: #FC8229;
}

.fengfu > .fengfu_bottom > .fengfu_item > .fengfu_item_top > div {
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    line-height: 78px;
}

.fengfu > .fengfu_bottom > .fengfu_item > .fengfu_item_top > div > span.line {
    display: block;
    width: 36px;
    height: 2px;
    background: #fc8229;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fengfu > .fengfu_bottom > .fengfu_item > .fengfu_item_middle {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #969696;
    line-height: 24px;
}

.fengfu > .fengfu_bottom > .fengfu_item.active > .fengfu_item_bottom > button {
    background: #fc8229;
    color: #ffffff;
}

.fengfu > .fengfu_bottom > .fengfu_item > .fengfu_item_bottom > button {
    width: 156px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #fc8229;
    font-size: 14px;
    font-weight: 500;
    color: #FC8229;
    margin-top: 30px;
}

.gaoxiao {
    background: #f7f7f9;
    padding: 35px 0;
}

.gaoxiao > .gaoxiao_top > .gaoxiao_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.gaoxiao > .gaoxiao_top > .gaoxiao_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.gaoxiao > .gaoxiao_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item {
    display: flex;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dbdee5;
    height: 400px;
    cursor: pointer;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item:last-child {
    height: 500px;
    border: none;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item:last-child > img:nth-child(2) {
    display: none;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item:last-child > img:nth-child(3) {
    display: none;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item.active > .gaoxiao_small {
    display: none;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item.active > .gaoxiao_big {
    display: block;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_small {
    width: 170px;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_small > .gaoxiao_small_bottom {
    margin: 20px 0;
    text-align: center;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_small > .gaoxiao_small_middle > div.gaoxiao_small_bottom_title {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #323232;
    line-height: 35px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_small > .gaoxiao_small_bottom > .gaoxiao_small_bottom_num {
    opacity: 0.3;
    font-size: 75px;
    font-family: DIN Alternate, DIN Alternate-Bold;
    font-weight: 700;
    text-align: left;
    color: #ebebeb;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_small > .gaoxiao_small_middle > span.line {
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #e0e0e0;
    margin-top: 30px;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg {
    background: url("https://qiniugw.sdwanyue.com/20240706/gaoxiao/%E8%83%8C%E6%99%AF.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 60px 20px 60px;
    box-sizing: border-box;
    height: 100%;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_top > .gaoxiao_big_top_num {
    opacity: 0.43;
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    right: 0;
    right: -35px;
    top: -55px;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big {
    width: 500px;
    box-sizing: border-box;
    display: none;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_middle {
    margin: 20px 0;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_middle > div.gaoxiao_big_middle_title {
    font-size: 22px;
    font-weight: 600;
    color: #fc8229;
    line-height: 35px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_middle > span.line {
    width: 12px;
    height: 2px;
    background: #fc8229;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_middle > span.line_des {
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 13px;
    color: #666666;
}

.gaoxiao > .gaoxiao_bottom > .gaoxiao_item > .gaoxiao_big > .gaoxiao_bg > .gaoxiao_big_bottom {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 25px;
}

.dingzhi {
    background: url("https://qiniugw.sdwanyue.com/20240706/dingzhi/bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 35px 0;
}

.dingzhi > .dingzhi_top > .dingzhi_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.dingzhi > .dingzhi_top > .dingzhi_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.dingzhi > .dingzhi_bottom {
    display: flex;
    justify-content: center;
    text-align: center;
}

.dingzhi > .dingzhi_bottom > .dingzhi_bottom_item {
    box-sizing: border-box;
    width: 270px;
    height: 360px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 6px 22.56px 0.36px rgba(73, 30, 0, 0.10);
    background: url("https://qiniugw.sdwanyue.com/20240706/dingzhi/bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 30px;
    margin: 0 10px;
    cursor: pointer;
}

.dingzhi > .dingzhi_bottom > .dingzhi_bottom_item > .dingzhi_bottom_middle {
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    line-height: 78px;
}

.dingzhi > .dingzhi_bottom > .dingzhi_bottom_item.active > .dingzhi_bottom_middle {
    color: #fc8229;
}

.dingzhi > .dingzhi_bottom > .dingzhi_bottom_item > .dingzhi_bottom_bottom {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #969696;
    line-height: 24px;
}

.kaifa {
    margin: 50px 0;
}

.kaifa > .kaifa_top > .kaifa_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.kaifa > .kaifa_top > .kaifa_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.kaifa > .kaifa_bottom {
    display: flex;
    justify-content: center;
    text-align: center;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_bottom > div.name {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_bottom > div.des {
    font-size: 14px;
    font-weight: 500;
    color: #969696;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_top > .kaifa_bottom_item_top_bg {
    margin: 0 auto;
    width: 95px;
    height: 65px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 6px 22.56px 0.36px rgba(73, 30, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item.active > .kaifa_bottom_item_top > .kaifa_bottom_item_top_bg {
    background: #fc822a;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_top img:nth-child(1) {
    display: none;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item.active > .kaifa_bottom_item_top img:nth-child(1) {
    display: block;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item.active > .kaifa_bottom_item_top img:nth-child(2) {
    display: none;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_middle > .kaifa_bottom_item_middle_gou {
    display: none;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item.active > .kaifa_bottom_item_middle > .kaifa_bottom_item_middle_gou {
    display: block;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item.active > .kaifa_bottom_item_middle > .kaifa_bottom_item_middle_num {
    display: none;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_middle {
    display: flex;
    align-items: center;
    margin: 20px auto;
}

/*.kaifa > .kaifa_bottom >.kaifa_bottom_item:nth-child(1)> .kaifa_bottom_item_middle > .line {*/
/*    width: 27px;*/
/*}*/
/*.kaifa > .kaifa_bottom >.kaifa_bottom_item:last-child> .kaifa_bottom_item_middle > .line {*/
/*    width: 27px;*/
/*}*/
.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_middle > .line {
    display: inline-block;
    width: 54px;
    height: 1px;
    background: #d2d3d6;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_middle > .kaifa_bottom_item_middle_num {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c6c7cc;
    border-radius: 50%;
}

.kaifa > .kaifa_bottom > .kaifa_bottom_item > .kaifa_bottom_item_middle > .kaifa_bottom_item_middle_gou {
    width: 22px;
    height: 22px;
}

.fangan {
    background: url("https://qiniugw.sdwanyue.com/20240706/fangan/%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 0;
}

.fangan > .fangan_top > .fangan_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.fangan > .fangan_top > .fangan_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.fangan > .fangan_bottom {
    text-align: center;
}

.fangan > .fangan_bottom > .fangan_bottom_row {
    display: flex;
    justify-content: center;
}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item {
    width: 280px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 6px 22.56px 0.36px rgba(73, 30, 0, 0.10);
    margin: 20px 10px;
    padding: 30px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item > .fangan_bottom_item_top {

}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item > .fangan_bottom_item_middle > .name {
    font-size: 17px;
    font-weight: 600;
    color: #323232;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item.active > .fangan_bottom_item_middle > .name {
    background: url("https://qiniugw.sdwanyue.com/20240706/fangan/%E7%BB%84%2060.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    line-height: 40px;
    width: 116%;
    margin-left: -20px;
}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item > .fangan_bottom_item_middle > .des {

    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 22px;
}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item > .fangan_bottom_item_bottom > button {
    width: 100px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #fc8229;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fc8229;
    line-height: 24px;
    margin-top: 20px;
}

.fangan > .fangan_bottom > .fangan_bottom_row > .fangan_bottom_item.active > .fangan_bottom_item_bottom > button {
    width: 100px;
    height: 40px;
    background: #f08d38;
    border-radius: 3px;

    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}

.fuwu {
    background: url("https://qiniugw.sdwanyue.com/20240706/fuwu/bj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 0;
}

.fuwu > .fuwu_top > .fuwu_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.fuwu > .fuwu_top > .fuwu_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.fuwu > .fuwu_bottom {
    text-align: center;
    background: url("https://qiniugw.sdwanyue.com/20240706/fuwu/%E7%BB%84%2061.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.fuwu > .fuwu_bottom > .fuwu_row_line {
    width: 80%;
    height: 2px;
    background: #f3ddd0;
    margin: 40px auto;
}

.fuwu > .fuwu_bottom > .fuwu_bottom_row {
    display: flex;
    justify-content: center;
}

.fuwu > .fuwu_bottom > .fuwu_bottom_row > .fuwu_bottom_row_item {
    width: 212px;
    margin: 0 30px;
    cursor: pointer;
}

.fuwu > .fuwu_bottom > .fuwu_bottom_row > .fuwu_bottom_row_item > .fuwu_bottom_row_item_middle {
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    line-height: 78px;
}

.fuwu > .fuwu_bottom > .fuwu_bottom_row > .fuwu_bottom_row_item.active > .fuwu_bottom_row_item_middle {
    color: #FC8229;
}

.fuwu > .fuwu_bottom > .fuwu_bottom_row > .fuwu_bottom_row_item > .fuwu_bottom_row_item_bottom {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #565656;
    line-height: 21px;
    width: 200px;
    margin: 0 auto;
}

.weishenmo {

}

.weishenmo > .weishenmo_top > .weishenmo_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.weishenmo > .weishenmo_top > .weishenmo_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.weishenmo > .weishenmo_bottom {
    background: url("https://qiniugw.sdwanyue.com/20240706/weishenmo/%E7%9F%A9%E5%BD%A2%20767.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    background-position: bottom;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg {
    background: url("https://qiniugw.sdwanyue.com/20240706/weishenmo/%E7%BB%84%2063.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    width: 1150px;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > img {
    position: absolute;
    top: 30%;
    left: 37%;
    height: 174px;
    width: 174px;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item {
    width: 425px;
    cursor: pointer;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.left > .weishenmo_bottom_bg_item_title {
    border-bottom: 1px solid #f2ceab;
    padding-top: 66px;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.left > .weishenmo_bottom_bg_item_des {
    border-bottom: 1px solid #f2ceab;
    margin: 20px 0;
    padding-bottom: 10px;
    width: 77%
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.left > .weishenmo_bottom_bg_item_des > .title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #834a26;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.left > .weishenmo_bottom_bg_item_des > .des {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #9f6743;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_title {
    border-bottom: 1px solid #ffffff;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_des {
    border-bottom: 1px solid #ffffff;
    margin: 20px 0;
    padding-bottom: 10px;
    width: 77%
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_des > .title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_des > .des {

    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item > .weishenmo_bottom_bg_item_title > .title {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #834a26;
    line-height: 78px;
}


.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item > .weishenmo_bottom_bg_item_title > .symbol {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #834a26;
    line-height: 78px;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item > .weishenmo_bottom_bg_item_title > .des {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #834a26;
    line-height: 78px;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right {
    color: #ffffff !important;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_title > .title {
    color: #ffffff !important;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_title > .symbol {
    color: #ffffff !important;
}

.weishenmo > .weishenmo_bottom > .weishenmo_bottom_bg > .weishenmo_bottom_bg_item.right > .weishenmo_bottom_bg_item_title > .des {
    color: #ffffff !important;
}

.rongyuzizhi {
    background: url("https://qiniugw.sdwanyue.com/20240706/rongyuzizhi/%E5%A4%A7%E5%BA%95.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
    margin:35px 0px;
}

.rongyuzizhi > .rongyuzizhi_top > .rongyuzizhi_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    line-height: 78px;
}

.rongyuzizhi > .rongyuzizhi_top > .rongyuzizhi_des {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 78px;
}

.rongyuzizhi > .rongyuzizhi_bottom > .rongyuzizhi_bottom_item {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.rongyuzizhi > .rongyuzizhi_bottom > .rongyuzizhi_bottom_item:nth-child(1) {
    margin: 10px;
}

.rongyuzizhi > .rongyuzizhi_bottom > .rongyuzizhi_bottom_item:nth-child(1) > img {
    display: inline-block;
    margin: 5px;
}

.rongyuzizhi > .rongyuzizhi_bottom > .rongyuzizhi_bottom_item:nth-child(2) {
    margin: 10px;
}

.rongyuzizhi > .rongyuzizhi_bottom > .rongyuzizhi_bottom_item:nth-child(2) > img {
    margin: 5px;
}

.advertising {

}

.advertising > .bg {
    background: url("https://qiniugw.sdwanyue.com/20240706/advertising/%E7%BB%84%2064.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 35px 0;
}

.advertising > .bg > .top {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 78px;
}

.advertising > .bg > .middle {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 78px;
}

.advertising > .bg > .bottom > button {
    width: 180px;
    height: 55px;
    background: #ffffff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #eb7431;
    line-height: 28px;
    letter-spacing: 0.09px;
    border: none;
}