body{
    
}
.banner-container img{
    width: 100%;
}

/* .banner-container .swiper-button-next, .banner-container .swiper-button-prev{
    display: none;
} */

.swiper-button-next, .swiper-button-prev{
    width: 41px;
    height: 41px;
    line-height: 41px;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
    text-align: center;
}

.swiper-button-next:hover::after, .swiper-button-prev:hover::after{
    font-size: 19px;
    color: #3db47c;
 }

.swiper-button-next:after, .swiper-button-prev:after{
   font-weight: 600;
   font-size: 19px;
   color: #fff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 80px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 80px;
}

.swiper-pagination-bullet{
    width: 40px;
    border-radius: unset;
}

.swiper-pagination-bullet-active{
    background: #3db47c;
}

.index-content{
    width: 1200px;
    margin: 0 auto;
}

.entry-container {
    width: 1200px;
    margin: 16px auto 0;
    margin-top: 35px;
    padding-bottom: 60px;
}

.index-title{
    
    font-size: 30px;
    font-weight: bold;
    color: #323233;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}

.index-subtitle{
    margin-top: 8px;
    font-size: 18px;
    color: #9A9A9A;
    line-height: 36px;
    text-align: center;

}

.entry-container .entyr-list{
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    width: 960px;
    margin-top: 60px;
}

.entyr-list-item{
    height: 140px;
    font-size: 18px;
    color: #343434;
    cursor: pointer;
}

.entyr-list-item.conter{
    line-height: 140px;
}
ul.entyr-list-item{
    display: flex;
    width: 420px;
    justify-content: space-around;
    text-align: center;
}

ul.entyr-list-item li{
  
}
ul.entyr-list-item li img{
    width: 86px;
    height: 86px;
}

ul.entyr-list-item li div{
    margin-top: 15px;
}

.entry-scene{
    margin-top: 60px;
}

.entry-scene-list{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 45px;
    position: relative;
}
.entry-scene-list::before{
    content: ' ';
    width: 94%;
    height: 12px;
    position: absolute;
    left: 2.8%;
    bottom: 15px;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    border-left: 3px solid #037b38;
    border-right: 3px solid #037b38;
    border-bottom: 3px solid #037b38;
    
}
.entry-scene-item{
    text-align: center;
    cursor: pointer;
}

.entry-scene-item img{
    max-width: 86px;
    max-height: 42px;
}

.entry-scene-item div{
    font-size: 18px;
    color: #4E9870;
    margin-top: 5px;
}

.entry-prodect ul{
    display: flex;
    margin: 0 auto;
    width: 320px;
    justify-content: space-between;
}

.entry-prodect img{
    height: 27px;
}

.entry-prodect span{
    float: right;
    font-size: 18px;
    line-height: 27px;
    margin-left: 5px;
    color: #999999;
}

.service-container{
    padding: 30px 0 0px 0;
}

.promote{
    height: 160px;
    background: #3db47c;
}

.promote .promote-container{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.promote .promote-container .desc{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 24px;
    width: 70%;
    text-align: left;
    float: left;
    margin-top: 45px;
}

.promote .promote-container .desc span{
    font-size: 22px;
}

.promote .promote-container .btn{
    margin-top: 60px;
    margin-left: 60px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #fff;
    width: 168px;
    height: 44px;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.close-promote-btn{
    position: absolute;
    height: 26px;
    width: 26px;
    right: 30px;
    top: 10px;
    line-height: 22px;
    text-align: center;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
}

.close-promote-btn:after {
    position:relative;
    content:"\d7";
    font-size:24px;
    color:white;
}

.promote.hide {
    height: 0;
    overflow: hidden;
    transition: height .15s;
}

.find-service{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-top: 20px;
}

.architecture-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
}

.architecture-content .architecture-item{
    position: relative;
    width: 174px;
    height: 120px;
    margin-top: 54px;
    text-align: center;
    padding: 0 13px;
}

.architecture-content .architecture-item .architecture-item-img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    cursor: pointer;
}

.architecture-content .architecture-item .architecture-item-img img{
    width: 100%;
    height: 100%;
}
.architecture-content .architecture-item .architecture-item-title{
    color: #000;
    margin-top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.changyoubao-container{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 40px;
}

.changyoubao-service{
    width: 360px;
}

.changyoubao-content{
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
}
.changyoubao-service-item{
    margin-top: 30px;
    cursor: pointer;
}

.changyoubao-service-item-tiele{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.changyoubao-service-item-desc{
    margin-top: 8px;
    font-size: 16px;
    color: #666;
}

.hangyoubao-service-img{
    width: 720px;
}

.hangyoubao-service-img img{
    width: 100%;
}

.changyoubao-service-line{
    margin-top: 30px;
}

.changyoubao-service-line a>div{
    padding-left: 14px;
}
.changyoubao-service-line a i{
    height: 19px;
  
    width: 19px;
    float: left;
    position: absolute;
    left: 30px;
    top: 20px;
    background-image: url(/themes/qumaipiao/public/assets/img/product/play2.png);
    background-size: contain;
}

.changyoubao-service-line a{
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border: 1px solid rgba(44, 179, 100, 1);
    color: rgba(44, 179, 100, 1);
}

.changyoubao-service-line a:hover{
    transform: translateY(-8px);
    transition: transform .2s;
    opacity: .8;
}
.changyoubao-service-line a.cur{
    color: #fff;
    background: rgba(44, 179, 100, 1);
}

.video-mask2{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.52);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
}

.video-mask2 .video-player{
    position: relative;
    width: 700px;
    height: 394px;
}

.video-mask2 .video-player .close-video-btn{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: url(//img.yzcdn.cn/yun-web/close-btns.png);
    background-size: 100% 100%;
    z-index: 40;
    cursor: pointer;
}

.solution-container{
    /* padding-bottom: 60px; */
    text-align: center;
    /* background: #f7f8fa */
}

.solution-container h2{
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    margin-bottom: 54px;
}

.solution-container .table{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
    
.solution-container .td{
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background: #fff;
    padding: 0;
    width: 380px;
    height: 430px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px 0 rgba(61,67,77,.08);
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.solution-container .td:first-child+div+div,.solution-container .td:first-child+div+div+div+div+div{
    margin-right: 0;
}
.solution-container .td a{
    color: #323232;
    display: inline-block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
}

.solution-container .td:hover{
    top: -10px;
}

.solution-container .td a img{
    width: 380px;
    height: 260px;
}

.solution-container .td a  p{
    font-size: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   

  
    line-height: 28px;
    margin-top: 24px;
    color: #343434;
}

.solution-container .td a  span{
    display: inline-block;
    color: #4AA2FC;
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px
}


.solution-container .td .td-brief{
    color: #444c57;
    margin-top: 14px;
    font-size: 16px;
    padding: 0 30px;
    line-height: 28px;
    text-align: left;
}
    
.solution-container-type-2 h2{
    margin-bottom: 0;
}

.solution-container-type-2 .td a{
    text-align: left;
}

.solution-container-type-2 .td a p{
    /* font-weight: bold; */
}
.solution-container-type-2 .td a p, .solution-container-type-2 .td span{
    padding-left: 30px;
}

.solution-container-type-2 .td a span{
    color: #999;
}

.solution-subtitle{
    font-size: 18px;
    line-height: 28px;
    color: #969799;
    padding-top: 23px;
    margin-bottom: 54px;
}

.solution-subtitle span{
    color: #F83E1C;
    
}

.more-btn{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 60px;
}
.more-btn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 2px solid rgba(44, 179, 100, 1);
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    margin-right: 15px;
    color: rgba(44, 179, 100, 1);
    font-size: 16px;
}

.new-container{
    width: 1200px;
    margin: 0 auto;
}
.new-container h2{
    font-size: 30px;
    font-weight: bold;
    padding-top: 60px;
    margin-bottom: 64px;
    text-align: center;
}
.new-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-list .new-item{
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background: #fff;
    padding: 0;
    width: 380px;
    height: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px 0 rgba(61,67,77,.08);
    border-radius: 10px;
    overflow: hidden;
}

.new-list .new-item a img{
    width: 380px;
    height: 260px;
}

.new-list .new-item a h3{
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    color: #343434;
    height: 30px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    text-overflow:ellipsis; white-space: nowrap;

}

.new-list .new-item a p{
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #666;
    height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.new-list .new-item a span{
    margin: 10px 15px;
    padding-top: 5px;
    display: block;
    color: #4AA2FC;
}

.num-container {
    width: 1200px;
    margin: 20px auto 110px;
    position: relative;
    height: 69px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.num-container li{
    width: 180px;
}

.num-container li .num {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2cb364;
    line-height: 24px;
}

.num-container li .num .data {
    font-size: 36px;
    color: #2cb364;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-family: Avenir;
    margin-right: 8px;
}

.num-container li .desc {
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-top: 30px;
}

.use_data h2{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 90px;
    padding-bottom: 60px;
}


.clues-collect-container{
    position: fixed;
    bottom: 50px;
    z-index: 1001;
}

.fixed-btn {
    opacity: 1;
    transition: all, 0.5s, ease;
    border-radius: 2px 0 0 2px;
    text-align: left;
    height: 416px;
    width: 144px;
    background-image: url(/themes/qumaipiao/public/assets/img/index/guajian.png);
    background-size: cover;
}

.fixed-btn.hide{
    opacity: 0;
}

.fixed-btn-top{
    padding-top: 130px;
    text-align: center;
    color: #fff;
}

.fixed-btn-top p{
    font-size: 16px;
    margin: 6px;
}


.fixed-btn-item{
    margin: 0 auto;
    background: #fff;
    width: 100px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.fixed-btn-item.fixed-btn-item-first{
    margin-top: 30px;
}

.fixed-btn-item a{
    color: #3db47c;
    font-size: 16px;
}

.fixed-btn-bottom{
    height: 40px;
    width: 40px;
    bottom: 0;
    position: absolute;
    left: 46px;
    cursor: pointer;
}

#pop_tips_20s_wrapper {
    bottom: 40%;
    font-family: -apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif!important;
}

#pop_tips_20s_wrapper, #pop_tips_20s_wrapper #pop_tips_20s {
    position: fixed;
    width: 420px;
    height: 176px;
    left: 50%;
    margin-left: -210px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 201;
    display: none;
}

#pop_tips_20s_wrapper #pop_tips_20s {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50,50,51,.1);
    box-shadow: 0 2px 8px 0 rgba(50,50,51,.1);
    border: 0 solid #e5e5e5;
    opacity: 1;
}

#pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_header {
    height: 30px;
    line-height: 30px;
}

#pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_header .close_pop_tips_20s {
    float: right;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
}

#pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_footer {
    margin-top: 20px;
}

#pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_footer .pop_tips_20s_free_use {
    border: 1px solid #3db47c;
    color: #fff;
    margin-left: 124px;
    background: #3db47c;
}

#pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_footer .pop_tips_20s_contact, #pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_footer .pop_tips_20s_free_use {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-family: PingFangSC-Regular;
    border: 1px solid #3db47c;
    margin-right: 10px;
}

.pop_tips_20s_icon{
    width: 68px;
    float: left;
    margin-left: 30px;
}

.pop_tips_20s_content{
    float: left;
    padding-left: 25px;
}

.pop_tips_20s_content p{
    margin-top: 10px;
}

.pop_tips_20s_mobile{
    font-size: 20px;
    color: #3db47c;
}

#pop_tips_20s_wrapper #pop_tips_20s .pop_tips_20s_footer {
    padding-top: 20px;
    clear: both;
}

.swiper-slide{
    position: relative;
}

.caption-wraper{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    z-index: 99;
    text-align: center;
}

.caption-title{
    color: #fff;
    font-size: 72px;
    font-family: Songti TC;
}

.caption-content{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding-top: 80px;
}

.caption-description{
    margin-top: 120px;
    height: 60px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 20px;
    background: #3db47c;
    line-height: 60px;
    border-radius: 6px;
}
.caption-description a{
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}

.index-banner{
    height: 526px;
    display: flex;
    background-color: #fefeff;
    overflow: hidden;
    margin-top: 40px;
}

