.swiper-header {
    width: 100%;
    /* height: calc(25%); */
    background-color: #F5F8F9;
}

.swiper-header img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    bottom: calc(5%)!important;
}

.swiper-header .swiper-pagination-bullet {
    width: 40px!important;
    height: 3px!important;
    border-radius: 0px!important;
    background: #D8D8D8!important;
    opacity: 0.3!important;
    margin: 0px!important;
}

.swiper-header .swiper-pagination-bullet-active {
    background: #D7D7D7!important;
    opacity: 1!important;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 1s;
}
/***********产品介绍***********/

.introduce {
    width: 100%;
}

.introduce>p {
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.introduce-bottom-line {
    width: 100%;
    height: 1px!important;
    background: #E3EBED;
    opacity: 0.5;
}

.swiper-introduce {
    max-width: 1520px;
    min-width: 1250px;
    margin: 0 auto;
    padding: 10px 0 40px 0;
    display: flex;
}

/* .introduce-gallery-right,
.introduce-gallery-left {
    box-sizing: border-box;
    height: 500px;
    float: left;
    margin: 0;
} */

.introduce-gallery-left {
    width: 20%;
}

.introduce-gallery-left .intr-galleryLeft-box {
    width: 100%;
    height: 100%;
}

.introduce-gallery-left .intr-galleryLeft-box:first-child {
    border-radius: 10px 10px 0 0;
}

.introduce-gallery-left .intr-galleryLeft-box:last-child {
    border-radius: 0 0 10px 10px;
}

.introduce .introduce-gallery-left .gallery-slide {
    border: 1px #E3EBED solid;
    border-bottom: 0px;
    display: flex;
    height: 100px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.introduce .gallery-slide:hover {
    box-shadow: -2px 2px 15px 3px #E3EBED;
}

.intr-galleryLeft-box>div:nth-last-of-type(1) {
    border-bottom: 1px #E3EBED solid!important;
}

.intr-galleryLeft-img {
    width: 71px;
    height: 71px;
    margin-right: 10px;
    opacity: 1;
}

.intr-galleryLeft-img > img{
    width: 100%;
    height: 100%;
}

.introduce .introduce-gallery-left .gallery-slide a p {
    margin: 0px;
}

.introduce .introduce-gallery-right {
    width: 79%;
    margin-left: 1%;
    overflow: hidden;
}

.introduce .galleryRight-info-panel {
    height: 100px;
    display: flex;
    align-items: center;
}

.introduce .galleryRight-info-panel .galleryRight-txt-box {
    width: 65%;
    height: 100%;
}

.introduce .galleryRight-info-panel .galleryRight-txt-box>p:nth-of-type(1) {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 25px;
    margin: 7px 0 8px 0;
}

.introduce .galleryRight-info-panel .galleryRight-txt-box>p:nth-of-type(2) {
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #696D76;
    line-height: 20px;
}

.introduce .galleryRight-info-panel .galleryRight-btn-box {
    width: 35%;
    height: 100%;
    text-align: right;
    padding-top: 24px;
}

.introduce .galleryRight-info-panel .galleryRight-btn-box>a:nth-of-type(2) {
    margin-left: 20px;
}

.introduce .galleryRight-info-panel .galleryRight-btn-box a {
    width: 120px;
    max-width: 120px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    color: #2954A4;
    border: 1px solid #2954A4;
    border-radius: 20px;
}

.introduce .galleryRight-img-box {
    width: 100%;
    /* height: 80%; */
    background-color: #F5F8F9;
}

.introduce .galleryRight-img-box img {
    width: 100%;
    margin: 0 auto;
}
/***********合作优势***********/

.advantage {
    margin: 0 auto;
    width: 1120px;
    max-width: 1120px;
}

.advantage>p {
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.advantage-box {
    width: 100%;
}

.advantage-item {
    height: 279px;
    display: flex;
    margin-bottom: 40px;
}

.adv-img {
    width: 600px;
    height: 100%;
}

.adv-img img {
    width: 100%;
    height: 100%;
}

.adv-padding-style {
    padding-right: 5%;
    padding-left: 0px!important;
}

.adv-padding-style>p {
    padding-left: 0px!important;
}

.adv-padding-style>ul {
    padding-left: 0px!important;
}

.adv-txt {
    width: 520px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.adv-txt p {
    width: 100%;
    padding: 0 0 11px 4%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    box-sizing: border-box;
}

.adv-txt ul {
    width: 100%;
    padding-left: 4%;
    margin: 0;
}

.adv-txt li {
    list-style-type: none;
    width: 95%;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
/***********盈利模式***********/

.profit-model {
    background-image: url(../images/case-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.profit-model .profit-main {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
}

.profit-model .profit-main>p {
    width: 100%;
    height: 32px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: PingFangSC-Regular;
    color: #FFFFFF;
    box-sizing: content-box;
    padding: 40px 0 9px 0;
    margin: 0;
}

.profit-title-box p {
    text-align: center;
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    line-height: 21px;
    color: #FFFFFF;
    box-sizing: content-box;
    padding-bottom: 27px;
    margin: 0;
}

.profit-detailBox {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profit-item {
    width: 365px;
    height: 200px;
    background-color: #FFF;
    padding: 32px 23px 35px 22px;
    margin-bottom: 10px;
}

.profit-item .profit-item-title {
    width: 100%;
    height: 24px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    line-height: 24px;
    margin: 0 0 19px 0;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profit-item .profit-flex-content{
    display: flex;
}

.profit-imgBox,
.profit-txtBox {
    float: left;
}

.profit-imgBox {
    width: 90px;
    height: 90px;
    background: #D4E2EF;
    margin-right: 15px;
}

.profit-imgBox img {
    width: 78px;
    height: 78px;
    display: block;
    margin: 6px;
    box-sizing: border-box;
}

.profit-txtBox{
    width: 215px;
    height: 80px;
    font-size: 14px;
    line-height: 19px;
    font-family: PingFangSC-Regular;
    color: #303133;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.profit-btnBox {
    height: 40px;
    display: flex;
    box-sizing: content-box;
    justify-content: center;
    padding: 50px 0 51px 0;
}

.profit-btnBox a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    color: #FFFFFF;
}
/***********加盟过程***********/

.joining-process {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.joining-process .joining-title {
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    line-height: 32px;
    color: #303133;
    opacity: 1;
    text-align: center;
    margin: 28px 0 13px 0;
}

.joining-process  .joining-subTitle {
    width: 100%;
    height: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 16px;
    color: #303133;
    opacity: 1;
    text-align: center;
    margin-bottom: 15px;
}

.joining-process .joining-imgBox {
    width: 100%;
    padding: 55px 0px 99px 0px;
    background: #FFFFFF;
    opacity: 1;
}

.joining-imgBox img {
    width: 100%;
    margin: 0 auto;
}
/***********客户案例***********/

.customer-cases {
    padding-bottom: 29px;
}

.customer-cases .customer-case-main {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
}

.customer-cases .customer-case-title {
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    line-height: 32px;
    color: #303133;
    opacity: 1;
    text-align: center;
    box-sizing: content-box;
    padding: 28px 0 13px 0;
    background-color: #FFF;
}

.customer-cases .customer-case-subTitle {
    width: 100%;
    height: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 16px;
    color: #303133;
    opacity: 1;
    text-align: center;
    margin-bottom: 70px;
}

.customer-cases .customer-case-thumbs-box {
    width: 780px;
    margin: 0 auto 40px 220px; 
    overflow: hidden;
    justify-content: space-between;
}

.customer-cases .customer-case-thumbs-box .thumbs-item {
    height: 100px;
    width: 100px;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 34px;
}
.customer-cases .customer-case-thumbs-box .thumbs-item:last-child{
    float: right;
    margin-right: 0;
}

.border-linking {
    height: 100px;
    width: 100px;
    border: 2.5px #2954A4 solid;
    border-radius: 14px;
    position: absolute;
    z-index: 10;
    display: none;
}

.customer-cases .customer-case-thumbs-box .thumbs-item:hover {
    cursor: pointer;
    box-sizing: border-box;
}

.customer-cases .customer-case-thumbs-box .thumbs-item:hover .border-linking {
    display: block;
}

.customer-cases .thumbs-item:nth-last-of-type(1)>p {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 19px;
    color: #2954A4;
    opacity: 1;
}

.customer-cases .thumbs-item a {
    position: absolute;
    bottom: 0px;
    margin: 0;
}

.customer-cases .thumbs-item img {
    width: 99px;
    height: 99px;
    display: block;
    border-radius: 14px;
    background: rgba(227, 235, 237, 0.4);
}

.customer-cases .cases-show {
    width: 991px;
    height: 582px;
    margin-left: 99px;
    margin-bottom: 80px;
    box-sizing: content-box;
}

.customer-cases .cases-show .swiper-slide {
    display: flex;
    height: 582px;
}

.customer-cases .cases-show .cases-info-panel {
    width: 601px;
    height: 100%;
    padding: 159px 30px 31px 134px;
    position: relative;
}

.customer-cases .cases-info-panel p {
    width: 100%;
    margin-bottom: 10px;
    height: 19px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 19px;
    color: #303133;
    opacity: 1;
}

.customer-cases .cases-info-panel p:nth-last-of-type(1) {
    width: 100%;
    height: 100px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 25px;
    color: #303133;
    opacity: 1;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    
}

.customer-cases .cases-info-panel .cases-info-btn {
    width: 120px;
    height: 40px;
    background: #2954A4;
    color: #FFF;
    margin: 33px 0 0 0;
    text-align: center;
    line-height: 40px;
    display: block;
}

.cases-show-index{
    margin:0 0 80px 120px;
    width: 291px;
    height: 582px;
    padding: 16px 18px;
    position: relative;
}
                             
.cases-show-iphone{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 20;
}        

.cases-show-photo{
    width: 255px;
    height: 550px;
}

.cases-album .swiper-pagination {
    position: absolute;
    bottom: 16px!important;
    padding-right: 16px;
    text-align: right;
}

.cases-album .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #BFC5C7;
    border-radius: 50%;
    opacity: 1;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 6px!important;
    text-align: center;
}

.cases-album .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 1;
    background: #2954A4;
    border-radius: 50%;
    margin: 0 6px!important;
    text-align: center;
}
/***********新闻动态***********/

.news-information {
    background-color: #FFFFFF;
}

.news-information .newsInfo-main {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
}

.news-information .newsInfo-main>p {
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.news-info-tab {
    width: 1000px;
    max-width: 1000px;
}

.newsInfo-tabs-box {
    width: 100%;
    margin: 0 auto;
    height: 33px;
    line-height: 33px;
    position: relative;
    z-index: 5;
    display: flex;
    margin-bottom: 22px;
    margin-top: 13px;
}

#newsInfo-checkMore {
    height: 33px;
    line-height: 45px;
    width: 10%;
    text-align: right;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    color: #2954A4;
    opacity: 1;
}

#newsInfo-checkMore:hover {
    color: #2954A4;
}

.newsInfo-tab {
    height: 33px;
    line-height: 33px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.newsInfo-tab a {
    padding: 0 18px;
    float: left;
    font-size: 16px;
    color: #333;
    height: 42px;
    overflow: hidden;
    line-height: 44px;
}

.newsInfo-tab a:hover {
    text-decoration: none;
    color: #333
}

.newsInfo-tab #newsInfo-tab-line {
    position: absolute;
    top: 37px;
    height: 2px;
    background: #2954A4;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.newsInfo-panel {
    width: 100%;
    height: 505px;
    margin-bottom: 50px;
}

.newsInfo-panel .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.newsInfo-panel-pic {
    width: 640px;
    height: 260px;
    background-color: #8D8D8D;
}

.newsInfo-panel-pic img {
    width: 100%;
    height: 100%;
}

.newsInfo-box {
    width: 480px;
    height: 260px;
    padding-left: 20px;
    position: relative;
}

.newsInfo-box .newsInfo-box-title {
    width: 90%;
    height: 21px;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    line-height: 21px;
    color: #303133;
    opacity: 1;
    margin-bottom: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsInfo-box .newsInfo-box-date {
    width: 100%;
    height: 16px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    line-height: 16px;
    color: #8C8D90;
    opacity: 1;
    margin-bottom: 17px;
}

.newsInfo-box .newsInfo-box-detail {
    width: 100%;
    height: 140px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: #696D76;
    margin-bottom: 15px;
}

.newsInfo-list li:nth-of-type(1) .newsInfo-box-detail a {
    width: 100%;
    height: 140px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    color: #696D76;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.newsInfo-box .newsInfo-box-btn {
    width: 120px;
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    color: #2954A4;
    border: 1px solid #2954A4;
    position: absolute;
    text-align: center;
    bottom: 0px;
}

.newsInfo-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.newsInfo-list a {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.newsInfo-list a:hover {
    text-decoration: underline;
}

.newsInfo-list>li:first-child {
    border-bottom: 0px;
    margin-bottom: 36px;
}

.newsInfo-list-item {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    border-bottom: 1px #EEF1F2 solid;
}

.newsInfo-mark-type {
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #2954A4;
    border-radius: 50px;
    position: relative;
    top: -1px;
    margin: 0px 5px 0 5px;
}

.newsInfo-list-item-title {
    width: 800px;
    height: 19px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 19px;
    color: #696D76;
    opacity: 1;
    margin-bottom: 8px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsInfo-list-item-date {
    width: 10%;
    height: 19px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 19px;
    color: #BFC5C7;
    opacity: 1;
    text-align: right;
    margin-bottom: 8px;
    margin-top: 14px;
}

.introduce a:hover,.advantage a:hover,.profit-model a:hover,.joining-process a:hover,.customer-cases a:hover,.news-information a:hover {
    text-decoration: none;
}