* {
    font-family: "microsoft yahei";
    font-size: 12px;
    line-height: 180%;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'DINEngschrift-Alternate';
    src: url(data:font/truetype)format('truetype');
    font-weight: normal;
    font-style: normal;
}

.DIN-font {
    display: inline-block;
    font-family: 'DINEngschrift-Alternate';
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li {
    list-style: none
}

.flex {
    display: flex
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.align-center {
    align-items: center
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-wrap {
    flex-wrap: wrap
}

.header {
    height: 85vh;
    overflow: hidden
}

.nowrap {
    white-space: nowrap;
}

.nav_box {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0px;
    color: #ffffff;
    box-sizing: border-box;
    width: 1205.5px;
    margin: 0 auto;
}

.nav>img {
    width: 175px
}

.nav>ul {
    display: flex;
    width: 587.5px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center
}

.nav>ul>li {
    list-style: none
}

.nav>ul>li.cur>a {
    color: #5680ed;
    opacity: 1
}

.nav>ul>li>a {
    font-size: 16px;
    cursor: pointer;
    opacity: .85;
    color: #fff;
    text-decoration: none;
}

.nav>ul>li>a:hover {
    opacity: 1
}

.nav>label {
    display: flex;
    align-items: center
}

.nav>label>img {
    margin-right: 10px;
    width: 35px
}

.nav>label>span {
    font-size: 24px
}

.nav_box.cur {
    background: #fff;
    color: #333 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 100;
    transition: all ease-in .3s;
    /* padding: 5px 0px */
}

.nav_box.cur>.nav>ul>li>a {
    color: #333;
    text-decoration: none;
}

.nav_box.cur>.nav>label>span {
    color: #333;
}

.nav_box.cur>.nav>ul>li.cur>a {
    color: #009eff;
    opacity: 1
}

.nav>img:nth-child(2),
.nav>label>img:nth-child(2) {
    display: none
}

.nav>img:nth-child(1),
.nav>label>img:nth-child(1) {
    display: block
}

.nav_box.cur>.nav>img:nth-child(2),
.nav_box.cur>.nav>label>img:nth-child(2) {
    display: block
}

.nav_box.cur>.nav>img:nth-child(1),
.nav_box.cur>.nav>label>img:nth-child(1) {
    display: none
}

.header>.banner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.header>.banner .swiper-slide>label {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 20;
}

.header>.banner .swiper-slide:after {
    content: '';
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.header>.banner .swiper-slide>label>h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 35px;
}

.header>.banner .swiper-slide>label>h2 {
    font-size: 38px;
    font-weight: 400;
    padding: 5px 0;
    color: #5680ed;
    line-height: normal;
    margin-bottom: 38.5px;
}

.header>.banner .swiper-slide>label>h4 {
    font-size: 16px;
    font-weight: 400;
    /* display: flex;
    align-items: center; */
    color: #ffffff;
    line-height: normal;
    width: 50%;
}

.header>.banner .swiper-slide>label>h4>span {
    width: 50%;
}

.header>.banner .swiper-slide>label>h4>i {
    background: rgba(255, 255, 255, .5);
    width: 1px;
    height: 15px;
    display: inline-block;
    margin: 0 10px
}

.swiper-container.index {
    width: 100%;
    height: 100%
}

.swiper-container.index .swiper-scrollbar {
    background: rgba(255, 255, 255, 1);
    width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px
}

.swiper-container.index .swiper-scrollbar-drag {
    /* background: rgba(0, 158, 255, 1) */
    background: #5680ed;
}

.body-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 140px;
}

.body-item>label {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    display: block;
    color: #333;
}

.body-item>label>h3 {
    color: white;
    font-size: 32px;
    font-weight: 400;
    line-height: unset;
    margin-bottom: 10px;
}

.body-item>label>h5 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.body-item>label>p {
    font-size: 14px;
    color: #ffffff;
}

.body-item.fist ul li {
    width: 235px;
    background-color: #333;
    color: #fff;
    min-height: 370px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    justify-content: center;
    transition: all ease-in .3s
}

.body-item.fist li:nth-child(1) {
    background: url(../images/img1.jpg) no-repeat;
    background-size: cover
}

.body-item.fist li:nth-child(2) {
    background: url(../images/img2.jpg) no-repeat;
    background-size: cover
}

.body-item.fist li:nth-child(3) {
    background: url(../images/img3.jpg) no-repeat;
    background-size: cover
}

.body-item.fist li:nth-child(4) {
    background: url(../images/img4.jpg) no-repeat;
    background-size: cover
}

.body-item.fist li:nth-child(5) {
    background: url(../images/img5.jpg) no-repeat;
    background-size: cover
}

.body-item.fist ul li:hover {
    transform: scale(1.2)
}


/* .body-item.fist ul li:hover:after, .body-item.third li:hover:after {
    content: '';
    background: rgba(8, 153, 232, .37);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
} */

.body-item.fist ul li:hover div {
    display: block !important;
    animation: opcityTop ease-in .3s forwards
}

.body-item.fist li:hover h3 {
    padding-top: 40px;
    padding-bottom: 23px;
    font-size: 24px;
    line-height: normal;
}

.body-item.fist li:hover h3:after {
    animation: opcityHide ease-in .3s forwards
}

.body-item.fist li:hover h4 {
    animation: toTop ease-in .3s forwards;
    line-height: normal;
    padding-bottom: 30px;
}

.body-item.fist li:first-child:hover h4 {
    animation: toTop ease-in .3s forwards;
    font-size: 24px;
}

@keyframes toTop {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-20px)
    }
}

