@charset "UTF-8";
*{
    /*font-family: "Microsoft Yahei";*/
    font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif
}

/* tt -代表2.2版本 */
/* 容器有效宽度  */
.tt_content_box {
    margin: 0 auto;
    width: 1200px;
}

.sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.experience {
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #6565fb;
    box-shadow: 0px 3px 7px 0px #6565fb;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
}

a.experience:hover{
    position: relative;
    top: -2px;
}

/* 简介 */
.tt_introduction .introduction_box {
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.tt_introduction .introduction_box ul.css3 {
    margin-top: 55px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tt_introduction .introduction_box .list {
    margin-top: 37px;
    padding: 0 84px 0 66px;
    width: 580px;
    height: 160px;
    background: white;
    box-shadow: 0px 2px 20px 0px rgba(69, 86, 112, 0.1);
    border-radius: 8px;
    justify-items: center;
    align-items: center;
}

.tt_introduction .introduction_box .list:hover{
    margin-top: 32px;
    box-shadow: 0px 2px 7px 0px #b5b5b5;
}

.tt_introduction .introduction_box .list .box {
    margin-left: 46px;
    text-align: left;
}

.tt_introduction .introduction_box .list img {
    width: 124px;
    height: 104px;
}

.tt_introduction .introduction_box .list h6 {
    font-size: 20px;
    font-weight: bold;
    color: #42454d;
    line-height: 22px;
}

.tt_introduction .introduction_box .list p {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #535866;
    line-height: 18px;
    opacity: 0.8;
}

.tt_introduction .introduction_box .experience {
    margin-top: 60px;
}

/* 简介 结束 */
/* 满足企业 */
.tt_satisfy {
    margin-top: 80px;
}

.tt_satisfy .title {
    font-size: 30px;
    font-weight: bold;
    color: #42454c;
    text-align: center;
}

.tt_satisfy .statistics {
    position: relative;
    margin-top: 15px;
    padding-bottom: 27px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(83, 88, 102, 0.8);
    line-height: 22px;
    text-align: center;
}


.tt_satisfy .statistics span {
    font-size: 22px;
    font-weight: bold;
    color: #4f46f9;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.tt_satisfy .statistics:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    background: #535866;
    border-radius: 3px;
}

.tt_satisfy .container {
    position: relative;
    margin-top: 60px;
    justify-content: space-between;
}

.tt_satisfy .container .float {
    position: absolute;
    left: calc(0px - (100vw - 1200px) / 2);
    top: 0;
    bottom: 0;
    width: calc((100vw - 1200px) / 2);
    background-image: linear-gradient(to right, #f3f7fa, #f7fafc);
}

.tt_satisfy .container .container_img {
    width: 580px;
    height: 444px;
}

.tt_satisfy .container .box {
    width: 504px;
}

.tt_satisfy .container .box ul {
    margin-top: 40px;
}

.tt_satisfy .container .box li {
    margin-bottom: 28px;
}

.tt_satisfy .container .box li h6 {
    font-size: 18px;
    font-weight: bold;
    color: #535866;
    line-height: 22px;
}

.tt_satisfy .container .box li p {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(83, 88, 102, 0.8);
    line-height: 18px;
}

.tt_satisfy .container .container_title {
    font-size: 26px;
    font-weight: bold;
    color: #42454c;
}

.tt_satisfy .container .container_title img {
    margin-right: 20px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.tt_satisfy .marketing_box {
    margin-top: 100px;
    margin-bottom: 110px;
}

.tt_satisfy .marketing_box .float {
    left: auto;
    right: calc(0px - (100vw - 1217px) / 2);
    background-image: linear-gradient(to right, #6167f7, #6051f8);
}

/* 满足企业 结束 */
/* 解决方案 */
.tt_scheme {
    background-color: #FAFBFC;
}

.tt_scheme .scheme_box {
    padding: 80px 0;
    text-align: center;
}

.tt_scheme .scheme_box .title {
    position: relative;
    padding-bottom: 24px;
    font-size: 30px;
    font-weight: bold;
    color: #42454c;
    text-align: center;
}

.tt_scheme .scheme_box .title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    background: #535866;
    border-radius: 3px;
}

.tt_scheme .scheme_box .scheme_list {
    margin-top: 60px;
    justify-content: space-between;
}

.tt_scheme .scheme_box .scheme_list img {
    width: 142px;
    height: 143px;
}

.tt_scheme .scheme_box .scheme_list .scheme_list_title {
    margin-top: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #535866;
    text-align: center;
}

.tt_scheme .scheme_box .scheme_list .scheme_list_text {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(83, 88, 102, 0.8);
    line-height: 24px;
    text-align: center;
}

.tt_scheme .scheme_box .experience {
    margin-top: 60px;
}

/* 解决方案 结束 */
/* APP */
.tt_app {
    background: url("../img/landing2.2/app-banner_img.png") no-repeat center;
    background-size: cover;
}

.tt_app .app_box {
    padding: 78px 0;
    text-align: center;
}

.tt_app .app_box .title {
    font-size: 30px;
    font-weight: bold;
    color: #f9fafb;
}

.tt_app .app_box .sub_title {
    position: relative;
    margin-top: 18px;
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(249, 250, 251, 0.8);
}

.tt_app .app_box .sub_title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    background: #f9fbfb;
    border-radius: 2px;
}

.tt_app .app_box .box {
    margin-top: 52px;
    justify-content: space-around;
    align-items: center;
}

.tt_app .app_box .box .app_list {
    width: 460px;
}

.tt_app .app_box .box .app_list .app_list_item {
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.tt_app .app_box .box .app_list .app_list_item + .app_list_item {
    margin-top: 40px;
}

.tt_app .app_box .box .app_list .app_list_item img {
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

.tt_app .app_box .box .app_list .app_list_item div {
    width: 385px;
}

.tt_app .app_box .box .app_list .app_list_item .app_list_title {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.tt_app .app_box .box .app_list .app_list_item .app_list_text {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 18px;
}

.tt_app .app_box .box .app_list .app_list_item.app_list_download {
    margin-top: 60px;
}

.tt_app .app_box .box .app_list .app_list_item.app_list_download a {
    width: 220px;
    height: 60px;
    background: linear-gradient(0deg, #496bfe, #6a9afd);
    box-shadow: 0px 2px 7px 0px #6565fb;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 60px;
}

.tt_app .app_box .box .app_list .app_list_item.app_list_download a:hover{
    position: relative;
    top: -1px;
    box-shadow: 0px 2px 7px 0px #6565fb;
}

.tt_app .app_box .box .app_list .app_list_item.app_list_download a img {
    margin-right: 12px;
    width: 24px;
    height: 30px;
    vertical-align: middle;
}

.tt_app .app_box .box .app_img {
    width: 434px;
    height: 414px;
}

/* APP 结束 */
/* 服务 */
.tt_service {
    padding: 60px 0;
    background-color: #F9FAFC;
}

.tt_service .service_box .title {
    position: relative;
    padding-bottom: 24px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #525766;
}

.tt_service .service_box .title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    background: #535765;
    border-radius: 2px;
}

.tt_service .service_box .service_list {
    margin-top: 50px;
    justify-content: space-between;
    text-align: center;
}

.tt_service .service_box .service_list img {
    width: 99px;
    height: 99px;
}

.tt_service .service_box .service_list h6 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #525766;
}

.tt_service .service_box .service_list p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #525766;
}

/* 服务 结束 */


/* 下载中心 */

.tt_download{
    min-height: calc(100vh - 300px - 368px);
}

.tt_download .download_box{
    padding: 129px 0 140px;
    justify-content: space-around;
}

.tt_download .download_box .box{
    width: 25%;
    text-align: center;
}

.tt_download .download_box .box h6{
    font-size:22px;
    font-weight:400;
    color:rgba(57,57,57,1);
    line-height:30px;
}

.tt_download .download_box .box div{
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:30px;
}

.tt_download .download_box .box p{
    font-size:16px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:30px;
}

.tt_download .download_box .img{
    height: 196px;
}

.tt_download .download_box a{
    display: inline-block;
    margin-top: 10px;
    width:200px;
    height:50px;
    line-height: 50px;
    background:linear-gradient(0deg,rgba(42,183,40,1),rgba(55,204,55,1));
    border-radius:4px;
    color: #fff;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor: pointer;
}

.tt_download .download_box a.ios{
    background:linear-gradient(0deg,rgba(77,151,255,1),rgba(83,173,255,1));
}

.tt_download .download_box a.windows{
    background:linear-gradient(0deg,rgba(78,78,78,1),rgba(100,97,97,1));
}

.tt_download .download_box a.mac{
    background:linear-gradient(0deg,rgba(78,78,78,1),rgba(100,97,97,1));
}

.tt_download .download_box .box:nth-child(1) a:hover{
    position: relative;
    top: -4px;
    box-shadow: 0px 2px 7px 0px rgba(55,204,55,1);
}
.tt_download .download_box a.ios:hover{
    position: relative;
    top: -4px;
    box-shadow: 0px 2px 7px 0px rgba(83,173,255,1);
}

.tt_download .download_box a span{
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    background:linear-gradient(-45deg,rgba(42,183,40,1),rgba(55,204,55,1));
}

.tt_download .download_box a.ios span{
    background:linear-gradient(-45deg,rgba(75,149,255,1),rgba(83,173,253,1));
}

.tt_download .download_box a.windows span{
    background:linear-gradient(-45deg,rgba(78,78,78,1),rgba(100,97,97,1));
}

.tt_download .download_box a.mac span{
    background:linear-gradient(-45deg,rgba(78,78,78,1),rgba(100,97,97,1));
}

.tt_download .download_box a img{
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.tt_download .download_box a.ios img,.tt_download .download_box a.mac img{
    width: 18px;
}

/* 下载中心 结束 */

/*# sourceMappingURL=landing.css.map */

/*2.4.2*/
/*两端对齐*/
.bd-bothEnds{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/*进行平均分布，又可以换行*/
.bd-Line-break-equally{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
/*垂直居中*/
.vertical-center{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
/*水平垂直居中*/
.Horizontal-vertical-center{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.bd-contentBox{
    width: 1200px;
    margin: 0 auto;
}
.bd-index-banner{
    height: 650px;
    width: 100%;
    background: url("/assets/images/bd-l-landingIndex2.6.2-2.png") center no-repeat;
    background-size: 100% 100%;
}
.bd-index-banner-live{
    height: 440px;
    width: 100%;
    background: url("/assets/images/bd-l-bg2.6.6.png") center no-repeat;
    background-size: 100% 100%;
}
.bd-title{
    font-size: 36px;
    font-weight: bold;
    color: white;
}
.bd-banner-smallFont{
    color: rgba(255,255,255,0.7);
    margin-top: 20px;
    font-size: 16px;
}
.bd-ljsyStyle{
    display: inline-block;
    width: 120px;
    height: 46px;
    background: #f03c18;
    border-radius: 23px;
    color: white;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
    cursor: pointer;
}
body{
    min-width: 1200px;
    overflow-x: hidden;
}
.bd-banner-indexImg{
    height: 321px;
    width: 692px;
    position: relative;
    top: 86px;
}
.bd-banner-indexImg img{
    height: inherit;
    width: inherit;
}
.bd-index-listItem{
    width: 239px;
    height: 120px;
    background-color: rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    box-sizing: border-box;
    padding-left: 15px;
}
.bd-index-listItem-active{
    background-color: rgba(255,255,255,0.2);
}
.bd-index-listItem-active::after{
    content: '';
    width: 240px;
    height: 5px;
    opacity: 0.3;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.bd-index-listItem img{
    max-width: 40px;
    height: 50px;

}
.bd-index-listItem-r{
    padding-right: 15px;
    margin-left: 15px;
}
.bd-index-listItem-r small{
    color: rgba(255,255,255,0.7);
    font-size: 12px;

}
.bd-index-listItem-title{
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,1) !important;
    margin-bottom: 5px;
}
.bd-digitization{
    height: 130px;
    /*background-color: #e6e7ec;*/
}
.bd-digitization h3{
    font-size: 32px;
}
.bd-scale{
    color: #8d92a6;
    margin-top: 10px;
    font-size: 16px;
}
.bd-onTrialStyle{
    width: 140px;
    height: 50px;
    background: #f03c18;
    border-radius: 25px;
    box-shadow: 0px 5px 10px 0px rgba(255,123,83,0.2);
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.bd-digitization h3 span{
    color: #45289F;
}
.bd-digitization-box{
    width: 670px;
    height: 300px;
    /*background-color: #0ec2d8;*/
}
.bd-digitization-item{
    width: 315px;
    height: 135px;
    box-sizing: border-box;
    /*background-color: #00ff33;*/
    flex-direction: row;

}
.bd-digitization-item img{
    margin-right: 20px;
}
.bd-digitization-text p{
    font-size: 20px;
    font-weight: 700;
    color: #242841;
}
.bd-perception{
    height: 80px;
}
.bd-perception img{
    width: 30px;
    height: 21px;
    margin: 0 50px;
}
.bd-perception span{
    font-size: 36px;
    font-weight: 700;
    color: #45289F;
    line-height: 22px;
    letter-spacing: 0px;
}
.bd-perception-bottom .bd-digitization-box{
    width: 500px;
    /*background-color: #0ec2d8;*/
}
.bd-perception-bottom .bd-digitization-item{
    width: 240px;
}
.bd-perception-bottom .bd-digitization-text div{
    padding-right: 20px;
}
.bd-digitization-text div{
    color: #8d92a6;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
}
.bd-digitization-text p{
    margin-bottom: 10px;
}
.bd-focusingBox{
    height: 915px;
    background-color: #45289F;
    margin-top: 65px;
}
.bd-focusingBox h3{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 15px;
}
.bd-imagesBox{
    position: relative;
    height: 680px;
    /*background-color: #0ec2d8;*/
    margin-top: 40px;
}
.bd-images1{
    height: 36px;
    width: 36px;
    position: absolute;
    top: -65px;
    left: 250px;
}
.bd-images2{
    width: 50px;
    height: 55px;
    position: absolute;
    bottom: 85px;
    left: -50px;
}
.bd-images3{
    width: 43px;
    height: 43px;
    position: absolute;
    bottom: 212px;
    right: -95px;
}
.bd-imagesBox-center{
    /*background-color: red;*/
    margin-top: 10px;
}
.bd-imagesBox-center-use{
    width: 140px;
    height: 50px;
    background: #f03c18;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.bd-ecologyRS{
    height: 520px;
    background-color: #f7f9fc;
}
.bd-ecologyRS h3{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #242841;
    padding-top: 80px;
    margin-bottom: 10px;
}
.bd-ecologyRS p{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #8d92a6;
}
.bd-ecologyRS-images{
    margin-top: 65px;
    /*margin-bottom: 30px;*/
}
.bd-ecologyRS-images-item{
    height: 120px;
    width: 80px;
    /*background-color: #0ec2d8;*/
}
.bd-ecologyRS-images-item-inner{
    height: 80px;
    width: 80px;
    border-radius: 4px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.bd-ecologyRS-images-item span{
    display: inline-block;
    line-height: 32px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.bd-title-comm h3{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #242841;
    padding-top: 80px;
    margin-bottom: 10px;
}
.bd-title-comm p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #8d92a6;
}
.bd-one-stop-item{
    width: 250px;
    height: 200px;
    /*background-color: #0ec2d8;*/
}
.bd-one-stop-item div{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #45289F;
    margin-bottom: 20px;
}
.bd-one-stop-item p{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #626573;
}
.bd-encryptionBoximages{
    height: 340px;
}
.bd-encryptionBoximagesItems{
    width: 230px;
    height: 200px;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 5px;
    position: relative;

}
.bd-encryptionBoximagesItems img{
    position: absolute;
    top: 30px;
    left: 20px;
}
.bd-imagesItems1{
    background: url("/assets/LandingPage/pc/assets/img/bd-bg-hlbf-2.6.5.png") center no-repeat;
    background-size: cover;
}
.bd-imagesItems2{
    background: url("/assets/LandingPage/pc/assets/img/bd-bg-txkr2.6.5.png") center no-repeat;
    background-size: cover;
}
.bd-imagesItems3{
    background: url("/assets/LandingPage/pc/assets/img/bd-bd-jzk-2.6.5.png") center no-repeat;
    background-size: cover;
}
.bd-imagesItems4{
    background: url("/assets/LandingPage/pc/assets/img/bd-bg-dzkf-2.6.5.png") center no-repeat;
    background-size: cover;
}
.bd-imagesItems5{
    background: url("/assets/LandingPage/pc/assets/img/bd-bg-fubz-2.6.5.png") center no-repeat;
    background-size: cover;
}
.bd-encryptionBoximagesItems h4{
    padding-top: 110px;
    color: white;
    font-weight: 700;
    font-size: 20px;
}
.bd-encryptionBoximagesItems span{
    opacity: 0.8;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}
.bd-sqsyBox{
    height: 276px;
    background: url("/assets/images/bd-l-ksty2.6.6.svg") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 50px;
}
.bd-indexBottomIpt{
    width: 480px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
}
.bd-indexBottomIpt input{
    width: 75%;
    /*background-color: red;*/
    height: inherit;
    text-indent: 2rem;
    cursor: pointer;
}
.bd-indexBottomIpt a{
    width: 120px;
    height: 42px;
    background: #f03c18;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
    cursor: pointer;
}
.bd-zxzxStyle{
    width: 140px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 25px;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    cursor: pointer;
}
.bd-channel{
    height: 326px;
    background: url("/assets/LandingPage/pc/assets/img/bd-dtbg12.4.2.png") center no-repeat;
    background-size: 495px 326px;
    /*display: flex;*/
    /*justify-content: center;*/
}
.bd-gmhdBox{
    width: 840px;
    height: 90px;
    /*background-color: #0ec2d8;*/
}
.bd-gmhdBox1{
    width: 1100px;
    height: 90px;
}
.bd-gmhdBoxItem{
    width: 270px;
    height: 80px;
    /*background-color: red;*/
}
.bd-gmhdBoxItem img{
    height: 79px;
    width: 79px;
}
.bd-gmhdBoxItem-title{
    font-size: 20px;
    font-weight: 700;
    color: #242841;
    margin-bottom: 5px;
}
.bd-gmhdBoxItem p{
    font-size: 14px;
    font-weight: 400;
    color: #8d92a6;
}
.hide{
    display: none;
}
.bd-erpBox{
    text-align: center;
    width: 380px;
    height: 180px;
    background-color: #fafbfc;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-top: 20px;
}
.bd-erpBox img{
    height: 83px;
    width: 83px;
}
.bd-erpBox span{
    font-size: 20px;
    font-weight: 700;
    color: #242841;
    display: inline-block;
    width: 100%;
    /*line-height: 40px;*/
    text-align: center;
    margin-bottom: 15px;
}
.bd-erpBox div{
    color: #8d92a6;
    font-size: 14px;
}
.bd-StudentValue{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*padding-top: 30px;*/
}
.bd-contentBoxImg1{
    width: 340px;
    height: 340px;
    background: url("/assets/LandingPage/pc/assets/img/bd-khglwxyx2.4.2.png") center no-repeat;
    background-size: cover;
}
.bd-contentBoxImg2{
    width: 140px;
    height: 84px;
    margin-left: 40px;
    margin-right: 40px;
    background: url("/assets/LandingPage/pc/assets/img/bd-landingjiahao2.4.2.png") center no-repeat;
    background-size: cover;
}
.bd-contentBoxImg3{
    width: 340px;
    height: 340px;
    background: url("/assets/LandingPage/pc/assets/img/bd-zbjxlanding2.4.2.png") center no-repeat;
    background-size: cover;
}
.changeBox5bg{
    width: 628px;
    height: 525px;
    background: url("/assets/LandingPage/pc/assets/img/bd-zhuyebg2.4.2.png") -150px -100px no-repeat;
    background-size: 628px 525px;
}
.bd-visBox{
    width: 700px;
    height: 160px;
    /*background-color: #0ec2d8;*/
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bd-visBox-item{
    width: 330px;
    height: 160px;
    background: #f7fafc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px;
}
.bd-visBox-item-content div{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #242841;
    margin-bottom: 8px;
}
.bd-visBox-item-content p{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8d92a6;
}
.bd-liveBigModelBox-content span{
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #45289F;
    display: inline-block;
}
.bd-liveBigModelBox-content p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #8d92a6;
}
.landingAnimateBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.landingAnimateBox img{*/
/*    transform:scale(0);*/
/*    transition: all 0.3s;*/

/*}*/


/*2.4.2*/
/*20201223*/
.bd-jurisdiction{
    padding-bottom: 50px;
}
.bd-jurisdiction h3{
    height: 80px;
    line-height: 80px;
    color: rgba(16, 16, 16, 100);
    font-size: 31px;
    text-align: center;
}
.bd-jurisdiction .jurisTime{
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
}
.bd-jurisdiction .contentTxt{
    font-size: 16px;
    line-height: 2;
}
.posi{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.bd-jurisdiction .edition{
    font-size: 18px;
    text-align: center;
}
.bd-editionOutBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
}
.bd-editionBox{
    width: 500px;
}
.bd-editionBox h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bd-editionItem{
    height: 50px;
    border-radius: 5px;
    border: 1px solid #fcfcfc;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 14px;
}
/*20201223*/


/*2.6.2*/
.lyx-sy-center-left .lyx-sy-p1{
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    color: #242841;
    line-height: 36px;
}
.lyx-sy-center-left .lyx-sy-p2{
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #8d92a6;
    line-height: 23px;
}
.lyx-sy-center-center{
    width: 645px;
    margin: 70px;
}
.lyx-sy-center-center img{
    width: 100%;
    height: 100%;
}
.lyx-sy-center-right .lyx-sy-p1{
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #242841;
    line-height: 36px;
}
.lyx-sy-center-right .lyx-sy-p2{
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8d92a6;
    line-height: 23px;
}

.bd-mechanism-logoes{
    padding-top: 80px;
    padding-bottom: 80px;
}
.bd-mechanism-imgBox{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.bd-mechanism-imgBox img{
    width: 185px;
    height: 100px;
    margin-bottom: 15px;
}
.bd-mechanism-logoes .bd-title-comm{
    margin-bottom: 50px;
}

.bd-index-list-out{
    margin-top: 107px;
}
.bd-mechanism-imgBox img{
    height: 101px;
}

.editionCenter-inputStyle input:focus{
    outline: none;
    border: unset;
}
.article_item-num .seeNum span{
    font-weight: 400;
}
.article_item-num .article_time{
    font-weight: 400;
}

.tab a {
    color: #0B1732;
    font-weight: 400;
    font-size: 14px;
}
.news_item .news_time strong{
    font-weight: 400!important;
    color: #9FA0A8 !important;
    font-size: 14px;
}




















