/* 常用样式 */
/*布局宽度*/
.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%;
    min-height: 592px;
    height: auto;
    background: #F8F9FA;
    padding: 100px 0 50px;
    box-sizing: border-box;
}


.lightspot_content {
    margin-top: 70px !important;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 44px 39px;
}

.lightspot_content .item {
    width: calc((100% - 78px) / 3);
    height: 215px;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    float: none;
    margin-left: 0;
}

.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: 840px;
    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%;
    min-height: 52px;
    font-size: 12px;
    line-height: 24px;
    padding: 14px 20px;
    box-sizing: border-box;
    color: #000000;
    background-color: #EEEEEE;
    margin-bottom: 8px;
}

.p-list .p-list-item p:nth-of-type(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: 625px;
    background: #F8F9FA;
    width: 100%;
    padding: 90px 0 0;
    box-sizing: border-box;
}

.pg3-right-bot {
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-top: 95px !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.pg3-right-bot div {
    flex: 1;
    min-width: 0;
    height: 313px;
    text-align: center;
    padding: 45px 0 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    float: none;
    margin: 0;
}

.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 24px;
    line-height: 25px;
    font-size: 14px;
    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: 320px;
    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;
}