@keyframes rounds {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    top: 120px;
  }
  100% {
    top: 100px;
  }
}
@keyframes cloud {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes cloud2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
#page {
  color: #3473FE;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
  .top {
    position: absolute;
    top: 0px;
    z-index: 999999999;
    transition: top 0.5s linear;
    height: 50px;
    width: 100%;
    background-color: #0D2C4B;
  }
  .top img {
    float: left;
    width: 100%;
    width: 190px;
    height: 50px;
  }
  .top .menu {
    display: none;
  }
  .top ul {
    float: left;
    height: 50px;
    margin-left: 42%;
  }
  .top ul a {
    height: 100%;
    float: left;
    margin-left: 30px;
    text-decoration: none;
  }
  .top ul a li {
    height: 100%;
    font-size: 16px;
    line-height: 50px;
    color: white;
  }
  .bannerMax1 {
    display: none;
  }
  .bannerPc {
    margin-top: 50px;
    width: 100%;
    height: 918px;
    overflow: hidden;
    position: relative;
  }
  .bannerPc .containerTwo {
    width: 1920px;
    margin: 0 auto;
  }
  .bannerPc .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .bannerPc .swiper-slide .contain1 {
    background: url("../image/a4.jpg");
  }
  .bannerPc .swiper-slide .contain2 {
    background: url("../image/a4.jpg");
  }
  .bannerPc .swiper-slide .contain3 {
    background: url("../image/a4.jpg");
  }
  .bannerPc .swiper-slide .contain {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    z-index: 999;
  }
  .bannerPc .swiper-slide .contain .container {
    height: 100%;
    position: relative;
  }
  .bannerPc .swiper-slide .contain .container .show {
    position: absolute;
    transition: all 0.7s;
    z-index: 99;
    box-sizing: border-box;
  }
  .bannerPc .swiper-slide .contain .container .show img {
    display: block;
  }
  .bannerPc .swiper-slide .contain .container .word {
    position: absolute;
    transition: all 0.7s;
  }
  .bannerPc .swiper-slide .contain .container .hasWord {
    max-width: 1000px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 30px 40px;
    background-color: #0707078c;
  }
  .bannerPc .swiper-slide .contain .container .hasWord .activeTitle {
    font-size: 36px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bannerPc .swiper-slide .contain .container .hasWord .activeContent {
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    color: white;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .bannerPc .swiper-slide .contain .container .firstShow {
    width: 500px;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .bannerPc .swiper-container {
    height: 918px;
    width: 100%;
  }
  .bannerPc .content-slide {
    padding: 20px;
    color: #fff;
  }
  .bannerPc .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 44px;
    width: 100%;
    z-index: 999;
  }
  .bannerPc .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
  }
  .bannerPc .swiper-active-switch {
    background: #fff;
  }
  .bannerPc .arrow-left {
    opacity: 0;
    background-image: url(../image/anniu1.png);
    background-size: 100% 100%;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
    padding-left: 6px;
    height: 34px;
    z-index: 99;
    cursor: pointer;
    transition: opacity 0.5s;
  }
  .bannerPc .arrow-right {
    opacity: 0;
    background-image: url(../image/anniu2.png);
    background-size: 100% 100%;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -15px;
    width: 34px;
    height: 34px;
    z-index: 99;
    cursor: pointer;
    transition: opacity 0.5s;
  }
  .title {
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .apply {
    margin-top: 80px;
    height: 500px;
  }
  .apply ul {
    margin-top: 60px;
    height: 418px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-evenly;
    flex-wrap: wrap;
  }
  .apply ul li {
    font-size: 20px;
    color: white;
    width: 326px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .apply ul li a {
    color: white;
  }
  .apply ul li .text {
    width: 100%;
    background-color: #00000094;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
  .apply ul li .text .Chinese {
    padding: 10px 0;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .apply ul li .text .English {
    height: 20px;
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 20px;
  }
  .apply ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .apply ul li:hover img {
    transform: scale(1.2);
  }
  .mass {
    margin-top: 80px;
    height: 478px;
  }
  .mass ul {
    margin-top: 50px;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mass ul li {
    width: 446px;
    height: 404px;
    background-color: white;
    border-radius: 6px;
    transition: transform 0.5s;
  }
  .mass ul li a {
    color: black;
  }
  .mass ul li .img {
    overflow: hidden;
    width: 100%;
    height: 246px;
  }
  .mass ul li .img img {
    transition: transform 0.5s;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }
  .mass ul li .titleTop {
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
    padding: 0 4%;
    width: 92%;
    height: 30px;
  }
  .mass ul li .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    padding: 0 4%;
    width: 92%;
  }
  .mass ul li:hover .img img {
    transform: scale(1.2);
  }
  .mass ul li:hover {
    transform: translateY(-4px);
    box-shadow: 1px 2px 1px 1px #dad6d6;
  }
  .ERP {
    margin-top: 80px;
    height: 590px;
    background-color: #0D2C4B;
  }
  .ERP .title {
    background-color: white;
    padding-bottom: 50px;
  }
  .ERP ul {
    width: 100%;
    height: 500px;
    background-color: #e3f1f1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .ERP ul li {
    width: 25%;
    height: 250px;
  }
  .ERP ul li a {
    color: white;
  }
  .ERP ul li .iconPic {
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
  }
  .ERP ul li .titleTop {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .ERP ul li .line {
    height: 1px;
    background-color: #eae4e4;
    width: 100px;
    margin: 0 auto;
  }
  .ERP ul li .text {
    font-size: 14px;
    padding: 0 4%;
    width: 92%;
    margin-top: 10px;
    line-height: 24px;
  }
  .ERP ul > :nth-child(2),
  .ERP ul > :nth-child(4),
  .ERP ul > :nth-child(5),
  .ERP ul > :nth-child(7) {
    background-color: #0D2C4B;
  }
  .ERP ul > :nth-child(1) {
    background-color: #8F9CC6;
  }
  .ERP ul > :nth-child(3) {
    background-color: #B6A5C7;
  }
  .ERP ul > :nth-child(6),
  .ERP ul :nth-child(8) {
    background-color: #C2ABB1;
  }
  .terrace {
    margin-top: 80px;
  }
  .terrace ul {
    margin-top: 50px;
    height: 360px;
    display: flex;
    justify-content: space-between;
  }
  .terrace ul li {
    width: 442px;
    height: 100%;
    background-color: #e7e5e5;
    border: 2px solid transparent;
    transition: all 0.2s linear;
  }
  .terrace ul li a {
    color: black;
  }
  .terrace ul li .iconPic {
    width: 100%;
    text-align: center;
    height: 160px;
    line-height: 160px;
    font-size: 80px;
    color: #F0B400;
    transition: all 0.2s linear;
  }
  .terrace ul li .titleTop {
    margin-left: 16px;
    font-size: 20px;
    font-weight: 700;
  }
  .terrace ul li .text {
    font-size: 14px;
    padding: 0 4%;
    width: 92%;
    margin-top: 10px;
    line-height: 26px;
  }
  .terrace ul li:hover {
    border: 2px solid #a2acf1;
  }
  .terrace ul li:hover .iconPic {
    font-size: 90px;
  }
  .system {
    margin-top: 80px;
    width: 100%;
    font-size: 0;
  }
  .system .sysBg {
    margin-top: 50px;
    width: 100%;
  }
  .system .sysBg .spc {
    width: 100%;
  }
  .system .sysBg .smobile {
    display: none;
  }
  .produce {
    margin-top: 80px;
  }
  .produce .contain {
    height: 670px;
    width: 100%;
    background-image: linear-gradient(135deg, #15d297, #3c64f0);
  }
  .produce .secondtitle {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
  }
  .produce .produce3d {
    margin-top: 50px;
    height: 670px;
    width: 100%;
    background: url("../image/b86236e.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white;
  }
  .produce .produce3d .toptitle {
    font-size: 20px;
    width: 100%;
    text-align: right;
  }
  .produce .produce3d .secondText {
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
    width: 100%;
  }
  .produce .produce3d li {
    margin-top: 90px;
    width: 100%;
  }
  .produce .produce3d .left {
    margin-left: 30px;
    float: left;
    margin-top: 160px;
    width: 332px;
  }
  .produce .produce3d .left > :first-child {
    margin-top: -24px;
  }
  .produce .produce3d .left .secondText {
    text-align: right;
  }
  .produce .produce3d .bm {
    position: relative;
    margin-left: 50px;
    margin-top: 160px;
    float: left;
    height: 380px;
    width: 560px;
  }
  .produce .produce3d .bm > :first-child {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .produce .produce3d .bm > :nth-child(2) {
    animation: rounds 3s linear infinite;
    height: 120px;
    margin-left: 220px;
    margin-top: 130px;
  }
  .produce .produce3d .bm > :nth-child(3) {
    display: none;
  }
  .produce .produce3d .right {
    margin-left: 50px;
    width: 332px;
    margin-top: 160px;
    float: left;
  }
  .produce .produce3d .right > :first-child {
    margin-top: -24px;
  }
  .produce .produce3d .right .toptitle {
    text-align-last: left;
  }
  .shades {
    margin-top: 80px;
  }
  .shades .wrap {
    margin-top: 50px;
    height: 480px;
    width: 100%;
    overflow: hidden;
  }
  .shades .wrap li {
    float: left;
    width: 180px;
    height: 100%;
    position: relative;
    transition: all 0.3s linear;
    z-index: 0;
    overflow: hidden;
    color: white;
  }
  .shades .wrap li .middle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 480px;
    font-size: 24px;
  }
  .shades .wrap li .detail {
    display: none;
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 2;
    animation: move 0.3s linear;
  }
  .shades .wrap li .detail .name {
    font-size: 30px;
    font-weight: 700;
  }
  .shades .wrap li .detail .look {
    margin-top: 20px;
    text-decoration: none;
    display: block;
    width: 160px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    background-color: #fff;
    color: #3f3480;
    border-radius: 20px;
  }
  .shades .wrap li .contain {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #33333393;
  }
  .shades .wrap li img {
    height: 100%;
    filter: grayscale(100%);
  }
  .shades .wrap .select {
    width: 500px;
    height: 100%;
    z-index: 1;
  }
  .shades .wrap .select .middle {
    display: none;
  }
  .shades .wrap .select .detail {
    display: block;
  }
  .shades .wrap .select img {
    height: 100%;
    filter: grayscale(0%);
  }
  .shades .wrap .select .contain {
    width: 500px;
    position: absolute;
    height: 80%;
    top: 20%;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(63, 52, 128, 0), #3f3480);
    background-color: transparent;
    opacity: 1;
  }
  .cloud {
    overflow: hidden;
    margin-top: 80px;
    margin-top: 0;
    width: 100%;
    height: 370px;
    padding-top: 200px;
    padding-bottom: 100px;
    background: url("../image/img-3.jpg");
    background-color: #d9eeff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
  }
  .cloud .font {
    position: relative;
    margin-top: -120px;
    height: 400px;
    z-index: 4;
  }
  .cloud .font .introduce {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 1200px;
    font-size: 20px;
  }
  .cloud .font ul {
    margin-top: 30px;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-around;
  }
  .cloud .font ul li {
    width: 16%;
    height: 100%;
  }
  .cloud .font ul li .first {
    width: 100%;
    height: 70%;
  }
  .cloud .font ul li .first .people {
    transition: all 2s linear;
  }
  .cloud .font ul li .first > :nth-child(1) {
    line-height: 120px;
    margin-left: 40%;
    font-size: 60px;
    float: left;
  }
  .cloud .font ul li .first > :nth-child(2) {
    line-height: 90px;
    margin-left: 10px;
    font-size: 20px;
    float: left;
  }
  .cloud .font ul li .second {
    text-align: center;
    font-size: 20px;
  }
  .cloud .font ul > :nth-child(2) {
    width: 30%;
  }
  .cloud .font ul > :nth-child(2) .first {
    width: 100%;
    height: 70%;
  }
  .cloud .font ul > :nth-child(2) .first > :nth-child(1) {
    margin-left: 30%;
    font-size: 60px;
    float: left;
  }
  .cloud .font ul > :nth-child(3) {
    width: 20%;
  }
  .cloud .font ul > :nth-child(3) .first {
    width: 100%;
    height: 70%;
  }
  .cloud .font ul > :nth-child(3) .first > :nth-child(1) {
    margin-left: 40%;
    font-size: 60px;
    float: left;
  }
  .cloud .font .turn {
    display: block;
    width: 150px;
    font-size: 16px;
    line-height: 3;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #3f3480;
  }
  .cloud .wrap1 {
    position: absolute;
    height: 400px;
    width: 190vw;
    background: url("../image/cloud.png");
    background-repeat: repeat-x;
    bottom: 0;
    animation: cloud 100s linear infinite;
  }
  .cloud .wrap2 {
    background: url("../image/cloud.png");
    background-repeat: repeat-x;
    position: absolute;
    height: 400px;
    width: 190vw;
    bottom: 0;
    left: 100%;
    animation: cloud2 100s linear infinite;
  }
  .news {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: 970px;
    background: url("../image/bg4-img.jpg");
    background-size: 100% 100%;
  }
  .news .title {
    margin-top: 50px;
    color: white;
    display: block;
  }
  .news ul {
    margin-top: 90px;
    width: 96%;
    column-count: 5;
  }
  .news ul li {
    -webkit-column-break-inside: avoid;
    margin-top: 40px;
    margin-left: 20px;
    max-width: 280px;
    padding: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .news ul li a {
    color: #333;
    display: block;
    width: 100%;
  }
  .news ul li a .pic {
    width: 100%;
  }
  .news ul li a img {
    display: block;
    width: 100%;
  }
  .news ul li a > :nth-child(2) {
    font-weight: 700;
    margin-top: 4px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news ul li a > :nth-child(3) {
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news ul li:hover {
    transform: rotate(0) !important;
  }
  .news .lookmore {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #348eda;
    border-radius: 6px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #348eda;
    margin-top: 60px;
    text-decoration: none;
  }
  .partnerT {
    margin-top: 80px;
  }
  .partnerT .title a {
    color: black;
  }
  .partnerT .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .partnerT .partner .partner-boder {
    border: 1px solid #cdcbcb;
    width: 320px;
    height: 110px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
  }
  .partnerT .partner .partner-boder:hover img {
    margin-top: -86px;
  }
  .partnerT .partner .partner-boder img {
    position: relative;
    bottom: 0px;
    width: 100%;
    transition: all 0.3s linear;
  }
  .relative {
    margin-top: 80px;
  }
  .relative #container {
    margin-top: 50px;
    height: 600px;
    width: 100%;
  }
  .footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 1025px) {
  body {
    width: 10rem;
    overflow: hidden;
  }
  .container {
    width: 10rem;
  }
  .title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.4324rem;
    height: 0.5405rem;
    line-height: 0.5405rem;
  }
  .top {
    height: 1.3514rem;
    width: 100%;
    background-color: #0D2C4B;
    position: fixed;
    z-index: 99999;
  }
  .top h1 {
    margin-top: 0.1081rem;
    float: left;
    height: 1.0811rem;
    margin-left: 0.5405rem;
  }
  .top h1 a {
    display: block;
    height: 100%;
  }
  .top h1 a img {
    height: 100%;
  }
  .top .menu {
    margin-top: 0.2703rem;
    float: right;
    height: 0.8108rem;
    width: 0.8108rem;
    margin-right: 0.5405rem;
  }
  .top ul {
    display: none;
    position: absolute;
    top: 1.3514rem;
    right: 0.0541rem;
    width: 2.1622rem;
    z-index: 9999;
    background-color: #fff;
  }
  .top ul li {
    color: #333;
    height: 0.8108rem;
    line-height: 0.8108rem;
    text-align: center;
    font-size: 0.3784rem;
    border: 0.027rem solid #4f4e4e;
    border-top: none;
  }
  .bannerMax1 {
    margin-top: 1.3514rem;
    position: relative;
    width: 10rem;
    height: 15.5676rem;
  }
  .bannerMax1 .swiper-containerm {
    height: 13.3514rem;
    width: 100%;
  }
  .bannerMax1 .swiper-wrapper > :nth-child(1) img {
    animation: scaleBig 1s linear 1;
  }
  .bannerMax1 .swiper-slide {
    position: relative;
    height: 13.3514rem;
    width: 100%;
  }
  .bannerMax1 .swiper-slide .contain1 {
    background: url("../image/bannerM1.png");
  }
  .bannerMax1 .swiper-slide .contain1 > img {
    transform: translate(-50%, -50%);
    width: 60%;
    margin-left: 50%;
    margin-top: 6.6486rem;
  }
  .bannerMax1 .swiper-slide .contain2 {
    background: url("../image/bannerM2.png");
  }
  .bannerMax1 .swiper-slide .contain {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
  }
  .bannerMax1 .swiper-slide .contain .box {
    height: 2.2162rem;
    width: 100%;
    position: absolute;
    bottom: -1.8919rem;
    z-index: 99;
    color: black;
  }
  .bannerMax1 .swiper-slide .contain .box .first {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 0.4324rem;
    font-size: 0.4324rem;
    font-weight: 700;
  }
  .bannerMax1 .swiper-slide .contain .box .second {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.1081rem;
    line-height: 0.5405rem;
    font-size: 0.3243rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .bannerMax1 .content-slide {
    padding: 0.5405rem;
    color: #fff;
  }
  .bannerMax1 .paginationm {
    z-index: 999;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 2.4324rem;
    width: 100%;
  }
  .bannerMax1 .swiper-pagination-switch {
    display: inline-block;
    width: 0.2703rem;
    height: 0.2703rem;
    border-radius: 0.2703rem;
    background: #999;
    box-shadow: 0rem 0.027rem 0.0541rem #555 inset;
    margin: 0 0.0811rem;
    cursor: pointer;
  }
  .bannerMax1 .swiper-active-switch {
    background: #fff;
  }
  .bannerPc {
    display: none;
  }
  .apply {
    margin-top: 1.3514rem;
  }
  .apply ul {
    margin: 0 auto;
    width: 9.1892rem;
    margin-top: 0.5405rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .apply ul li {
    margin-top: 0.3784rem;
    width: 4.3784rem;
    height: 5.8378rem;
    position: relative;
    font-size: 0.3784rem;
  }
  .apply ul li a {
    color: white;
  }
  .apply ul li .text {
    width: 100%;
    background-color: #00000094;
    z-index: 1;
    position: absolute;
    bottom: 0;
  }
  .apply ul li .text .Chinese {
    padding-top: 0.2703rem;
    width: 100%;
    padding-left: 0.2703rem;
    box-sizing: border-box;
  }
  .apply ul li .text .English {
    width: 100%;
    padding-left: 0.2703rem;
    padding-top: 0.1622rem;
    padding-bottom: 0.2703rem;
    box-sizing: border-box;
  }
  .apply ul li img {
    height: 100%;
    width: 100%;
  }
  .mass {
    margin-top: 1.3514rem;
  }
  .mass ul {
    margin-top: 0.5405rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .mass ul li {
    margin: 0px auto;
    margin-top: 0.2703rem;
    width: 9.1892rem;
    background-color: #cec8c833;
    padding-bottom: 0.2703rem;
  }
  .mass ul li a {
    color: black;
  }
  .mass ul li .img {
    width: 100%;
  }
  .mass ul li .img img {
    width: 100%;
  }
  .mass ul li .titleTop {
    text-align: center;
    padding: 0 0.1081rem;
    width: 100%;
    margin-top: 0.2703rem;
    font-size: 0.3784rem;
    font-weight: 700;
  }
  .mass ul li .text {
    padding: 0 5%;
    width: 90%;
    margin-top: 0.2703rem;
    font-size: 0.3243rem;
    line-height: 0.4865rem;
  }
  .ERP {
    margin-top: 1.3514rem;
  }
  .ERP ul {
    margin-top: 0.5405rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #8A3242;
    color: white;
  }
  .ERP ul li {
    padding: 0.2703rem;
    width: 4.4324rem;
    height: 5.7838rem;
  }
  .ERP ul li a {
    color: white;
  }
  .ERP ul li .iconPic {
    width: 100%;
    text-align: center;
    font-size: 0.8108rem;
    height: 1.0811rem;
    line-height: 1.0811rem;
  }
  .ERP ul li .titleTop {
    margin-top: 0.1081rem;
    width: 100%;
    font-size: 0.3784rem;
    text-align: center;
    font-weight: 700;
  }
  .ERP ul li .line {
    margin: 0 auto;
    width: 1.3514rem;
    height: 0.027rem;
    background-color: #fff;
    margin-top: 0.0541rem;
  }
  .ERP ul li .text {
    margin-top: 0.1081rem;
    font-size: 0.3243rem;
    line-height: 0.4865rem;
  }
  .ERP ul > :nth-child(1) {
    background-color: #8F9CC6;
  }
  .ERP ul > :nth-child(4) {
    background-color: #B6A5C7;
  }
  .ERP ul > :nth-child(5),
  .ERP ul :nth-child(8) {
    background-color: #C2ABB1;
  }
  .terrace {
    margin-top: 1.3514rem;
  }
  .terrace ul {
    margin-top: 0.5405rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .terrace ul li {
    margin-top: 0.2703rem;
    width: 9.1892rem;
    background-color: #f1f1f1;
    padding-bottom: 0.2703rem;
  }
  .terrace ul li a {
    color: black;
  }
  .terrace ul li .iconPic {
    width: 100%;
    text-align: center;
    font-size: 1.2432rem;
    height: 1.6216rem;
    line-height: 1.6216rem;
    color: #F0B400;
  }
  .terrace ul li .titleTop {
    margin-top: 0.1081rem;
    width: 95%;
    font-size: 0.3784rem;
    margin-left: 5%;
    font-weight: 700;
  }
  .terrace ul li .text {
    padding: 0 5%;
    margin-top: 0.1081rem;
    width: 90%;
    font-size: 0.3243rem;
    line-height: 0.5405rem;
  }
  .system {
    margin-top: 1.3514rem;
  }
  .system .sysBg {
    font-size: 0;
    margin-top: 0.5405rem;
    width: 10rem;
    background-color: #0D2C4B;
  }
  .system .sysBg .spc {
    display: none;
  }
  .system .sysBg .smobile {
    width: 100%;
  }
  .produce {
    width: 100%;
    margin-top: 1.3514rem;
  }
  .produce .secondtitle {
    margin-top: 0.2703rem;
    font-size: 0.3784rem;
    width: 100%;
    text-align: center;
  }
  .produce .contain {
    color: white;
    margin-top: 0.5405rem;
    height: 12.7027rem;
    width: 100%;
    background-image: linear-gradient(90deg, #15d297, #3c64f0);
    position: relative;
  }
  .produce .contain .bm {
    position: relative;
  }
  .produce .contain .bm > :nth-child(1) {
    display: none;
  }
  .produce .contain .bm > :nth-child(2) {
    width: 1.8919rem;
    margin-left: 4.0541rem;
    margin-top: 1.5135rem;
    animation: rounds 3s linear infinite;
  }
  .produce .contain .bm > :nth-child(3) {
    position: absolute;
    width: 4.3243rem;
    top: 0.2703rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .produce .contain li {
    margin-top: 0.2703rem;
  }
  .produce .contain li .toptitle {
    font-size: 0.3784rem;
    text-align: center;
    font-weight: 700;
  }
  .produce .contain li .secondText {
    margin-top: 0.1622rem;
    line-height: 0.4865rem;
    font-size: 0.3243rem;
  }
  .produce .contain .left {
    width: 42%;
    position: absolute;
    top: 4.8649rem;
    left: 4%;
  }
  .produce .contain .right {
    position: absolute;
    width: 42%;
    top: 4.8649rem;
    left: 54%;
  }
  .shades {
    margin-top: 1.3514rem;
    width: 100%;
  }
  .shades .wrap {
    width: 9.1892rem;
    margin: 0 auto;
  }
  .shades .wrap li {
    overflow: hidden;
    margin-top: 0.2703rem;
    width: 100%;
    height: 4.0541rem;
    position: relative;
  }
  .shades .wrap li .middle {
    display: none;
  }
  .shades .wrap li .detail {
    color: white;
    position: absolute;
    top: 0.5405rem;
    left: 0.5405rem;
    z-index: 99;
  }
  .shades .wrap li .detail .name {
    font-size: 0.3784rem;
    font-weight: 600;
  }
  .shades .wrap li .detail .look {
    display: block;
    margin-top: 0.2703rem;
    width: 2.1622rem;
    height: 0.6486rem;
    text-align: center;
    line-height: 0.6486rem;
    color: #3c16e4;
    border-radius: 0.2703rem;
    background-color: #fff;
  }
  .shades .wrap li img {
    width: 100%;
    margin-top: -2.1622rem;
    filter: grayscale(100%);
  }
  .shades .wrap .select img {
    filter: grayscale(0%);
  }
  .cloud {
    width: 100%;
    height: 8.6486rem;
    padding: 1.0811rem 0;
    background: url("../image/img-3.jpg");
    background-color: #d9eeff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
  }
  .cloud .font {
    position: absolute;
  }
  .cloud .font .introduce {
    margin: 0 auto;
    width: 8.1081rem;
    margin-top: 0.5405rem;
  }
  .cloud .font ul {
    margin: 0 auto;
    width: 8.1081rem;
    margin-top: 0.5405rem;
    display: flex;
    justify-content: space-around;
  }
  .cloud .font ul li {
    width: 2.4324rem;
  }
  .cloud .font ul li .first {
    width: 100%;
    height: 0.8108rem;
  }
  .cloud .font ul li .first > :nth-child(1) {
    margin-left: 0.8108rem;
    font-size: 0.5405rem;
    float: left;
  }
  .cloud .font ul li .first > :nth-child(2) {
    float: left;
    margin-left: 0.2703rem;
  }
  .cloud .font ul li .second {
    text-align: center;
  }
  .cloud .font ul > :nth-child(2) .first > :nth-child(1) {
    margin-left: 0.2703rem;
  }
  .cloud .font ul > :nth-child(2) .first > :nth-child(2) {
    margin-left: 0rem;
  }
  .cloud .font .turn {
    margin: 0 auto;
    margin-top: 0.5405rem;
    display: block;
    width: 3.2432rem;
    height: 0.973rem;
    font-size: 0.3784rem;
    text-align: center;
    line-height: 0.973rem;
    background-color: #3f3480;
    border-radius: 0.5405rem;
    color: white;
  }
  .cloud .wrap1 {
    position: absolute;
    height: 2.4324rem;
    width: 190vw;
    background: url("../image/cloud.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;
    bottom: -0.027rem;
    z-index: 99;
    animation: cloud 100s linear infinite;
  }
  .cloud .wrap2 {
    background: url("../image/cloud.png");
    background-repeat: repeat-x;
    position: absolute;
    height: 2.4324rem;
    width: 190vw;
    bottom: -0.027rem;
    left: 100%;
    z-index: 99;
    animation: cloud2 100s linear infinite;
    background-size: 100% 100%;
  }
  .news {
    margin-top: 1.3514rem;
    width: 100%;
    position: relative;
  }
  .news .title {
    display: block;
    color: #333;
  }
  .news ul {
    margin-top: 0.5405rem;
    width: 100%;
    column-count: 2;
    background: url("../image/bg4-img.jpg");
    background-size: 100% 100%;
    padding: 0.5405rem 0.4054rem;
    box-sizing: border-box;
  }
  .news ul > a {
    display: block;
    width: 34%;
  }
  .news ul li {
    -webkit-column-break-inside: avoid;
    background-color: #fff;
    margin-top: 0.5405rem;
    color: #333;
    text-align: center;
    padding: 0.1622rem;
  }
  .news ul li a {
    display: block;
    width: 100%;
    color: #333;
  }
  .news ul li a .pic {
    width: 100%;
  }
  .news ul li a .pic img {
    width: 100%;
  }
  .news ul li a > :nth-child(2) {
    font-size: 0.3243rem;
    font-weight: 700;
    margin-top: 0.1081rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news ul li a > :nth-child(3) {
    font-size: 0.2703rem;
    margin-top: 0.1081rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news ul > :nth-child(1) {
    margin-top: 1.3514rem;
  }
  .news ul > :nth-child(2) {
    margin-top: 1.3514rem;
  }
  .news ul > :nth-child(7),
  .news ul > :nth-child(8),
  .news ul > :nth-child(9),
  .news ul > :nth-child(10) {
    display: none;
  }
  .news .lookmore {
    position: absolute;
    bottom: 0.4324rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3f3480;
    border-radius: 0.5405rem;
    color: white;
    font-size: 0.3784rem;
    width: 3.2432rem;
    height: 0.973rem;
    text-align: center;
    line-height: 0.973rem;
  }
  .partnerT {
    width: 100%;
    margin-top: 1.3514rem;
  }
  .partnerT .title a {
    color: black;
  }
  .partnerT .partner {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.5405rem;
    display: flex;
    flex-wrap: wrap;
  }
  .partnerT .partner .boder {
    border: 0.027rem solid #d0cece;
    width: 49%;
    height: 1.3514rem;
    overflow: hidden;
  }
  .partnerT .partner .boder img {
    margin-top: -1.3514rem;
    width: 100%;
  }
  .partnerT .partner > :nth-child(1),
  .partnerT .partner > :nth-child(3),
  .partnerT .partner > :nth-child(5),
  .partnerT .partner > :nth-child(7) {
    border-right: none;
  }
  .partnerT .partner > :nth-child(3),
  .partnerT .partner > :nth-child(4),
  .partnerT .partner > :nth-child(5),
  .partnerT .partner > :nth-child(6),
  .partnerT .partner > :nth-child(7),
  .partnerT .partner > :nth-child(8) {
    border-top: none;
  }
  .relative {
    margin-top: 1.3514rem;
  }
  .relative #container {
    margin-top: 0.5405rem;
    width: 100%;
    height: 5.4054rem;
  }
  .footer {
    margin-top: 0;
  }
}
