/*
.section {
    min-height: 100vh;
    !* width: 100vw !important; *!
    box-sizing: border-box;
    overflow: hidden;
}


!* 第一屏 *!
.section-first{
    position: relative;
}
!* 两个三角 *!
.section-first::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 200px solid #EDEEEE;
    border-left: 500px solid transparent;
}
.section-first::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 200px solid #EDEEEE;
    border-right: 500px solid transparent;
}
.section1-top{
    padding-left: 50px;
    box-sizing: border-box;
}
.section1-top .wenzi{
    width: 741px;
    margin: 40px 0 100px;
    line-height: 30px;
}

.english{
    margin-bottom: 15px;
}



!* 第二屏 *!
.section2{
    width: 100%;
}
.section2-top{
    width: 100%;
    height: 22vh;
    background-color: #A21F24;
    padding: 4.3rem 0 0 8rem;
    font-size: 1.5rem;
    box-sizing: border-box;
    position: relative;
}
.yy{
    font-size: 1.5rem;
}
.wz{
    font-size: 1.3rem;
    margin-top: 1rem;
}
.section2-top img{
    width: 35rem;
    height: auto;
    position: absolute;
    top: 8vh;
    right: 30rem;
}
.section2-content{
    height: 78vh;
    display: flex;
}
.section2-content h5{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.section2-content p{
    font-size: 12px;
    line-height: 20px;
}

.section2-content-right{
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2-content-right-center{
    width: 100%;
    height: 550px;
    position: relative;
    margin-top: 15rem;
}
.section2-content-right-center h3{
    position: absolute;
    left: calc(50% - 130px);
    top: 2rem;
    transform: translate(calc(-50% - 130px), 0);
}
.section2-content-right-center img{
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.section2-content-right-center div h5{
    font-size: 15px;
    color: #131313;
    margin-bottom: 5px;
}
.section2-content-right-center div p{
    font-size: 12px;
    color: #2f2725;
    line-height: 25px;
}
.section2-content-right-center div{
    width: 270px;
    height: 150px;
    position: absolute;
}
.section2-content-right-center .item1{
    left: calc(50% - 130px);
    top: calc(50% - 60px);
    transform: translate(calc(-50% - 130px), calc(-50% - 60px));
}
.section2-content-right-center .item2{
    left: calc(50% - 130px);
    top: calc(50% + 70px);
    transform: translate(calc(-50% - 130px), calc(-50% + 70px));
}
.section2-content-right-center .item3{
    left: calc(50% + 140px);
    top: calc(50% - 60px);
    transform: translate(calc(-50% + 130px), calc(-50% - 60px));
}
.section2-content-right-center .item4{
    left: calc(50% + 130px);
    top: calc(50% + 70px);
    transform: translate(calc(-50% + 130px), calc(-50% + 70px));
}






!* 第三屏 *!
.pg3{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg3-left{
    width: 40%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.list{
    margin-top: 50px;
}
.pg3-right{
    width: 40%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.pg3-right-top{
    width: 100%;
    height: 410px;
    background: url(../images/page3.png) no-repeat center;
    background-size: 100% 100%;
    padding: 5rem 0 0 2rem;
    box-sizing: border-box;
}


!* 第四屏 *!
.pg4{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg4-left{
    width: 40%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.left-red{
    position: relative;
    display: inline-block;
}
.pg4-left-top{
    width: 100%;
    height: 480px;
    position: relative;
}
.pg4-left-top-imgBox{
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/page4-img1.png) no-repeat center;
    background-size: 100% 100%;
}
.pg4-left-top-img{
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    text-align: center;
}
.pg4-left-top-img img{
    width: 30px;
    height: 50px;
    margin-left: -20px;
}
.pg4-left-top-img p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.left-red img{
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 60px;
}
.pg4-right{
    width: 40%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.pg4-right-top{
    width: 100%;
    height: 480px;
    background: url(../images/page4-img2.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
}
.pg4-right-top img{
    width: 30px;
    height: 50px;
    position: absolute;
    top: 150px;
    right: 40px;
}
.pg4-right-top .content{
    position: absolute;
    top: 240px;
    right: 40px;
    color: #FFFFFF;
    display: inline-block;
}
.pg4-right-top .content h2{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.pg4-right-top .content h4{
    font-size: 14px;
    margin: 15px 0 10px;
}
.pg4-right-top .content p{
    position: relative;
    padding-left: 10px;
    font-weight: 100;
    line-height: 30px;
    font-size: 12px;
}
.pg4-right-top .content p::before{
    content: "";
    width: 0;
    height: 0;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%
    );
}
.pg4-right-bot{
    width: 100%;
    height: 470px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.pg4-right-bot div{
    width: 32%;
    height: 220px;
    text-align: center;
    padding: 1.5rem 1rem 0;
    box-sizing: border-box;
}
.pg4-right-bot div h2{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
}
.pg4-right-bot div h4{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.pg4-right-bot div p{
    color: #FFFFFF;
    line-height: 20px;
    font-size: 12px;
    font-weight: 100;
}
.pg4 .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.pg4 .list .item{
    width: 48%;
}
.pg4 .list .item .row{
    padding: 5px;
    background-color: #DCDDDD;
    display: flex;
    height: 30px;
    line-height: 30px;
    color: #151515;
}
.pg4 .list .item .row:first-child{
    height: 25px;
    line-height: 25px;
}
.pg4 .list .item .row:last-child{
    height: 40px;
}
.pg4 .list .item .title{
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}
.pg4 .list .item .title::before{
    content: "";
    width: 0;
    height: 0;
    border: 2px solid #A21F24;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.pg4 .list .item .row:last-child .title{
    line-height: 40px;
}
.pg4 .list .item .row:last-child .con{
    line-height: 20px;
}


.pg4 .list .item .row:nth-child(even){
    background-color: #A0A0A0;
    color: #FFFFFF;
}
.pg4 .list .item1 .title{
    width: 30%;
}
.pg4 .list .item1 .con{
    width: 70%;
}
.pg4 .list .item2 .title{
    width: 45%;
}
.pg4 .list .item2 .con{
    width: 55%;
}
.pg4 .list .item3 .title{
    width: 40%;
}
.pg4 .list .item3 .con{
    width: 60%;
}
.pg4 .list .item4 .title{
    width: 35%;
}
.pg4 .list .item4 .con{
    width: 65%;
}

























































/* 常用样式 */
/*布局宽度*/
.w {
    width: 1200px !important;
    margin: 0 auto !important;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*字体样式*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
}

