@charset "utf-8";

/* CSS Document */
/* 点击瞬间出现蓝色背景问题 */
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-modify:read-write-plaintext-only; */
}

/* 图片宽高100% */
.img {
    width: 100% !important;
    height: 100% !important;
}

.hide {
    display: none !important;
}

.active {
    display: block !important;
}

.pchide {
    display: none;
}

.mhide {
    display: block;
}

.main-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* ******************************banner部分************************ */
.banner-main {
    width: 100%;
    max-width: 1920px;
    min-height: 402px;
    padding: 100px 0 20px 0;
    background: url("/en/images/product-introduction-banner.png") no-repeat center top;
    background-size: auto 100%;
    margin: 0 auto;
}

.banner-content {
    width: 1260px;
    margin: 0 auto;
}

.banner-content-title {
    font-weight: 700;
    margin-top: 100px;
    font-family: 'Times New Roman';
    font-size: 40px;
    color: #ffffff;
}

.banner-content-detail {
    width: 520px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 40px;
}

/* ******************************内容导航部分************************ */
.body-nav-container {
    width: 100%;
    height: 70px;
    border-bottom: 1px #d5d9e0 solid;
    box-sizing: border-box;
}

.body-nav-main {
    display: flex;
    height: 70px;
    line-height: 72px;
    justify-content: center;
}

.body-nav-item {
    display: inline-block;
    font-size: 16px;
    margin: 0 42px;
    cursor: pointer;
    box-sizing: border-box;
}

.body-nav-item:hover {
    color: #0f51ca;
    border-bottom: #0f51ca 3px solid;
}

/* ******************************产品功能************************ */
.function-main {
    width: 100%;
    margin-top: 20px;
}

.function-content {
    width: 1258px;
    height: 642px;
}

/* ******************************产品介绍2的产品功能************************ */
.function2-hide {
    display: none;
}

.function2-title {
    margin: 20px 0;
}

.function2-main {
    width: 100%;
    max-width: 1920px;
    margin-top: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 247, 251) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 247, 251) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 247, 251) 99%);
    box-shadow: 5px 8.66px 30px 0px rgb(168, 192, 221);
    border: 3px #fff solid;
    margin: 0 auto;
    box-sizing: border-box;
}

.function2-content {
    margin-bottom: 40px;
}

.function2-content-top-text {
    margin: 40px 0;
}

.function2-text {
    font-size: 16px;
    line-height: 30px;
}

.function2-text h2 {
    color: #548dd4;
    font-size: 16px;
    margin-bottom: 10px;
}

.function2-text p {
    margin-bottom: 10px;
    line-height: 1.375;
    color: #444;
    font-size: 16px;
}

.function2-content-top-img {
    text-align: center;
}

.function2-content-change {
    margin-top: 40px;
}

.function2-change-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function2-change-nav-item {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    flex: auto;
    margin: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.function2-change-nav-item-active {
    color: #0f51ca;
    border-bottom: #0f51ca 5px solid;
}

.function2-change-item {
    width: 100%;
    padding: 35px 68px;
    background-image: linear-gradient(to bottom, #f2f5fa, #f9fbfd);
    box-sizing: border-box;
}

.function2-change-item-text {
    margin-bottom: 30px;
}

.function2-change-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}

.function2-change-item-img {
    text-align: center;
}

/* ******************************产品优势************************ */
.advan-main {
    margin-top: 20px;
}

.content-title {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    text-align: center;
}

.advan-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.advan-content-item {
    min-height: 320px;
    height:480px;
    width: 300px;
    border-bottom: 4px #0f51ca solid;
    box-shadow: -0.5px 3.062px 12px 0px rgb(180 180 180);
    padding: 40px 37px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px;
    margin-bottom: 20px;
    overflow:hidden;
}

.advan-content-item-active {
    color: #fff;
    border-bottom: none;
    background: url("/en/images/product-introduction-advantage.png") no-repeat center;
    background-size: cover;
}

.advan-content-item-title {
    font-size: 20px;
}

.advan-content-item-detail {
    font-size: 16px;
    color: #666;
    margin-top: 32px;
    height:338px;
    overflow: hidden;
}
.advan-content-item-detail .full{
    display:none;
}

.advan-content-item-detail-active {
    color: #fff;
}

.advan-content.fiveBox{
    width:1260px;
    display: block;
    overflow: hidden;
    grid-template-columns: initial;
    text-align: center;
}
.advan-content.fiveBox .advan-content-item{
    width:300px;
    display:inline-block;
    text-align: left;
}

/* ******************************应用场景************************ */
.sc-hide {
    display: none;
}

.sc-container {
    width: 100%;
    margin-top: 20px;
}

.sc-main {
    max-width: 1920px;
    margin: 0 auto;
    background: url("/en/images/product-introduction-sc.png") no-repeat center top;
    background-size: cover;
    box-shadow: 5px 8.66px 30px 0px rgb(168 192 221);
    border: 3px #fff solid;
    box-sizing: border-box;
}

.sc-content {
    height: 100%;
}

.sc-content-title {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    display: flex;
}

.sc-content-title .btn {
    width: 34px;
    height: 34px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-top: 10px;
}

.sc-content-title .prev {
    background: #fff url(/en/images/product-introduction-praxis-prev.png);
}

.sc-content-title .next {
    background: #fff url(/en/images/product-introduction-praxis-next.png);
}

.sc-content-title .box {
    flex: 1;
    height: 54px;
    line-height: 30px;
    padding-top: 12px;
    border-bottom: 1px #d2d2d2 solid;
    overflow: hidden;
}

.sc-content-title-item {
    width: auto;
    font-size: 16px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
    float: left;
    white-space: nowrap;
}

.sc-content-title-item:hover {
    color: #0f51ca;
    border-bottom: 3px #0f51ca solid;
}

.sc-content-title-item-active {
    color: #0f51ca;
    border-bottom: 3px #0f51ca solid;
}

.sc-content-text {
    padding: 50px 0px 40px 0px;
    line-height: 30px;
    color: #444;
}

.sc-content-text-item {
    font-size: 16px;
    min-height: 124px;
}


#sc .box>div.limitBox {
    margin: 0 auto;
    text-align: center;
}

