@import "header.css";
@import "footer.css";
@import "header.min.css";
@import "index.min.css";
@import "footer.min.css";

.p-top {
    background: url("http://wa.poimoo.cn/upload/imgs/bg1-min.jpg") no-repeat;
    overflow: hidden;
         margin-top: 2rem;
}

.p-top .p-top-container {
    margin: 1rem auto 5rem auto;
    width: 100rem;
}

.p-top .p-top-container-card {
    box-sizing: border-box;
    padding: 3rem;
    width: 50rem;
    background-color: #3394da;
    border-radius: 1rem;
    color: #fff;
}

.p-top-container-card-title {
    font-size: 44px;
    line-height: 1;
}

.p-top-container-card-value {
    margin-top: 2rem;
    font-size: 18px;
    line-height: 34px;
}

.p-top-container-more {
    margin-top: 2.2rem;
    width: 9rem;
    height: 3rem;
    border-radius: 3rem;
    outline: none;
    background-color: #fff;
    font-size: 1rem;
    color: #3394da;
    cursor: pointer;
}

.p-top-container-list {
    padding: 0;
    margin: 5rem 0 0;
    width: 100%;
    list-style: none;
    border-radius: 1rem;
    overflow: hidden;
}

.p-top-container-list-item {
    flex: 1;
    height: 11rem;
    background-image: linear-gradient(0deg, #3394da 0%, #39a9f8 100%);
    color: #fff;
}

.p-top-container-list-item .title {
    font-size: 4.281rem;
}

.p-top-container-list-item .sub-title {
    margin-left: 0.571rem;
    width: 1.857rem;
    height: 1.857rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.857rem;
    text-align: center;
    font-size: 1.427rem;
    border: solid 1px #ffffff;
    border-radius: 50%;
}

.p-top-container-list-item .value {
    font-size: 1.284rem;
}

.p-top-container-list-item:nth-of-type(2n) {
    background-image: linear-gradient(180deg, #39a8f7 0%, #3394da 100%);
}

.p-bottom {
    background: url("http://wa.poimoo.cn/upload/imgs/bg2-min.jpg") no-repeat bottom;
}

.p-bottom-container {
    margin: 0 auto;
    width: 100rem;
}

.p-bottom-container-header {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #292428;
}

.p-bottom-container-header-l .title {
    font-size: 3.143rem;
    color: #292428;
}

.p-bottom-container-header-l .label {
    margin-top: 1.5rem;
    display: inline-block;
    padding: 0.786rem 1.5rem;
    background-color: #ffffff;
    border: solid 0.071rem #292428;
    border-radius: 3rem;
    font-size: 1.429rem;
    color: #292428;
}

.p-bottom-container-header-more {
    cursor: pointer;
}

.p-bottom-container-header-more > span {
    font-size: 1.429rem;
    color: #2e292c;
}

.p-bottom-container-header-more .more-icon {
    margin-left: 0.8rem;
    width: 2.929rem;
    height: 2.929rem;
    background: url("http://wa.poimoo.cn/upload/imgs/icon4.png") no-repeat top;
    background-size: 100% auto;
}

.p-bottom-container-list {
    list-style: none;
    margin: 0;
    padding: 3rem 0 0;
    flex-wrap: wrap;
}

.p-bottom-container-list-item {
    margin: 0 2.3rem 2rem 0;
    transform: scaleY(0);
    transform-origin: bottom;
}

.p-bottom-container-list-item.visible {
    animation: mov .5s ease forwards;
}

.p-bottom-container-list-item.visible:nth-of-type(2) {
    animation-delay: 0.2s;
}

.p-bottom-container-list-item.visible:nth-of-type(3) {
    animation-delay: 0.4s;
}

.p-bottom-container-list-item.visible:nth-of-type(4) {
    animation-delay: 0.6s;
}

.p-bottom-container-list-item.visible:nth-of-type(5) {
    animation-delay: 0.8s;
}

.p-bottom-container-list-item.visible:nth-of-type(6) {
    animation-delay: 1s;
}

.p-bottom-container-list-item.visible:nth-of-type(7) {
    animation-delay: 1.2s;
}

.p-bottom-container-list-item.visible:nth-of-type(8) {
    animation-delay: 1.4s;
}

@keyframes mov {
    100% {
        transform: scaleY(1);
    }
}

.p-bottom-container-list-item:nth-of-type(4n) {
    margin-right: 0;
}

.p-bottom-container-list-item > a {
    display: block;
    width: 23.214rem;
    height: 17.429rem;
    border-radius: 1.429rem;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.p-bottom-container-list-item .good-cover {
    max-width: 100%;
    max-height: 100%;
    transition: .3s ease;
}

.p-bottom-container-list-item > a:hover .good-cover {
    transform: scale(1.12);
}

.p-bottom-container-list-item .good-name {
    margin-top: 1.4rem;
    width: 23.214rem;
    font-size: 1.286rem;
    color: #333333;
    text-align: center;
}

.advantage-header {
    height: 21.5rem;
    background-color: #fff;
}

.advantage-header-container-cover {
    width: 6.286rem;
    height: 8.571rem;
    vertical-align: bottom;
}

.advantage-header-container-value {
    font-size: 3.143rem;
    color: #292428;
}

.advantage-header-container-value > span {
    color: #3394da;
}

.advantage-header-container-float-box {
    position: absolute;
    top: 0;
    right: 0;
}

.advantage-header-container-float-box > img {
    margin-right: 1rem;
    width: 5.214rem;
    height: 2.714rem;
}

.advantage-header-container-float-box > span {
    font-size: 2.429rem;
    color: #999999;
}

.advantage-card-one {
    padding: 6.357rem 0;
    background-color: #f2f2f2;
}

.advantage-card-one-container {
    margin: 0 auto;
    width: 100rem;
    align-items: flex-start;
}

.advantage-card-one .show-cover {
    width: 49.286rem;
}

.advantage-card-one .show-container {
    margin-left: 7.286rem;
    padding-top: 1.5rem;
}

.show-content {
    margin-bottom: 1rem;
    align-items: flex-start;
}

.show-content-cover {
    width: 3.786rem;
}

.show-content-card {
    margin-left: 2.214rem;
    padding-top: 0.4rem;
}

.show-content-card-title {
    font-size: 2.143rem;
    color: #333333;
}

.show-content-card-list {
    padding-left: 1.7rem;
    margin: 1.5rem 0 0 0;
}

.show-content-card-item {
    font-size: 1.28rem;
    line-height: 2.857rem;
    color: #555555;
}

.advantage-card-two {
    padding: 6.5rem 0;
    background: url("http://wa.poimoo.cn/upload/imgs/bg3.jpg") no-repeat;
    background-size: cover;
}

.advantage-card-two .advantage-card-one-container {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.advantage-card-two .show-cover {
    width: 49.286rem;
    height: 37rem;
}

.advantage-card-two .show-container {
    margin: 0 11rem 0 0;
}

.advantage-card-two .show-content-card-title {
    color: #fff !important;
}

.advantage-card-two .show-content-card-item {
    color: #fff !important;
}

.advantage-card-three {
    padding: 6rem 0;
    background-color: #fff;
}

.advantage-card-three .show-cover {
    width: 43rem;
    height: 16rem;
}

.banner {
}

.banner > img {
    width: 100%;
}

.casePresentation {
    padding: 5rem 0;
}

.casePresentation-container {
    margin: 0 auto;
    width: 100rem;
}

.casePresentation-container-header {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #eee;
}

.casePresentation-container-header-l .title {
    font-size: 3.143rem;
    color: #292428;
}

.casePresentation-container-header-l .label {
    margin-top: 1.5rem;
    display: inline-block;
    padding: 0.786rem 1.5rem;
    background-color: #ffffff;
    border: solid 0.071rem #292428;
    border-radius: 3rem;
    font-size: 1.429rem;
    color: #292428;
}

.casePresentation-container-header-more {
    cursor: pointer;
}

.casePresentation-container-header-more > span {
    font-size: 1.429rem;
    color: #2e292c;
}

.casePresentation-container-header-more .more-icon {
    margin-left: 0.8rem;
    width: 2.929rem;
    height: 2.929rem;
    background: url("http://wa.poimoo.cn/upload/imgs/icon4.png") no-repeat top;
    background-size: 100% auto;
}

.casePresentation-container-list {
    list-style: none;
    margin: 0;
    padding: 3rem 0 0;
    flex-wrap: wrap;
}

.casePresentation-container-list-item {
    box-sizing: border-box;
    margin: 0 2.857rem 2.857rem 0;
    padding: 1.429rem;
    width: 31.429rem;
    height: 35.786rem;
    background-image: linear-gradient(180deg, #ffffff 0%, #3394da 100%);
    border-radius: 1.429rem;
    border: solid 0.071rem #dddddd;
}

.casePresentation-container-list-item:nth-of-type(3n) {
    margin-right: 0;
}

.casePresentation-container-list-item .card {
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}

.casePresentation-container-list-item .cover {
    display: block;
    height: 18.286rem;
    overflow: hidden;
}

.casePresentation-container-list-item .cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.casePresentation-container-list-item .cover:hover .cover-img {
    transform: scale(1.12);
}

.casePresentation-container-list-item .info {
    padding: 1.8rem 2.64rem;
}

.casePresentation-container-list-item .title {
    font-size: 1.714rem;
    color: #292428;
}

.casePresentation-container-list-item .intro {
    margin-top: 1rem;
    font-size: 1.286rem;
    line-height: 2.429rem;
    color: #999999;
}

.serviceProcess {
    height: 49.071rem;
    background: url("http://wa.poimoo.cn/upload/imgs/bg5-min.jpg") no-repeat;
    overflow: hidden;
}

.serviceProcess-container {
    margin: 6rem auto 0;
    width: 100rem;
}

.serviceProcess-container .title {
    font-size: 3.143rem;
    color: #292428;
}

.serviceProcess-container .list {
    margin: 8rem 0 0;
    padding: 0;
}

.serviceProcess-container .list-item-icon {
    width: 10.214rem;
    height: 10.214rem;
    animation: list-item-icon-rotate 2s ease-in-out infinite;
}

@keyframes list-item-icon-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.serviceProcess-container .list-item-text {
    margin-top: 2rem;
    font-size: 1.573rem;
    color: #333333;
}

.serviceProcess-container .list-item-index {
    position: absolute;
    top: -2.5rem;
    width: 2.857rem;
    height: 2.857rem;
    background-color: #3394da;
    border-radius: 50%;
    line-height: 2.857rem;
    text-align: center;
    font-size: 1.43rem;
    color: #fff;
}

.serviceProcess-container .list-item-line {
    position: absolute;
    bottom: -6.714rem;
    width: 0.071rem;
    height: 4.714rem;
    background-color: #666;
}

.serviceProcess-container .bottom-float {
    position: absolute;
    bottom: -6.75rem;
    left: calc(10.214rem / 2);
    right: calc(10.214rem / 2);
    height: 0.071rem;
    background-color: #666;
}

.serviceProcess-container .extra {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0.714rem;
    width: 20.714rem;
    height: 4.5rem;
    background-color: #3394da;
    border-radius: 4.5rem;
    cursor: pointer;
}

.serviceProcess-container .extra-icon {
    margin-right: 0.5rem;
    width: 3.214rem;
    height: 3.214rem;
    background-color: #ffffff;
    border-radius: 50%;
}

.serviceProcess-container .extra-icon > i {
    width: 1.786rem;
    height: 1.714rem;
    background: url("http://wa.poimoo.cn/upload/imgs/icon21.png") no-repeat;
}

.serviceProcess-container .extra-title {
    font-size: 1.857rem;
    color: #ffffff;
    line-height: 1;
}

.news {
    padding: 6rem 0;
}

.news-container {
    margin: 0 auto;
    width: 100rem;
}

.news-container-header {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #eee;
}

.news-container-header-l .title {
    font-size: 3.143rem;
    color: #292428;
}

.news-container-header-l .label {
    margin-top: 1.5rem;
    display: inline-block;
    padding: 0.786rem 1.5rem;
    background-color: #ffffff;
    border: solid 0.071rem #292428;
    border-radius: 3rem;
    font-size: 1.429rem;
    color: #292428;
}

.news-container-header-r {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-container-header-r .items {
    margin-left: 1rem;
}

.news-container-header-r .btn {
    padding: .5rem 2.5rem;
    background-color: #ffffff;
    border: solid 0.071rem #3394da;
    border-radius: 4rem;
    font-size: 1.571rem;
    color: #3394da;
    cursor: pointer;
}

.news-container-header-r .btn-active {
    background-color: #3394da;
    color: #fff;
}

.news-container-header-r .btn-active a{
   
    color: #fff;
}


.news-container-body {
    margin-top: 3rem;
}

.news-main-item {
    width: 49%;
    align-items: flex-start;
}

.news-main-item .cover {
    width: 15.714rem;
    min-width: 15.714rem;
    height: 9.286rem;
    border-radius: 0.429rem;
    overflow: hidden;
}

.news-main-item .cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.news-main-item .cover:hover > img {
    transform: scale(1.12);
}

.news-main-item .info {
    margin-left: 1.714rem;
    padding-top: 1rem;
}

.news-main-item .title {
    font-size: 1.429rem;
    color: #292428;
}

.news-main-item .value {
    margin-top: 1rem;
    font-size: 1.143rem;
    line-height: 2.143rem;
    color: #999999;
}

.news-list {
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.news-list-item {
    margin-bottom: 1.5rem;
    width: 49%;
    font-size: 1.286rem;
}

.news-list-item:hover {
    text-decoration: none;
}

.news-list-item .value {
    color: #292428;
    cursor: pointer;
}

.news-list-item .value:hover {
    color: #0f6ecd;
    cursor: pointer;
}


.news-list-item .date {
    color: #999999;
    white-space: nowrap;
}

.customer {
    box-sizing: border-box;
    padding: 6rem 0;
      background: rgb(173 209 235) no-repeat;
    /**
    background: url("http://wa.poimoo.cn/upload/imgs/bg6.jpg") no-repeat;
    **/
}

.customer .casePresentation-container-header {
    border-bottom: 1px solid #bbb;
}

.customer .list {
    margin-top: 3rem;
    flex-wrap: wrap;
}

.customer .list-item {
    margin: 0 1.4rem 1.4rem 0;
    width: 15.357rem;
    height: 6.143rem;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 1.429rem;
    border: solid 0.071rem #ffffff;
    text-align: center;
    line-height: 6.143rem;
    overflow: hidden;
    transition: .3s ease;
    opacity: 0;
    transform: translateY(50%);
}

.customer .list-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.customer .list-item:nth-of-type(6n) {
    margin-right: 0;
}

.customer .list-item > img {
    max-width: 100%;
    max-height: 100%;
    transition: .3s ease;
}

.customer .list-item:hover > img {
    transform: scale(1.12);
}

.honor {
    padding: 4rem 0;
}

.honor .list {
    margin: 0 auto;
    width: 100rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.honor .list-item {
    width: calc(100% / 6);
}

.honor .list-item:nth-of-type(n + 7) {
    margin-top: 2rem;
}

.honor .cover {
    width: 5.357rem;
    height: 5.357rem;
    object-fit: contain;
}

.honor .title {
    margin: 0 .5rem;
    font-size: 1rem;
    line-height: 2.143rem;
    color: #333333;
    text-align: center;
}