.banner-left{
    flex: 1;
    margin-left: 120px;
}

.banner-left img{
    width: 540px;
    margin-top: 102px;
}
.banner-left p{
    margin-top: 24px;
    padding-bottom: 60px;
    height: 30px;
    color: #444c57;
    font-size: 20px;
    letter-spacing: 4px
}

.banner-btn{
    margin-top: 25px;
    background: rgba(44, 179, 100, 1);
    color: #fff;
    border: 1px solid rgba(44, 179, 100, 1);
    box-shadow: 0 8px 16px 0 rgb(255 4 35 / 16%);
}

.banner-btn2{
    margin-left: 10px;
    background: #fff;
    color: rgba(44, 179, 100, 1);    
}

.banner-right{
    flex: 1;
    margin-right: 120px;
}

.banner-right img{
    width: 712px;
}

.youshi-box{

}

.youshi-item{
    position: relative;
    float: left;
    width: 280px;
    height: 330px;
    background: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    margin-right: 26px;
    margin-bottom: 26px;
    cursor: pointer;
}

.youshi-item:hover{
    transform: translateY(-8px);
    transition: transform .2s;
}

.youshi-item i{
    position: absolute;
    top: 26px;
    left: 32px;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.youshi-item i.i01{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i01.png);
}

.youshi-item i.i02{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i02.png);
}

