/*
** 多语言
*/

/* 首页滚动广告 */
.home-banner-block{
    width: 100%;
    min-width: 1440px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.home-banner-block .home-banner-box{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -960px;
    overflow: hidden;
}
.home-banner-block .home-banner-box img{
    vertical-align: middle;
}
.home-banner-block .home-banner-info{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:2;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home-banner-block .home-banner-info .banner-title{
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    line-height: 66px;
}
.home-banner-block .home-banner-info .banner-txt{
    margin-top: 30px;
    font-size: 32px;
    color: #fff;
    line-height: 42px;
}

/* 公共样式 */
.section{
    width: 100%;
    min-width: 1440px;
	padding: 65px 0;
}
.section-bg-grey{
    background: #f9fbff;
}
.section-bg-blue{
    background: #F4F8FF;
}
.section-bg-white{
    background: #fff;
}
.section-bar{
    text-align: center;
    position: relative;
    z-index: 99;
}
.section-bar__tit{
    font-size: 32px;
    font-weight: bold;
}
.section-bar__sub{
    color: #7e7e7e;
    line-height: 26px;
    padding-top: 20px;
    font-size: 15px;
}
.section-bar__sub .color{
    font-size: 22px;
    font-weight: bold;
    color: #ffae00;
}
.section-bar__sub .color em{
    font-style: normal;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

/* 思途cms采用i18n */
.more-scene-business{
    width: 1122px;
    margin: 40px auto 0;
}
.more-scene-item{
    float: left;
    position: relative;
    margin-right: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.more-scene-item:last-child{
    margin-right: 0;
}
.more-scene-item:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.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:last-child .more-scene-tit{
    width: 237px;
}
.more-scene-item .more-scene-con{
    padding: 24px;
    width: 282px;
    height: 288px;
    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 .more-con-tit{
    font-weight: bold;
    font-size: 18px;
    color: #8BAAC4;
    line-height: 24px;
    text-align: center;
}
.more-scene-item .more-con-tit:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #1592FF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}
.more-pay-list{
    margin-top: 30px;
}
.more-scene-list{
    margin-top: 30px;
}
.more-scene-list li{
    float: left;
    margin: 0 14px 14px 0;
    line-height: 42px;
    text-align: center;
    width: 132px;
    height: 42px;
    font-size: 18px;
    color: #0088FE;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    border: 1px solid #0088FE;
}
.more-scene-list li:nth-of-type(even){
    margin-right: 0;
}
.more-site-list{
    margin-top: 30px;
}
.more-site-list li{
    margin-bottom: 14px;
    padding: 14px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.more-pay-list{
    margin-top: 6px;
}
.more-pay-list li{
    float: left;
    width: 128px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    padding-left: 6px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 14px 14px 0;
}
.more-pay-list li:nth-of-type(even) {
    margin-right: 0;
}
.more-pay-list li:last-child:before{
    display: none;
}
.more-pay-list li:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/home_canvas_icon.png) no-repeat;
    margin: -2px 8px 0 0;
}
.more-scene-btn{
    margin-top: 60px;
}
.more-scene-btn a{
    display: block;
    width: 232px;
    height: 50px;
    background: linear-gradient( 135deg, #006FD6 0%, #454EFF 100%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.more-scene-btn a .name{
    display: block;
    width: 232px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 2;
}
.more-scene-btn a:hover {
    animation: shadowFade 3s ease-in infinite;
}
.more-scene-btn a:hover:before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -150px 0 0 -150px;
    animation: scalefade 1s ease-in infinite;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

/* 思途cms多语言解决方案 */
.solve-problem-block{
    padding-bottom: 0;
    background: linear-gradient( 180deg, #F8FCFF 0%, #EDF5FF 100%);
}
.solve-problem-wrap{
    position: relative;
    width: 1400px;
    height: 655px;
    background: url("../images/language-bg05.png") no-repeat center bottom;
    margin: 0 auto;
}
.solve-problem-item{
    position: absolute;
    height: 118px;
    width: 298px;
}
.solve-problem-item01{
    left: 246px;
    top: 82px;
}
.solve-problem-item02{
    left: 60px;
    top: 235px;
}
.solve-problem-item03{
    left: 0;
    top: 447px;
}
.solve-problem-item04{
    right: 229px;
    top:  82px;
}
.solve-problem-item05{
    right: 43px;
    top: 235px;
}
.solve-problem-item06{
    right: -23px;
    top: 447px;
}
.solve-problem-item .item-rank{
    position: absolute;
    left: 16px;
    top: -39px;
    z-index: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 66px;
    background: linear-gradient(#269afc 0%, #91ccfd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.solve-problem-item .item-info{
    position: absolute;
    top: 0;
    left: -6px;
    z-index: 2;
    padding: 16px;
    height: 84px;
    width: 264px;
    background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
    border: 1px solid rgba(255,255,255,.8);
    -webkit-border-radius: 10px;
    -moz-border-right: 10px;
    border-right: 10px;
    backdrop-filter: blur(5px);
}
.solve-problem-item .item-info .info-tit{
    height: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.solve-problem-item .item-info .info-txt{
    font-size: 14px;
    color: #a8b4bf;
    line-height: 18px;
    margin-top: 7px;
}

.cms-brief-block{
    width: 100%;
    min-width: 1440px;
    height: 500px;
    background: url("../images/cms-brief.png") center no-repeat;
}

.as-content-box {
    padding: 42px 240px 0;
    position: relative;
    z-index: 1;
}
.as-content-box .as-tit {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 56px;
    -webkit-text-shadow: 0 4px 2px #0028ac;
    -moz-text-shadow: 0 4px 2px #0028ac;
    text-shadow: 0 4px 2px #0028ac;
    font-family: Microsoft YaHei, Microsoft YaHei;
}
.as-content-box .as-txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 23px;
    color: #fff;
    line-height: 44px;
    font-weight: lighter;
    text-transform: none;
    margin-top: 10px;
}
.as-content-box .as-msg {
    margin-top: 20px;
    width: 600px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: 2px dashed rgba(255, 255, 255, 0.4);
}
.as-content-box .as-msg li{
    float: left;
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.as-content-box .as-msg li.harf{
    width: 300px;
}
.as-content-box .as-btn{
    margin-top: 20px;
    display: block;
    width: 222px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: linear-gradient( 180deg, #FFFFFF 0%, #E6F3FF 100%);
    position: relative;
    overflow: hidden;
}
.as-content-box .as-btn .name{
    display: block;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-weight: bold;
    font-size: 24px;
    color: #1592FF;
    position: relative;
    z-index: 2;
}
.as-content-box .as-btn:hover {
    animation: shadowFade 3s ease-in infinite;
}
.as-content-box .as-btn:hover:before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -150px 0 0 -150px;
    animation: scalefade 1s ease-in infinite;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}
@keyframes scalefade {
    0% {
        opacity: 0.8;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        box-shadow: 1px 1px 12px rgba(33, 40, 179, 0.6);
        transform: scale(0.9);
    }
}
@keyframes shadowFade {
    0% {
        box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
    }
}

/* 思途CMS多语言解决方案案例 */
.language-case-block{
    width: 100%;
    min-width: 1440px;
    padding-bottom: 0;
}
.more-language-case{
    display: block;
    width: 100%;
    margin-top: 40px;
}