
/* pc端适配 */

body{
    overflow-x: visible;
}

/* banner轮播区 */
.banner-introduce {
    width: 100%;
    height: 494px;
    position: relative;
}

.swiper-container{
    display: flex;
    height: 100%;
}
.swiper-container a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .swiper-pagination{
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 437px;
} */

.banner-box-message{
    width: 1200px;
    height: 178px;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-tittle{
    text-align: left;
    height:37px;
    font-size:38px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:48px;
}
.banner-des{
    text-align: left;
    margin-top: 39px;
    height:17px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:32px;
}
.banner-btn {
    float: left;
    margin-top: 39px;
    width: 110px;
    height: 46px;
    line-height: 40px;
    background:rgba(35,134,238,1);
}
.banner-btn>a {
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:44px;
}
/* .banner-btn:nth-child(2) {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
    background:rgba(0,204,254,1);
}
.banner-btn:nth-child(3){
    background: none;
    border:1px solid rgba(247,247,247,1);
}
.banner-btn:nth-child(3):hover a{
    color: rgba(0, 134, 241, 1);
} */
.discount-tabbar-container{
    width: 100%;
    height: 61px;
    position: relative;
    padding-bottom: 0.33rem;
    background:rgba(255,255,255,1);
    margin-top: -1px;
}
.discount-tabbar{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.discount-tabbar-item{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 25%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(6,24,40,1);
    line-height: 60px;
    opacity: 0.75;
    cursor: pointer;
}
.discount-tabbar-item img {
    height: 20px;
    margin-right: 8px;
    vertical-align: text-top;
}

/* ------- */
.discount-big-content{
    width: 100%;
    height: auto;
    background: #fafafa;
}
.discount-tabbar-content-container{
    display: none;
    background: rgba(250,250,250,1);
}
.discount-tabbar-content{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: auto;
    padding-top: 54px;
    /* padding-bottom: 60px */
}
/* .discount-tabbar-content2{
    padding-top: 0;
    padding-bottom: 40px
}
.discount-tabbar-content3{
    padding-top: 0;
}
.discount-tabbar-content4{
    padding-top: 0;
    padding-bottom: 101px;
}
.discount-tabbar-content5{
    padding-top: 55px;
    padding-bottom: 71px;
}
.discount-tabbar-content6{
    padding-top: 55px;
} */
.discount-content-tab{
    float: left;
    width:8px;
    height: 31px;
    background:rgba(0,204,254,1);
}
.discount-content-title{
    text-align: left;
    height:31px;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(6,24,40,1);
    line-height:24px;
    margin-left: 17px;
    margin-bottom: 30px;
}
.discount-content-list{
    display: inline-table;
    width: 100%;
    margin-bottom: 10px;
}
.discount-content1{
    float: left;
    width: calc((100% - 20px) / 3);
    height: 182px;
    background:rgba(255,255,255,1);
    padding-left: 31px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.discount-content1:hover {
    box-shadow:1px 1px 0px 0px rgba(255,255,255,0.2), 1px 4px 40px 0px rgba(5,3,28,0.07);
}

.discount-content1:hover .discount-tittle{
    color:rgba(36,134,238,1);
}

.discount-content-list a:nth-child(3n+0) .discount-content1{
    margin-right: 0;
}
.discount-tittle{
    text-align: left;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:bold;
    /* color:rgba(36,134,238,1); */
    color: rgba(6,24,40,1);
    line-height:24px;
    padding-top: 26px;
}
.discount-des{
    width:100%;
    height:48px;
    text-align: left;
    margin-top: 5px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(7,25,40,1);
    line-height:24px;
    opacity:0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.discount-content1-btn{
    width:108px;
    height:42px;
    margin-top: .5vw;
    border:1px solid rgba(0,133,240,0.4);
    
}
.discount-content1:hover .discount-content1-btn{
    background:rgba(36,134,238,1);
    box-shadow:1px 1px 0px 0px rgba(255,255,255,0.2), 1px 5px 20px 0px rgba(66,150,239,0.48);
}
.discount-content1:hover .discount-content1-btn{
    color:rgba(255,255,255,1);
}
.discount-content1-btn{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(35,134,238,1);
    line-height:42px;
}
.discount-content1-box{
    width: 64.9%;
    float: left;
}
.discount-content1-box:hover{
    color: rgba(35,134,238,1);
}
.discount-content1-img{
    float: left;
    line-height: 182px;
    width: 34%;
    height: 68px;
}
.discount-content1-img img{
    vertical-align: middle;
    width: 98px;
    height: 100%;
    object-fit: contain;
}

/* 线上活动样式 */
.recommended-live-broadcast{
    width:100%;
    height:364px;
    background:rgba(255,255,255,1);
    padding-top: 33px;
    padding-left: 29px;
    padding-right: 55px;
    margin-top: 43px;
}
.recommended-live-swiper{
    float: left;
    width:100%;
    height:300px;
}
.recommended-live-swiper .swiper-slide {
    display: flex;
}
.swiper-container-banner-pc .swiper-slide > a {
    position: relative;
    display: inline-block;
    height: 100%;
}
.recommended-live-img{
    position: relative;
    width: 44%;
    height: 100%;
    background:linear-gradient(45deg,rgba(164,109,246,1) 0%,rgba(53,153,241,1) 100%);
}
.recommended-live-background{
    position: absolute;
    width: 244px;
    height: 167px;
    background-image: url('../images/discount-activities-pc/cloud.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin:64px 22px 69px 220px;
}
.recommended-live-introduction{
    flex: 1;
    float: left;
    position: relative;
    margin-left: 28px;
    margin-top: 26px;
}
.recommended-live-introduction .recommended-live-tittle{
    text-align: left;
    font-size:22px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(6,24,40,1);
    line-height:36px;
}
.recommended-live-time{
    width:74px;
    text-align: left;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,40,1);
    line-height:24px;
    opacity:0.6;   
    margin-top: 10px;
}
.recommended-live-des{
    margin-top: 20px;
    text-align: left;
    width: 95%;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.recommended-live-go{
    width:108px;
    height:42px;
    margin-top: 90px;
    background:rgba(35,134,238,1);
}
.recommended-live-go a{
    width:41px;
    height:14px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:42px;
}

/* 线下展会 */
.offline-live-broadcast{
    width:100%;
    height:350px;
    background:rgba(255,255,255,1);
    padding-top: 30px;
    padding-left: 30px;
    margin-top: 34px;
}
.offline-live-boradcast2{
    margin-top: 0;
    padding-top: 0;
}
.offline-border-line{
    padding-top: 30px;
    border-top: 1px solid rgba(6,24,40,0.1);
    /* width: 1140px; */
}
.offline-live-swiper{
    float: left;
    width:40.18%;
    height:290px;
    background:linear-gradient(45deg,rgba(164,109,246,1) 0%,rgba(53,153,241,1) 100%);
}
.offline-live-img{
    width: 100%;
    height: 290px;
}
.offline-live-img img{
    width: 100%;
    height:100%;
}
.offline-live-introduction{
    width: 59.8%;
    float: left;
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
}
.offline-live-tittle{
    text-align: left;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(6,24,40,1);
    line-height:36px;
}
.offline-live-state{
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(6,24,40,1);
    line-height: 24px;
    float: left;
    margin-top: 10px;
    margin-right: 21px;
}
.offline-live-time{
    text-align: left;
    text-align: left;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,40,1);
    line-height:24px;  
    margin-top: 10px;
}
.offline-live-des{
    margin-top: 20px;
    text-align: left;
    width:95%;
    height: 112px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.offline-live-go{
    width:108px;
    height:42px;
    margin-top: 26px;
    background:rgba(35,134,238,1);
}
.offline-live-go a{
    width:41px;
    height:14px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:42px;
}
.offline-live-activity{
    padding-bottom: 100px;
}

.online-live-pagation{
    width: 100%;
    height: 50px;
    background-color: pink;
}
/* 筛选栏 */
select{
    cursor: pointer;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/discount-activities-pc/pull-down.png') 96px center no-repeat;
    background-size: 14px 8px;
 }
.recommended-live-selected {
    display: inline-flex;
    width: 100%;
    margin-top: 32px;
}
.recommended-live-selected>div + div {
    margin-left: 30px;
}
.recommended-live-box{
    width: 210px;
    /* height: 40px; */
}
.recommended-live-tittle {
    float: left;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
    line-height:40px;
    opacity:0.75;
}
.recommended-live-option{
    width:124px;
    height:30px;
    margin: 5px 0 5px 10px;
    border:1px solid rgba(6,24,40,0.2);
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,40,1);
}


/* 直播内容 */
.all-live-list{
    margin: 0 auto;
    width: 1200px;
    height: auto;
}
.all-live-select{
    position: relative;
    float: left;
    /* display: inline-block; */
    width:32.48%;
    height: 360px;
    background:rgba(255,255,255,1);
    margin-bottom: 41px;
    margin-left: 0.5%;
    margin-right: 0.33%;
}
.all-live-select:hover .all-live-tittle {
    color: rgba(0,134,242,1);
}
.all-live-select:hover .all-live-img img {
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
}
.all-live-img{
    width: 100%;
    height: 243px;
    background:linear-gradient(45deg,rgba(164,109,246,1) 0%,rgba(53,153,241,1) 100%);
    overflow: hidden;
}
.all-live-select .live_tag {
    position: absolute;
    top: 11px;
    left: 0;
    width:82px;
    height:30px;
    line-height: 30px;
    background:linear-gradient(90deg,rgba(6,24,40,.34) 0%,rgba(6,24,40,0) 100%);
    font-size: 14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    /* opacity:0.34; */
}
.all-live-img img{
    width: 100%;
    height: 100%;
}
.all-live-des{
    padding-left: 21px;
    padding-top: 19px;
}
.all-live-tittle{
    text-align: left;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
    line-height:28px;
}
.all-live-time{
    text-align: left;
    margin-top: 10px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
}
.all-live-clock{
    float: left;
    margin-top: 15px;
    width: 18px;
    height: 18px;
    background-image: url(../images/discount-activities-pc/time.png);
    margin-right: 10px;
}

/* 页码样式 */
.pagation-style{
    width: 100%;
    margin: 0 auto;
}
.box{
    width: 100%;
    /* margin: 0 auto; */
    height: auto; 
    color: black; 
    font-size: 14px;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding-bottom: 89px;
}
#wrap2{
    transform: translateX(-22.5%);
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}



/* 区域显隐 */
.tab-item-active{
    color:#ffffff;
    background: rgba(35,134,238,1);
    box-shadow:1px 1px 0px 0px rgba(255,255,255,0.2), 1px 4px 6px 0px rgba(36,134,238,0.23);
}
.discount-content-show{
    height: auto !important;
}
.tabbar-content-container-show{
    display: block;
}

 /* 头部轮播图 */
.swiper-container-banner .swiper-pagination-banner {
    top: unset;
    position: absolute;
    bottom: 60px;
}

.swiper-pagination-banner .swiper-pagination-bullet {
    opacity: 0.3;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: rgba(35,133,237, 1);
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
    width: 29px;
    height: 8px;
    opacity: 1;
}
.swiper-pagination-banner{
    bottom: 48px !important;
}

.swiper-pagination-banner2 .swiper-pagination-bullet {
    width:9px;
    height:9px;
    border-radius:50%;
    margin-top: 3.5px !important;
}

.swiper-pagination-banner2 .swiper-pagination-bullet-active {
    width:9px;
    height:9px;
    background:rgba(255,255,255,1);
    border-radius:50%;
}
.swiper-pagination-banner2{
    width:6.6% !important;
    height:16px;
    min-width: 51px;
    background:rgba(0,0,0,.1);
    border-radius:8px;
    bottom: 23px !important;
    position: absolute;
    left: 22% !important;
    transform: translate(-50%);
}



















.banner-introduce-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box-text {
    width: 1200px;
    height: 400px;
}

.banner-title1 {
    width: auto;
  
    height: auto;
    font-size: 40px;
    font-family: FZLTHJW;
   
    color: rgba(255, 255, 255, 1);
    margin-top: 170px;
    text-align: left;
}

.banner-text {
    width: 627px;
    height: auto;
    margin-top: 37px;
    font-size: 16px;
    line-height: 30px;
    font-family: FZLTHJW;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.banner-btn-box {
    display: flex;
    text-align: center;
    margin-top: 62px;
    width: 350px;
}
.banner-btn-experience {
    background: rgba(0, 204, 254, 1);
}

.banner-bottom-nav {
    min-width: 1200px;
    max-width: 100%;
    height: 60px;
    background: rgba(223, 233, 243, 1);
    font-size: 18px;
    text-align: left;
}

.banner-bottom-nav>ul {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

.banner-bottom-nav>ul>li {
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    margin-right: 73px;
}
/* 导航 */
.mainnav {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    background:rgba(203,222,242,1);
    height: 60px;
    line-height: 60px;
    text-align: left;
    z-index: 100;
}
.template-width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.mainnav-click-active{
    border-bottom: 3px solid #0086f1;
     /* background-color: #0086f1; */
 }

/* .mainnav-box {
    width: 1200px;
    margin: 0 auto;
} */

.mainnav-list {
    display: inline-block;
    font-size: 16px;
    color: #303030;
    margin-right: 60px;
    cursor: pointer;
    position: relative;
}
/* 介绍 */
.introduce-pc{
    width: 100%;
    height: auto;
    padding-top: 93px;
    position: relative;  
    padding-bottom: 0;
    margin:  0 auto;
    
}
.introduce-title-pc{
    width:auto;
    height:auto;
    font-size:32px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
    text-align: center;
    margin:  0 auto;
}
.introduce-text-pc{
    width:1071px;
    height:auto;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(13,10,38,0.75);
    line-height:24px;
    margin: 29px auto 50px auto;
    text-align: left;
}

.about-swipe-container{
    width: 1200px;
    height: 385px;
    margin: 0 auto;
}
.introduce-card-box-pc{
    width: auto;
    height: 315px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.introduce-card-title-pc{
    max-width:212px;
    max-height:50px;
    font-size:22px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(6,24,40,1);
    
    text-align: center;
    margin: 20px auto;
}
.introduce-card-text-pc{
    width: 266px;
    height: auto ;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(14,28,40,1);
    line-height:28px;
    margin: 0 auto 0 auto;

}
.introduce-card-pc{
    width:292px ;
    height:314px ;
    background:rgba(251,252,253,1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.introduce-icon-pc{
    margin-top: 50px;
    width: 97px;
    height: 64px;
}
.introduce-icon-pc img{
    display: block;
    width: 100%;
    height: auto;
}
.introduce-card-pc:hover .introduce-icon-pc{
   opacity: 0;
}
.introduce-card-pc:hover .introduce-card-content-pc{
   margin-top: -80px;
}
.introduce-card-pc:hover,
.introduce-card-pc:hover .introduce-card-button-pc{
    background:rgba(35,134,238,1);
    box-shadow:0px 21px 72px 10px rgba(19,32,46,0.2);  
    transition: 0.3s;  
    opacity: 1;
}
.introduce-card-pc:hover .introduce-card-title-pc,
.introduce-card-pc:hover .introduce-card-text-pc{
    color: rgba(255,255,255,1);
    transition: 0.3s;
}
.introduce-swiper-wrapper-pc{
    width: 1200px !important;
    height: 385px !important;
    display: flex  !important;
    flex-direction: row  !important;
    justify-content: space-between;
    overflow: hidden;
}
.introduce-swiper-slide-pc{
    width: 293px !important;
    height: 315px !important;
}
.introduce-card-button-pc{
    width: 100px;
    height: 40px;
    border:1px solid rgba(255,255,255,1);
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 25px;
    background: rgba(251,252,253,1);
    opacity: 0;
}
.introduce-card-button-pc a{
    
    width: 100%;
    height: 100%;
    color:rgba(251,252,253,1);
    font-size:14px;
    text-align: center;
    line-height: 40px
}
/* 隐藏轮播图远点 */
/* .swiper-pagination{
    display: none;
} */
/* 产品方案 */
.product-plan-pc{
    width: 100%;
    height: auto;
    background:rgba(234,239,243,1);
}
.product-plan-container-pc{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    border: 1px solid transparent;
    
}
.product-plan-title-pc{
    width:auto;
    height:auto;
    font-size:32px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
    line-height:24px;
    margin: 83px auto 20px auto;
}
.product-plan-box-pc{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
.product-plan-item{
    padding-top: 80px;
   position: relative;
}
.product-plan-item li{
    width: 393px;
    height: 240px;
    position: absolute;
    background:rgba(234,239,243,1);
    left: 80px;
}
.product-plan-left-bar-pc{
    width: 140px;
    height: auto;
   
    padding: 120px 0 ;
    box-shadow: -10px -20px 40px rgba(0,0,0,0.04) inset;
}
.product-plan-left-bar-pc li{
    list-style: none;
    width: 170px;
    height: 60px;
    font-size:16px;
    cursor: pointer;
    line-height: 60px;
    color:rgba(6,24,40,1);
    text-align: left;
    padding-left:30px ;
}
.product-plan-left-bar-pc li:hover{
    background:rgba(45,139,238,1);
    color: rgba(255,255,255,1);
    font-size:20px;
}
.product-plan-left-active{
    background:rgba(45,139,238,1);
    color: rgba(255,255,255,1) !important;
    font-size:20px !important;
}
.product-plan-right-pc{
    width: 100%;
    height: auto;
    position: relative;
}
.product-plan-buttons-pc{
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.product-plan-button1-pc,
.product-plan-button2-pc{
    width: 100px;
    height: 40px;
    border:1px solid rgba(35,134,238,1);
}
.product-plan-button1-pc{
    margin-right: 10px;
}
.product-plan-button2-pc{
    background:rgba(35,134,238,1);
}

.product-plan-button1-pc a,
.product-plan-button2-pc a{
    font-size: 14px;
    display: block;
    line-height: 40px;
}
.product-plan-button1-pc a{
   
    color:rgba(35,134,238,1);
}

.product-plan-img{
    width: 900px;
    height: auto;
    position: absolute;
    top:20px;
    right: -350px;
   
}
.product-plan-img img{
    display: block;
    width: 100%;
    height: auto;
}
/* 功能介绍 */
.function-introduce-pc{
    width: 100%;
    height: auto;
    margin: 0 auto;
   
    background: rgba(246,246,246,1);
    padding-top: 77px;
    padding-bottom: 57px;
    
}
.function-introduce-title-pc{
    width: 100%;
    height: auto;
    font-size: 36px;
    font-family: FZLTZHJW;
    font-weight: normal;
    color: rgba(6,24,40,1);
    margin: 0 auto 40px auto;
}
.function-list-pc{
    width: 1200px;
    height: auto;
    margin: 0 auto;
   
    display: flex;
    justify-content: space-between;
}
.function-list-pc li{
    width:293px !important;
    height:385px !important;
    background:rgba(251,252,253,1);
    transition: .3s;
    position: relative;
}
.function-list-pc li:hover{
    background:rgba(35,134,238,1);
    box-shadow:0px 11px 32px 0px rgba(19,32,46,0.1);
}
.function-list-pc li:hover .function-item-title-pc,
.function-list-pc li:hover .function-item-text-pc{
    color: rgba(255,255,255,1);
}
.function-item-img-pc{
    width: 83px;
    height: 58px;
    margin: 38px auto 41px auto;
}
.function-item-img-pc img{
    display: block;
    width: 100%;
    height: 100%;
}
.function-item-title-pc{
    width: 212px;
    height: 50px;
    margin: 0 auto;
    font-size:22px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(6,24,40,1);
    transition: .3s;
}
.function-item-text-pc{
    width: 266px;
    height: 86px;
    margin: 0 auto;
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(14,28,40,1);
    line-height:24px;
    opacity:0.75;
    text-align: center;
    transition: .3s;
}
.function-item-btn-pc{
    width: 100px;
    height: 40px;
    border:1px solid rgba(255,255,255,1);
    background: transparent;
    margin: 0 auto;
}
.function-item-btn-pc a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
}




/* 行业方案 */
.industry-scheme-pc{
    width: 1200px;
    height: auto ;
    margin: 0 auto ;
    background:rgba(255,255,255,1);
    padding-bottom: 30px;
}
.scheme-title-pc{
    width:auto;
    height:auto;
    margin: 80px auto 53px auto;
    
    font-size:32px;
    font-family:FZLTZHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
}
.industry-list-pc{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 1200px;
    height: auto;
    margin: 0 auto;
   
}
.industry-list-pc li{
    width: 393px;
    height: 240px;
    margin-bottom:10px;
    background:rgba(247,247,247,1);
}
.industry-list-pc li:hover {
    background:rgba(35,134,238,1) !important;
    box-shadow:0px 11px 32px 0px rgba(19,32,46,0.2);
}
.industry-list-pc li:hover .industry-title-pc{
    margin-top: 37px;
}
.industry-list-pc li:hover .industry-title-pc,
.industry-list-pc li:hover .industry-text-pc{
    color:rgba(255,255,255,1) !important;
}
.industry-list-pc li:hover .product-button-pc{
    width: 100px;
    height: 40px;
    /* background-color: rgba(255,255,255,1); */
}
.industry-list-pc li:hover .color-style1{
    border:1px solid rgba(255,255,255,1);
    font-size: 14px !important;
    color: rgba(255,255,255,1) !important;
}
.industry-list-pc li:hover .color-style2{
    border:1px solid rgba(0,204,254,1);
    font-size: 14px ;
    color: rgba(255,255,255,1) ;
    background:rgba(0,204,254,1);
}
.industry-list-pc li:hover a{
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:14px !important;
   
}
.industry-title-pc{
    width:auto;
    height:auto;
    font-size:24px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    
    text-align: left;
    margin: 60px 0 19px 30px;
    transition: .3s;
}
.industry-title-bar-pc{
    width:30px;
    height:4px;
    background:rgba(0,204,254,1);
    margin-left: 31px;
    margin-bottom: 30px;
}

.industry-text-pc{
    width:333px;
    height:auto;
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    margin-left: 29px;
    margin-right: 31px;
    margin-bottom: 20px;
    text-align: left;
}
.more-product-button-pc{
    width: 175px;
    height: 40px;
  

    text-align: center;
    line-height: 40px;
    
   
  margin:  0 auto;
}
.more-product-pc{
    margin-top: 30px;
}
.more-product-button-pc a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size:16px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
}

/* * story start */ 

#story {
    background:rgba(234,239,243,1);
    padding-bottom: 90px;
}

.story-container {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.template-titlte {
    padding-top: 73px;
    padding-bottom: 50px;
    font-size:32px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
}
.story-box {
    
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    height: 371px;
}
.story-img-box{
    width: 100%;
}
.story-img {
    width: 100%;
    display: block;
}
.story-img img{
    display: block;
    width: 100%;
    height: auto;
}

.story-box-posit {
    /* padding: 0 50px; */
    background:rgba(249,251,253,1);
    padding: 28px 30px 30px;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* transition: all 0.3s linear; */
}

.story-box-title {
    font-size: 24px;
    color: #0c1e2c;
    font-weight:500;
}

.story-box-text {
    color: #636a72;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.story-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
    background-color: #0086f1;
}
.story-box:hover{
    box-shadow:0px 20px 80px 0px rgba(18,32,46,0.3);
}
.story-box:hover .story-box-btn {
    display: block;
   
}

.story-box:hover .story-box-posit {
    padding-top: 17px;
    height: auto;
    background:rgba(250,251,253,1);
}

/* story end */


/* 产品方案 1 */
.product-scheme-pc{
    width: 100%;
    height:auto !important;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    padding-bottom: 90px;
}
.product-scheme-bg-pc{
    width: 100%;
    height: 100%;
    margin: 0 auto;

}
.product-scheme-bg-pc img{
    width: 100%;
    height: 100%;
    display: block;
    
}
.product-list-li-pc{
    width: 1200px;
    height: auto;
    margin: 0 auto  0 auto !important;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.product-list-li-pc li{
    width: 595px ;
    height: 200px ;
    margin-bottom: 10px ;
    display: flex ;
    flex-direction: row ;
    transition: .3s ;
    overflow: hidden;
    background:rgba(247,247,247,1);
}
.product-list-li-pc li:hover{
    background:rgba(35,134,238,1) !important;
    box-shadow:0px 20px 70px 10px rgba(19,32,46,0.3) !important;
}
.product-list-li-pc li:hover .product-title-pc{
    color: rgba(255,255,255,1);
    margin-top: 31px;
}
.product-list-li-pc li:hover .product-title-pc,
.product-list-li-pc li:hover .product-text-pc{
    color: rgba(255,255,255,1) !important;
}
.product-list-li-pc li:hover .product-button-pc{
    border: 1px solid white;
}
.product-list-li-pc li:hover .product-btn-style2-pc{
    opacity: 1;
}
/* .product-list-li-pc li:hover .product-button-pc{
    width: 100px;
    height: 40px;
    background: transparent;
    border:1px solid rgba(255,255,255,1);
   
} */
.product-list-li-pc li:hover .product-button-right-pc{
    background: rgba(255,255,255,1);
}
.product-list-li-pc li:hover a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,1) !important;
}
.product-list-li-pc li:hover .product-button-right-pc>a{
    color: rgba(35,134,238,1) !important;
}
.product-img-pc{
    width: 60px;
    height: 60px;
    margin: 82px 0 82px 48px;
}
.product-img-pc img{
    display: block;
    width: 100%;
    height: auto;
}
.product-scheme-title-pc{
    width: 100%;
    position: relative;
    height:auto;
    font-size:32px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
    margin-bottom: 53px;
}
.product-scheme-title2-pc{
    width: 100%;
    color: rgba(0,0,0,1);
    position: relative;
    height:35px;
    font-size:36px;
    font-family:FZLTZHJW;
    font-weight:normal;
    margin-bottom: 53px;
}
.product-info-pc{
    width: auto;
    height: 231px;
}
.product-title-pc{
    width: auto;
    height:22px;
    font-size:22px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(6,24,40,1);
    margin: 56px 0 20px 14px;
    transition: .3s;
    text-align: left;
}
.product-text-pc{
    width: 429px;
    min-height:48px;
    font-size:14px;
    font-family:PingFang;
    font-weight:400;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    margin-left: 14px;
    transition: .3s;
    margin-bottom: 20px;
    text-align: left;
}
.product-buttons-pc{
    display: flex;
    flex-direction: row;
    padding-left: 29px;
}
.product-button-pc{
    width: 100px;
    height: 40px;
    margin-right: 10px;
    
}
.product-button-left-pc{
   margin-left: 14px;
}
.product-btn-style2-pc{
   opacity: 0;
}

/* 产品优势 1 */
.product-advantage-pc{
   width: 100%;
   height: auto;
  
   padding-bottom: 80px;
}
.advantage-title-pc{
    width: auto;
    height:35px;
    font-size:36px;
    font-family:FZLTZHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:48px;
    margin: 80px auto 50px auto;
}
.advantage-swipe-container-pc{
   width: 100%;
   height: auto;
   margin: 0 auto;
}
.advantage-swiper-wrapper-pc{
   width: 1200px;
   height: auto;
   margin: 0 auto;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}
.advantage-swiper-slide-pc{
   width: 393px;
   height: 280px;
}
.advantage-card-box-pc{
   width: 595px;
   height: 200px;
}
.advantage-card-pc{
   width: 100%;
   height: 100%;
}
.advantage-card-pc:hover{
    background:rgba(35,134,238,1) !important;
    box-shadow:0px 11px 32px 0px rgba(19,32,46,0.2);
}
.advantage-card-pc:hover .industry-title-pc,
.advantage-card-pc:hover .relative-product-text-pc{
   color: rgba(255,255,255,1);
}
.industry-title-pc{
    width: auto;
    height:22px;
    font-size:22px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    
}
.introduce-card-title-bar-pc{
    width:30px;
    height:4px;
    background:rgba(0,204,254,1);
    margin-left: 30px;
    margin: 19px 0 30px 31px;
}
.relative-product-text-pc{
    width:293px;
    height:42px;
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    margin: 0 0 0 30px;
    transition: .3s;
}
.relative-product-text2-pc{
    width:auto;
    min-height:48px;
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    transition: .3s;
    margin-bottom:36px ;
    margin-left: 30px;
    text-align: left;
    display: flex;
    flex-direction: row;
}

.relative-product-text-left{
   width: 80px;
   height: auto;
}
.relative-product-text-right{
   
    width: 430px;
    height: auto;
   
}
.relative-product-btns-style{

margin-left: -200px !important;
margin-top: -30px !important;
}



/* 相关产品 1  */
.about-product-pc{
    width: 100%;
    height: auto;
   
    padding-bottom: 80px;
}
.about-title-pc{
    width: auto;
    height:35px;
    font-size:36px;
    font-family:FZLTZHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:48px;
    margin: 80px auto 50px auto;
}
.about-swipe-container2-pc{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.about-swiper-wrapper-pc{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-swiper-slider-pc{
    width: 393px;
    height: 280px;
}
.about-product-box-pc{
    width: 100%;
    height: 100%;
}
.about-product-info-pc{
    width: 100%;
    height: 100%;
    padding-top: 75px;
}
.about-product-title-pc{
    width: auto;
    height:22px;
    font-size:22px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    margin: 0 0 19px 30px !important;
}
.about-product-message-pc{
    width:340px;
    height:42px;
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    margin: 0 0 0 30px;
    transition: .3s;
}

/* 相关产品 2 */
.relative-product-pc{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background:rgba(234,239,243,1);
}
.relative-title-pc{
    width: auto;
    height:auto;
    font-size:32px;
    font-family:FZLTZHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:48px;
    margin: 0 auto 50px auto;
    padding-top: 70px;
}
.title-color-pc{
   color:rgba(0,204,254,1);;
}
.relative-swipe-container-pc{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.relative-swiper-wrapper-pc{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.relative-swiper-slide-pc{
    width: 593px !important;
    height: 393px !important;
    margin-bottom: 10px;
    transition: .3s;
    background: rgba(255,255,255,1);
}
.relative-card-box-pc{
    width: 100%;
    height: 100%;
}
.relative-swiper-slide-pc:hover{
    box-shadow:0px 20px 70px 0px rgba(19,32,46,0.4) !important;
    background:rgba(35,134,238,1);
}
.relative-swiper-slide-pc:hover .relative-card-pc{
    background:rgba(35,134,238,1);
}
.relative-swiper-slide-pc:hover .relative-card-title-pc,
.relative-swiper-slide-pc:hover .relative-product-text-pc{
color: rgba(255,255,255,1);
}
.relative-swiper-slide-pc:hover .product-btns-right a{
   color: rgba(35,134,238,1) ;
   background: rgba(255,255,255,1) ;
}
.relative-swiper-slide-pc:hover .relative-card1-pc{
   margin-top: -40px;
}
.relative-swiper-slide-pc:hover .title-color-pc,
.relative-swiper-slide-pc:hover .relative-product-text2-pc{
   color: rgba(255,255,255,1);
}
.relative-swiper-slide-pc:hover .product-btn-right-pc{
    background:rgba(0,204,254,1) !important;
}
.relative-card-pc{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.relative-card1-pc{
   transition: .3s;
}
.relative-card-title-pc{
    width:auto;
    height:22px;
    font-size:22px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    
    text-align: left;
    margin: 75px 0 19px 30px;
    transition: .3s;
}
.relative-product-text-pc{
    width:293px;
    height:42px;
    font-size:14px;
    font-family:FZLTHJW;
    font-weight:normal;
    color:rgba(6,24,40,1);
    line-height:28px;
    opacity:0.75;
    margin-left: 29px;
    margin-right: 31px;
    margin-bottom: 43px;
    transition: .3s;
}
.relative-product-btns-pc{
   width: auto;
   height: auto;
   margin-left: 31px;
   margin-top: 20px;
}
.product-btns-left{
   width: 100px;
   height: 40px;
   background: transparent;
   border: 1px solid rgba(255,255,255,1);
   display: inline-block;
   margin-right: 10px;
}
.product-btns-right{
    width: 100px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(255,255,255,1);
    display: inline-block;
}
.product-btns-left a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
   
}
.product-btns-right a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    transition: .3s;
    color: rgba(255,255,255,1);
    background: rgba(255,255,255,1) ;
}
.contact-title{
   text-align: left;
}

.font-blue {
    color: #1890ff;
}

.font-normal {
    color: #061828;
}

@media screen and (max-width:1200px){
    .discount-tabbar{
        width: 100%;
    }
    .discount-tabbar-content{
        width: 96%;
    }
    .all-live-list{
        width: 98%;
    }
    .offline-live-broadcast{
        padding-left: 0;
    }
    .offline-border-line{
        width: 100%;
    }
    .discount-tittle{
        line-height: 20px;
        font-size: 1.7vw;
    }
    .discount-des {
        margin-top: 14px;
        line-height: 20px;
    }
    .all-live-select{
        width: 32.33%;
    }
    .discount-content1-btn {
        width: 8vw;
        height: 4vw;
    }
    .discount-content1:hover .discount-content1-btn {
        margin-top: 15px;
        box-shadow:1px 1px 0px 0px rgba(255,255,255,0.2), 1px 3px 10px 0px rgba(66,150,239,0.48);
    }
    .discount-content1-img img {
        width: 100%;
    }
    
    .all-live-tittle {
        font-size: 18px;
    }
}

@media screen and (max-width:768px){
    .discount-content1-img img{
        width: 10vw;
        height: 80%;
    }
}