#sc .box>div.limitBox .sc-content-title-item {
    float: initial;
    display: inline-block;
}

/* ******************************用户价值************************ */
.value-main {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 50px;
}

.value-content {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    justify-content: center;
}

.value-content-item {
    width: 620px;
    min-height: 140px;
    box-shadow: 3.5px 6.062px 24px 0px #f5f5f9;
    padding: 30px 40px;
    box-sizing: border-box;
}

.value-content-item-title {
    font-size: 22px;
}

.value-content-item-detail {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-top: 10px;
}

/* ******************************最佳实践************************ */
.praxis-main {
    position: relative;
    width: 100%;
    height: 470px;
    max-width: 1920px;
    margin: 0 auto;
    background: url("/en/images/product-introduction-praxis.png") no-repeat center top;
    overflow: hidden;
}

.praxis-title {
    height: 100px;
    line-height: 100px;
    color: #fff;
}

#swiperPraxis {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-33.8%);
    width: 1450px;
    overflow: hidden;
}

.swiper-praxis {
    width: 620px !important;
}

.praxis-item-container {
    width: 620px;
}

.praxis-item {
    width: 580px;
    height: 280px;
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 54px;
    margin: 0 auto;
    box-sizing: border-box;
}

.praxis-item-img {
    overflow: hidden;
}

.praxis-item-title {
    font-size: 24px;
    margin-top: 15px;
}

.praxis-item-detail {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #425068;
}

.praxis-main .praxis-prev {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url("/en/images/product-introduction-praxis-prev.png") no-repeat center;
    left: 47%;
    top: 92%;
}

.praxis-main .praxis-next {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url("/en/images/product-introduction-praxis-next.png") no-repeat center;
    right: 47%;
    top: 92%;
}

/* ******************************底部************************ */
.footer-container {
    width: 100%;
    background-color: #f7f9fb;
    padding: 28px 0 38px 0;
}

.footer-us-main {
    width: 100%;
}

.us-text {
    display: inline-block;
    width: 1011px;
}

.us-text .text-title-main {
    width: 100%;
    margin-bottom: 20px;
}

.us-text .text-title-main .title-item {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.us-text .text-title-main .title-item:nth-child(1) {
    margin-right: 535px;
}

.us-text .text-title-main .title-item:nth-child(2) {
    margin-right: 190px;
}

.us-text .text-title-main .title-item:nth-child(3) {
    margin-right: 106px;
}

.us-text .text-link-main {
    width: 100%;
    padding: 12px 0 24px 0;
    border-top: #d5d9e0 1px solid;
    border-bottom: #d5d9e0 1px solid;
}

.us-text .text-link-main .link-class-main {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    font-size: 12px;
    color: #425068;
}

.us-text .text-link-main .link-class-main:nth-child(1) {
    width: 200px;
    margin-right: 80px;
}

.us-text .text-link-main .link-class-main:nth-child(2) {
    width: 200px;
    margin-right: 106px;
}

.us-text .text-link-main .link-class-main:nth-child(3) {
    margin-right: 148px;
}

.us-text .text-link-main .link-class-main .link-item {
    line-height: 32px;
    color: #425068;
}

.us-text .text-link-main .link-class-main .link-item .link-a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 二维码部分 */
.us-link {
    width: 172px;
    height: 232px;
    float: right;
}

.us-link .link-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.link-icon-main {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.link-icon-main .item-text {
    font-size: 14px;
    color: #425068;
}

.link-phone {
    margin-top: 14px;
    color: #425068;
}

.phone-text {
    font-size: 12px;
    letter-spacing: 2px;
}

.phone-number {
    font-size: 14px;
    letter-spacing: 1px;
}

.link-btn {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background-color: #0f51ca;
    color: #fff;
    text-align: center;
    margin-top: 22px;
    cursor: pointer;
}

.footer-copyright-main {
    font-size: 12px;
    color: #425068;
    margin-top: 14px;
}

.copyright-item-end {
    margin-top: 10px;
}



.dialogBox{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    position:fixed;
    left:0;
    top:0;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display:none;
}
.dialogBox.on{
    display:flex;
}
.dialogBox .box{
    width:800px;
    height:500px;
    padding:30px;
    box-sizing: border-box;
    background:#1c57d4 url(./dbg.png) no-repeat right bottom;
    background-size:100% auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.close{
    color:#fff;
    position: absolute;
    right:20px;
    top:20px;
    font-size:20px;
    transform: scaleY(.7);
    cursor:pointer;
}
.dialogBox .box h2{
    font-weight:normal;
    color:#fff;
    margin-bottom:30px;
}
.dialogBox .box p{
    color:#fff;
}