.youshi-item i.i03{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i03.png);
}

.youshi-item i.i04{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i04.png);
}

.youshi-item i.i05{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i05.png);
}

.youshi-item i.i06{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i06.png);
}

.youshi-item i.i07{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i07.png);
}

.youshi-item i.i08{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i08.png);
}

.youshi-item i.i09{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i09.png);
}

.youshi-item i.i10{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i10.png);
}

.youshi-item i.i11{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i11.png);
}

.youshi-item i.i12{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i12.png);
}

.youshi-item i.i13{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i13.png);
}


.youshi-item i.i14{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i14.png);
}


.youshi-item.last{
    width: 588px;
    margin-right: 0;
    text-align: center;
}

.youshi-item:first-child+.youshi-item+.youshi-item+.youshi-item,
.youshi-item:first-child+.youshi-item+.youshi-item+.youshi-item+.youshi-item+.youshi-item+.youshi-item+.youshi-item{
    margin-right: 0;
}

.youshi-item .num{
    padding-top: 56px;
    padding-left: 115px;
    font-size: 100px;
    font-family: Arial;
    font-weight: bold;
    color: #2F2200;
    opacity: 0.08;
    height: 100px;
    line-height: 100px;
}

.youshi-item .tit{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    
    font-weight: bold;
    color: #333333;
    line-height: 42px;
}

.youshi-item .txt{
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    color: #666666;
}

