#body {
    overflow: auto;
}

body {
    font-size: 17px;
    font-weight: 400;
    color: #000F34;
}

.hover-yellow:hover {
    color: #ef8d1d;
}

.swiper {
    width: 100%;
}

.bannerSwiper {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin-top: -78px;
}

.bannerSwiper .banner {
    width: 100%;
}

.marketContentBox_notice_item {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000F34;
    line-height: 22px;
    height: 56px;
    padding: 9px 15px;
    display: flex;
    background: #F2F2F3;
    margin: 8px 0;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
}

.swiper {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #E60012;
    /* 两种都可以 */
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #E60012;
}

.swiper-pagination .swiper-pagination-default {
    background-color: #fff;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

.swiper .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

.partNew {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newLeft {
    width: 466px;
    height: 324px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: auto;
}

.partNew .newTitle {
    display: none;
    position: relative;
    z-index: 2;
}

.newSwiper {
    /* visibility:hidden; */
    top: 0;
    position: absolute !important;
    width: 466px;
    height: 324px;
    background-color: red;
}

.newTitle {
    width: 75px;
    height: 267px;
    background: #437ee9;
    display: inline-block;
    position: relative;
}

.title {
    width: 20px;
    font-size: 20px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #ffffff;
    line-height: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newImg {
    float: right;
    position: relative;
    /* height: 267px; */
}

.newTitleText {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 466px;
    height: 28px;
    line-height: 28px;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.54);
}

/* 党建动态 */
.djdt-top {
    padding: 15px 0 15px 30px;
}

.djdt-top .djdt-title {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #000F34;
    margin-bottom: 8px;
}

.djdt-top .djdt-content {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C1C1C1;
}

.newRight {
    float: right;
    width: 703px;
    /* height: 267px; */
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    position: relative;
    /* padding-bottom: 30px; */
    border-bottom: 1px solid #011850;
}

.newright-bottom {
    position: relative;
    ;
}

.topSwiper {
    height: 52px;
}

.newright-top {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    background: red;
    font-weight: bold;
    font-size: 16px;
    color: yellow;
    line-height: 52px;
    padding-left: 31px;
}

.newright-top a {
    color: yellow;
}

.sliderBlock {
    position: absolute;
    top: 52px;
    left: 20px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    width: 80px;
    height: 3px;
}

.navMarket-list {
    position: relative;
    top: -15px;
}

.navMarket-list .navMarket-title{
  width: 100%;
  text-align: center;
}

.nave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    height: 45px;
}

.nave-two {
    justify-content: flex-start;
}

.nave-two span:last-child {
    margin-left: 50px;
}

.nave .selected {
    font-weight: bold;
    color: #000F34;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nave span::after {
    content: '';
    width: 80px;
    height: 3px;
    display: block;
    position: relative;
    top: 12px;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.nave .selected::after {
    background: #ef8d1d;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.nave span {
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    width: 50%;
    text-align: left;
}
.navMarket-list .nave span{
    text-align: center;
}
.nave span:hover {
    color: #ef8d1d;
}

.navContent {
    display: none;
    min-height: 186px;
    padding: 5px 0 0 0;
}

.contentCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 0 0;
}

.contentCell .pointer_icon_css {
    margin: 0 10px 0 21px;
}

.newRight .contentCell .pointer_icon_css {
    margin: 0 14px 0 29px;
}

.partTransform .contentCell .pointer_icon_css {
    margin: 0 14px 0 21px;
}

.contentIndex1 {
    width: 16px;
    height: 12px;
    background: #ef6868;
    border-radius: 3px;
    text-align: center;
    line-height: 12px;
    font-size: 11px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 600;
    color: #ffffff;
    margin: 0 8px 0 24px;
}

.contentIndex2 {
    width: 16px;
    height: 12px;
    background: #f59665;
    border-radius: 3px;
    text-align: center;
    line-height: 12px;
    font-size: 11px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 600;
    color: #ffffff;
    margin: 0 8px 0 24px;
}

.contentIndex3 {
    width: 16px;
    height: 12px;
    background: #f5c765;
    border-radius: 3px;
    text-align: center;
    line-height: 12px;
    font-size: 11px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 600;
    color: #ffffff;
    margin: 0 8px 0 24px;
}

.contentIndexDefault {
    width: 16px;
    height: 12px;
    background: #ffffff;
    font-size: 20px;
    color: transparent;
    text-align: center;
    line-height: 12px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 600;
    margin: 0 8px 0 24px;
    position: relative;
    /* top: -5px; */
}

.contentIndexDefault::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ED7217;
    border-radius: 3px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}

