@media screen and (min-width: 1025px) {
  .title {
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .container {
    width: 1400px;
    margin: 0 auto;
  }
  .pull {
    background: url("../image/a4.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
  }
  .banner {
    overflow: hidden;
    height: 490px;
    width: 100%;
    background: url("../image/a4.jpg");
    background-size: 100% 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
  }
  .banner .container {
    overflow: hidden;
    height: 490px;
  }
  .banner .contain {
    animation: scaleBig 1s linear 1;
    margin-top: 100px;
    margin-left: 20px;
    width: 650px;
    color: white;
  }
  .banner .contain > :nth-child(1) {
    font-size: 40px;
  }
  .banner .contain > :nth-child(2) {
    margin-top: 20px;
    font-size: 20px;
  }
  .banner .contain > :nth-child(3) {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .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%;
  }
  .system .sysBg {
    margin-top: 50px;
    width: 100%;
  }
  .system .sysBg .spc {
    width: 100%;
  }
  .system .sysBg .smobile {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  body {
    width: 10rem;
    overflow: hidden;
  }
  .container {
    width: 10rem;
  }
  .banner {
    height: 7.5135rem;
    width: 100%;
    overflow: hidden;
    background: url("../image/a4.jpg");
    background-size: 100% 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    margin-top: 1.3514rem;
  }
  .banner .contain {
    animation: scaleBig 1s linear 1;
    color: white;
    margin-top: 1.0811rem;
    margin-left: 0.5405rem;
    width: 8.6486rem;
  }
  .banner .contain > :nth-child(1) {
    font-size: 0.5405rem;
  }
  .banner .contain > :nth-child(2) {
    margin-top: 0.2703rem;
    font-size: 0.3784rem;
  }
  .banner .contain > :nth-child(3) {
    margin-top: 0.2703rem;
    line-height: 0.6486rem;
    font-size: 0.3243rem;
  }
  .title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.4324rem;
    height: 0.5405rem;
    line-height: 0.5405rem;
  }
  .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 {
    margin-top: 0.5405rem;
    width: 10rem;
    background-color: #0D2C4B;
  }
  .system .sysBg .spc {
    display: none;
  }
  .system .sysBg .smobile {
    width: 100%;
  }
}
