.swiper-container {
    /*height: 634px;*/
    width: 100%;
}

.swiper-slide {
    position: relative;
}

#swiper1 .swiper-pagination-bullets {
    /*left: 2.55vw;*/
    right: unset;
    top: 79%;
}

#swiper1 .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 20px 5px;
    border: solid 1px #e7e7e7;
    opacity: 1;
    background: none;
}

#swiper1 .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #e7e7e7;
}

#swiper1 .banner-img {
    width: 100%;
}

.decorate {
    position: absolute;
    top: 10.94vw;
    left: 18.75vw;
    width: 63px;
    height: 7px;
    background-color: #ff8941;
}

.decorate2 {
    top: 10.5vw;
    background-color: #fff;
}

.index-banner-title {
    position: absolute;
    top: 12.86vw;
    left: 18.75vw;
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

.index-banner-title3 {
    top: 12.2vw;
    color: #fff;
}

.index-banner-title2 {
    position: absolute;
    top: 16.2vw;
    left: 18.75vw;
    font-size: 30px;
    color: #fff;
}

.index-banner-explain {
    position: absolute;
    top: 15.24vw;
    left: 18.75vw;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.know-more {
    position: absolute;
    top: 23vw;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 65px;
    cursor: pointer;
}

.show-title {
    padding-top: 191px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 39px;
    color: #333;
}

.power-show {
    position: relative;
}

.power-show > div {
    position: absolute;
    left: 50%;
    bottom: -80px;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 1200px;
    height: 160px;
    z-index: 2;
}

.power-item {
    display: flex;
    align-items: center;
    width: 350px;
    height: 151px;
    background-color: #fff;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}

.power-item > img {
    margin-left: 53px;
}

.power-item > div {
    margin-left: 20px;
    font-size: 20px;
}

.power-data span:nth-child(1) {
    line-height: 36px;
    font-weight: 700;
    font-size: 36px;
}

/*.practice-show {*/
/*    height: 660px;*/
/*    background: url(../../images/pc/index/smart-bg.png) no-repeat;*/
/*}*/

/*.smart-show {*/
/*    height: 750px;*/
/*}*/

/*.smart-explain {*/
/*    margin: 62px auto 0;*/
/*    width: 1198px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.smart-right {*/
/*    margin-top: 10px;*/
/*    width: 388px;*/
/*    height: 410px;*/
/*    border-left: 2px dashed #e3e3e3;*/
/*}*/

/*.smart-explain-item {*/
/*    margin-left: -13px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    height: 100px;*/
/*}*/

/*.smart-explain-item-icon {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    background-color: #fff;*/
/*    border: solid 1px #ff702a;*/
/*}*/

/*.smart-explain-item-icon div {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 50%;*/
/*    background-color: #ff702a;*/
/*}*/

/*.smart-explain-item-text {*/
/*}*/

/*.smart-explain-item-text .smart-explain-title {*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    line-height: 20px;*/
/*    color: #333;*/
/*}*/

/*.smart-explain-item-text .smart-explain-content {*/
/*    margin-top: 16px;*/
/*    font-size: 18px;*/
/*    line-height: 28px;*/
/*    color: #666;*/
/*    width: 360px;*/
/*}*/

.blue-ocean-show {
    margin: 0 auto;
    padding-top: 221px;
    width: 1146px;
}

.blue-ocean-show .show-title {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    position: relative;
}

.blue-ocean-title-icon {
    position: absolute;
    top: -10px;
    left: -17px;
    width: 25px;
    height: 25px;
}

.blue-ocean-title-small {
    margin-top: 19px;
    font-size: 18px;
    line-height: 1;
    color: #898989;
    text-align: center;
}

.blue-ocean-list {
}

.blue-ocean-item {
    margin-top: 82px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.blue-ocean-img {
    width: 450px;
}

.blue-ocean-explain {
    position: relative;
    width: 536px;
}

.blue-ocean-title {
    position: relative;
    text-indent: 9px;
    margin-top: 23px;
    font-size: 24px;
}

.blue-ocean-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}

.blue-ocean-explain-content {
    margin-top: 20px;
    width: 440px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.blue-ocean-explain-water {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.product-show {
    padding-top: 98px;
    height: 792px;
    background: url(../../images/pc/index/product-show-bg.png) no-repeat;
    background-size: 100%;
}

.product-show-title {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    position: relative;
}

.products-img {
    display: block;
    margin: 80px auto 0;
}

.product-show-detail {
    margin: 60px auto 0;
    width: 1085px;
    display: flex;
    justify-content: space-between;
}

.product-info {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.product-data {
    margin-top: 20px;
    line-height: 17px;
    font-size: 16px;
    color: #666;
}

/*.practice-title {*/
/*    padding-top: 99px;*/
/*}*/

/*.practice-list {*/
/*    margin: 56px auto 0;*/
/*    width: 1199px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.practice-show {
    padding-top: 77px;
    background: url(../../images/pc/index/practice-bg.png) no-repeat;
    background-size: 100%;
}

.practice-title {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    position: relative;
    color: #fff;
}

.swiper-box {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 58px auto 0;
}

.practice-show .swiper-button-next,
.practice-show .swiper-button-prev {
    position: relative;
    z-index: 1;
}

.practice-show .swiper-button-next {
    background-image: url(../../images/pc/index/next.png);
}

.practice-show .swiper-button-prev {
    background-image: url(../../images/pc/index/prev.png);
}

#swiper2.swiper-container {
    width: 1050px;
    height: 400px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.practice-show .swiper-pagination-bullets {
    width: 120px;
    display: flex;
    justify-content: space-between;
    margin: 58px auto 0;
    position: relative;
    z-index: 1;
}

.practice-show .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ff7800;
}

.practice-show .swiper-pagination-bullet-active {
    width: 67px;
    height: 7px;
    background-color: #ff7800;
    border-radius: 3.5px;
}

.practice-item {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.practice-img {
    height: 100%;
}

.practice-detail {
    margin-left: 35px;
}

.practice-item-title {
    font-size: 34px;
    font-weight: 700;
}

.practice-light {
    margin-top: 14px;
    width: fit-content;
    height: 27px;
    line-height: 27px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #ffe4cc;
    font-size: 18px;
    color: #ff7600;
}

.practice-info {
    width: 510px;
    margin-top: 28px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.practice-strength {
    margin-top: 52px;
    width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.num1 {
    font-size: 40px;
    font-weight: 700;
    color: #ff7800;
}

.num2 {
    font-size: 18px;
}

.num3 {
    font-size: 27px;
}

.num4 {
    font-size: 30px;
    color: #ff7800;
}

.practice-strength > div {
    width: 3px;
    height: 30px;
    background-color: #333;
    border-radius: 1.5px;
}

.news-show {
    padding-top: 99px;
    padding-bottom: 77px;
}

.news-title {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    position: relative;
}

.chiefly-news-list {
    margin: 79px auto 24px;
    width: 1199px;
    display: flex;
    justify-content: space-between;
}

.chiefly-news-item {
    position: relative;
    width: 380px;
    overflow: hidden;
}

.chiefly-news-item img {
    width: 100%;
    height: 224px;
    border-radius: 10px;
}

.chiefly-news-title {
    width: 380px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #333;
}

.chiefly-news-title-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-news {
    width: 62px;
    height: 24px;
    background-color: #ff7800;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.chiefly-news-digest {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.minor-news-list {
    margin: 6px auto 0;
    width: 1199px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.minor-news-title {
    position: relative;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    text-indent: 13px;
    font-size: 16px;
    color: #333;
}

.minor-news-title::after {
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 2px;
}

.more-news {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px auto 0;
    width: 160px;
    height: 38px;
    border-radius: 6px;
    border: solid 1px #999;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.more-news img {
    margin-left: 5px;
}

.swiper-slide-link {
    position: absolute;
    top: 20.8vw;
    transform: translateX(-50%);
    width: 240px;
    height: 65px;
    cursor: pointer;
}

.know-more2 {
    left: 43%;
}

.apply-cooperate {
    left: 57%;
}