.contentText {
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #000F34;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 16px;
    /* padding: 0 51px 0 0; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
}

.contentText:hover {
    color: #ef8d1d;
}



.partAnnouncement {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.announcement {
    width: 40px;
    height: 40px;
    margin: 0 19px;
}

.announcementSwiper {
    width: 1070px;
    height: 40px;
    padding: 0 50px 0 0;
    overflow: hidden;
    margin-left: 2px !important;
}

.ancontentCell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ancontentCell .pointer_icon_css {
    width: 6px;
    height: 6px;
    margin-right: 13px;
}

.ancontentIndexDefault {
    background: #ffffff;
    font-size: 34px;
    color: #333;
    text-align: center;
    line-height: 12px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 600;
    margin: 0 8px;
}

.ancontentText {
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333333;
    line-height: 21px;
    padding: 0 51px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
}

.ancontentTime {
    color: #858585;
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #858585;
}

.partProject {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectLeft {
    width: 592px;
    height: 168px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nameBox {
    width: 124px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.name {
    width: 40px;
    height: 44px;
    font-size: 20px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
}

.nameVerital {
    width: 20px;
    height: 124px;
    font-size: 20px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #ffffff;
    line-height: 31px;
}

.projectContent {
    width: 468px;
    padding: 5px 0 0 0;
}

.indexDefault {
    background: #ffffff;
    font-size: 20px;
    color: #333;
    text-align: center;
    /* font-family: PingFangSC-Semibold, PinsgFang SC; */
    font-weight: 600;
    line-height: 16px;
    margin: 0 8px 0 10px;
}

