.position, .scene03-slideBox .prev:after, .scene03-slideBox .next:after, .programScene06 .more {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.positionX, .program-banner img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.positionY, .scene03-slideBox .prev, .scene03-slideBox .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.program01, .program01 *,
.program01 *:before,
.program01 *:after, .program02, .program02 *,
.program02 *:before,
.program02 *:after, .program03, .program03 *,
.program03 *:before,
.program03 *:after, .program04, .program04 *,
.program04 *:before,
.program04 *:after, .program05, .program05 *,
.program05 *:before,
.program05 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.programScene06 .more, .programScene06 .more .icon{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fix-nav-bar {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 100px;
    z-index: 9999;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.7);
}

.fix-nav-bar .menu-list {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}

.fix-nav-bar .menu-list a {
    color: #969696;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.fix-nav-bar .menu-list a.on {
    color: #fff;
}

.fix-nav-bar .menu-list a.now-buy-btn {
    color: #fff;
    margin-left: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6700;
}

.fix-nav-bar .menu-list a.now-buy-btn:hover {
    background: #f80;
}

.fix-coordinate {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.program-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.program-banner, .program-banner img {
    height: 500px;
}

.program-banner img {
    top: 0;
}

.scene-title {
    padding: 77px 0 57px;
    font-size: 32px;
    text-align: center;
}

.programScene01 {

}

.sce-column-group{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 60px;
}
.sce-column-group>li{
    width: 385px;
    padding: 40px 0;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-box-shadow: 15px 15px 15px rgba(144, 144, 144, .9);*/
    /*-moz-box-shadow: 15px 15px 15px rgba(144, 144, 144, .9);*/
    box-shadow: 0 20px 20px -20px rgba(144, 144, 144, .2), 15px 0 15px -15px rgba(144, 144, 144, .2), -15px 0 15px -15px rgba(144, 144, 144, .2);
}
.sce-column-group>li:hover{
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}
.sce-column-group>li .icon{
    display: inline-block;
    width: 131px;
    height: 151px;
    background: url("../images/mn_scene_icon.png") no-repeat;
}
.sce-column-group>li:nth-child(1) .icon{
    background-position: 0 0;
}
.sce-column-group>li:nth-child(2) .icon{
    background-position: -141px 0;
}
.sce-column-group>li:nth-child(3) .icon{
    background-position: -282px 0;
}
.sce-column-group>li .tit{
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
}
.sce-column-group>li .txt{
    color: #999;
    line-height: 24px;
    margin-top: 24px;
    padding: 0 30px;
    font-size: 14px;
}

.programScene02 {
    padding-bottom: 120px;
}
.program02-content{
    text-align: center;
}

.program03-bar{
    padding: 60px 0;
    text-align: center;
    background: #3550d7;
}
.program03-bar .scene-title{
    color: #fff;
    padding: 0;
}
.program03-bar .scene-sub{
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.program03-content{
    padding: 30px 0 60px;
}
.program03-tools .tit{
    padding: 28px 0;
    font-size: 18px;
    font-weight: bold;
}
.tt-column-tools{
    display: flex;
    justify-content: space-around;
    padding: 22px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #f7f9f7;
}
.tt-column-tools>li{
    text-align: center;
}
.tt-column-tools>li .icon{
    display: inline-block;
    width: 34px;
    height: 32px;
    background: url("../images/mn_scene_icon.png") no-repeat;
}
.tt-column-tools>li:nth-child(1) .icon{
    background-position: 0 -161px;
}
.tt-column-tools>li:nth-child(2) .icon{
    background-position: -34px -161px;
}
.tt-column-tools>li:nth-child(3) .icon{
    background-position: -68px -161px;
}
.tt-column-tools>li:nth-child(4) .icon{
    background-position: -102px -161px;
}
.tt-column-tools>li:nth-child(5) .icon{
    background-position: -136px -161px;
}
.tt-column-tools>li:nth-child(6) .icon{
    background-position: -170px -161px;
}
.tt-column-tools>li:nth-child(7) .icon{
    background-position: -204px -161px;
}
.tt-column-tools>li:nth-child(8) .icon{
    background-position: -238px -161px;
}
.tt-column-tools>li:nth-child(9) .icon{
    background-position: -272px -161px;
}
.tt-column-tools>li:nth-child(10) .icon{
    background-position: -306px -161px;
}
.tt-column-tools>li .label{
    font-size: 14px;
}

.program03-swiper{

}
.program03-swiper .swiper-wrapper{

}
.program03-swiper .swiper-slide{
    display: flex;
    background: #fff;
}
.program03-swiper .swiper-slide .l-con{
    flex: 0 0 auto;
    width: 500px;
    height:372px;
}
.program03-swiper .swiper-slide .r-con{
    flex: 1 1 auto;
    margin-left: 36px;
}
.program03-swiper .swiper-slide .r-con .tit{
    padding: 20px 0 10px;
    font-size: 18px;
    font-weight:bold;
}
.program03-swiper .swiper-slide .r-con .txt{
    color: #999;
    line-height: 24px;
    font-size: 14px;
}
.program03-swiper .swiper-slide .r-con .btn{
    color: #fff;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    margin-top: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    background: #55c356;
}

.swiper-thumb{
    display: flex;
    position: absolute;
    left: 536px;
    bottom: 0;
    z-index: 10;
    background: #fff;
}
.swiper-thumb .item{
    margin-right: 10px;
    cursor: pointer;
}
.swiper-thumb .item .pic{
    width: 124px;
    height: 92px;
}
.swiper-thumb .item.on .pic{
    width: 118px;
    height: 86px;
    overflow: hidden;
    border: 3px solid #55c356;
}
.swiper-thumb .item.on .pic img{
    margin: -3px 0 0 -3px;
}
.swiper-thumb .item .pic img{
    width: 124px;
    height: 92px;
}
.swiper-thumb .item .txt{
    padding-top: 6px;
    text-align: center;
    font-size: 14px;
    font-weight:bold;
}
.swiper-thumb .item.on .txt{
    color: #55c356;
}

.programScene04 {
    height: 374px;
    background: url("../images/program-scene-07.jpg") no-repeat;
    background-position: right center;
}

.programScene04 .scene-title {
    padding: 76px 0 84px;
}

.programScene04 li {
    position: relative;
    float: left;
    width: 20%;
    height: 48px;
    padding-left: 20px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.programScene04 .bg {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 261px;
    background: url("../images/program-icon5.png") no-repeat -1030px 0;
    z-index: -1;
    -webkit-transform: scaleX(0.99);
    -moz-transform: scaleX(0.99);
    -ms-transform: scaleX(0.99);
    -o-transform: scaleX(0.99);
    transform: scaleX(0.99);
}

.programScene05 {
    padding-bottom: 78px;
    text-align: center;
}

.programScene05 .scene-title {
    padding: 77px 0;
}

.programScene05 li {
    float: left;
    width: 20%;
}

.programScene05 .icon04 {
    margin: auto;
    width: 60px;
    height: 60px;
    background: url("../images/program-icon5.png") no-repeat -687px 0;
}

.programScene05 li:nth-child(2) .icon04 {
    background: url("../images/program-icon5.png") no-repeat -751px 0;
}

.programScene05 li:nth-child(3) .icon04 {
    background: url("../images/program-icon5.png") no-repeat -809px 0;
}

.programScene05 li:nth-child(4) .icon04 {
    background: url("../images/program-icon5.png") no-repeat -870px 0;
}

.programScene05 li:nth-child(5) .icon04 {
    background: url("../images/program-icon5.png") no-repeat -935px 0;
}

.programScene05 .num {
    padding: 8px 0;
    color: #42c858;
    font-size: 16px;
}

.programScene05 .num span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 8px 0 0;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: "Arial";
    background: #42c858;
}

.programScene05 .t {
    font-size: 14px;
    color: #666;
}

.programScene06 {
    position: relative;
    height: 200px;
    background: url("../images/program-scene-08.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.programScene06 .more {
    width: 198px;
    height: 42px;
    margin-left: 307px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.programScene06 .more .icon {
    display: inline-block;
    width: 7px;
    height: 19px;
    margin-left: 16px;
    background: url("../images/program-icon5.png") no-repeat -1038px -56px;
    vertical-align: middle;
}

.programScene06 .more:hover .icon {
    margin-left: 22px;
}

.programScene06 .more:hover:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #fff;
}

.programScene06 .more:hover {
    font-weight: bold;
}

.programScene06 .more:active {
    opacity: .5;
}

/*# sourceMappingURL=mini-program-scene.css.map */
