html {
    /*height: 100%;*/
}

body {
    /*height: 100%;*/
    /*position: relative;*/
    font-family: "NotoSansCJKsc-Regular", Helvetica, Arial, sans-serif;

}

.fl { float: left;}

.fr { float: right;}

.img { display: block;}

.clearfix:after {display: block; content: ''; clear: both;}

.clearfix {zoom: 1;}

.container {
    min-width: 1220px;
    /*height: calc(100% );*/
    position: relative;
    /*padding-top:620px;*/
    /*background: url("./image/back.png");*/
    padding-bottom: 60px;
}

.header {
    width: 100%;
    height: 68px;
    background-color: #589fe0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 22222;

}

.headercont {
    width: 1220px;
    margin: 0 auto;
}

.swiper-banner {
    /*background: url("./image/banner1.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 620px;
    width: 100%;
    /*width: 1220px;*/

}

.header-right {
    /*width: 50%;*/
    /*padding-right:120px;*/
    cursor: pointer;
}

.header-left {
    /*padding-left: 120px;*/
    width: calc(50%);
    padding-top: 5px;

}

.img-box {
    width: 70px;
    height: 39px;
    margin-top: 9px;
    background: url("./image/logo.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.img-box img {
    width: 100%;
    height: 100%;

}

.img-content {
    color: rgba(255, 255, 255, 1);
    padding-top: 21px;
    padding-left: 25px;
    cursor: pointer;
    font-size: 18px;
    font-family: SourceHanSansSC-Medium, SourceHanSansSC;
    font-weight: 600;
    /*padding-left: 20px;*/
}

.img-phone {
    /*background: url("./image/logo.png") no-repeat;*/
    padding-top: 34px;
}

.img-phone img {
    width: 20px;
    height: 20px;
}

.content-phone {
    padding-top: 36px;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.header-navBar {
    width: 300px;
}

.header-navBar ul {
    height: 100%;
    width: 1220px;
    margin: 0 auto;

}

.header-navBar ul li {
    position: relative;
    height: 100%;
    padding: 10px 60px 0 0;
    line-height: 40px;
    cursor: pointer;
}

.header-navBar ul li span {

    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.header-navBar ul li .active {
    font-weight: 600;
}

.header-navBar ul li i {
    position: absolute;
    width: 15px;
    height: 2px;
    left: calc(50% - 38px);
    bottom: 0;
    background: #fff;
}

.bannerbox {
    width: 100%;
    height: 392px;
    background: url('./image/bannerbg.png') no-repeat;
    background-size: cover;

}

.banner {
    width: 1220px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    height: 100%;
}

.banner-t span {
    padding-right: 10px
}

.banner h2 {

    font-size: 44px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 62px;
    padding: 147px 0 20px;
}

.bannerphone {
    display: inline-block;
    height: 36px;
    background: #F09D25;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 8px;
    margin-top: 50px;
}

.bannerphone i {
    padding-right: 4px;
}

/* 内容 */
.content {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}

.content .title {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    color: #17181A;
    line-height: 37px;
    text-align: center;
}

.content .title p {
    position: absolute;
    top: 7px;
    left: 39%
}

.content .describe {
    font-size: 18px;
    font-weight: 400;
    color: #7B7D81;
    line-height: 25px;
    text-align: center;
    padding-top: 20px;
}

.contentItem {
    padding: 56px 0 50px;
}

.contentItem.item1 {
    height: 332px;
    position: relative;
}

.Item1Cont {
    width: 1000px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 0 auto;
    position: absolute;
    bottom: -34px;
    left: 108px;
}

.Item1ContTitle {
    border-bottom: 1px solid #F6F6F8;
    padding: 24px 24px 18px;

}

.Item1ContTitle p {
    width: 50%;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.contentItem p.icoPtext::after {
    content: '';
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #76D0FF 0%, #52B0E1 100%);
    position: absolute;
    top: 6px;
    left: 0;
}

.Item1Cont-C {
    padding-top: 31px;

}

.Item1Cont-C ul {
    width: 45%;
    position: relative;
}

.Item1Cont-C ul li {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #7C7D81;
    line-height: 22px;
    display: inline-block;
    width: 129px;
}

.Item1Cont-C ul:nth-child(2) {
    width: 55%;
    border-left: 1px solid #F6F6F8;
    padding-left: 5px;
}

.Item1Cont-C ul:nth-child(2) li {
    width: 134px;

}

.Item1Cont-C ul li img {
    width: 48px;
    height: 48px;
}

.item2 {
    background: #F6F8FB;
    padding-top: 112px;
}

.item2 .title p {
    left: 33%;
}

.Item2Cont {
    width: 1000px;
    margin: 0 auto;
}

.Item2Cont > div {
    width: 296px;

}

.Item2Cont > div:nth-child(2) {
    margin: 0 50px;
}

.Item2Cont .Item2Cont-T {

    font-size: 18px;
    font-weight: 600;
    color: #44464A;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
    margin: 30px 0;
}

.Item2Cont .Item2Cont-Tc {
    padding-left: 30px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #06365C;
    line-height: 25px;

}

.Item2Cont .Item2Cont-title {
    line-height: 56px;
    height: 56px;
    background: #F0F8FF;
    border-radius: 8px 8px 0px 0px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #3292E0;
    text-align: center;
    margin-bottom: 17px;

}

.Item2Cont .Item2Cont-cP {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #7C7D81;
    line-height: 22px;
}

.Item2Cont .Item2Cont-cP span {
    color: rgba(68, 70, 74, 1);
}

.Item2C {
    width: 296px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-top: 48px;
}

.content .item4 {
    width: 1000px;
    margin: 0 auto;

}

.item4 .item4-T {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #44464A;
    line-height: 25px;
    padding-left: 20px;
    margin: 60px 0 25px;
}

.item4-mc {
    font-size: 16px;
    color: #44464A;
    line-height: 22px;
}

.item4-mc span {
    color: rgba(24, 109, 178, 1);
}

.item4 ul {
    margin-top: 50px;
}

.item4-bgimg li {
    width: 472px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding-top: 24px;
}

.item4-bgimg li:nth-child(1) {
    margin-right: 50px;
}

.item4-bgimg li img {
    width: 292px;
    height: 97px;
    margin: 0 auto;
    display: block;
}

.item4-bgimg li p {
    width: 292px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #186DB2;
    line-height: 22px;
    margin: 0 auto;
}

.item4-smimg li:nth-child(2) {
    margin: 0 56px;
}

.item4-smimg li:nth-child(3) {
    margin-right: 56px;
}

.item4-smimg li {
    width: 208px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding-top: 56px;
}

.item4-smimg li img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.item4-smimg li p {
    text-align: center;

    font-size: 18px;
    font-weight: 400;
    color: #7C7D81;
    line-height: 25px;
    padding-top: 20px;
}

.content .item3 .title {
    margin-bottom: 55px;
}

.content .item3 .title p {
    left: 44%;
}

.content .item4 .title p {
    left: 42%;
}

.content .item3 {
    width: 1200px;
    background: #F6F8FB;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
}

.item3 .item3-cn .fl {
    padding-top: 70px;
}

.item3 .item3-cn .fr {
    width: 475px;
    height: 300px;
}

.item3 .item3-cn p {
    padding: 18px 0;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}

.item3 .item3-cn p::after {
    content: '';

    width: 14px;
    height: 14px;
    position: absolute;
    top: 21px;
    left: 0;
}

.item3 .item3-cn .red {

    color: #C47E7E;


}

.item3 .item3-cn .red::after {

    background: url('./image/ku.png');
}

.item3 .item3-cn .bul {

    color: #06365C;

}

.item3 .item3-cn .bul::after {

    background: url('./image/xiao.png');
}

.item3 .item3-T {

    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #44464A;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}

.item3 ul {
    margin-top: 50px;
}

.item3 ul .diqs {

    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #06365C;
    line-height: 22px;
    margin-top: 30px;
    padding-left: 20px;
}

.item3 ul .diqs span {
    padding-right: 30px;
}

.item3 ul .diqs span i {
    padding-right: 5px;
}

.content .item5 ul {
    width: 1006px;
    margin: 100px auto 0;
}

.content .item5 .title p {
    position: absolute;
    top: 3px;
    left: 44%;
}

.content .item5 ul li {
    width: 502px;
    padding-left: 189px;
}

.content .item5 ul img {
    width: 48px;
    height: 50px;
    position: relative;
    top: 18px;
    right: 5px;
}

.content .item6 {
    width: 1200px;
    margin: 0 auto;
    padding: 56px 98px;
    background: #F6F8FB;
}

.content .item6 .title p {
    left: 44%;
}

.content .item6 .describe {
    margin-bottom: 50px;
}

.content .item6 ul {

}

.content .item6 ul li {
    width: 208px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding-top: 56px;
    text-align: center;
    margin-bottom: 50px;
    color: #7C7D81;
}

.content .item6 ul li:nth-child(2) {
    margin-left: 55px;
    margin-right: 56px;
}

.content .item6 ul li:nth-child(3) {
    margin-right: 56px;
}

.content .item6 ul li:nth-child(6) {
    margin-left: 55px;
    margin-right: 56px;
}

.content .item6 ul li:nth-child(7) {
    margin-right: 56px;
}

.content .item6 ul li img {

    width: 48px;
    height: 48px;
    margin: 0px auto 20px;
}


.one-login {
    position: absolute;
    left: calc(50% - 610px);
    top: 180px;
    width: 1220px;
    height: 238px;
    z-index: 5;
    cursor: pointer;
}

.one-login img {
    width: 225px;
    height: 238px;
    display: block;
    float: right;
}

.nav-home {

    height: 620px;
}

.nav-company {
    width: 100%;
    height: 100%;


}

.back-banner-one {
    background-image: url('./image/banner1.png');
}

.back-banner-two {
    background-image: url('./image/banner2.png');
}

/*以下*/
.two-page {
    height: 620px;
    width: 1220px;
    /*padding:0 240px 0 240px;*/
    margin: 0 auto;
    padding-top: 90px;

}

.two-page h2 {
    width: 1220px;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: #fff;
    top: -70px
}

.two-page h2 > img {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 50px;
}

.two-page .light-img {
    margin: 0 auto;
    width: 475px;
    height: 160px;
    position: relative;
    top: -70px

}

.two-page .light-img img {
    display: block;
    width: 475px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

.center-analysis {
    height: 360px;
    width: 100%;
}

.center-analysis .center-analysis-left {
    width: 360px;
    height: 100%;

}

.center-analysis .center-analysis-center {
    /*width: 40%;*/
    width: 500px;
    height: 100%;
    position: relative;
}

.center-analysis .center-analysis-right {
    /*width:calc(30% - 80px);*/
    width: 360px;
    height: 100%;
}

.center-analysis .center-analysis-center > img {
    width: 360px;
    height: 284px;
    position: absolute;
    top: calc(50% - 142px);
    left: calc(50% - 180px);
}

.center-analysis .center-analysis-center > span {
    font-size: 20px;
    color: #63DAF9;
    position: absolute;
}

.center-analysis .center-analysis-center > .analysis-title-one {
    top: 24px;
    left: -30px;
}

.center-analysis .center-analysis-center > .analysis-title-two {
    top: 128px;
    right: -30px;
}

.center-analysis .center-analysis-center > .analysis-title-three {
    bottom: 45px;
    left: -40px;
}

.center-analysis-left .center-analysis-left-icon {
    position: relative;
    height: 50%;
}

.center-analysis-left .center-analysis-left-icon img {
    width: 76px;
    height: 76px;
    margin-top: 10px;

}

.center-analysis-left .center-analysis-left-icon span {
    font-size: 16px;
    color: #fff;
    width: 220px;
    padding-top: 16px;
    padding-left: 22px;
    font-weight: 400;
}

.center-analysis-right .center-analysis-right-icon {
    position: relative;
    height: calc(50% - 100px);
    padding-top: 100px;
    padding-left: 70px;
}

.center-analysis-right .center-analysis-right-icon img {
    width: 76px;
    height: 76px;
    margin-top: 10px;
}

.center-analysis-right .center-analysis-right-icon span {
    font-size: 16px;
    color: #fff;
    width: 180px;
    padding-top: 16px;
    margin-left: 30px;
    font-weight: 400;
}

.center-analysis-left .paddingTop82 {
    padding-top: 82px;
    height: calc(50% - 82px);

}

/*我们的数据产品*/
.three-page {
    height: 620px;
    /*width: calc(100% - 480px);*/
    width: 1220px;
    /*padding:0 240px 0 240px;*/
    margin: 0 auto;
    position: relative;
}

.three-page > .right-light {
    position: absolute;
    right: 0;
    top: 0;
    width: 557px;
    height: 583px;
}

.left-light {
    position: absolute;
    right: 0;
    top: 0;
    width: 557px;
    height: 583px;
}

.three-page > h2 > img {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 50px;
}

.three-page > h2 {
    width: 1220px;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: #fff;
}

.data-project {
    height: 500px;
}

.data-project-left {
    position: relative;
    height: 100%;
    width: 532px;
}

.data-project-right {
    position: relative;
    height: 100%;
    width: 684px;
}

.data-project-left > img {
    position: absolute;
    width: 432px;
    height: 356px;
    top: calc(50% - 178px);
    left: 0;
}

.data-project-right ul {
    height: 120px;
    width: 100%;
    margin-top: 80px;
    /*margin-left: 40px;*/
}

.data-project-right ul li {
    height: 100%;
    width: 120px;
}

.data-project-right ul li:nth-child(1) {
    margin-right: 60px;
    margin-left: 60px;
}

.data-project-right ul li:nth-child(2) {
    margin-right: 60px;
}

.data-project-right ul li:nth-child(3) {
    margin-right: 60px;
}

.data-project-right ul li:nth-child(4) {
    width: 80px;
}

.data-icon {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.data-icon img {
    height: 80px;
    width: 80px;
    display: block;

}

.data-icon-title {
    font-size: 20px;
    color: #60C6FF;
    text-align: center;
    padding-top: 10px;
}

.data-project-content {

    padding: 60px 0 0 74px;

}

.data-project-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
}

/*专注行业*/
.four-page {
    height: 620px;
    /*width: calc(100% - 480px);*/
    width: 1220px;
    /*padding:0 240px 0 240px;*/
    margin: 0 auto;
}

.four-page h2 > img {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 50px;
}

.four-page h2 {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: #fff;
}

.concentrate {
    height: 420px;
    width: 100%;
}

.concentrate-img {
    height: 360px;
    margin-top: 80px;
}

.concentrate-img img {
    height: 100%;
    width: 100%;
}

/*典型客户案例*/
.five-page {
    /*height: 620px;*/
    width: 1220px;
    margin: 0 auto;
}

.five-page h2 > img {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 50px;
}

.five-page h2 {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: #fff;
}

.example {
    width: 1220px;
    height: 620px;
}

.example ul {
    width: 100%;
    height: 270px;
}

.example ul {
    margin: 0 auto;
    margin-top: 50px;
}

.example ul li {
    height: 270px;
    width: 282px;
    float: left;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.example ul li:last-child {
    margin-right: 0;
}

.example ul li .over-img-one, .example ul li .over-img-two {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.example ul li .out-img-two, .example ul li .out-img-one {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.example ul li .out-img-light {
    width: 300px;
    height: 288px;
    z-index: 3;
    position: absolute;
    top: -8px;
    left: -10px;
}

/*最后*/
.last-bottom {
    width: 1220px;
    margin: 0 auto;
}

.last-bottom h2 {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding-top: 60px;
}

.last-bottom h3 {
    position: relative;
    text-align: center;
    margin-top: 30px;

}

.last-bottom h3 span {
    color: #000;
    font-size: 14px;
    text-align: center;

}

.last-bottom h3 img {
    position: absolute;
    top: 3px;
    left: 480px;
    width: 20px;
    height: 20px;
}

.last-bottom ul {
    height: 40px;
    width: 325px;
    margin: 0 auto;
    margin-top: 30px;

}

.last-bottom ul li {
    height: 40px;
    width: 90px;
    margin-right: 24px;
    cursor: pointer;

}

.last-bottom ul li:last-child {
    margin: 0;

}

.last-bottom ul li img {
    height: 40px;
    width: 90px;

}

.img-small {
    width: 99%;
    height: 14px;
    margin-top: 10px;
}

.img-small img {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}

/**/
.last-contact {
    height: 80px;
    width: 100%;
    background: url("./image/contactBk.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 199;
}

.last-contact > div {
    margin: 0 auto;
    max-width: 1280px;
}

.last-contact-space {
    height: 80px;
    width: 100%;
}

.last-contact h2 {
    height: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 80px;
    margin-left: 15px;
}

.last-contact a {
    margin-right: 15px;
    padding: 0 8px;
    height: 36px;
    background: #F09D25;
    border-radius: 4px;
    border: 1px solid #979797;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 23px;
    line-height: 36px;
    /*position: absolute;*/
    /*right:120px;*/
    /*top:calc(50% - 27px);*/
}

/*公司简介*/
.company-message {
    height: 194px;
}

.company-message .company-message-left {
    width: 810px;
    font-size: 16px;
    font-weight: 400;
    padding: 40px 62px 50px 50px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 11px 0px rgba(23, 113, 190, 0.28);

}

.margin-top160 {
    margin-top: 160px;
}

.company-message .company-message-right {
    width: 400px;
    height: 194px;
}

.company-message .company-message-right img {
    width: 100%;
    height: 100%;
}

.company-page {
    width: 1220px;
    height: 920px;
    margin: 0 auto;
    margin-top: 110px;
}

.company-page img {
    width: 1220px;
    height: 920px;
}

.three-company-page {
    height: 1180px;
}

/*招贤纳士*/
.last-page {
    width: 1220px;
    /*padding:0 240px 0 240px;*/
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
}

.certificate {
    height: 350px;
    width: 100%;
    margin: 0 auto;
}

.certificate li {
    height: 100%;
    width: 380px;
    margin-right: 80px;
}

.certificate li:nth-child(2) {
    width: 288px;
}

.certificate li:nth-child(3) {
    margin: 0;
}

.certificate li div {
    height: 252px;
    width: 100%;
}

.certificate li span {
    width: 100%;
    padding-top: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.certificate li div img {
    height: 100%;
    width: 100%;
    display: block;
}

.useful-people {
    width: 100%;
}

.useful-people > li {
    padding: 18px 30px 26px 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 11px 0 rgba(23, 113, 190, 0.28);
    position: relative;
    margin-bottom: 60px;
    cursor: pointer;

}

.center-people {
    padding-left: 75px;
    height: 32px;
    line-height: 32px;
    padding-top: 10px;
}

.center-people span {
    font-size: 22px;
    font-weight: 500;
    color: rgba(91, 122, 171, 1);
}

.center-people i {
    font-size: 22px;
    font-weight: 400;
    color: rgba(91, 122, 171, 1);
    padding-left: 23px;
}

.img-left-icon img {

}

.img-left-icon {
    position: absolute;
    top: 26px;
    left: 50px;
    width: 30px;
    height: 32px;
}

.img-left-icon img {
    width: 100%;
    height: 100%;
}

.img-right-icon {
    position: absolute;
    right: 0;
    height: 26px;
    top: 30px;
    padding-right: 28px;

}

.img-right-icon strong {
    width: 14px;
    height: 16px;
    padding-top: 4px;
}

.img-right-icon span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    padding: 2px 20px 0 10px;
}

.img-right-icon strong img {
    width: 14px;
    height: 16px;
}

.img-right-icon i {

}

.img-right-icon i img {
    width: 26px;
    height: 26px;
}

.people-text {
    padding: 0 30px 24px 30px;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
}

.people-text h2 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    padding-top: 20px;
}

.people-text > ol {
    padding-left: 10px;
    padding-top: 16px;
}

.people-text > ol li {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.bk-alert {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE */
    -moz-opacity: 0.5; /* FF 主要是为了兼容老版本的FF */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.bk-alert-alert {
    width: 382px;
    height: 422px;
    position: fixed;
    top: calc(50% - 211px);
    left: calc(50% - 191px);
    z-index: 201;
    background: #fff;
    border-radius: 5px;
}

.bk-alert-alert .ewm {
    width: 100%;
    height: 100%;
}

.bk-alert-alert .close {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

