.title{text-align: center;padding-top: 140px;color: #333;}
.title h3{font-size: 40px;line-height: 60px;}
.title p{font-size: 20px;color: #929292;line-height: 34px;margin-top: 19px;}

.banner{position: relative;height: 600px;}
.banner .banner-img{position: absolute;left: 50%;margin-left: -960px;}
.banner .banner-main{padding-top: 393px;display: flex;padding-left: 25px;}
.banner .banner-main input{background-color: transparent;font-size: 18px;line-height: 46px;height: 50px;color: #fc606b;width: 213px;box-sizing: border-box;border: 2px solid #FC606B;border-radius: 46px;padding-left: 45px;}
.banner .banner-main input::placeholder{color: #fc606b;}
.banner .banner-main .toget{display: block;margin-left: 15px;width: 214px;height: 46px;border-radius: 46px;background-color: #FC606B;font-size: 18px;color: #fff;}

.cont1 .cont1-main{margin-top: 50px;display: flex;justify-content: space-between;}
.cont1 .cont1-main li{display: flex;}
.cont1 .cont1-main li .item-left{display: none;width: 242px;background-color: #ff6666;box-sizing: border-box;padding: 32px 35px 0;color: #fff;}
.cont1 .cont1-main li .item-left p{font-size: 26px;line-height: 56px;}
.cont1 .cont1-main li .item-left span{font-size: 16px;line-height: 40px;letter-spacing: 1px;}
.cont1 .cont1-main li .item-right{position: relative;}
.cont1 .cont1-main li .item-right i{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,.3);font-size: 26px;display: flex;align-items: center;justify-content: center;color: #fff;}
.cont1 .cont1-main li.active .item-left{display: block;}
.cont1 .cont1-main li.active .item-right i{display: none;}

.cont2 .cont2-main{margin-top: 50px;}
.cont2 .cont2-main .free{display: block;margin: 60px auto 0;width: 264px;height: 69px;font-size: 24px;line-height: 69px;color: #fff;background-color: #fc495e;text-align: center;}

.cont3{background-color: #FC495E;margin-top: 125px;}
.cont3 .cont3-main .title{padding-top: 56px;color: #fff;}
.cont3 .cont3-main ul{padding: 22px 0 16px;}
.cont3 .cont3-main ul li{display: flex;justify-content: space-between;margin-top: 28px;color: #fff;}
.cont3 .cont3-main ul li .item-left{width: 600px;box-sizing: border-box;padding-left: 91px;position: relative;padding-top: 66px;}
.cont3 .cont3-main ul li .item-left h4{font-size: 26px;line-height: 32px;}
.cont3 .cont3-main ul li .item-left span{font-size: 18px;line-height: 32px;}
.cont3 .cont3-main ul li .item-left i{display: block;width: 200px;height: 1px;background-color: #fff;}
.cont3 .cont3-main ul li .item-left p{font-size: 16px;line-height: 32px;margin-top: 20px;}
.cont3 .cont3-main ul li .item-left::before{content: '01';font-size: 70px;color: #fff;position: absolute;left: 0;top: 50px;line-height: 92px;}
.cont3 .cont3-main ul li .item-left::after{content: '';width: 89px;height: 2px;position: absolute;left: 0;top: 110px;background-color: #fff;transform: rotate(-35deg);}
.cont3 .cont3-main ul li:nth-child(2) .item-left::before{content: '02';}
.cont3 .cont3-main ul li:nth-child(3) .item-left::before{content: '03';}
.cont3 .cont3-main ul li:nth-child(2) .item-right{margin-left: 53px;}

.cont4 .cont4-main{margin-top: 53px;display: flex;justify-content: space-between;}

.cont5 .cont5-main{margin-top: 50px;margin-bottom: 150px;}
.cont5 .cont5-main .myvideo{display: none;width: 854px;margin: 0 auto;box-shadow: 0 15px 15px #eee;text-align: center;padding-bottom: 34px;}
.cont5 .cont5-main .myvideo video{width: 100%;height: 450px;}
.cont5 .cont5-main .myvideo p{font-size: 28px;color: #333;line-height: 58px;margin: 28px auto 11px;}
.cont5 .cont5-main .myvideo span{font-size: 24px;line-height: 34px;color: #fc495e;}
.cont5 .cont5-swiper{position: relative;padding: 60px 44px 0;}
.cont5 .cont5-swiper .swiper-slide{box-sizing: border-box;border: 3px solid #fff;}
.cont5 .cont5-swiper .swiper-slide img{width: 346px;height: 180px;}
.cont5 .cont5-swiper .active{border-color: #FC495E;}
.cont5 .swiper-button-next, .cont5 .swiper-button-prev {background-image: url(../images/system9.png);width: 10px;height: 21px;background-size: cover;margin-top: 15px;}
.cont5 .swiper-button-prev{transform: rotate(180deg);}

