/* 邮轮电商平台系统 */

/* 公共样式 */
.wm-1340{
    width:1340px;
    margin:0 auto;
    position:relative}
.wm-1340:before,
.wm-1340:after{
    content:'.';
    display:block;
    height:0;
    clear:both;
    overflow:hidden}
.english-module-block{
    width: 100%;
    min-width: 1400px;
    padding-bottom: 90px;
}
.section-bg-grey{
    background: #f9fbff;
}
.section-bg-blue{
    background: #F4F8FF;
}
.english-module-title{
    padding-top: 80px;
    text-align: center;
}
.english-module-title .title{
    font-weight: bold;
    font-size: 32px;
    color: #333;
    line-height: 42px;
    font-family: Arial;
}
.english-module-title .sub{
    font-size: 26px;
    color: #333;
    line-height: 34px;
    margin-top: 20px;
}
.english-module-title .text{
    font-size: 18px;
    color: #999;
    line-height: 30px;
    margin-top: 20px;
}
.english-module-title .text .color{
    font-size: 22px;
    /*font-weight: bold;*/
    color: #ffae00;
    font-family: Arial;
}
.english-module-title .text .color em{
    font-style: normal;
}
.english-module-content{
    margin-top: 60px;
}
.english-module-img{
    display: block;
    margin: 0 auto;
}

/* banner */
.cms-brief-block{
    height: 600px;
    background: url("../images/ship-banner.png") center no-repeat;
    position: relative;
}

/* 体验 */
.practice-content{
    position: relative;
    z-index: 1;
    margin-top: -28px;
}
.practice-block{
    padding: 0 0 33px;
    text-align: center;
    font-size: 0;
}
.practice-block a{
    display: inline-block;
    margin: 0 50px;
    width: 232px;
    height: 60px;
    background: url("../images/ship-img01.png") no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 4px 20px 0 rgba(184, 156, 128, 0.1);
}
.practice-block a:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.practice-block>a:nth-child(2){
    background: url("../images/ship-img02.png") no-repeat;
}
.practice-block>a:nth-child(3){
    background: url("../images/ship-img03.png") no-repeat;
}

