* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
.box {
  background-color: #f2f2f2;
}
.box #title {
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  color: #00a178;
  margin: 50px auto 60px;
}
.box .top {
  width: 100%;
  height: auto;
}
.box .top .pc,
.box .top .phone {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box .top .phone {
  display: none;
}
.box .protect {
  width: 100%;
  padding: 0 197px;
}
.box .protect .videos {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .protect .videos .an {
  position: absolute;
  z-index: 9;
}
.box .protect .videos video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.box .protect .content {
  margin-top: 46px;
  width: 100%;
  color: #221815;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 1.7;
}
.box .artificial {
  width: 100%;
  padding: 0 197px;
  padding-bottom: 70px;
  padding-top: 30px;
}
.box .artificial .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.box .artificial .list .in {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box .artificial .list .in img {
  width: 172px;
  height: 172px;
}
.box .artificial .list .in .title {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 18px;
}
.box .artificial .list .in .content {
  color: #221815;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #000000;
  width: 100%;
  padding-top: 32px;
  line-height: 1.7;
}
.box .programme {
  width: 100%;
  padding: 0 197px;
  padding-bottom: 70px;
  background-color: #fff;
  overflow: hidden;
}
.box .programme .list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .programme .list .in {
  width: 30%;
}
.box .programme .list .in .image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.box .programme .list .in .image img {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  .box .programme .list .in .image:hover .green {
    transform: translateY(0);
  }
  .box .programme .list .in .image:hover img {
    transform: scale(1.1);
  }
}
.box .programme .list .in .image .green {
  width: 100%;
  background-color: #00a178;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  transform: translateY(100%);
}
.box .programme .list .in .image .green a {
  width: 100%;
  padding: 15px 0;
}
.box .programme .list .in .image .green img {
  width: 24px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.box .programme .list .in .title {
  font-size: 21px;
  text-align: center;
  margin-top: 30px;
}
.box .Related {
  width: 100%;
  padding: 0 197px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.box .Related .box {
  position: relative;
}
.box .Related .box .prevArrow,
.box .Related .box .nextArrow {
  z-index: 9;
  width: 50px;
  height: 110px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
}
.box .Related .box .prevArrow:hover,
.box .Related .box .nextArrow:hover {
  background: #00a178;
}
.box .Related .box .prevArrow img,
.box .Related .box .nextArrow img {
  width: 35px;
  height: 58px;
  object-fit: contain;
}
.box .Related .box .prevArrow {
  left: -100px;
  top: 30%;
}
.box .Related .box .nextArrow {
  right: -50px;
  top: 30%;
}
.box .Related .box .multiple-items .item {
  margin-right: 50px;
}
.box .Related .box .multiple-items .item:hover .img {
  border: 1px solid #00a178;
}
.box .Related .box .multiple-items .item:hover .name {
  color: #00a178;
}
.box .Related .box .multiple-items .item .img {
  height: 367px;
  background-color: #ffffff;
}
.box .Related .box .multiple-items .item .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.box .Related .box .multiple-items .item .name {
  font-weight: 400;
  font-size: 25px;
  text-align: left;
  color: #333333;
  text-align: center;
  padding-top: 43px;
  padding-bottom: 98px;
}
.box .article {
  width: 100%;
  padding: 0 197px;
  padding-bottom: 130px;
  overflow: hidden;
  background-color: #fff;
}
.box .article .list {
  width: 100%;
}
.box .article .list .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
.box .article .list .li:hover .left .title,
.box .article .list .li:hover .left .content {
  color: #1c5cb0;
}
.box .article .list .li .left {
  width: 90%;
}
.box .article .list .li .left .title {
  font-weight: 400;
  font-size: 26px;
  text-align: left;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.box .article .list .li .left .content {
  font-weight: 400;
  font-size: 21px;
  text-align: left;
  color: #747474;
  margin-top: 31px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.box .article .list .li img {
  width: 37px;
  height: 40px;
}
@media screen and (max-width: 1500px) {
  .box #title {
    margin: 60px auto;
  }
  .box .top {
    width: 100%;
    height: auto;
  }
  .box .top .pc,
  .box .top .phone {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .box .top .phone {
    display: none;
  }
  .box .protect {
    width: 100%;
    padding: 20px 130px;
  }
  .box .protect .videos {
    width: 100%;
  }
  .box .protect .videos video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .box .protect .content {
    margin-top: 46px;
    width: 100%;
    color: #221815;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
  }
  .box .artificial {
    width: 100%;
    padding: 20px 130px;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .box .artificial .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .artificial .list .in {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .artificial .list .in img {
    width: 140px;
    height: 140px;
  }
  .box .artificial .list .in .title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .box .artificial .list .in .content {
    font-size: 16px;
    padding-top: 20px;
  }
  .box .programme {
    width: 100%;
    padding: 20px 130px;
    padding-bottom: 70px;
  }
  .box .programme .list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .programme .list .in {
    width: 30%;
  }
  .box .programme .list .in .image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .box .programme .list .in .title {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .box .Related {
    width: 100%;
    padding: 20px 130px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
  }
  .box .Related .box {
    position: relative;
  }
  .box .Related .box .prevArrow,
  .box .Related .box .nextArrow {
    z-index: 9;
    width: 50px;
    height: 110px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .box .Related .box .prevArrow img,
  .box .Related .box .nextArrow img {
    width: 35px;
    height: 58px;
    object-fit: contain;
  }
  .box .Related .box .prevArrow {
    left: -100px;
    top: 30%;
  }
  .box .Related .box .nextArrow {
    right: -50px;
    top: 30%;
  }
  .box .Related .box .multiple-items .item {
    margin-right: 30px;
  }
  .box .Related .box .multiple-items .item:hover .img {
    border: 1px solid #00a178;
  }
  .box .Related .box .multiple-items .item:hover .name {
    color: #00a178;
  }
  .box .Related .box .multiple-items .item .img {
    height: 307px;
    background-color: #ffffff;
  }
  .box .Related .box .multiple-items .item .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .box .Related .box .multiple-items .item .name {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #333333;
    text-align: center;
    padding-top: 43px;
    padding-bottom: 98px;
  }
  .box .article {
    width: 100%;
    padding: 20px 130px;
    padding-bottom: 70px;
  }
  .box .article .list {
    width: 100%;
  }
  .box .article .list .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
  }
  .box .article .list .li .left {
    width: 90%;
  }
  .box .article .list .li .left .title {
    font-weight: 400;
    font-size: 26px;
    text-align: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .box .article .list .li .left .content {
    font-weight: 400;
    font-size: 21px;
    text-align: left;
    color: #747474;
    margin-top: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .box .article .list .li img {
    width: 37px;
    height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .box #title {
    font-size: 40px;
  }
  .box .protect {
    width: 100%;
    padding: 0 100px;
  }
  .box .protect .videos {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .protect .videos .an {
    position: absolute;
    z-index: 9;
  }
  .box .protect .videos .an img {
    width: 150px;
    height: 150px;
  }
  .box .protect .videos video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .box .protect .content {
    margin-top: 46px;
    width: 100%;
    color: #221815;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1200px) {
  .box #title {
    margin: 6vw auto;
  }
  .box .Related {
    padding: 0 6vw;
    padding-bottom: 6vw;
  }
  .box .Related .box .prevArrow,
  .box .Related .box .nextArrow {
    display: none !important;
  }
  .box .protect {
    padding: 0 6vw;
  }
  .box .protect .content p {
    display: inline;
    text-align: justify;
  }
  .box .programme {
    padding: 0 6vw;
    padding-bottom: 6vw;
  }
  .box .artificial {
    padding: 0 6vw;
    padding-bottom: 6vw;
  }
  .box .article {
    width: 100%;
    padding: 0 6vw;
    padding-bottom: 2vw;
  }
  .box .article .list {
    width: 100%;
  }
  .box .article .list .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
  }
  .box .article .list .li:hover .left .title,
  .box .article .list .li:hover .left .content {
    color: #1c5cb0;
  }
  .box .article .list .li .left {
    width: 90%;
  }
  .box .article .list .li .left .title {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .box .article .list .li .left .content {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #747474;
    margin-top: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .box .article .list .li img {
    width: 37px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .box .protect {
    padding: 5vw;
  }
  .box #title {
    margin: 0 auto 5vw;
    font-size: 32px;
  }
  .box .artificial {
    width: 100%;
    padding: 5vw;
  }
  .box .artificial .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .artificial .list .in {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .artificial .list .in img {
    width: 100px;
    height: 100px;
  }
  .box .artificial .list .in .title {
    font-size: 20px;
    margin-top: 3vw;
  }
  .box .artificial .list .in .content {
    font-size: 14px;
  }
  .box .programme {
    width: 100%;
    padding: 5vw;
  }
  .box .programme .list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .programme .list .in {
    width: 30%;
  }
  .box .programme .list .in .image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .box .programme .list .in .image img {
    transition: all 0.5s;
  }
  .box .programme .list .in .image .green {
    transform: translateY(0);
    position: relative;
  }
  .box .programme .list .in .image .green img {
    width: 20px;
  }
  .box .programme .list .in .title {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
  }
  .box .article {
    padding: 5vw;
    padding-bottom: 2vw;
  }
  .box .Related {
    width: 100%;
    padding: 5vw;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
  }
  .box .Related .box {
    position: relative;
  }
  .box .Related .box .prevArrow,
  .box .Related .box .nextArrow {
    z-index: 9;
    width: 50px;
    height: 110px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: none !important;
  }
  .box .Related .box .prevArrow:hover,
  .box .Related .box .nextArrow:hover {
    background: #00a178;
  }
  .box .Related .box .prevArrow img,
  .box .Related .box .nextArrow img {
    width: 35px;
    height: 58px;
    object-fit: contain;
  }
  .box .Related .box .prevArrow {
    left: -50px;
    top: 20%;
  }
  .box .Related .box .nextArrow {
    right: -50px;
    top: 20%;
  }
  .box .Related .box .multiple-items .item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box .Related .box .multiple-items .item:hover .img {
    border: 1px solid #00a178;
  }
  .box .Related .box .multiple-items .item:hover .name {
    color: #00a178;
  }
  .box .Related .box .multiple-items .item .img {
    height: 257px;
    background-color: #ffffff;
  }
  .box .Related .box .multiple-items .item .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .box .Related .box .multiple-items .item .name {
    font-weight: 400;
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .box #title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #00a178;
    margin: 35px auto;
  }
  .box .top {
    width: 100%;
    height: auto;
  }
  .box .top .phone {
    display: block;
  }
  .box .top .pc {
    display: none;
  }
  .box .protect {
    width: 100%;
    padding: 0 5vw;
  }
  .box .protect .videos {
    width: 100%;
  }
  .box .protect .videos .an {
    position: absolute;
    z-index: 9;
  }
  .box .protect .videos .an img {
    width: 60px;
    height: 60px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
  }
  .box .protect .videos video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .box .protect .content {
    margin-top: 25px;
    width: 100%;
    color: #221815;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
  }
  .box .artificial {
    width: 100%;
    padding: 0 5vw;
  }
  .box .artificial .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box .artificial .list .in {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .box .artificial .list .in img {
    width: 80px;
    height: 80px;
  }
  .box .artificial .list .in .title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .box .artificial .list .in .content {
    color: #221815;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 20px;
  }
  .box .programme {
    width: 100%;
    padding: 0 5vw;
  }
  .box .programme .list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .box .programme .list .in {
    width: 100%;
    margin-bottom: 28px;
  }
  .box .programme .list .in .image {
    height: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .box .programme .list .in .title {
    font-size: 15px;
    text-align: center;
    margin-top: 14px;
  }
  .box .Related {
    width: 100%;
    padding: 0 5vw;
    background-color: #f4f4f4;
    overflow: hidden;
  }
  .box .Related .box {
    position: relative;
  }
  .box .Related .box .prevArrow,
  .box .Related .box .nextArrow {
    display: none !important;
  }
  .box .Related .box .multiple-items .item {
    margin-right: 0;
    margin-left: 0;
  }
  .box .Related .box .multiple-items .item:hover .img {
    border: 1px solid #00a178;
  }
  .box .Related .box .multiple-items .item:hover .img img {
    width: 100%;
  }
  .box .Related .box .multiple-items .item:hover .name {
    color: #00a178;
  }
  .box .Related .box .multiple-items .item .img {
    height: auto;
    background-color: #ffffff;
  }
  .box .Related .box .multiple-items .item .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .box .Related .box .multiple-items .item .name {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #333333;
    text-align: center;
    padding-bottom: 15vw;
  }
  .box .article {
    width: 100%;
    padding: 0 5vw;
    padding-bottom: 30px;
  }
  .box .article .list {
    width: 100%;
  }
  .box .article .list .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px dashed #eeeeee;
    flex-direction: column;
  }
  .box .article .list .li .left {
    width: 100%;
  }
  .box .article .list .li .left .title {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #333333;
    overflow: unset;
    white-space: unset;
    line-height: 1.6;
  }
  .box .article .list .li .left .content {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #747474;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: unset;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    text-align: justify;
  }
  .box .article .list .li img {
    width: 25px;
    height: 30px;
    margin: 20px auto;
    display: none;
  }
}