.container {
    width: 1000px;
    margin: auto;
}

.nav-wrap ul.list li.active a {
    color: #0070c9;
}

i {
    font-style: normal;
}

/*导航*/
.nav-bar {
    position: fixed;
    top: 80px;
    z-index: 100;
    background: #fff;
    width: 100%;
}

.nav-wrap {
    display: flex;
    height: 50px;
    align-items: center;
    width: 1000px;
    margin: auto;
}

.nav-wrap .title {
    font-weight: bold;
    font-size: 18px;
}

.nav-wrap ul.list {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-wrap ul.list li {
    margin-right: 50px;
    font-size: 16px;
    cursor: pointer;
}

.nav-wrap ul.list li a, .nav-wrap ul.list li a:active {
    color: #000;
}

.nav-wrap ul.list li:last-of-type {
    margin-right: 0;
}

.page1 {
    background: url('../image/page_banner1.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.page2, .page4 {
    background: #f7f7f7;
}

.text {
    line-height: 1.6;
    font-size: 14px;
}

.section>.page-cont {
    padding-top: 0;
    position: relative;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    /*padding-top: calc(13%);*/
}

.page1 .page-cont {
    top: calc(50% - 160px);
}

.page9 .page-cont.content-wrap {
    height: 100%;
    top: 0;
    transform: unset;
    padding-top: 0;
}
.page9 .page-cont .content{
    padding-top: 0;
    position: relative;
    top: calc(50% + 40px);
    transform: translateY(-50%);
}

.page10 .footer {
    height: 100%;
}

.pc-border {
    width: 768px;
    height: 440px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.pc-border img.border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.pc-border img.pc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.phone-border {
    width: 200px;
    height: 427px;
    background: url("../image/phone-border.png") no-repeat;
    background-size: 100%;
    /*position: relative;*/
    /*top: 0;*/
}
.phone-border.moveShow{
    animation:moveShow 2s ease;
}
@keyframes moveShow {
    0%{transform: translateY(0)}
    50%{transform: translateY(-15px)}
    100%{transform: translateY(0)}
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr65 {
    margin-right: 65px;
}

.text-box p {
    line-height: 2;
}

.page2 .text-box p i {
    width: 120px;
}

.page3 .text-box p i {
    width: 125px;
}

.page4 .text-box p i {
    width: 160px;
}

.page5 .text-box p i {
    width: 120px;
}

.page5 .text-box p i:nth-of-type(odd) {
    width: 100px;
}

.page6 .text-box p i {
    width: 140px;
}

.page6 .text-box p i:nth-of-type(odd) {
    width: 130px;
}

.page7 .text-box p i {
    width: 140px;
}

.page7 .text-box p i:nth-of-type(3n+1) {
    width: 130px;
}

.page8 .text-box p i {
    width: 130px;
}
.page9 .text-box p i {
    width: 150px;
}
.page9 .text-box p i:first-of-type {
    width: 140px;
}

.text-box p i {
    display: inline-block;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 10px;
}

/*.page6 .text-box p i,*/
/*.page6 .text-box p i,*/
/*.page6 .text-box p i {*/
/*width: 180px;*/
/*}*/
/*.page4  .text-box p i,.page9 .text-box p i{*/
/*width: 200px;*/
/*}*/

.text-box p.three i:nth-of-type(1):after, .text-box p.three i:nth-of-type(2):after {
    content: "";
    width: 1px;
    height: 15px;
    background: grey;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.text-box p.two i:nth-of-type(1):after {
    content: "";
    width: 1px;
    height: 15px;
    background: grey;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.phone-box {
    text-align: left;
}

.phone-box .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.phone-box .phone-border {
    margin-top: 50px;
}

.pc-box .img-box {
    margin-bottom: 70px;
}

.page1 .text {
    font-size: 16px;
    margin-top: 20px;
}

.page4 .page-title {
    margin-bottom: 20px;
}

.page4 .text {
    margin-bottom: 50px;
}

.page4 .text-box {
    margin-bottom: 50px;
}

.page4 .pc-border {
    width: 700px;
    height: 400px;
}

.page4 .pc-border img {
    width: 100%;
}

/*.page5 .page-cont{*/
/*padding-top: 20%;*/
/*}*/
.page5 .text-wrap {
    display: flex;
    flex-wrap: wrap;
}

.page5 .text-wrap > div {
    width: 100%;
    text-align: left;
}

.page5 .text-wrap p i:first-of-type {
    padding-left: 0;
}

.page5 .text-wrap .text-box {
    margin-top: 50px;
}

/*初始状态*/
.page3 .pc-border img.sl1,
.page4 .pc-border img.sl1,
.page5 .pc-border img.sl1,
.page6 .pc-border img.sl1,
.page7 .pc-border img.sl1,
.page8 .pc-border img.sl1,
.page9 .pc-border img.sl1 {
    top: 0;
}

.page3 .pc-border img.sl2,
.page4 .pc-border img.sl2,
.page5 .pc-border img.sl2,
.page6 .pc-border img.sl2,
.page7 .pc-border img.sl2,
.page8 .pc-border img.sl2,
.page9 .pc-border img.sl2,
.page3 .pc-border img.sl3,
.page4 .pc-border img.sl3,
.page5 .pc-border img.sl3,
.page6 .pc-border img.sl3,
.page7 .pc-border img.sl3,
.page8 .pc-border img.sl3,
.page9 .pc-border img.sl3 {
    top: 430px;
}