/* 邮轮旅游预订系统 */
.system-module-block{
    background: linear-gradient( 180deg, #fff 0%, #f0f8ff 100%);
}
.integrated-marketing-bottom{
    margin-top: 40px;
}
.integrated-marketing-bottom li{
    float: left;
    width: 220px;
    margin-right: 60px;
    transition: all .3s;
}
.integrated-marketing-bottom li:hover{
    transform: translateY(-10px);
}
.integrated-marketing-bottom li:last-child{
    margin-right: 0;
}
.integrated-marketing-bottom li .icon{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.integrated-marketing-bottom li:nth-of-type(1) .icon{
    background: url('../images/ship-img04.png') no-repeat;
}
.integrated-marketing-bottom li:nth-of-type(2) .icon{
    background: url('../images/ship-img05.png') no-repeat;
}
.integrated-marketing-bottom li:nth-of-type(3) .icon{
    background: url('../images/ship-img06.png') no-repeat;
}
.integrated-marketing-bottom li:nth-of-type(4) .icon{
    background: url('../images/ship-img07.png') no-repeat;
}
.integrated-marketing-bottom li:nth-of-type(5) .icon{
    background: url('../images/ship-img08.png') no-repeat;
}
.integrated-marketing-bottom li .tit{
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.integrated-marketing-bottom li .txt{
    margin-top: 14px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

/* 思途旅游电商系统 */
.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;
}

/* 功能亮点 */
.more-language-block{
    padding: 200px 0;
    height: 466px;
    background: linear-gradient( 180deg, #1D92FF 0%, #0078E8 100%);
    position: relative;
    margin-top: -200px;
}
.more-language-block:after{
    content: '';
    position: absolute;
    right: 0;
    top: 200px;
    width: 690px;
    height: 460px;
    background: url('../images/ship-bg04.png') no-repeat center right;
}
.more-language-block .english-module-title .title{
    color: #fff;
}
.english-module-diversification{
    padding-top: 90px;
    width: 800px;
    position: relative;
    z-index: 1;
}
.english-module-diversification .title{
    font-weight: bold;
    font-size: 32px;
    color: #333;
    line-height: 42px;
}
.english-module-diversification .txt{
    font-size: 18px;
    color: #999;
    line-height: 36px;
    margin-top: 30px;
}

.more-language-block .english-module-diversification .title,
.more-language-block .english-module-diversification .txt{
    color: #fff;
}
.more-language-list{
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.more-language-list li{
    float: left;
    margin-right: 62px;
    width: 230px;
    height: 56px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.more-language-list li:last-child{
    margin-right: 0;
}
.more-language-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.more-language-list li .icon{
    display: block;
    height: 81px;
    background: url("../images/ship-img11.png") no-repeat 20px 0;
}
.more-language-list li:nth-of-type(2) .icon{
    background: url("../images/ship-img12.png") no-repeat 20px 0;
}
.more-language-list li:nth-of-type(3) .icon{
    background: url("../images/ship-img13.png") no-repeat 20px 0;
}
.more-language-list li:nth-of-type(4) .icon{
    background: url("../images/ship-img14.png") no-repeat 20px 0;
}
.more-language-list li:nth-of-type(5) .icon{
    background: url("../images/ship-img15.png") no-repeat 20px 0;
}
.more-language-list li .txt{
    width: 230px;
    height: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin-top: -52px;
    position: relative;
    z-index: 2;
    background: url("../images/ship-bg05.png") no-repeat;
    backdrop-filter: blur(15px);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

/* 多币种 */
.more-currency-block{
    background: #fff;
    margin-top: -200px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 0 200px 0 0;
    -moz-border-radius: 0 200px 0 0;
    border-radius: 0 200px 0 0;
}
.more-currency-list{
    margin-top: 40px;
}
.more-currency-list li{
    float: left;
    margin: 0 145px 0 10px;
    width: 300px;
    height: 270px;
    padding: 40px 30px 0;
    background: linear-gradient( 180deg, #EEF7FF 0%, #FFFFFF 100%);
    box-shadow: 0 10px 30px 0 rgba(20,138,251,0.2);
    border-radius: 50px 10px 50px 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.more-currency-list li:last-child{
    margin-right: 0;
}
.more-currency-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.more-currency-list li:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 10px;
    height: 266px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(180deg, #ACD7FF 0%, #148AFB 100%);
    transform: translateY(-50%);
}
.more-currency-list li:after{
    content: '';
    position: absolute;
    right: -106px;
    top: 137px;
    width: 67px;
    height: 44px;
    background: url("../images/ship-arr-icon.png") no-repeat;
}
.more-currency-list li:last-child:after{
    display: none;
}
.more-currency-list li .tit{
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.more-currency-list li .txt{
    font-size: 26px;
    color: #577693;
    line-height: 44px;
    margin-top: 20px;
    text-align: center;
}

/* 国际支付 */
.more-add-block{
    background: linear-gradient( 180deg, #FFFFFF 0%, #DCEFFF 100%);
}
.more-add-wrap{
    width: 1220px;
    margin: 0 auto;
}
.more-add-wrap .more-add-left{
    float: left;
    width: 640px;
    padding-top: 72px;
}
.more-add-wrap .more-add-left .more-add-title{
    font-size: 26px;
    color: #333;
    line-height: 44px;
}
.more-add-wrap .more-add-left .more-add-list{
    margin-top: 40px;
}
.more-add-wrap .more-add-list li{
    float: left;
    margin-right: 30px;
    padding: 0 36px;
    height: 68px;
    border-radius: 34px;
    background: linear-gradient( 180deg, #0C8AFF 0%, #42A1FC 100%);
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    line-height: 68px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.more-add-wrap .more-add-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.more-add-wrap .more-add-right{
    float: right;
    width: 480px;
    height: 340px;
}
.more-add-wrap .more-add-right img{
    width: 100%;
    height: 100%;
}

/* 适用业务类型 */
.business-types-block{
    padding-bottom: 0;
    height: 620px;
    background: linear-gradient( 180deg, #1D92FF 0%, #0078E8 100%);
    /*overflow: hidden;*/
}
.business-types-wrap{
    /*width: 1400px;*/
    height: 620px;
    background: url("../images/ship-bg06.png") no-repeat center bottom;
    /*margin: 0 auto;*/
    /*overflow: hidden;*/
}
.business-types-block .english-module-title .title{
    color: #fff;
}
.business-types-list{
    /*width: 1040px;*/
    padding-top: 48px;
    height: 450px;
    text-align: center;
}
.business-types-list li{
    display: inline-block;
    padding: 16px;
    width: 255px;
    height: 306px;
    margin-right: 89px;
    background-color: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.business-types-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.business-types-list li:last-child{
    margin-right: 0;
}
.business-types-list li .business-types-img{
    width: 255px;
    height: 255px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.business-types-list li .business-types-tit{
    width: 255px;
    height: 80px;
    font-size: 20px;
    color: #577693;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    background: url("../images/ship-bg07.png") no-repeat;
}
.business-types-list li .business-types-tit:before,
.business-types-list li .business-types-tit:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #0A89FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -5px;
}
.business-types-list li .business-types-tit:before{
    left: 20px;
}
.business-types-list li .business-types-tit:after{
    right: 20px;
}

/* 分销方式 */
.fenxiao-types-block{
    background: url("../images/ship-bg08.png") no-repeat center bottom;
}
.fenxiao-types-list{
    width: 1188px;
    height: 256px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,109,225,0.1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,109,225,0.1);
    box-shadow: 0 10px 30px 0 rgba(0,109,225,0.1);
    -webkit-border-radius: 178px;
    -moz-border-radius: 178px;
    border-radius: 178px;
    margin: 80px auto 0;
}
.fenxiao-types-list li{
    float: left;
    padding: 40px 0;
    width: 33.33%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.fenxiao-types-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.fenxiao-types-list li .icon{
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    position: relative;
}
.fenxiao-types-list li:nth-of-type(1) .icon{
    background: url("../images/ship-img20.png") no-repeat;
}
.fenxiao-types-list li:nth-of-type(2) .icon{
    background: url("../images/ship-img21.png") no-repeat;
}
.fenxiao-types-list li:nth-of-type(3) .icon{
    background: url("../images/ship-img22.png") no-repeat;
}
.fenxiao-types-list li .icon:after{
    content: '';
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: blur(10px);
}
.fenxiao-types-list li:nth-of-type(1) .icon:after{
    background-color: rgba(65,193,37,0.4);
}
.fenxiao-types-list li:nth-of-type(2) .icon:after{
    background-color: rgba(0,132,255,0.4);
}
.fenxiao-types-list li:nth-of-type(3) .icon:after{
    background-color: rgba(255,160,59,0.4);
}
.fenxiao-types-list li .tit{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}
.fenxiao-types-list li .txt{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin-top: 14px;
}

/* 他们都在用 */
.partners-company-block{
    background-color: #F0F8FF;
    border-top: 1px solid #F5F5F5;
}
.partners-company-list{}
.partners-company-list li{
    float: left;
    width: 288px;
    height: 96px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #D6D6D6;
    margin-right: 80px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.partners-company-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 132, 255, 0.2);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 132, 255, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 132, 255, 0.2);
}
.partners-company-list li img{
    max-height: 100%;
    max-width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.partners-company-list li:nth-of-type(4n){
    margin-right: 0;
}

/* 多场景高效整合，满足邮轮旅游全业务需求 */
.plat-architecture-block{
    position: relative;
    height: 740px;
    background-color: #f0f8ff;
}
.plat-architecture-block:before,
.plat-architecture-block:after{
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 550px;
    height: 830px;
}
.plat-architecture-block:before{
    left: 0;
    background: url("../images/ship-bg01.png") no-repeat left bottom;
}
.plat-architecture-block:after{
    right: 0;
    background: url("../images/ship-bg02.png") no-repeat right bottom;
}
.plat-architecture-content{
    position: relative;
    z-index: 1;
}
.plat-architecture-li{
    margin-bottom: 60px;
}
.plat-architecture-li:last-child{
    margin-bottom: 0;
}
.plat-architecture-title{
    width: 1020px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    line-height: 32px;
    padding-left: 18px;
    position: relative;
}
.plat-architecture-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 32px;
    background-color: #0A89FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.plat-architecture-list{
    width: 1020px;
    margin: 0 auto;
}
.plat-architecture-list li{
    float: left;
    padding: 20px 0 20px 20px;
    width: 260px;
    height: 50px;
    margin: 40px 90px 0 0;
    background: linear-gradient( 180deg, #1D92FF 0%, #0078E8 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,122,237,0.2);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,122,237,0.2);
    box-shadow: 0 10px 20px 0 rgba(0,122,237,0.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.plat-architecture-list li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.plat-architecture-list li:nth-of-type(3n){
    margin-right: 0;
}
.plat-architecture-list li .icon{
    float: left;
    width: 50px;
    height: 50px;
    background: url("../images/ship-icon-group.png") no-repeat;
}
.plat-architecture-first li:nth-of-type(1) .icon{
    background-position: 0 0;
}
.plat-architecture-first li:nth-of-type(2) .icon{
    background-position: -90px 0;
}
.plat-architecture-first li:nth-of-type(3) .icon{
    background-position: -180px 0;
}
.plat-architecture-first li:nth-of-type(4) .icon{
    background-position: 0 -90px;
}
.plat-architecture-first li:nth-of-type(5) .icon{
    background-position: -90px -90px;
}
.plat-architecture-first li:nth-of-type(6) .icon{
    background-position: -180px -90px;
}
.plat-architecture-second li:nth-of-type(1) .icon{
    background-position: 0 -180px;
}
.plat-architecture-second li:nth-of-type(2) .icon{
    background-position: -90px -180px;
}
.plat-architecture-second li:nth-of-type(3) .icon{
    background-position: -180px -180px;
}
.plat-architecture-list li .tit{
    float: left;
    margin-left: 30px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

/* 支持业务模式 */
.more-scene-business-block{
    height: 452px;
    padding-bottom: 0;
    background: url('../images/ship-bg03.png') no-repeat center;
    border-radius: 0 0 0 200px;
    position: relative;
    z-index: 2;
}
.more-scene-business{
    width: 1020px;
    margin: 80px auto 0;
    text-align: center;
}
.more-scene-list{}
.more-scene-list li{
    display: inline-block;
    margin: 0 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.more-scene-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.more-scene-list li .icon{
    display: block;
    width: 124px;
    height: 100px;
    margin: 0 auto;
}
.more-scene-list li:nth-of-type(1) .icon{
    background: url('../images/ship-img09.png') no-repeat;
}
.more-scene-list li:nth-of-type(2) .icon{
    background: url('../images/ship-img10.png') no-repeat;
}
.more-scene-list li .tit{
    margin-top: 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
}