.ell {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ell_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ell_3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ell_4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ell_5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.color-white {
    color: #FFFFFF;
}

.color-red {
    color: #b11e23;
}

.color-black {
    color: #2f2725;
}

.ft {
    font-weight: bold;
}

.f16 {
    font-size: 16px;
}

.f26 {
    font-size: 26px;
}

.tr {
    text-align: right;
}

/* 2021-1-19 */
.p-nav {
    width: 100%;
    height: 68px;
    background: #EEEEEE;
}

.p-nav ul li {
    display: inline-block;
    height: 68px;
}

.p-nav ul li a {
    width: 270px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
}

.p-nav ul li .active {
    background: #A21F24;
    color: #FFFFFF;
}

/* 界面展示 */
.interface_box {
    width: 100%;
    height: 700px;
    background-color: #FFFFFF;
    padding: 40px 0;
    box-sizing: border-box;
}

.headline {
    text-align: center;
}

.headline p {
    position: relative;
    color: #333333;
    font-size: 28px;
}

.headline p::after {
    content: '';
    width: 88px;
    height: 3px;
    background: #B11E23;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
}

.interface_content {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 80px !important;
}

.interface_content .interface_img {
    width: 718px;
    height: 415px;
    margin: 0 auto;
}

.interface_content .left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.interface_content .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(180deg);
    transform-origin: 50% 25%;
}

.interface_content .interface_bottom {
    margin-top: 30px;
}

.interface_content .interface_bottom p {
    font-size: 20px;
    display: inline-block;
}