@keyframes opcityHide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        display: none
    }
}

@keyframes opcityTop {
    0% {
        opacity: 0;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(-20px)
    }
}


/* .body-item.fist ul li:nth-child(1):hover{
    padding-top: 2.34375vw;
} */

.body-item.fist ul li:hover div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px;
    margin-bottom: 100px; */
}

.body-item.fist li div {
    display: none;
}

.body-item.fist li h3 {
    padding: 20px 0;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.body-item.fist li h3:after {
    content: '';
    width: 30px;
    background: #fff;
    height: 3px;
    display: block;
    margin: 10px auto 0
}

.body-item.fist li h3 img:nth-child(1) {
    width: 80px
}

.body-item.fist li h3 img:nth-child(2) {
    display: none
}

.body-item.fist ul li:hover h3 img:nth-child(2) {
    display: block;
    width: 80px
}

.body-item.fist ul li:hover h3 img:nth-child(1) {
    display: none
}

.body-item.fist li h4 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 20;
    padding-bottom: 10px
}

.body-item.fist li div {
    display: none !important;
    position: relative;
    z-index: 100
}

.body-item.fist li p {
    font-size: 12px;
}

.body-item.second ul {
    display: flex;
}

.body-item.second li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 55px;
    justify-content: center;
    margin-right: 12.5px;
}

.body-item.second svg {
    padding-bottom: 37px
}

.tally:hover svg .st1 {
    animation: svg1 ease-in 1s forwards
}

