@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-new/hlqy/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 240px;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .box .Top .Bgc .Title h2 {
    width: 80%;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    margin-top: 29px;
    font-weight: normal;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 45px;
    display: block;
    border: none;
    outline: none;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content .content {
    background-color: #f0fff7;
    margin-top: 16px;
  }
  .box .Content .content .one {
    padding: 75px 0 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .content .one .text {
    width: 60%;
    padding-bottom: 5%;
  }
  .box .Content .content .one .text p {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .content .one .img {
    width: 36%;
    height: auto;
  }
  .box .Content .content .one .img img {
    width: 100%;
    height: auto;
  }
  .box .Content .content .two {
    width: 100%;
    height: 645px;
    background-color: #049963;
    background: url(../../img/ej-new/hlqy/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 76px 0;
  }
  .box .Content .content .two h2 {
    font-family: 'PingFangH';
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
  }
  .box .Content .content .two .UL {
    width: 100%;
    height: 361px;
    position: relative;
    margin-top: 75px;
  }
  .box .Content .content .two .UL ul {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  .box .Content .content .two .UL ul li {
    width: 40%;
    height: 100%;
    position: relative;
  }
  .box .Content .content .two .UL ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .box .Content .content .two .UL ul li a .icon {
    width: 66px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .content .two .UL ul li a .icon h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 66px;
    height: 66px;
    background: url(../../img/ej-new/hlqy/bg.png) center no-repeat;
    background-size: 100% 100%;
    font-family: 'PingFangH';
    font-size: 30px;
    line-height: 66px;
    color: #012a2c;
    text-align: center;
  }
  .box .Content .content .two .UL ul li a .icon img {
    position: absolute;
    left: 50%;
    bottom: 85%;
    transform: translate(-50%);
  }
  .box .Content .content .two .UL ul li a .text {
    width: 57%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .box .Content .content .two .UL ul li a .text p {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
  }
  .box .Content .content .two .UL ul li a .text span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
  }
  .box .Content .content .two .UL ul li:last-child {
    width: 20%;
  }
  .box .Content .content .two .UL ul li:last-child a .text {
    width: 100%;
  }
  .box .Content .content .two .UL ul.ul2 {
    top: auto;
    bottom: 0;
    border-bottom: none;
  }
  .box .Content .content .two .UL ul.ul2 li {
    width: 40%;
  }
  .box .Content .content .two .UL ul.ul2 li a {
    justify-content: flex-end;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon {
    left: auto;
    right: 0;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon h5 {
    top: 0;
    bottom: auto;
    transform: translate(50%, -50%);
  }
  .box .Content .content .two .UL ul.ul2 li a .icon img {
    top: 100%;
    bottom: auto;
  }
  .box .Content .content .two .UL ul.ul2 li a .text {
    width: 57%;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .box .Content .content .two .UL ul.ul2 li:first-child {
    width: 20%;
  }
  .box .Content .content .two .UL ul.ul2 li:first-child a .text {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box .Content .content .two .UL ul li a .icon {
    width: 60px;
  }
  .box .Content .content .two .UL ul li a .icon h5 {
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
  }
  .box .Content .content .two .UL ul li a .text {
    width: 65%;
    height: 100%;
  }
  .box .Content .content .two .UL ul.ul2 li a .text {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 180px;
  }
  .box .Content .content .one {
    padding: 65px 0;
  }
  .box .Content .content .one .text {
    width: 58%;
  }
  .box .Content .content .one .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .content .one .img {
    width: 40%;
  }
  .box .Content .content .two {
    height: 605px;
    padding: 75px 0 45px;
  }
  .box .Content .content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .content .two .UL {
    height: 320px;
    margin-top: 75px;
  }
  .box .Content .content .two .UL ul li a .icon {
    width: 52px;
  }
  .box .Content .content .two .UL ul li a .icon h5 {
    width: 52px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
  }
  .box .Content .content .two .UL ul li a .icon img {
    bottom: 55%;
  }
  .box .Content .content .two .UL ul li a .text {
    width: 65%;
  }
  .box .Content .content .two .UL ul li a .text p {
    font-size: 18px;
    line-height: 18px;
  }
  .box .Content .content .two .UL ul li a .text span {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon img {
    top: 85%;
  }
  .box .Content .content .two .UL ul.ul2 li a .text {
    width: 65%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 100px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 16px;
  }
  .box .Content .content .one {
    padding: 55px 0;
    display: block;
  }
  .box .Content .content .one .text {
    width: 100%;
  }
  .box .Content .content .one .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .content .one .img {
    width: 55%;
    margin: 0 auto;
  }
  .box .Content .content .two {
    height: auto;
    padding: 75px 0;
  }
  .box .Content .content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .content .two .UL {
    height: 400px;
    margin-top: 55px;
  }
  .box .Content .content .two .UL ul {
    width: 100%;
    height: 40%;
    border-bottom: none;
  }
  .box .Content .content .two .UL ul li {
    width: 33%;
  }
  .box .Content .content .two .UL ul li a .icon {
    width: 55px;
  }
  .box .Content .content .two .UL ul li a .icon h5 {
    width: 55px;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
  }
  .box .Content .content .two .UL ul li a .icon img {
    bottom: 85%;
  }
  .box .Content .content .two .UL ul li a .text {
    width: 100%;
  }
  .box .Content .content .two .UL ul li a .text p {
    font-size: 18px;
    line-height: 18px;
  }
  .box .Content .content .two .UL ul li a .text span {
    font-size: 14px;
    line-height: 20px;
  }
  .box .Content .content .two .UL ul li:last-child {
    width: 33%;
  }
  .box .Content .content .two .UL ul li:last-child a .text {
    width: 100%;
  }
  .box .Content .content .two .UL ul.ul2 {
    top: auto;
    bottom: 0;
    border-bottom: none;
  }
  .box .Content .content .two .UL ul.ul2 li {
    width: 33%;
  }
  .box .Content .content .two .UL ul.ul2 li a {
    justify-content: flex-start;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon {
    left: 0;
    right: auto;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon h5 {
    top: 0;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .box .Content .content .two .UL ul.ul2 li a .icon img {
    top: 100%;
    bottom: auto;
  }
  .box .Content .content .two .UL ul.ul2 li a .text {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
  .box .Content .content .two .UL ul.ul2 li:first-child {
    width: 33%;
  }
  .box .Content .content .two .UL ul.ul2 li:first-child a .text {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-new/hlqy/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 22.66666667vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Bgc .Title h2 {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    color: #ffffff;
    margin-top: 5.33333333vw;
    font-weight: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
  }
  .box .Top .Bgc .Title button {
    width: 26.66666667vw;
    height: 8vw;
    background-color: #049963;
    border-radius: 1.6vw;
    display: block;
    border: none;
    outline: none;
    margin: 5.33333333vw auto 0;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content .content {
    background-color: #f0fff7;
  }
  .box .Content .content .one {
    padding: 9.33333333vw 0;
  }
  .box .Content .content .one .text {
    width: 100%;
  }
  .box .Content .content .one .text p {
    font-size: 4vw;
    line-height: 7.46666667vw;
    color: #333333;
  }
  .box .Content .content .one .img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top: 5.33333333vw;
  }
  .box .Content .content .one .img img {
    width: 100%;
    height: auto;
  }
  .box .Content .content .two {
    width: 100%;
    height: auto;
    background-color: #049963;
    background: url(../../img/ej-new/hlqy/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 12vw 4vw 20vw;
  }
  .box .Content .content .two h2 {
    font-family: 'PingFangH';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #ffffff;
  }
  .box .Content .content .two .UL {
    width: 100%;
    height: 208vw;
    position: relative;
    margin-top: 20vw;
    margin-bottom: 34.66666667vw;
  }
  .box .Content .content .two .UL ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .content .two .UL ul li {
    width: 100%;
    height: 34.66666667vw;
    position: relative;
  }
  .box .Content .content .two .UL ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .box .Content .content .two .UL ul li a .icon {
    width: 12vw;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .content .two .UL ul li a .icon h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 12vw;
    height: 12vw;
    background: url(../../img/ej-new/hlqy/bg.png) center no-repeat;
    background-size: 100% 100%;
    font-family: 'PingFangH';
    font-size: 5.86666667vw;
    line-height: 12vw;
    color: #012a2c;
    text-align: center;
  }
  .box .Content .content .two .UL ul li a .icon img {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%);
  }
  .box .Content .content .two .UL ul li a .text {
    width: 100%;
    height: 100%;
    padding: 0 5.33333333vw;
    display: flex;
    flex-direction: column;
  }
  .box .Content .content .two .UL ul li a .text p {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #ffffff;
    font-weight: bold;
  }
  .box .Content .content .two .UL ul li a .text span {
    display: block;
    font-size: 4vw;
    line-height: 5.86666667vw;
    color: #ffffff;
    margin-top: 2.66666667vw;
  }
  .box .Content .content .two .UL ul.ul2 {
    top: 34.66666667vw;
    border-bottom: none;
  }
  .box .Content .content .two .UL ul.ul2 li {
    width: 100%;
  }
  .box .Content .content .two .UL ul.ul2 li a {
    justify-content: flex-end;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon {
    left: auto;
    right: 0;
  }
  .box .Content .content .two .UL ul.ul2 li a .icon h5 {
    top: 0;
    bottom: auto;
    transform: translate(50%, -50%);
  }
  .box .Content .content .two .UL ul.ul2 li a .icon img {
    top: 0%;
    bottom: auto;
  }
  .box .Content .content .two .UL ul.ul2 li a .text {
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .box .Content .content .two .UL ul.ul2 li:first-child {
    width: 100%;
  }
  .box .Content .content .two .UL ul.ul2 li:first-child a .text {
    width: 100%;
  }
}