.interface_content .interface_bottom .right_bg {
    background: url(/static/images/pr_right.png) no-repeat center center;
    background-size: 20px 20px;
    background-position: left;
    padding-left: 35px;
    margin-right: 37px;
}

/* 为什么选择悟空 */
.why_box {
    width: 100%;
    height: 668px;
    background-color: #F8F9FA;
    padding: 70px 0;
    box-sizing: border-box;
}

.section2-content-left {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 90px !important;
}

.section2-content-left h5 {
    font-weight: bold;
    font-size: 18px;
}

.section2-content-left p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

.section2-content-left .con1 {
    position: absolute;
    right: 40px;
    top: -20px;
    width: 256px;
}

.section2-content-left .con2 {
    position: absolute;
    right: 60px;
    top: 240px;
    width: 250px;
}

.section2-content-left .con3 {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 280px;

}

.section2-content-right {
    width: 50%;
}

.section2-content-left .content1 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 0px;
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    padding: 110px 0 0 30px;
    box-sizing: border-box;
}

.section2-content-left .content1 p {
    width: 90%;
}

.section2-content-left .content1 .img1 {
    width: 100px;
    height: auto;
    position: absolute;
    top: -10px;
    right: 20px;
}

.section2-content-left .content1 .img2 {
    width: 86px;
    height: auto;
    position: absolute;
    top: -10px;
    left: 10px;
}

.section2-content-left .content1 .img3 {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 70%;
    transform: translateX(-50%);
}

.section2-content-left .content2 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-100%);
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    padding: 80px 0 0 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.section2-content-left .content2 p {
    width: 94%;
}

.section2-content-left .content2 .img4 {
    width: 80px;
    height: auto;
    position: absolute;
    top: 25px;
    left: -55px;
}

.section2-content-left .content2 .img5 {
    width: 80px;
    height: auto;
    position: absolute;
    bottom: -40px;
    left: 60px;
}


/* 产品优势 */
.advantage_box {
    width: 100%;
    height: 787px;
    background-color: #FFFFFF;
    padding: 80px 0 0;
    box-sizing: border-box;
}

.advantage_content {
    margin-top: 40px !important;
}

.jianjie {
    width: 730px;
    color: #030000;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1.5px;
}

.section1-center {
    width: 1200px;
    height: 450px;
    position: relative;
    margin-top: 50px !important;
}