@keyframes svg1 {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.tally .st0 {
    fill: white
}

.video .st0 {
    fill: none
}

.body-item.second li svg .st1 {
    fill: #afc3c6
}

.cart:hover svg .st1 {
    animation: fadeInDown ease-in 1s forwards
}

.cart:hover svg {
    animation: fadeInLeftSmall ease-in .6s forwards
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(3px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.light:hover svg .st1 {
    animation: opacityLight ease-in 1s forwards
}

@keyframes opacityLight {
    0% {
        opacity: 0
    }
    20% {
        opacity: .4
    }
    40% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

.plane:hover svg {
    animation: transformTop ease-in .5s forwards
}

@keyframes transformTop {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 20px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.plane:hover svg .st1 {
    animation: opacityShow ease-in .5s forwards .5s;
    opacity: 0
}

@keyframes opacityShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.light:hover svg {
    animation: sildeDown ease-in .3s forwards
}

@keyframes sildeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.tally:hover svg,
.video:hover svg {
    animation: sildeUp ease-in .3s forwards
}

@keyframes sildeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.video:hover svg .st3 {
    animation: roteShow ease-in .3s forwards
}

@keyframes roteShow {
    0% {
        -webkit-transform: rotate(-60deg)
    }
    100% {
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

.write:hover svg {
    animation: fadeInRightSmall ease-in .3s forwards
}

.write:hover svg .st3 {
    animation: fadeInRightSmall ease-in .3s forwards .3s;
    opacity: 0
}

.write:hover svg .st4 {
    animation: fadeInRightSmall ease-in .3s forwards .5s;
    opacity: 0
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-3px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.work:hover svg {
    animation: scaleShow ease-in .3s forwards;
    opacity: 0
}

.work:hover svg .st1 {
    animation: opacityShow ease-in .3s forwards .3s;
    opacity: 0
}

@keyframes scaleShow {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.case:hover svg .st0 {
    animation: sildeTop ease-in .3s forwards;
    opacity: 0
}

.case:hover svg .st1 {
    animation: sildeRight ease-in .3s forwards;
    opacity: 0
}

.case:hover svg .st2 {
    animation: sildeLeft ease-in .3s forwards
}

@keyframes sildeTop {
    0% {
        opacity: 0;
        transform: translate3d(0, -10px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes sildeLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 10px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes sildeRight {
    0% {
        opacity: 0;
        transform: translate3d(20px, 10px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.camera:hover svg {
    animation: fadeInLeftSmall ease-in .3s forwards
}

.camera:hover svg .st1 {
    animation: fadeInRightSmall ease-in .3s forwards .3s;
    opacity: 0
}

.st0 {
    fill: white;
}

.stp {
    fill: white;
}

.body-item.second li label {
    text-align: center;
    width: 195px;
    height: 90px;
    box-sizing: border-box;
    line-height: normal;
}

.body-item.second li h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.body-item.second p {
    font-size: 14px;
    color: #ffffff;
}

.body-item.third {
    background: #f5f5f5;
}

.body-item.third ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.body-item.third li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 18vw;
    background-color: #333;
    color: #fff;
    justify-content: center;
    position: relative;
}

.body-item.third li:nth-child(1) {
    background: url('../images/img11.jpg') no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(2) {
    background: url(../images/img12.jpg) no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(3) {
    background: url(../images/img13.jpg) no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(4) {
    background: url(../images/img14.jpg) no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(5) {
    background: url(../images/img15.jpg) no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(6) {
    background: url(../images/img16.jpg) no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(7) {
    background: url(../images/img17.jpg) no-repeat;
    background-size: cover;
}

.body-item.third li:nth-child(8) {
    background: url(../images/img18.jpg) no-repeat;
    background-size: cover;
}

.body-item.third h4 {
    font-size: clamp(16px, 24/1920*100vw, 20px);
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: normal;
}


/* .body-item.third li:hover h4 {
    animation: opcityTop ease-in .3s forwards .15s;
    display: block;
    opacity: 0
} */


/* .body-item.third li:hover img {
    margin-top: 40px;
    animation: opcityTop ease-in .3s forwards;
} */

.body-item.third img {
    z-index: 10;
    margin-bottom: 20px;
}

.body-item.fourth ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1410px;
}

@media screen and (max-width: 1410px) {
    .body-item.fourth ul {
        width: 1300px;
    }
    .body-item.fourth li {
        width: 200px !important;
    }
    .body-item.second li {
        padding: 33px 25px !important;
    }
    .first .box li {
        width: 200px !important;
    }
    .first li>label>p {
        padding: 0px 10px;
    }
}

.body-item.fourth li:nth-child(6n) {
    border-right: 1px solid #ddd
}

.body-item.fourth li:nth-child(13),
.body-item.fourth li:nth-child(14),
.body-item.fourth li:nth-child(15),
.body-item.fourth li:nth-child(16),
.body-item.fourth li:nth-child(17),
.body-item.fourth li:nth-child(18) {
    border-bottom: 1px solid #ddd
}

.body-item.fourth li {
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    height: 100px;
    margin: 0px;
    border-right: none;
    border-bottom: none;
}

.body-item.fourth li img {
    max-width: 150px;
}

.first {
    padding: 0px;
    background-color: #f5f5f5;
    padding-bottom: 80px;
    position: relative;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(60, 87, 112, 0.1);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1300px) rotate(600deg);
        transform: translateY(-1300px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1300px) rotate(600deg);
        transform: translateY(-1300px) rotate(600deg);
    }
}

.first>label {
    width: 982px;
    padding-top: 70px;
    padding-bottom: 50px;
}

.first>label>h3 {
    color: #5680ed;
}

.first>label>h5 {
    color: #333333;
}

.first>label>p {
    padding-top: 40px;
    padding-bottom: 0px;
    color: #333333;
}

.first .box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 292px;
    background-color: white;
    box-sizing: border-box;
    margin-right: 15px;
    padding-bottom: 10px;
    position: relative;
    justify-content: center;
    width: 240px;
}

.box>li>h3 {
    padding-bottom: 20px;
    font-size: 14px;
    color: #5680ed;
}

.box>li:first-child>img {
    height: 35px;
}

.box>li:nth-child(2)>img {
    height: 35px;
}

.box>li:nth-child(3)>img {
    height: 35px;
}

.box>li:nth-child(4)>img {
    height: 35px;
}

.box>li:nth-child(6)>img {
    height: 35px;
}

.box>li:nth-child(4) {
    margin-right: 0px;
}

.box>li:nth-child(5) {
    margin-right: 0px;
    width: 5.72916vw;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.box>li:nth-child(6) {
    margin-right: 0px;
}

.first>div {
    padding: 10px;
    padding-bottom: 20px;
    border: 1px dashed #cccccc;
}

.first li>p {
    margin-top: 30px;
    font-size: 16px;
}

.first li>label {
    margin-top: 90px;
    color: #5680ed;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
}

.first li>label img {
    width: 15px;
    margin-right: 10px;
}

.first li>label>p {
    padding: 0px 20px;
}

.first li>label>p:first-child {
    border-right: 1px solid #efeaea;
}

.omit {
    flex-direction: row !important;
    align-items: flex-start !important;
    padding-top: 9.14062vw !important;
    justify-content: center;
}

.omit>div {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #999999;
    margin-right: 5px;
}

.box {
    margin-bottom: 15px;
}

.Exploitable {
    height: 250px;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    position: relative;
    z-index: 1;
}

.Exploitable>div:first-child {
    height: 50%;
    box-sizing: border-box;
    justify-content: center;
}

.title {
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
}

.Exploitable+div {
    height: 6.14583vw;
}

.title+p {
    font-size: 14px;
    color: #666666;
}

.Exploitable>div:nth-child(2) {
    width: 100%;
    height: 50%;
    box-sizing: border-box;
}

.Exploitable>div:nth-child(2)>div:first-child {
    /* margin-right: 10px; */
    border-right: 1px solid #e9ecf3;
}

.Exploitable>div:nth-child(2)>div {
    background-color: #f6faff;
    color: #5680ed;
    flex: 1;
    height: 100%;
    justify-content: center;
    box-sizing: border-box;
    border-top: 1px solid #e9ecf3;
}

.Exploitable>div:nth-child(2)>div>p:first-child {
    font-size: 16px;
    margin-bottom: 15px;
}

.Exploitable>div:nth-child(2)>div>p:last-child {
    font-size: 14px;
}

.fist {
    background-color: #576e83;
    opacity: .9;
}

.bg-blue {
    background-size: contain;
    background-image: url(../images/serve.jpg);
    background-repeat: no-repeat;
    background-position: 97% 96%;
}

.fist>label>p {
    padding-top: 20px;
    padding-bottom: 80px;
}

.fist>label {
    width: 787px;
}

.second {
    background-color: #578383;
    opacity: .9;
}

.bg-grenn {
    background-size: contain;
    background-image: url(../images/ipone.jpg);
    background-repeat: no-repeat;
    background-position: 100% 96%;
}

.second>label {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.second>label>h5 {
    margin-bottom: 20px;
}

.second>label>p {
    color: #ffffff;
    margin-bottom: 35px;
    width: 617px;
}

.body-item.second li {
    background-color: #5e878d;
}

.bottom {
    width: 100%;
    margin-top: 15px;
}

.bottom li {
    flex: 1;
}

.bottom label {
    width: auto !important;
}

.bg-orange {
    background-size: contain;
    background-image: url(../images/keyboard.jpg);
    background-repeat: no-repeat;
    background-position: 96% 96%;
}

.third {
    padding-bottom: 0px;
}

.third>label>h3 {
    color: #5680ed;
    line-height: normal;
}

.third>label>h5 {
    color: #333333;
    line-height: normal;
    margin-bottom: 23px;
}

.third>label>p {
    color: #333333;
    margin-bottom: 55px;
}

.fourth {
    padding-bottom: 100px;
}

.fourth>label>h3 {
    color: #5680ed;
    line-height: normal;
}

.fourth>label>h5 {
    color: #333333;
    line-height: normal;
    margin-bottom: 23px;
}

.fourth>label>p {
    color: #333333;
    margin-bottom: 58px;
}

.fifth {
    background-color: #5680ed;
    padding-top: 80px;
    padding-bottom: 100px;
}

.fifth>label {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.fifth>label>h3 {
    color: white;
    line-height: normal;
}

.fifth>label>h5 {
    color: #ffffff;
    line-height: normal;
    margin-bottom: 23px;
}

.fifth>label>p {
    color: #ffffff;
    margin-bottom: 45px;
    width: 643px;
}

.fifth>ul {
    display: flex;
    align-items: center;
    text-align: center;
}

.fifth li {
    width: 342px;
    height: 242px;
    margin-right: 25px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 33px;
    box-sizing: border-box;
}

.fifth li p {
    width: 254px;
    text-align: left;
    font-size: 12px;
}

.fifth li h3 {
    font-size: 70px;
    line-height: normal;
}

.fifth li h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 23px;
}

.fifth li h3>span {
    font-size: 40px;
    margin-left: 20px;
}

.sixth {
    padding-top: 100px;
    padding-bottom: 95.5px;
}

.bg-wihlt {
    background-size: cover;
    background-image: url(../images/net.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.sixth>label {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.sixth>label>h3 {
    color: #5680ed;
    line-height: normal;
}

.sixth>label>h5 {
    color: #333333;
    line-height: normal;
    margin-bottom: 20px;
}

.sixth>label>p {
    color: #333333;
    margin-bottom: 42px;
}

.sixth>div {
    width: 600px;
}

.sixth>div>div {
    width: 100%;
}

.sixth>div>div:first-child {
    display: flex;
    margin-bottom: 10px;
}

.sixth>div>div input {
    flex: 1;
    border: 1px solid #ededed;
    height: 50px;
    display: inline-block;
    outline: none;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
}

.sixth>div>div input:focus {
    border: 1px solid #5680ed;
}

#input-test::-webkit-input-placeholder {
    color: #ADD8E6;
}

.sixth>div>div:first-child>input::-webkit-input-placeholder,
.sixth>div>div:nth-child(2)>input::-webkit-input-placeholder {
    font-size: 14px;
    color: #333333;
}

.sixth>div>div:first-child>input:first-child {
    margin-right: 10px;
}

.sixth>div>div:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
}

.sixth>div>div:nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
}

.sixth>div>div:nth-child(3)>textarea {
    width: 100%;
    outline: none;
    border: 1px solid #ededed;
    min-height: 142.5px;
    resize: none;
    padding-left: 20px;
    padding-top: 16px;
    box-sizing: border-box;
}

.sixth>div>div:nth-child(3)>textarea:focus {
    border: 1px solid #5680ed;
}

.sixth>div>div:nth-child(3)>textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #333333;
}

.sixth>div>button {
    width: 100%;
    height: 54px;
    background-color: #5680ed;
    font-size: 14px;
    color: white;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    transition: all .3s;
    outline: none;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
}

.sixth>div>button:hover {
    background-color: #5593ff;
    cursor: pointer;
    color: #fff;
    border: 1px solid #5593ff;
}

.footer {
    background-color: #32343c;
}

.footer>div {
    width: 1205.5px;
    margin: 0 auto;
}

.address {
    padding-top: 30px;
    padding-bottom: 30px;
}

.address+div {
    border-top: 1px solid #45474e;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0;
}

.weixin {
    margin-right: 25px;
}

.weixin>p {
    margin-top: 12px;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
}

.weixin+div>img {
    height: 30px;
    margin-bottom: 10px;
}

.weixin+div>ul:last-child {
    margin-bottom: 0
}

.weixin+div>img+p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.weixin+div {
    align-items: flex-start;
}

.weixin+div>ul {
    margin-bottom: 13px;
    line-height: normal;
}

.weixin+div>ul>li {
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
    padding-top: 5px;
}

.weixin+div>ul>li:first-child {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
}

.address>div:first-child {
    margin-right: 100px;
}

.address>ul {
    width: 738px;
    justify-content: space-between;
}

.address>ul>li>ul>li {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 9px;
    opacity: .8;
}

.address>ul>li>ul>li:first-child {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    opacity: 1;
}

.dailog {
    display: none;
}

.dailog.cur {
    display: block;
}

.dailog em {
    font-size: 44px;
}

.dailog .icon-tz-shanchu {
    color: #da5151;
}

.dailog .icon-tz-wancheng {
    color: #0abe5f
}

.dailog span:hover {
    background-color: #f1f1f1;
}

.dailog span {
    width: 100px;
    height: 36px;
    display: block;
    margin: 20px auto 0;
    color: #333;
    background: #eee;
    border-radius: 4px;
    line-height: 36px;
    cursor: pointer;
    transition: .3s ease-in
}

.dailog label {
    background: #fff;
    width: 250px;
    padding: 10px 30px 20px;
    color: #333;
    position: fixed;
    z-index: 1000;
    top: 30%;
    left: 0;
    margin: auto;
    border-radius: 12px;
    display: flex;
    right: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dailog p {
    font-size: 16px;
}

.dailog.cur:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 100;
}


/* 服务流程 */

@media screen and (min-width: 1200px) {
    .sec7 {
        padding-top: 120px;
        margin: 0px auto;
        width: 100%;
        height: 560px;
        background: #f7f7f7 url(../images/bg_service.jpg) no-repeat 50% 0;
    }
    .sec7_con {
        width: 1200px;
        margin: 0 auto;
        padding: 14px 0px;
    }
    #Paidi7 {
        display: none;
    }
    .sec7 .con_img {
        width: 100%;
        height: 100px;
        margin: 0 auto;
    }
    .sec7 .con_img img {
        width: 100%;
    }
    .sec7 .con {
        width: 100%;
        height: 170px;
        margin: 0 auto;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: 42px;
    }
    .sec7 .con div {
        width: 18%;
        text-align: center;
        height: 170px;
        font-size: 14px;
        color: #8e9999;
        float: left;
        line-height: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec7 .con>.ul>ul>li>h3,
    .sec7 .con1>.ul>ul>li>h3 {
        font-size: 20px;
    }
    .sec7 .con>div:nth-of-type(1)>ul {
        margin-left: -40px;
    }
    .sec7 .con>div:nth-of-type(2)>ul {
        margin-left: -18px;
    }
    .sec7 .con1 {
        width: 98%;
        margin: 0 auto;
        text-align: center;
        height: 120px;
        margin: 0 auto;
        -webkit-transform: translateX(120px);
        transform: translateX(120px);
        margin-left: 30px;
    }
    .sec7 .con1 div {
        width: 19%;
        text-align: center;
        height: 100px;
        font-size: 14px;
        color: #8e9999;
        float: left;
        line-height: 23px;
    }
}