/* 露营 */

/* 公共样式 */
.wm-1340{
    width:1340px;
    margin:0 auto;
    position:relative}
.wm-1340:before,
.wm-1340:after{
    content:'.';
    display:block;
    height:0;
    clear:both;
    overflow:hidden}
.campsite-module-block{
    width: 100%;
    min-width: 1400px;
    padding-bottom: 90px;
}
.section-bg-grey{
    background: #f9fbff;
}
.section-bg-blue{
    background: #F4F8FF;
}
.campsite-module-title{
    padding-top: 80px;
    text-align: center;
}
.campsite-module-title .title{
    font-weight: bold;
    font-size: 32px;
    color: #333;
    line-height: 42px;
    font-family: Arial;
}
.campsite-module-title .sub{
    font-size: 26px;
    color: #333;
    line-height: 34px;
    margin-top: 20px;
}
.campsite-module-title .text{
    font-size: 18px;
    color: #999;
    line-height: 36px;
    margin-top: 40px;
}
.campsite-module-title .text .color{
    font-size: 22px;
    /*font-weight: bold;*/
    color: #ffae00;
    font-family: Arial;
}
.campsite-module-title .text .color em{
    font-style: normal;
}
.campsite-module-content{
    margin-top: 60px;
}
.campsite-module-img{
    display: block;
    margin: 0 auto;
}

/* banner */
.cms-brief-block{
    min-width: 1400px;
    height: 600px;
    background: url("../images/campsite-banner.png") center no-repeat;
    position: relative;
}