.section1-center img {
    width: 566px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.section1-center div {
    position: absolute;
    /* height: 150px; */

}

.section1-center div h5 {
    font-size: 20px;
    color: #b11e23;
    margin-bottom: 5px;
}

.section1-center div p {
    font-size: 13px;
    color: #2f2725;
    width: 417px;
    line-height: 25px;
}

.section1-center .item1 {
    left: 0;
    top: 80px;
}

.section1-center .item2 {
    left: 0;
    bottom: 50px;
}

.section1-center .item3 {
    right: 0;
    top: 80px;
}

.section1-center .item4 {
    right: 0;
    bottom: 50px;
}


/* 亮点 */
.lightspot_box {
    width: 100%;
    height: 592px;
    background: #F8F9FA;
    padding: 100px 0 0;
    box-sizing: border-box;
}

.lightspot_content {
    margin-top: 70px !important;
    padding: 0 15px;
    box-sizing: border-box;
}

.lightspot_content .item {
    width: 263px;
    height: 278px;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    float: left;
    margin-left: 39px;
}

.lightspot_content .item:first-child {
    margin-left: 0px;
}

.lightspot_content .item .title {
    width: 100%;
    height: 66px;
    line-height: 66px;
    color: #FFFFFF;
    font-size: 16px;
    background: #A21F24;
    text-align: center;
}

.lightspot_content .item .content {
    font-size: 16px;
    color: #131313;
    padding: 25px 15px 0;
    line-height: 28px;
    box-sizing: border-box;
}

/* 指标 */
.indicators_box {
    width: 100%;
    height: 948px;
    background: #FFFFFF;
    padding: 70px 0 0;
    box-sizing: border-box;
}

.indicators_content {
    margin-top: 60px !important;
}

.p-list {
    width: 100%;
}

.p-list .p-list-item {
}

.p-list .p-list-item p {
    width: 100%;
    height: 52px;
    font-size: 12px;
    line-height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.p-list .p-list-item p:nth-child(even) {
    /* background-color: #EEEEEE; */
    color: #000000;
}

.p-list .p-list-item:nth-child(odd) p {
    background-color: #EEEEEE;
    color: #000000;
}

.p-list .p-list-item:nth-child(odd) p:nth-child(even) {
    background-color: #BFBFBF;
    color: #FFFFFF;
}

.p-list .p-list-item h4 {
    color: #A21F24;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}

.p-list .p-list-item h4::before {
    content: "";
    width: 1px;
    height: 1px;
    border: 3px solid #A21F24;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tow p {
    display: inline-block;
    width: 595px !important;
    background-color: #EEEEEE !important;
    color: #000000 !important;
}

.bg-hui {
    background-color: #BFBFBF !important;
}

.bg-hui-light {
    background-color: #EEEEEE;
}

.san p {
    width: 390px !important;
    float: left !important;
    margin-left: 15px;
    color: #000000 !important;
    background-color: #EEEEEE !important;
}

.san p:first-child {
    margin-left: 0;
}

/* 配置 */
.configuration_box {
    height: 887px;
    background: #F8F9FA;
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box;
}

.pg3-right-bot {
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-top: 50px !important;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; */
}

.pg3-right-bot div {
    width: 305px;
    height: 313px;
    text-align: center;
    padding: 45px 0 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    float: left;
    margin: 0 35px;
    margin-top: 20px;
}

.pg3-right-bot div h2 {
    color: #FFFFFF;
    font-size: 28px;
    width: 63px;
    height: 63px;
    line-height: 63px;
    background: #A21F24;
    box-shadow: 0px 0px 13px 0px rgba(225, 79, 130, 0.49);
    border-radius: 50%;
    margin: 0 auto;

}

.pg3-right-bot div h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.pg3-right-bot div p {
    padding: 0 35px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
}

.pg4-right-bot {
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-top: 50px !important;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; */
}

.pg4-right-bot .item-odd {
    width: 377px;
    height: 281px;
    text-align: center;
    padding: 32px 0 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    float: left;
    margin-left: 35px;
    margin-top: 40px;
}

.pg4-right-bot .item-odd img {
    width: 47px;
    height: 47px;
}

.pg4-right-bot .item-odd h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #B3242A;
}

.pg4-right-bot .item-odd p {
    padding: 0 35px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 14px;
}

.pg4-right-bot .item-odd .disorder {
    width: 100%;
    padding: 0 35px;
}

.pg4-right-bot .item-odd .disorder1 {
    width: 230px;
    padding-left: 40px;
    line-height: 22px;
    margin: 0 auto;
}

.pg4-right-bot .item-odd .disorder2 {
    width: 305px;
    padding: 0px;
    line-height: 22px;
    margin: 0 auto;
    margin-right: 25px;
}

.pg4-right-bot .item-odd .disorder3 {
    width: 182px;
    padding-left: 60px;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 16px;
}

.pg4-right-bot .item-odd .disorder4 {
    width: 340px;
    padding-left: 60px;
    line-height: 22px;
    margin: 0 auto;
}

.pg4-right-bot .item-odd .disorder5 {
    width: 360px;
    padding-left: 53px;
    line-height: 22px;
    margin: 0 auto;
}

.pg4-right-bot .item-odd .disorder li {
    list-style: disc;
    color: #B11E23;
    font-size: 14px;
    text-align: left;
}

.pg4-right-bot .item-odd .disorder li span{
    color: #4f4e4e;
}

.pg4-right-bot .item-odd .disorder4 li {
    list-style: disc;
    color: #B11E23;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 75px;
}

.pg4-right-bot .item-odd .disorder5 li {
    list-style: disc;
    color: #B11E23;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 75px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #aaaaaa;
    opacity: 0.8;
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
}