@charset "utf-8";

.public-title {
  margin-bottom: 40px;
  font-size: 30px;
}

/* steps start */
.steps {
    padding-bottom: 98px;
    background-color: #fff;
}

.steps-items {
    padding-top: 60px;
    width: 100%;
    height: 300px;
}

.steps-container {
    position : relative;
    margin: 60px auto 68px;
    width: 100%;
    height: 122px;
}

.process-item {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 62px;
    width: 320px;
    height: 122px;
    background-color: lightblue;
}

.process-item1 {
    padding-left: 0;
    left: 0;
    background: url("../../image/news_img/img-pro1.png") no-repeat center center;
    background-size: 100% 100%;
}

.process-item2 {
    left: 290px;
    background: url("../../image/news_img/img-pro2-active.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 100;
}

.process-item3 {
    left: 585px;
    background: url("../../image/news_img/img-pro2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 102;
}

.process-item4-4 {
    right: 0;
    background: url("../../image/news_img/img-pro3.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 103;
}

/* .process-item img {
    margin: 0 10px 25px 0;
    width: 31px;
    height: 31px;
} */

.process-item .img {
    margin: 0 10px 25px 0;
    width: 31px;
    height: 31px;
    padding-left: 40px;
    display: inline-block;
}

.process-item .img1{
    background: url("../../image/news_img/icon-pro1.png")  no-repeat top center;
    background-size: 31px auto;
}
.process-item .img2{
    background: url("../../image/news_img/icon-pro2.png") no-repeat top center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 31px auto;
}
.process-item .img3{
    background: url("../../image/news_img/icon-pro3.png") no-repeat top center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 31px auto;
}
.process-item .img4{
    background: url("../../image/news_img/icon-pro4.png") no-repeat top center;
    background-size: 31px auto;
}

.process-item.active .img1{
    background: url("../../image/news_img/icon-pro1-active.png") no-repeat top center;
    background-size: 31px auto;
}
.process-item.active .img2{
    background: url("../../image/news_img/icon-pro2-active.png") no-repeat top center;
    background-size: 31px auto;
}
.process-item.active .img3{
    background: url("../../image/news_img/icon-pro3-active.png") no-repeat top center;
    background-size: 31px auto;
}
.process-item.active .img4{
    background: url("../../image/news_img/icon-pro4-active.png") no-repeat top center;
    background-size: 31px auto;
}

.process-item h4 {
    padding: 10px 0;
    font-weight: 600;
}

.process-item p {
    width: 60%;
}

.active h4, .active p {
    color: #fff!important;
}

.swiper-container {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    box-shadow: 2px 2px 40px 15px #efefef;
}
/* steps end */

/* actions start */
.actions {
    height: 560px;
    background: url("../../image/news_img/bg-actions.png") no-repeat center center;
}

.actions .wrapper {
    padding-top: 60px;
    background: url("../../image/news_img/bg-action-box.png") no-repeat center center;
    background-size: contain;
}

.actions h2 {
    color: #5ce6ff;
}

.actions-list {
    position: relative;
}

.actions-list li {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

li.actions-item1 {
    top: 15px;
    left: 748px;
}

li.actions-item2 {
    top: 15px;
    left: 916px;
}

li.actions-item3 {
    top: 15px;
    left: 1101px;
}

li.actions-item4 {
    top: 119px;
    left: 31px;
}

li.actions-item5 {
    top: 119px;
    left: 208px;
}

li.actions-item6 {
    top: 119px;
    left: 386px;
}

li.actions-item7 {
    top: 94px;
    left: 545px;
    width: 110px;
}

li.actions-item8 {
    top: 106px;
    left: 739px;
}

li.actions-item9 {
    top: 216px;
    left: 764px;
}

li.actions-item10 {
    top: 216px;
    left: 914px;
}

li.actions-item11 {
    top: 216px;
    left: 1099px;
}

.actions-tips {
    position: relative;
}

.actions-tips li {
    position: absolute;
    color: #5ce6ff;
    font-size: 14px;
    text-align: center;
}

li.actions-tips-item1 {
    top: 60px;
    left: 374px;
}

li.actions-tips-item2 {
    top: 60px;
    left: 669px;
}

li.actions-tips-item3 {
    top: 55px;
    left: 884px;
}

li.actions-tips-item4 {
    top: 255px;
    left: 897px;
}
/* actions end */

/* details start */
.details {
    padding: 60px 0;
    width: 100%;
}

.details img {
    margin: auto 0;
    box-shadow: 1px 1px 5px 2px #efefef;
}

.details .details-part2  img {
    box-shadow: none;
}

.details-part1 {
    width: 100%;
    background-color: #fff;
}

.part1-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.details-text {
    width: 477px;
    height: 100%;
}

.details-text h2 {
    padding: 30px 0 10px 0;
    font-size: 24px;
}

.details-text h3 {
    font-size: 20px;
    padding-bottom: 26px;
    line-height:34px;
}

.details-text ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
    width: 86%;
    line-height: 24px;
}

.details-text ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    content:'';
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
}

.part1-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 410px;
}

.part1-bottom .details-text {
    padding: 95px 0 0 40px;
}

.details-part2 {
    width: 100%;
    background-color: #3270ff;
}

.details-part2 .part1-top {
    padding-bottom: 40px;
    height: 100%;
}

.details-part2 .details-text {
    padding: 20px 130px 0 0;
}

.details-part2 .details-text h2,
.details-part2 .details-text h3,
.details-part2 .details-text p,
.details-part2 .details-text li {
    color: #fff;
}

.details-part2 .details-text ul li:before {
    background-color: #ff9400;
}

.details-part3 {
    width: 100%;
    background-color: #fff;
}

.details-part3 .wrapper {
    padding: 20px 0;
}

.details-part3 .part1-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.details-part3 .part1-bottom .details-text {
    padding: 80px 80px 0 0;
}

.details-part3 .part1-bottom .details-text ul li {
    padding-left: 0;
}

.details-part3 .part1-bottom .details-text ul li:before {
    width: 0;
    height: 0;
}

.color-orange {
    color: #ff9400;
}
/* details end */