.allicn {
    display: inline-block;
    background: url("../../images/product/Rentbystage/allicn.png") no-repeat;
}
.swipecot {
    width: 100%;
    height: 530px;
    overflow: hidden;
}
.swpimg1 {
    width: 100%;
    height: 530px;
    background: url("../../images/product/Rentbystage/bnr.jpg") no-repeat center top;
    overflow: hidden;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.swiperbox1 {
    display: flex;
    justify-content: space-between;
}
.swiperbox1 .rtbrbox {
    padding-top: 224px;
}
.swiperbox1 .rtbrbox h4 {
    position: relative;
    font-weight: normal;
    line-height:1;
    margin-bottom: 37px;
    font-size: 62px;
    color: #fff;
}
.swiperbox1 .rtbrbox p {
    width: 471px;
    letter-spacing: 2px;
    font-weight: 200;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
}
.swiperbox1 .rtbrbox h4 .text{
    transition:all .3s ease-out, text-shadow .3s ease-in-out;
    display:inline-block;
    opacity:0;
    -ms-transform:scale(2);
    transform:scale(2);
    cursor:default;
    font-weight: 800;
    letter-spacing: 6px;
}
.swiperbox1 .rtbrbox h4 .disblock {
    -ms-transform:scale(1);
    transform:scale(1);
}
.swiperbox1 .rtbrbox h4 span:nth-child(-n+3){
    font-weight: 200;
}
.swipecot .swiper-slide-active .swiperbox1 .descp {
    opacity: 0;      /*实先规定文字的状态是不显示的*/
    animation: fade-in 2s ease 0s 1;    /*调用名称为fade-in的动画，全程动画显示时间4S，进入方式为ease，延时0S进入，播放次数1次*/
    -webkit-animation: fade-in 2s ease 1s 1;
    -moz-animation: fade-in 2s ease 0s 1;
    -o-animation: fade-in 2s ease 0s 1;
    -ms-animation: fade-in 2s ease 0s 1;
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.alltit {
    padding: 0 0 24px;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #131313;
}
.alltit:before{
    content:'';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left:-20px;
    width: 40px;
    height: 4px;
    background-color: #00ae66;
}
.aldescbox {
    margin-top: 55px;
}
.aldescbox p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.aldescbox p:last-child {
    margin-top: 40px;
}
.box1 {
    padding: 100px 0 0;
}
.box1bg {
    margin-top: 65px;
    height: 325px;
    background: url("../../images/product/Rentbystage/y1.png") no-repeat center top;
}
.box1bg ul {
    position: relative;
}
.box1bg li {position: absolute}
.box4 li .circle,
.box1bg li .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-image: linear-gradient(0deg,#06b26a 0%,#35d38e 100%);
}
.box4 li .circle_bottom,
.box1bg li .circle_bottom {
    display: block;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: rgba(0,174,102,.3);
    margin-top: -71px;
    margin-left: -8px;
}
.fivul li.animation,
.dlbox dd.animation,
.box4 li .animation,
.box1bg li .animation{
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.box1bg li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    color: #333333;
}
.box1bg li.li1 {
    left: 30px;
    top: 100px;
}
.box1bg li.li1 p {
    margin-left: -30px;
}
.box1bg li.li1 i {
    width: 27px;
    height: 32px;
    background-position: 0 0;
}
.box1bg li.li2 {
    left: 222px;
    top: 152px;
}
.box1bg li.li2 p {
    margin-left: -16px;
}
.box1bg li.li2 i {
    width: 33px;
    height: 33px;
    background-position: -40px 0;
}
.box1bg li.li3 {
    left: 390px;
    top: 56px;
}
.box1bg li.li3 p {
    margin-left: -30px;
}
.box1bg li.li3 i {
    width: 29px;
    height: 28px;
    background-position: -84px -3px;
}
.box1bg li.li4 {
    left: 576px;
    top: 148px;
}
.box1bg li.li4 p {
    margin-left: -12px;
}
.box1bg li.li4 i {
    width: 30px;
    height: 33px;
    background-position: -126px 0;
}
.box1bg li.li5 {
    left: 758px;
    top: 100px;
}
.box1bg li.li5 p {
    margin-left: 0;
}
.box1bg li.li5 i {
    width: 30px;
    height: 30px;
    background-position: -169px -2px;
}
.box1bg li.li6 {
    left: 944px;
    top: 54px;
}
.box1bg li.li6 p {
    margin-left: 0;
}
.box1bg li.li6 i {
    width: 32px;
    height: 33px;
    background-position: -210px -1px;
}
.box1bg li.li7 {
    left: 1120px;
    top: 155px;
}
.box1bg li.li7 p {
    margin-left: 0;
}
.box1bg li.li7 i {
    width: 31px;
    height: 31px;
    background-position: -253px -1px;
}
.box1bg li:hover .circle {
    background-image: linear-gradient(0deg,
    #e9641a 0%,
    #f27733 58%,
    #fb8a4c 100%),
    linear-gradient(
            #258ffc,
            #258ffc);
}
.box1bg li:hover .circle_bottom {
    background-color: rgba(243,106,31,.3);
}
.box2{
    padding-top: 128px;
}
.box2cont {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.box2desc {
    width:600px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.box2desc p{
    text-indent: 32px;
}
.box2desc p:first-child{
    margin-bottom: 40px;
}
.box2imgbox {
    position: relative;
    font-size: 18px;
    color: #333333;
}
.box2imgbox ul li {
    position: absolute;
    width:72px;
}
.box2imgbox ul li:first-child {
    left:-23px;
    top: 23px;
}
.box2imgbox ul li:nth-child(2) {
    left: -48px;
    top: 122px;
}
.box2imgbox ul li:nth-child(3) {
    left: -22px;
    top: 260px;
}
.box2imgbox ul li:nth-child(4) {
    left: 299px;
    top: 23px;
}
.box2imgbox ul li:nth-child(5) {
    left: 324px;
    top: 130px;
}
.box2imgbox ul li:nth-child(6) {
    left: 296px;
    top: 260px;
}
.box2imgbox ul li:hover{
    color: #00ae66;
}
.box3 {
    text-align: center;
    padding-top: 135px;
}
.zixunbox {
    position: relative;
    margin-top: 108px;
    height: 318px;
    overflow: hidden;
    background-color: #00ae66;
}
.ancont {
    position: relative;
    z-index: 2;
}
.zixunbox h6 {
    margin:0;
    padding: 82px 0 20px;
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 4px;
    color: #ffffff;
}
.zixunbox p {
    line-height: 1;
    font-size: 28px;
    letter-spacing: 6px;
    color: #ffffff;
}
.zixunbox a {
    display: inline-block;
    width: 159px;
    height: 48px;
    margin-top:50px;
    text-align: center;
    line-height: 48px;
    background-color: #ffffff;
    font-size: 20px;
    letter-spacing: 4px;
    color: #00ae66;
    text-decoration: none;
}
.zixunbox a:hover{
    text-decoration: underline;
}
.anim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url("../../images/product/Rentbystage/an1.png") no-repeat;
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.box4 {
    padding: 120px 0 0 0;
    text-align: center;
}
.box4 ul {
    margin: 112px 0 80px;
    display: flex;
    justify-content: space-between;
}
.box4 ul li {
    position: relative;
    width: 290px;
    text-align: center;
}
.box4 li .circle {
    width: 99px;
    height: 99px;
    margin: 0 auto;
}
.box4 li .circle_bottom {
    width: 115px;
    height: 115px;
    margin: -107px auto 0;
}
.box4 li.li8 i {
    width: 48px;
    height: 48px;
    background-position: 0 -136px;
}
.box4 li.li9 i {
    width: 45px;
    height: 49px;
    background-position: -66px -136px;
}
.box4 li.li10 i {
    width: 51px;
    height: 42px;
    background-position: -127px -139px;
}
.box4 li h6 {
    margin: 35px 0 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
}
.box4 li p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.xhicnbox {
    display: flex;
    height: 26px;
    position: absolute;
    left: 330px;
    top: 38px;
    width: 58px;
    overflow: hidden;
}
.xhicnbox span {
    display: inline-block;
    width: 17px;
    height: 26px;
    width: 58px;
    background-position: -201px -147px;
    /*-webkit-animation: xunhuan 2.1s infinite ease-in-out;*/
    /*animation: xunhuan 2.1s infinite ease-in-out;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
}
@-webkit-keyframes xunhuan {
    0%{
        width: 0px;
    }
    25% {
        width: 17px;
    }
    50% {
        width: 34px;
    }
    100% {
        width: 58px;
    }
}
@keyframes xunhuan {
    0%{
        width: 0px;
    }
    25% {
        width: 17px;
    }
    50% {
        width: 34px;
    }
    100% {
        width: 58px;
    }
}
.box5 {
    padding-top: 135px;
    text-align: center;
}
.box5 img {
    margin:50px 0 100px;
}
.box6 {
    height: 1084px;
    background: url("../../images/product/Rentbystage/bg.jpg") no-repeat center -2px;
}
.box6 .alltit{
    padding-top: 80px;
    margin-bottom: 80px;
    color: #fff;
}
.box6 .alltit .cespan {
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(255, 255, 255)), to(#ff730b));
    /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-background-clip: text;
    /*text-fill-color会覆盖color所定义的字体颜色： */
    -webkit-text-fill-color: transparent;
}
.box6 .alltit .sjspan {
   color:#ff730b;
}
.box6 .alltit:before {
    background-color: #fff;
}
.box6cont {
    display: flex;
    color: #fff;
}
.box6cont dl {
    flex: 1;
    padding: 0 60px;
}
.box6cont dl dt {
    margin-bottom: 94px;
    width: 140px;
    height: 38px;
    text-align: center;
    line-height:38px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    background-color: #f46b1f;
}
.box6cont dl:first-child {
    text-align: right;
}
.box6cont dl:first-child dt {
    margin-left: 340px;
    background-color: #00ae66;
}
.box6cont dl:first-child dt i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: -1px -197px;
    vertical-align: -5px;
    margin-left: 9px;
}
.box6cont dl:last-child dt i{
    display: inline-block;
    width: 19px;
    height: 25px;
    background-position: -31px -194px;
    vertical-align: -5px;
    margin-right: 9px;
}
.box6cont dl:first-child dd {
    margin-bottom: 96px;
}
.box6cont dl dd h6 {
    position: relative;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}
.box6cont dl dd p {
    width: 464px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}
.box6cont dl:first-child dd p {
    float: right;
}
.box6cont dl:first-child dd h6 i {
    position: absolute;
    right: 0;
    top: -15px;
    width: 72px;
    height: 55px;
}
.box6cont dl:first-child dd h6 .itmhic1 {
    background-position: 0 -232px;
}
.box6cont dl:first-child dd h6 .itmhic2 {
    background-position: -92px -231px;
    top: -18px;
}
.box6cont dl:first-child dd h6 .itmhic3 {
    background-position: -181px -232px;
    top: -21px;
}
.box6cont dl:first-child dd span {
    margin-top: 22px;
    width: 61px;
    height: 10px;
    background-position: -59px -199px;
}
.box6cont dl:last-child dd div {
    display: flex;
}
.box6cont dl:last-child dd div span {
    display: inline-block;
    width: 148px;
    height: 40px;
    margin: 15px 32px 0 0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 4px;
    border: solid 1px #ffffff;
}
.box6cont dl:last-child dd {
    margin-bottom: 74px;
}
.box6cont dl:last-child dd h6 i {
    position: absolute;
    left: -22px;
    top: -18px;
    width: 73px;
    height: 52px;
    background-position: 0 -298px;
}
.box7 {
    padding-top: 105px;
    height: 3588px;
    background: url("../../images/product/Rentbystage/b3.png") no-repeat center bottom;
}
.box7 .fistul {
    margin-top: 120px;
}
.box7 .fistul li {
    display: flex;
    justify-content: space-between;
}
.lilftbbobx {
    width: 530px;
}
.lilftbbobx h6 {
    position: relative;
    padding: 85px 0 45px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #00ae66;
}
.lilftbbobx p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.lilftbbobx h6 i {
    position: absolute;
    left: 0;
    top: 56px;
    width: 36px;
    height: 71px;
    background-position: -80px -296px;
}
.box7 .fistul li:nth-child(2) {
    margin-top: 150px;
}
.box7 .fistul li:nth-child(2) h6 {
    padding-top: 14px;
}
.box7 .fistul li:nth-child(2) h6 i {
    width: 54px;
    height: 73px;
    background-position: -125px -294px;
    top: -13px;
}
.box7 .fistul li:nth-child(3) h6 i {
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 74px;
    background-position: -189px -296px;
}
.dlbox {
    width:100%;
    overflow: hidden;
    margin: -75px auto 0;
    height: 844px;
    background: url("../../images/product/Rentbystage/s3.png") no-repeat center top;
}
.dlbox dl {
    position: relative;
}
.dlbox dd.circle_bottom {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(251,138,76,.3);
    border-radius: 50%;
}
.dlbox dd:first-child {
    bottom: -538px;
    left: -308px;
}
.dlbox dd:nth-child(2) {
    bottom: -260px;
    left: -14px;
}
.dlbox dd:nth-child(3) {
    bottom: -442px;
    left: 443px;
}
.dlbox dd:nth-child(4) {
    bottom: -246px;
    left: 779px;
}
.dlbox dd:nth-child(5) {
    bottom: -310px;
    left: 1114px;
}
.dlbox dd:nth-child(6) {
    bottom: -40px;
    left: 1435px;
}
.forlibox {
    text-align: center;
}
.forlibox .lilftbbobx {
    width: 100%;
}
.forlibox .lilftbbobx h6 {
    padding: 0;
}
.forlibox .lilftbbobx h6 i {
    width: 48px;
    height: 71px;
    top: -32px;
    left: 50%;
    background-position: -240px -300px;
    margin-left: -24px;
}
.forimgbox {
    position: relative;
    margin: 158px auto 0;
    width: 492px;
    height: 514px;
    background: url("../../images/product/Rentbystage/s4.png") no-repeat center top;
}
.forimgbox > div {
    position: absolute;
    top: -30px;
    left: -338px;
    width: 380px;
    height: 160px;
    padding-right: 64px;
    text-align: right;
    color: #333;
    box-sizing: border-box;
}
.lilftbbobx .forimgbox > div h6 {
    padding: 27px 0 20px;
    font-size: 20px;
    color: #333;
    font-weight: 800;
}
.lilftbbobx .forimgbox > div p{
    width: 240px;
    font-size: 16px;
    line-height: 26px;
    float: right;
}
.lilftbbobx .forimgbox .itemli2 {
    top:  152px;
    left: -338px;
}
.forimgbox > div.itemli3,
.forimgbox > div.itemli4 {
    left: 440px;
    padding: 0 0 0 64px;
    text-align: left;
}
.lilftbbobx .forimgbox > div.itemli3 p,
.lilftbbobx .forimgbox > div.itemli4 p {
    float: left;
}
.forimgbox > div.itemli3 {

}
.forimgbox > div.itemli4 {
    top:  152px;
}
.forimgbox > div.active {
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.11);
}
.lilftbbobx .forimgbox > div.active h6 {
    color: #00ae66;
}
.fivebox .lilftbbobx h6 i {
    top: 55px;
    left: 50%;
    margin-left: -25px;
    width: 51px;
    height: 72px;
    background-position: 0px -377px;
}
.fivul {
    position: relative;
    margin: 85px auto 0;
    width: 672px;
    height: 508px;
    background: url("../../images/product/Rentbystage/s5.png") no-repeat center top;
}
.fivul li.circle_bottom {
    position: absolute;
    display: block;
    width: 160px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(61,171,107,.3);
}
.fivul li:first-child.circle_bottom {
    top: 105px;
    left: 35px;
}
.fivul li:nth-child(2).circle_bottom {
    top: 244px;
    left: -8px;
}
.fivul li:nth-child(3).circle_bottom {
    top: 394px;
    left: 96px;
}
.fivul li:nth-child(4).circle_bottom {
    top: 50px;
    right: 170px;
}
.fivul li:nth-child(5).circle_bottom {
    top: 230px;
    right: -6px;
}
.fivul li:nth-child(6).circle_bottom {
    top: 360px;
    right: 166px;
}
.box8 {
    text-align: center;
    background: url(../../images/product/Rentbystage/h1.png) no-repeat center top;
}
.box8 .alltit {
    padding-top: 65px;
    color: #fff;
}
.box8 .alltit::before {
    background-color: #fff;
}
.ylbox1 {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.ylbox2 h5,
.ylbox1 h5 {
    padding: 65px 0 16px;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
    line-height: 1;
}
.ylbox1 h5{
    color: #ffffff;
}
.ylbox2 h5:before,
.ylbox1 h5:before{
    content:'';
    display: inline-block;
    width: 3px;
    height: 23px;
    vertical-align: -4px;
    margin-right: 8px;
}
.ylbox1 h5:before{
    background-color: #ffffff;
}
.ylbox2 {
    border-bottom: 1px solid rgba(0,174,102,.3);
}
.ylbox2 h5 {
    color: #333333;
}
.ylbox2 h5:before{
    background-color: #00ae66;
}
.swiper-button-next, .swiper-button-prev {
    width: 63px;
    height: 63px;
    background-position:  -73px -381px;
}
.swiper-button-next {
    background-position:  -143px -381px;
}
.swiper-button-prev:hover{
    background-position:  -73px -448px;
}
.swiper-button-next:hover {
    background-position:  -143px -448px;
}
.box9 {
    padding-top: 108px;
}
.box9 ul{
    margin-top: 75px;
    margin-bottom: 125px;
    display: flex;
    justify-content:space-between;
}
.box9 ul li{
    width: 221px;
    height: 294px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0,174,102,.1);
}
.box9 ul li i {
    margin-top:45px;
    width:52px;
    height: 68px;
}
.box9 ul li:first-child i{
    background-position:  0 -54px;
}
.box9 ul li:nth-child(2) i{
    background-position:  -61px -54px;
}
.box9 ul li:nth-child(3) i{
    background-position:  -122px -54px;
}
.box9 ul li:nth-child(4) i{
    background-position:  -183px -54px;
}
.box9 ul li:nth-child(5) i{
    background-position:  -244px -54px;
}
.box9 ul li h6 {
    padding: 25px 0 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
}
.box9 ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.box10 {
    text-align: center;
    background: url("../../images/product/Rentbystage/y5.png") no-repeat center 540px;
}