/* 解决方案 */
.solution-module-block{
    background-color: #f8faff;
}
.home-solution-programme-block{
    width: 1144px;
    margin: 0 auto;
}
.solution-programme-tabs{
    float: left;
    width: 354px;
}
.solution-programme-tabs .tab{
    display: block;
    width: 354px;
    height: 88px;
    line-height: 88px;
    font-weight: bold;
    font-size: 24px;
    color: #a8b4bf;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}
.solution-programme-tabs .tab:last-child{
    margin-bottom: 0;
}
.solution-programme-tabs .tab:hover,
.solution-programme-tabs .tab.on{
    background-color: #269afc;
    color: #fff;
}
.solution-programme-tabs .tab.on:after{
    content: '';
    position: absolute;
    top: 36px;
    right: -11px;
    width: 20px;
    height: 20px;
    background-color: #269afc;
    border-left: 1px solid #269afc;
    border-top: 1px solid #269afc;
    transform: rotate(30deg) skewX(-30deg) scale(1,0.866);
    border-radius: 0 6px 0 0;
}
.solution-programme-tabs .tab .icon{
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
    margin: -3px 49px 0 20px;
    width: 48px;
    height: 48px;
    background: url("../images/camp-icon-group.png") no-repeat;
}
.solution-programme-tabs .tab:nth-of-type(1) .icon{
    background-position: 0 0;
}
.solution-programme-tabs .tab:nth-of-type(2) .icon{
    background-position: 0 -118px;
}
.solution-programme-tabs .tab:nth-of-type(3) .icon{
    background-position: 0 -236px;
}
.solution-programme-tabs .tab:nth-of-type(1):hover .icon,
.solution-programme-tabs .tab:nth-of-type(1).on .icon{
    background-position: -98px 0;
}
.solution-programme-tabs .tab:nth-of-type(2):hover .icon,
.solution-programme-tabs .tab:nth-of-type(2).on .icon{
    background-position: -98px -118px;
}
.solution-programme-tabs .tab:nth-of-type(3):hover .icon,
.solution-programme-tabs .tab:nth-of-type(3).on .icon{
    background-position: -98px -236px;
}
.solution-programme-tabcon{
    float: right;
    padding: 30px 40px;
    width: 927px;
    height: 264px;
    background: linear-gradient( 180deg, #269AFC 0%, #C4E3FE 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    position: relative;
}
.solution-programme-tabcon:before{
    content: '';
    position: absolute;
    top: 47px;
    right: 40px;
    width: 230px;
    height: 230px;
    -webkit-border-radius: 165px;
    -moz-border-radius: 165px;
    border-radius: 165px;
    background: linear-gradient( 180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%);
}
.solution-programme-tabcon:after{
    content: '';
    position: absolute;
}
.solution-programme-first:after{
    top: 73px;
    right: 40px;
    width: 260px;
    height: 234px;
    background: url("../images/campsite-img01.png") no-repeat;
}
.solution-programme-second:after{
    top: 100px;
    right: 65px;
    width: 180px;
    height: 161px;
    background: url("../images/campsite-img02.png") no-repeat;
}
.solution-programme-third:after{
    top: 71px;
    right: 74px;
    width: 162px;
    height: 206px;
    background: url("../images/campsite-img03.png") no-repeat;
}
.solution-programme-tabcon.on{
    display: block;
}
.solution-programme-tabcon .solution-programme-tit{
    width: 650px;
    height: 40px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.solution-programme-tabcon .solution-programme-txt{
    margin-top: 30px;
    width: 650px;
    height: 114px;
    font-size: 22px;
    color: #fff;
    line-height: 38px;
    overflow: hidden;
}
.solution-programme-btns{
    width: 650px;
    margin-top: 20px;
}
.solution-programme-btns a{
    float: left;
    width: 240px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #269afc;
    background-color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

/* 思途CMS露营行业解决方案 */
.system-module-block{
    background: linear-gradient( 180deg, #2BA0FF 0%, #0084FF 100%);
}
.system-module-block .campsite-module-title .title,
.system-module-block .campsite-module-title .text{
    color: #fff;
}
.integrated-marketing-bottom{
    margin-top: 90px;
    padding: 0 41px;
}
.integrated-marketing-bottom li{
    float: left;
    width: 217px;
    height: 188px;
    padding: 50px 20px 0;
    background: linear-gradient( 180deg, #fff 0%, #eaf5ff 100%);
    box-shadow: 0 10px 30px 0 rgba(0,102,255,0.3);
    border-radius: 18px 80px 18px 18px;
    margin-right: 30px;
    transition: all .3s;
    position: relative;
}
.integrated-marketing-bottom li:last-child{
    margin-right: 0;
}
.integrated-marketing-bottom li:hover{
    transform: translateY(-10px);
}
.integrated-marketing-bottom li:last-child{
    margin-right: 0;
}
.integrated-marketing-bottom li .icon{
    position: absolute;
    right: 0;
    top: -25px;
    width: 120px;
    height: 120px;
    background: url("../images/camp-icon-group.png") no-repeat;
}
.integrated-marketing-bottom li:nth-of-type(1) .icon{
    background-position: -295px 0;
}
.integrated-marketing-bottom li:nth-of-type(2) .icon{
    background-position: -425px 0;
}
.integrated-marketing-bottom li:nth-of-type(3) .icon{
    background-position: -258px -141px;
}
.integrated-marketing-bottom li:nth-of-type(4) .icon{
    background-position: -418px -136px;
}
.integrated-marketing-bottom li .tit{
    font-weight: bold;
    font-size: 20px;
}
.integrated-marketing-bottom li .txt{
    margin-top: 18px;
    font-size: 16px;
    color: #999;
    line-height: 26px;
}

/* 营销 */
.ying-module-block{
    background: linear-gradient( 360deg, #F6FBFF 0%, #FFFFFF 100%);
}
.ying-module-list{
    width: 960px;
    margin: 0 auto;
}
.ying-module-list .ying-module-item{
    float: left;
    width: 380px;
    height: 128px;
    padding: 40px;
    margin-right: 40px;
    background: url("../images/campsite-bg01.png") no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.ying-module-list .ying-module-item:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ying-module-list .ying-module-item:last-child{
    margin-right: 0;
    background: url("../images/campsite-bg02.png") no-repeat;
}
.ying-module-list .ying-module-item .ying-item-tit{
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    padding-left: 12px;
    position: relative;
}
.ying-module-list .ying-module-item .ying-item-tit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    background-color: #0084FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -8px;
}
.ying-module-list .ying-module-item .ying-item-txt{
    margin-top: 18px;
    font-size: 16px;
    color: #A8B4BF;
    line-height: 26px;
}

/* 一键 */
.order-module-block{
    background-color: #fff;
}
.order-module-list{
    width: 1134px;
    margin: 0 auto;
}
.order-module-list li {
    float: left;
    width: 248px;
    /*height: 576px;*/
    margin-right: 195px;
    position: relative;
}
.order-module-list li:after{
    content: '';
    position: absolute;
    right: -168px;
    top: 284px;
    width: 141px;
    height: 24px;
    background: url("../images/campsite-arr-icon.png") no-repeat;
}
.order-module-list li:last-child{
    margin-right: 0;
}
.order-module-list li:last-child:after{
    display: none;
}
.order-module-list li .icon{
    display: block;
    width: 248px;
    height: 576px;
    background: url("../images/campsite-bg04.png") no-repeat center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.order-module-list li:hover .icon{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.order-module-list li:nth-of-type(2) .icon{
    background: url("../images/campsite-bg05.png") no-repeat center;
}
.order-module-list li:nth-of-type(3) .icon{
    background: url("../images/campsite-bg06.png") no-repeat center;
}
.order-module-list li .tit{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    margin-top: 45px;
}

/* 更多功能支持 */
.function-module-block{
    background-color: #0084FF;
}
.function-module-block .campsite-module-title .title{
    color: #fff;
}
.function-module-list{
    margin-top: 40px;
    width: 880px;
    margin: 0 auto;
}
.function-module-list li{
    float: left;
    margin: 0 110px 40px 0;
    width: 88px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.function-module-list li:nth-of-type(5n){
    margin-right: 0;
}
.function-module-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.function-module-list li .icon{
    display: block;
    width: 88px;
    height: 88px;
    background: url("../images/camp-icon-group.png") no-repeat;
}
.function-module-list li:nth-of-type(1) .icon{
    background-position: 0 -344px;
}
.function-module-list li:nth-of-type(2) .icon{
    background-position: -108px -344px;
}
.function-module-list li:nth-of-type(3) .icon{
    background-position: -216px -344px;
}
.function-module-list li:nth-of-type(4) .icon{
    background-position: -324px -344px;
}
.function-module-list li:nth-of-type(5) .icon{
    background-position: -432px -344px;
}
.function-module-list li:nth-of-type(6) .icon{
    background-position: 0 -452px;
}
.function-module-list li:nth-of-type(7) .icon{
    background-position: -108px -452px;
}
.function-module-list li:nth-of-type(8) .icon{
    background-position: -216px -452px;
}
.function-module-list li:nth-of-type(9) .icon{
    background-position: -324px -452px;
}
.function-module-list li:nth-of-type(10) .icon{
    background-position: -432px -452px;
}
.function-module-list li .txt{
    height: 24px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

/* case */
.case-module-block{
    background: url("../images/campsite-bg07.png") no-repeat bottom center;
}
.case-module-box{
    padding: 38px 48px 38px 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,108,208,0.1);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.case-module-box .case-module-left{
    float: left;
    width: 750px;
}
.case-module-box .case-module-left .case-left-title{
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    font-size: 24px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.case-module-box .case-module-left .case-left-title img{
    width: 90px;
    height: 64px;
    margin-right: 10px;
}
.case-module-box .case-module-left .case-left-text{
    margin-top: 3px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.case-module-box .case-module-right{
    float: right;
    width: 490px;
    height: 276px;
    background-color: rgba(0,0,0,0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

/* 思途旅游电商系统 */
.section-top-li{
    text-align: center;
    padding: 70px 0 0;
}
.section-top-li li{
    display: inline-block;
    text-align: left;
    height: 90px;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.section-top-li li a{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-top-li li a:hover{
    background-color: #fff;
    transform: translateY(-6px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
}
.section-top-li li a:before{
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 42px;
    background: url("../images/home-specializing-icons.png") no-repeat 0 0
}
.section-top-li li:nth-of-type(2) a:before{
    background-position: -91px 0;
}
.section-top-li li:nth-of-type(3) a:before{
    background-position: -194px 0;
}
.section-top-li li:nth-of-type(4) a:before{
    background-position: -296px 0;
}
.section-top-li li:after{
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
}
.section-top-li li:last-child:after{
    display: none;
}
.section-top-li li a{
    display: block;
    height: 42px;
    padding: 24px 25px 24px 90px;
}
.section-top-li li .tit{
    font-size: 15px;
    color: #130f01;
    line-height: 20px;
    text-transform: uppercase;
}
.section-top-li li .txt{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* 自定义视屏组件 */
.vjs-default-skin.vjs-has-started .vjs-control-bar{
    height: 48px;
}
.vjs-default-skin .vjs-control-bar{
    display: block;
    height: 48px;
    background: rgba(0,0,0,.7);
}
.vjs-default-skin .vjs-slider{
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(112,112,112,.7);
}
.vjs-default-skin .vjs-progress-control{
    height: 5px;
    top: 22px;
    left: 140px;
    right: 200px;
}
.vjs-default-skin .vjs-play-progress{
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,.7);
}
.vjs-default-skin .vjs-slider-handle:before{
    display: none;
}

/* 播放暂停 */
.vjs-default-skin .vjs-big-play-button{
    width: 60px;
    height: 60px;
    text-align: center;
    border: 5px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.vjs-default-skin .vjs-big-play-button:before{
    left: 5px;
    line-height: 60px;
}
.vjs-default-skin .vjs-control:before{
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.vjs-default-skin .vjs-play-control{
    width: 48px;
    height: 48px;
    font-size: 12px;
}

/* 全屏、声音 */
.vjs-default-skin .vjs-fullscreen-control{
    width: 48px;
    height: 48px;
}
.vjs-default-skin .vjs-mute-control{
    width: 40px;
    height: 48px;
}

.vjs-default-skin .vjs-volume-control{
    width: 100px;
    height: 5px;
    margin: 21px 0;
}
.vjs-default-skin .vjs-volume-bar{
    width: 100px;
    height: 5px;
    margin-top: 0;
}
.vjs-default-skin .vjs-volume-level{
    height: 5px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255,255,255,.3);
}

.vjs-time-divider{
    margin-top: 5px;
}
.vjs-default-skin .vjs-time-controls{
    width: auto;
    padding: 0 5px;
    margin-top: 6px;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background: url("../images/campsite-video-icon.png") no-repeat;
    background-size: contain;
    border: none;
}
.vjs-default-skin .vjs-big-play-button:before{
    display: none;
}