.more {
    width: 100%;
    text-align: right;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #ef8d1d;
    line-height: 14px;
    padding: 12px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.more span {
    vertical-align: top;
}

.more a {
    color: #ef8d1d;
    margin: 0 0;
    padding: 0 0;
}

.moreIcon {
    width: 15px;
    height: 15px;
    margin: 0 21px 0 0;
}

.projectRight {
    width: 592px;
    height: 168px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partTransform,
.navWrap {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    border-bottom: 1px solid #000F34;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navWrap {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
}

.has-zhanlan .navMarket-list-wrapper {
    width: 370px;
    padding: 32px 0px;
    overflow: hidden;
    margin-top: -40px;
}

.has-zhanlan .navMarket-list{
  top: -10px
}
.hintNum.up {
    color: #cc0000;
}

.hintNum.sub {
    color: #87c55b;
}
.hintNum.normal {
    color: #858585;
}

.partTransform.has-zhanlan {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
}


.zhuanlan-parent {
    text-align: center;
    width: 100% !important;
}

.zhuanlan-title {
    font-size: 25px;
    font-weight: bold;
    color: #000F34;
    margin-bottom: 10px;
}

.zhuanlan {
    border: 1px solid #000F34;
    /* padding: 18px 32px 15px 32px; */
    padding: 10px 32px 10px 32px;
    margin-bottom: 22px;
}

.zhuanlan a {
    display: inline-block;
    width: 32.5%;
}

.zhuanlan-item {
    width: 100%;
}

.transformLeft {
    width: 723px;
    height: 195px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navTransform {
    width: 380px;
    position: relative;
}

.transformContentBox,
.transformContentBox1 {
    display: none;
    height: 230px;
}

.transformContent {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contentBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hint {
    padding-top: 11px;
    width: 50%;
    padding-top: 11px;
    padding-left: 16px;
}

.tabTitle {
    font-size: 14px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #1156d4;
    line-height: 16px;
    width: 69px;
    text-align: center;
}

.tabBg {
    width: 69px;
    height: 9px;
    background: #e6edfb;
    border-radius: 7px;
    margin-top: -5px;
}

.list {
    width: 298px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.listLine {
    width: 2px;
    height: 77px;
    background: #eaeef1;
}

.transformRight {
    width: 461px;
    height: 195px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navMarket {
    width: 370px;

    position: relative;
}

.marketContentBox,
.marketContentBox1,
.marketContentBox2 {
    display: none;
    height: 230px;
}

.knowMore {
    font-size: 14px;
    font-weight: 400;
    color: #EF8D1D;
}

.marketContentBox1-list {
    display: inline-block;
    width: 48%;
}

.marketContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 186px;
}

.time {
    width: 100%;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #858585;
    line-height: 14px;
    padding: 13px 10px 20px 17px;
}

.contentDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.marketContent-logo {
    text-align: center;
    background-color: #334299;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.marketContent-logo a {
    color: #FFFFFF;
}

.marketContent-logo img {
    padding-bottom: 4px;
    vertical-align: middle;
}

.conDetLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.indexNumber {
    font-size: 70px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 800;
    color: #ED7217;
    line-height: 70px;
    padding-left: 20px;
}

.indexHint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 0 0 34px;
}

.hintText {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #858585;
    line-height: 14px;
}

.hintNum {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    line-height: 14px;
    color: #cc0000;
}

.marketLine {
    width: 2px;
    height: 51px;
    background: #eaeef1;
    border-radius: 2px;
}

.rateBox {
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rateText {
    font-size: 16px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #858585;
    line-height: 16px;
    padding: 0 18px 0 23px;
}

.rateValue {
    font-size: 16px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #de0000;
    line-height: 16px;
}

.partPlatform {
    width: 100%;
    height: 270px;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 90px;
}

.partPlatformList {
    width: 100%;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partPlatformCell {
    width: 389px;
    height: 270px;
    overflow: hidden;
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
    cursor: pointer;
    position: relative;
}

.partPlatformCell::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
}

.platformImg {
    position: absolute;
    width: 389px;
    height: 270px;
    z-index: -1;
}

.pfName {
    /* padding: 24px 0 20px; */
    font-size: 28px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    width: 100%;
    line-height: 270px;
    z-index: 1;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.introduction {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(230px);
    transform: translateY(230px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 195px;
    z-index: 1;
}

.introductionText {
    width: 282px;
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
    text-indent: 2em;
    margin-top: 16px;
    text-align: justify;
}

.knowMore {
    width: 117px;
    height: 33px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 17px;
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    margin-top: 16px;
}

.footerTop {
    width: 100%;
    min-width: 1200px;
    height: 218px;
    background: #EFEFEF;
    display: flex;
}

.footerTopcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footTitle {
    font-size: 20px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    padding: 59px 0 21px 0;
}

.pagesCell {
    width: 1200px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partnersList {
    width: 1062px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    place-content: normal;
}

.partnersLogo {
    width: 145px;
    height: 50px;
    margin: 0 16px 20px 16px;
    background: #0f0;
}

.partnersSwiper {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.friendlyLink {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.linkCell {
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}

.linkCell:hover {
    color: #ef8d1d;
    line-height: 21px;
}

.imgDiv {
    width: 147px;
    height: 146px;
    background: #ffffff;
    z-index: 1000000001;
    left: 29px;
    position: absolute;
    top: 18px;
    text-align: center;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(76, 89, 113, 0.3);
    box-shadow: 0 0 10px rgba(76, 89, 113, 0.3);
}


.imgDivTitle {
    font-size: 20px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 500;
    color: #437ee9;
    line-height: 28px;
    padding: 13px 0 6px;
}

.imgDivContent {
    font-size: 15px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    padding: 0 10px;
    text-align: justify;
    /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; */
    /* text-align: start; */
    /* word-wrap: break-word; */
}

.service {
    height: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 184px;
    right: calc(50% - 690px);
    z-index: 999;

}

.serviceTop {
    width: 74px;
    height: 224px;
    /* background: #437ee9; */
    -webkit-box-shadow: 0 0 10px rgba(67, 126, 233, 0.3), 0 0 20px rgba(67, 126, 233, 0.1), 0 0 30px rgba(67, 126, 233, 0.1);
    box-shadow: 0 0 10px rgba(67, 126, 233, 0.3), 0 0 20px rgba(67, 126, 233, 0.1), 0 0 30px rgba(67, 126, 233, 0.1);
}

.topCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 74px;
    width: 54px;
    margin: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background: #437EE9; */
    font-size: 10px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #000F34;
    line-height: 14px;
    cursor: pointer;
}

.topCell:first-child {
    border-top: none;
}

.serviceImg {
    width: 34px;
    height: 34px;
}

.serviceBottom {
    width: 73px;
    height: 74px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgba(67, 126, 233, 0.1), 0 0 20px rgba(7, 41, 106, 0.1);
    box-shadow: 0 0 10px rgba(67, 126, 233, 0.1), 0 0 20px rgba(7, 41, 106, 0.1);
}

.back {
    width: 36px;
    height: 17px;
}

.serviceQrcodeBox {
    position: absolute;
    width: 103px;
    height: 78px;
    top: 0;
    right: 74px;
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.serviceQrcode {
    width: 74px;
    height: 74px;
    padding: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(67, 79, 101, 0.1), 0 0 20px rgba(76, 89, 113, 0.3);
    box-shadow: 0 0 10px rgba(67, 79, 101, 0.1), 0 0 20px rgba(76, 89, 113, 0.3);
}

.sanjiao {
    width: 15px;
    height: 24px;
}

.serviceNumberBox {
    position: absolute;
    height: 80px;
    width: 145px;
    top: 74px;
    right: 74px;
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;

}

.serviceNumber {
    width: 130px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #000F34;
    line-height: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(67, 79, 101, 0.1), 0 0 20px rgba(76, 89, 113, 0.3);
    box-shadow: 0 0 10px rgba(67, 79, 101, 0.1), 0 0 20px rgba(76, 89, 113, 0.3);
}

.swiper-button-prev,
.swiper-button-next {
    color: transparent !important;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}


.swiper-button-prev,
.swiper-button-next {
    background-image: url('../images/right.svg');
    outline-color: #EFEFEF;
}

.swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}



.swiper-button-prev .swiper-button-disabled,
.swiper-button-next .swiper-button-disabled {
    background-image: url('../images/left.svg');
}

.swiper-button-next .swiper-button-disabled {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}