* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: "微软雅黑";
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button {
    cursor: pointer;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .header {
    position: relative;
    width: 100%;
}

.wrapper .header > img {
    width: 100%;
    height: 100%;
}

.wrapper .header .title {
    position: absolute;
    width: 100%;
    top: 50px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #1760d1;
}

.wrapper .header .small-title {
    position: absolute;
    width: 6em;
    top: 130px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5px;
    font-family: "黑体";
    font-size: 40px;
    border-top: 1px solid #1760d1;
}

.content-small-title img {
    vertical-align: top;
}

.wrapper .header-item {
    position: absolute;
    width: 548px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
}

.wrapper .header-item td:nth-child(1) {
    padding-right: 50px;
    padding-top: 3px;
}

.wrapper .header .header-item td li {
    width: 250px;
}

.content-High-end-users {
    width: 100%;
    padding: 20px 0;
    background-color: #1760d1;
    color: white;
    text-align: center;
}

.content-High-end-users img:hover,
.content-one-piece img:hover,
.content-self-service img:hover,
.process-item-wrapper img:hover,
.unit-item-wrapper img:hover
{
    animation: movein 0.5s forwards;
}

@-webkit-keyframes movein {
    from {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        box-shadow: 0, 0, 0, rgba(0, 0, 0, 0);
    }
    to {
        transform: translate(-5px, -5px);
        box-shadow: 4px, 4px, 4px, rgba(0, 0, 0, 0.4);
    }
}

@-moz-keyframes movein {
    from {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        box-shadow: 0, 0, 0, rgba(0, 0, 0, 0);
    }
    to {
        transform: translate(-5px, -5px);
        box-shadow: 4px, 4px, 4px, rgba(0, 0, 0, 0.4);
    }
}

@-ms-keyframes movein {
    from {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        box-shadow: 0, 0, 0, rgba(0, 0, 0, 0);
    }
    to {
        transform: translate(-5px, -5px);
        box-shadow: 4px, 4px, 4px, rgba(0, 0, 0, 0.4);
    }
}

@-o-keyframes movein {
    from {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        box-shadow: 0, 0, 0, rgba(0, 0, 0, 0);
    }
    to {
        transform: translate(-5px, -5px);
        box-shadow: 4px, 4px, 4px, rgba(0, 0, 0, 0.4);
    }
}

@keyframes movein {
    from {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        box-shadow: 0, 0, 0, rgba(0, 0, 0, 0);
    }
    to {
        transform: translate(-5px, -5px);
        box-shadow: 4px, 4px, 4px, rgba(0, 0, 0, 0.4);
    }
}

.content-High-end-users .content-box,
.content-one-piece .content-box,
.content-self-service .content-box,
.content-process .content-box,
.content-unit .content-box,
.content-patents .content-box {
    width: 80%;
    margin: 0 auto;
}

.content-High-end-users .content-box .title,
.content-one-piece .content-box .title,
.content-self-service .content-box .title,
.content-process .content-box .title,
.content-process .content-box .title p,
.content-unit .content-box .title p,
.content-patents .content-box .title {
    font-size: 30px;
}

.content-box .title span,
.content-unit .content-box .title p:nth-child(2),
.content-patents .content-small-title span {
    font-weight: 600;
}

.content-box .content-small-title {
    margin-bottom: 30px;
    font-size: 20px;
}

.content-box .content-small-title img {
    display: inline-block;
    width: 32%;
    margin: 0;
    padding: 0;
    border: none;
}

.content-box .content-small-title span {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.High-list-wrapper .list-item {
    display: inline-block;
    width: 25%;
}

.High-list-wrapper .list-item p {
    margin: 30px 0;
}

.High-list-wrapper .list-item:nth-child(2) {
    margin: 0 5%;
}

.content-one-piece,
.content-self-service,
.content-process,
.content-unit,
.content-patents {
    width: 100%;
    padding: 30px 0;
    color: #1760d1;
    text-align: center;
}

.piece-list-wrapper .list-item {
    display: inline-block;
    width: 40%;
}

.self-list-wrapper .list-item{
    display: inline-block;
    width: 25%;
}

.piece-list-wrapper .list-item{
    margin: 0 3% 0 3%;
}
.self-list-wrapper .list-item{
    margin: 0 10% 0 10%;
}

.piece-list-wrapper .list-item button,
.self-list-wrapper .list-item button {
    width: 235px;
    padding: 12px 0;
    margin: 25px 0;
    border: none;
    background-color: #1760d1;
    color: white;
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
}

.process-img {
    width: 85%;
    margin: 20px 0 80px 0;
}

.process-control {
    font-size: 24px;
    font-weight: 600;
}

.process-item-wrapper .list-item {
    margin-bottom: 15px;
}
.process-item-wrapper .item-btn{
    text-align: right;
    margin-right: 13.5%;
}
.process-item-wrapper .item-btn button{
    padding: 7px 10px;
    background-color: #1760d1;
    color: white;
    border:none;
}

.process-item-wrapper .disc {
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    background-color: #1760d1;
    color: white;
    font-size: 18px;
}

.process-item-wrapper .list-item< img {
    vertical-align: middle;
    margin-right: 10px;
}

.process-item-wrapper .list-item .item-img {
    display: inline-block;
    vertical-align: middle;
    border: 1px dotted #1760d1;
}

.unit-item-wrapper {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.unit-item-wrapper .list-item {
    display: inline-block;
    width: 25%;
    margin-left: 7%;
    margin-bottom: 50px;
}

.unit-item-wrapper .item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
}

.unit-item-wrapper .disc {
    color: black;
    margin-bottom: 2px;
}

.unit-item-wrapper .omit {
    padding-top: 3px;
    font-size: 20px;
    color: black;
}

.unit-item-wrapper .item-btn {
    text-align: right;
}

.unit-item-wrapper .item-btn button {
    padding: 7px 10px;
    background-color: #1760d1;
    color: white;
    border: none;
}

.High-list-wrapper .list-item img,
.content-one-piece .list-item img,
.content-self-service .list-item img,
.unit-item-wrapper .list-item img {
    width: 100%;
}

.unit-item-wrapper .list-item a:hover{
    text-decoration: underline;
    color: #d1d1c0;
}

.patents-btn {
    margin-bottom: 15px;
}

.patents-btn span {
    display: inline-block;
    width: 220px;
    padding: 10px 0;
    margin-bottom: 15px;
    margin-left: 20px;
    background-color: #1760d1;
    color: white;
    border-radius: 5px;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

.hot-page-footer {
    width: 100%;
    padding: 10px 0;
    background: #1760d1;
    text-align: center;
    color: white;
}

.hot-page-footer div:first-child {
    margin-bottom: 8px;
}

.sou{
    display: none;
}

.add-footer {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}