.youshi-item.last .txt{
    margin-top: 34px;
    padding-right: 15px;
    display: inline-block;
    background-image:  url(/themes/qumaipiao/public/assets/img/index/i-r.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.banben-box{
    margin-top: 53px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    overflow: hidden;
}

.banben-left{
    float: left;
    width: 420px;
}

.banben-right{
    float: right;
    width: 780px;
    background: #3B74FF;
}

.banben-title{
    margin-top: 40px;
    font-size: 30px;
    
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: rgba(44, 179, 100, 1);
}

.banben-title-right{
    color: #fff;
}
.banben-left-money{
    margin-top: 40px;
    font-size: 20px;
    
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.banben-left-money .num{
    font-size: 33px;
    
    font-weight: bold;
    color: rgba(44, 179, 100, 1);
    line-height: 46px;
    padding-right: 27px;
}


.banben-use-btn{
    display: block;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.banben-use-btn:hover{
    transform: translateY(-8px);
    transition: transform .2s;
    opacity: .8;
}


.banben-use-btn-left{
    width: 355px;
    background: #FFFFFF;
    border: 1px solid rgba(44, 179, 100, 1);
    margin: 0 auto;
    margin-top: 44px;
    color: rgba(44, 179, 100, 1);
}

.banben-right-money{
    margin: 0 60px;
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    font-family: MicrosoftYaHei-Bold;
}
.banben-right-money-item{
    display: flex;
    height: 46px;
    align-items: baseline;
}

.banben-right-money-item span{
    font-size: 20px;
    color: #FCFF00;
    font-weight: bold;
}

.banben-right-money-item h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.banben-right-money-item p{
    margin-left: 8px;
    font-size: 20px;
    color: #fff;
}

.banben-use-btn-right{
    margin: 0 auto;
    margin-top: 38px;
    width: 405px;
    color: #3B74FF;
    background: #fff;
}

.banben-gongneng-left{
    margin-left: 34px;
    margin-top: 60px;
}

.banben-gongneng-left li{
    font-size: 16px;
    
    font-weight: 400;
    color: #000000;
    line-height: 50px;
}

.banben-gongneng-left li span{
    float: left;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
}

.banben-gongneng-right{
    background: #fff;
    border-radius: 10px;
    margin: 20px;
    margin-top: 0;
    padding: 0 45px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.banben-gongneng-right li{
    flex-shrink: 0;
    width: 280px;
    margin-top: 30px;
}

.banben-gongneng-right li i{
    float: left;
    height: 40px;
    width: 40px;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.banben-gongneng-right li i.i01{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng01.png);
}
.banben-gongneng-right li i.i02{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng02.png);
}
.banben-gongneng-right li i.i03{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng03.png);
}
.banben-gongneng-right li i.i04{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng04.png);
}
.banben-gongneng-right li i.i05{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng05.png);
}
.banben-gongneng-right li i.i06{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng06.png);
}
.banben-gongneng-right li i.i07{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng07.png);
}
.banben-gongneng-right li i.i08{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng08.png);
}
.banben-gongneng-right li i.i09{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng09.png);
}
.banben-gongneng-right li i.i10{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng10.png);
}
.banben-gongneng-right li i.i11{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng11.png);
}
.banben-gongneng-right li i.i12{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng12.png);
}
.banben-gongneng-right li i.i13{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng13.png);
}
.banben-gongneng-right li i.i14{
    background-image:  url(/themes/qumaipiao/public/assets/img/index/gongneng14.png);
}


.banben-gongneng-right li div{
    margin-left: 45px;
}

.banben-gongneng-right li div h2{
    font-size: 18px;
    
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.banben-gongneng-right li div p{
    font-size: 14px;
    
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.banben-gongneng-add{
    margin-top: 41px;
    font-size: 18px;
    
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
}

.solution-container-type-2.solution-container .td{
    height: 400px;
}

.index-plates{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.index-plates img{
    width: 100%;
}

.index-scenic{
    position: absolute;
    top: 0;
    left: 0;
}

.index-scenic-list{
    display: flex;
    margin-top: 12px;
}

.index-scenic-list li{
    display: flex;
    flex-shrink: 0;
    margin-left: 10px;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    border-radius: 4px;
    font-size: 14px;
}

.index-scenic-list li:hover {
    box-shadow: 0 8px 30px 0 rgb(61 67 77 / 8%);
    cursor: pointer;
}

.index-scenic-list li.important{
    font-weight: bold;
    font-size: 18px;
}

.index-scenic-box{
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;
}