/* 多语言出入境旅游电商系统 */
/* 公共样式 */
.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: 90px;
    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-content{
    margin-top: 60px;
}
.english-module-img{
    display: block;
    margin: 0 auto;
}

/* banner */
.cms-brief-block{
    height: 500px;
    background: url("../images/cms-brief.png") center no-repeat;
    position: relative;
}
.download-resource-file{
    position: absolute;
    top: 384px;
    color: #fff!important;
    padding: 13px 39px;
    border: 1px solid #fff;
    border-radius: 4px;
    left: -300px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-left:50%;
}
.download-resource-file-trail{
    position: absolute;
    top: 384px;
    color: #fff!important;
    padding: 13px 39px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-left:50%;
    left: -540px;
}

/* 体验 */
.practice-content{
    border-bottom: 1px solid #e5e5e5;
}
.practice-block{
    padding: 16px 0;
    text-align: center;
    font-size: 0;
}
.practice-block a{
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    margin: 0 25px;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #36bfff;
}
.practice-block a:hover{
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.practice-block>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    background: url("../images/sum-ico.png") no-repeat;
}
.practice-block>a:nth-child(1):before {
    width: 24px;
    height: 21px;
    background-position: -129px -397px;
}
.practice-block>a:nth-child(2):before {
    width: 22px;
    height: 22px;
    background-position: -162px -396px;
}

/* B端C端综合适用 */
.integrated-marketing-top{
    text-align: center;
}
.integrated-marketing-top .top-item{
    display: inline-block;
    width: 172px;
    height: 60px;
    font-size: 20px;
    color: #333;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(65,72,105,0.1);
    border-radius: 8px;
    margin: 0 40px;
    transition: all .3s;
}
.integrated-marketing-top .top-item:hover{
    transform: translateY(-10px);
}
.integrated-marketing-top .top-item:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    background: url('../images/english-icon04.png') no-repeat;
}
.integrated-marketing-top .top-item:nth-of-type(2):before{
    background-position: -32px 0;
}
.integrated-marketing-top .top-item:nth-of-type(3):before{
    background-position: -65px 0;
}
.integrated-marketing-words{
    text-align: center;
    margin-top: 30px;
    height: 36px;
    font-size: 18px;
    color: #999;
    line-height: 36px;
}
.integrated-marketing-bottom{
    margin-top: 40px;
}
.integrated-marketing-bottom li{
    float: left;
    padding: 20px;
    width: 222px;
    height: 120px;
    background: linear-gradient( 135deg, #317CFF 0%, #333DFF 100%);
    box-shadow: 0 0 10px 0 #94B0FF;
    border-radius: 8px;
    margin-right: 22px;
    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: 34px;
    height: 34px;
    background: url('../images/english-icon04.png') no-repeat;
}
.integrated-marketing-bottom li:nth-of-type(1) .icon{
    background-position: 0 -40px;
}
.integrated-marketing-bottom li:nth-of-type(2) .icon{
    background-position: 0 -86px;
}
.integrated-marketing-bottom li:nth-of-type(3) .icon{
    background-position: 0 -132px;
}
.integrated-marketing-bottom li:nth-of-type(4) .icon{
    background-position: 0 -178px;
}
.integrated-marketing-bottom li:nth-of-type(5) .icon{
    background-position: 0 -224px;
}
.integrated-marketing-bottom li .tit{
    margin-top: 10px;
    height: 26px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
}
.integrated-marketing-bottom li .txt{
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    line-height: 20px;
}

/* 支撑酒店业务 */
.system-module-wrap{
    width: 1128px;
    height: 684px;
    margin: 0 auto;
    position: relative;
    background: url("../images/english-bg02.png") no-repeat;
}
.system-module-wrap .system-item{
    position: absolute;
}
.system-module-wrap .system-item-fir{
    left: 116px;
    top: 280px;
}
.system-module-wrap .system-item-sec{
    left: 525px;
    top: 107px;
}
.system-module-wrap .system-item-for{
    left: 272px;
    top: 524px;
}
.system-module-wrap .system-item-thi{
    right: -133px;
    top: 280px;
}
.system-module-wrap .system-item-fif{
    right:0;
    top: 524px;
}
.system-module-wrap .system-item dt{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 26px;
}
.system-module-wrap .system-item dd{
    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}
.system-module-pic{
    display: block;
    margin: 40px auto 0;
}
.system-module-plat{
    margin-top: 30px;
}
.system-module-plat .plat-item{
    float: left;
    width: 299px;
    height: 190px;
    padding: 108px 69px 0;
    margin: 0 44px 0 0;
    background: url("../images/english-bg03.png") no-repeat;
    transition: all .3s;
    position: relative;
}
.system-module-plat .plat-item:hover{
    transform: translateY(-10px);
}
.system-module-plat .plat-item:last-child{
    margin-right: 0;
}
.system-module-plat .plat-item .tit{
    font-weight: bold;
    font-size: 22px;
    color: #333;
    line-height: 24px;
    text-align: center;
}
.system-module-plat .plat-item .icon{
    position: absolute;
    top: 12px;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
    background: url("../images/english-icon05.png") no-repeat;
}
.system-module-plat .plat-item:nth-of-type(2) .icon{
    background: url("../images/english-icon06.png") no-repeat;
}
.system-module-plat .plat-item:nth-of-type(3) .icon{
    background: url("../images/english-icon07.png") no-repeat;
}
.system-module-plat .plat-item .txt{
    font-size: 18px;
    color: #999;
    line-height: 28px;
    text-align: center;
    margin-top: 24px;
}

/* 布局多元化业务场景 */
.diversification-business-block{
    overflow: hidden;
    position: relative;
    background: linear-gradient( 90deg, rgba(240,248,255,0.54) 0%, #F0F8FF 33%);
}
.diversification-business-block:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 316px;
    height: 468px;
    margin-top: -234px;
    background: url('../images/language-bg07.png') no-repeat;
}
.diversification-business-list{
    padding: 0 110px;
    position: relative;
    z-index: 1;
}
.diversification-business-list li{
    float: left;
    padding-left: 90px;
    width: 480px;
    height: 172px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(131,195,255,0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.diversification-business-list li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.diversification-business-list li .tit{
    font-size: 18px;
    color: #333;
    line-height: 26px;
    padding-top: 24px;
}
.diversification-business-list li .con{
    margin-top: 30px;
}
.diversification-business-list li .con span{
    float: left;
    width: 100%;
    height: 24px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
}
.diversification-business-list li .con span:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/language-icon09.png") no-repeat;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
.diversification-business-list li:nth-of-type(2) .con span:nth-of-type(2)::before{
    background-position: 0 -36px;
}
.diversification-business-list li .con span:nth-of-type(3):before,
.diversification-business-list li:nth-of-type(1) .con span:nth-of-type(2):before{
    background-position: 0 -18px;
}

/* 多语言管理 */
.more-language-block{
    height: 370px;
    background: linear-gradient( 135deg, #317CFF 0%, #333DFF 100%);
    position: relative;
}
.more-language-block:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 882px;
    height: 460px;
    margin-top: -230px;
    background: url('../images/language-bg08.png') no-repeat;
}
.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;
}
.more-language-list li{
    float: left;
    margin: 0 20px 20px 0;
    width: 132px;
    height: 56px;
    background: linear-gradient( 180deg, #fff 0%, rgba(255,255,255,0.8) 100%);
    border-radius: 20px 20px 4px 20px;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 18px;
    color: #465fff;
    text-align: center;
    line-height: 56px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.more-language-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* 多币种 */
.more-currency-block{
    height: 334px;
    position: relative;
    background: url('../images/language-bg09.png') no-repeat left center;
}
.more-currency-list{
    margin-top: 40px;
}
.more-currency-list li{
    float: left;
    padding-left: 36px;
    margin: 0 60px 30px 0;
    height: 36px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.more-currency-list li:last-child{
    padding-left: 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: 0;
    top: 50%;
    width: 26px;
    height: 24px;
    margin-top: -12px;
    background: url("../images/language-icon09.png") no-repeat 0 -60px;
}
.more-currency-list li:last-child:before{
    display: none;
}

/* 国际支付 */
.international-payment-block{
    height: 362px;
    background: url("../images/language-bg10.png") no-repeat right center #F7F9FF;
}
.international-payment-list{
    margin-top: 40px;
}
.international-payment-list li{
    float: left;
    margin: 0 20px 20px 0;
    width: 139px;
    height: 56px;
    border-radius: 6px;
    border: 1px solid #333DFF;
    font-weight: bold;
    font-size: 18px;
    color: #687CFF;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    text-align: center;
    line-height: 56px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.international-payment-list li:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* 平台架构 */
.plat-architecture-block{
    background: linear-gradient( 180deg, #F9FAFF 0%, rgba(255,255,255,0) 100%);
}

.more-scene-business{
    width: 1028px;
    margin: 40px auto 0;
}
.more-scene-item{
    float: left;
    position: relative;
    margin-right: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.more-scene-item:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.more-scene-item:nth-of-type(2){
    margin-right: 0;
}
.more-scene-item .more-scene-tit{
    width: 194px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    background: linear-gradient( 180deg, #269AFC 0%, rgba(38,154,252,0.5) 100%);
    border-radius: 10px;
    margin: 0 auto;
}
.more-scene-item .more-scene-con{
    padding: 30px 20px 0;
    width: 450px;
    height: 196px;
    background: rgba(240,248,255,0.6);
    border-radius: 20px;
    border: 2px solid #fff;
    backdrop-filter: blur(10px);
    margin-top: -12px;
    position: relative;
    z-index: 2;
}
.more-scene-item:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    z-index: 1;
    width: 490px;
    height: 28px;
    background: rgba(0,132,255,0.1);
    border-radius: 28px;
    filter: blur(20px);
}
.more-scene-list{}
.more-scene-list li{
    float: left;
    margin: 0 20px 17px;
}
.more-scene-list li .icon{
    display: block;
    width: 50px;
    height: 50px;
    background: url('../images/language-icon08.png') no-repeat;
}
.more-scene-list li:nth-of-type(1) .icon{
    background-position: 0 0;
}
.more-scene-list li:nth-of-type(2) .icon{
    background-position: -90px 0;
}
.more-scene-list li:nth-of-type(3) .icon{
    background-position: -180px 0;
}
.more-scene-list li:nth-of-type(4) .icon{
    background-position: -270px 0;
}
.more-scene-list li:nth-of-type(5) .icon{
    background-position: -360px 0;
}
.more-scene-list li:nth-of-type(6) .icon{
    background-position: 0 -93px;
}
.more-scene-list li:nth-of-type(7) .icon{
    background-position: -90px -93px;
}
.more-scene-list li:nth-of-type(8) .icon{
    background-position: -180px -93px;
}
.more-scene-list li:nth-of-type(9) .icon{
    background-position: -270px -93px;
}
.more-scene-list li:nth-of-type(10) .icon{
    background-position: -360px -93px;
}
.more-scene-list li .tit{
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.business-list{
    margin: 10px auto 0;
    width: 422px;
    height: 171px;
    position: relative;
    background: url('../images/language-bg06.png') no-repeat;
}
.business-list li{
    position: absolute;
    width: 74px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    box-shadow: inset 4px 4px 10px 0 rgba(255,255,255,0.2), inset -4px -4px 10px 0 rgba(0,0,0,0.1);
    background: linear-gradient( 180deg, #59B3FA 0%, #2292F8 100%);
}
.business-list li:nth-of-type(1){
    top: 42px;
    left: 24px;
    background: linear-gradient( 180deg, #59B3FA 0%, #2292F8 100%);
}
.business-list li:nth-of-type(2){
    top: 22px;
    left: 174px;
    background: linear-gradient( 180deg, #62E49C 0%, #25D683 100%);
}
.business-list li:nth-of-type(3){
    top: 42px;
    right: 25px;
    background: linear-gradient( 180deg, #59B3FA 0%, #2292F8 100%);
}



/* 都选择思途 */
.section5-block{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px;
}
.case-group{
    margin: 0 -10px;
}
.case-group>li{
    float: left;
    width: 183px;
    height: 80px;
    margin: 10px;
}
.case-group>li a{
    display: block;
    width: 183px;
    height: 80px;
}
.case-group>li img{
    width: 100%;
    height: 100%;
}
.section-add01-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 77px 0 20px;
    font-size: 0;
}
.section-add01-btn .more-btn{
    display: block;
    width: 190px;
    height: 66px;
    margin: 0 17px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.section-add01-btn .more-btn span{
    display: block;
    color: #0181ff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 188px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #0181ff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.section-add01-btn .more-btn:hover span{
    color: #fff;
}
.section-add01-btn .more-btn:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    background-color: #0084ff;
}
.section-add01-btn .more-btn:hover:after{
    height: 66px;
}
