.banner {
  width: 100%;
  height: 7rem;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: blur(.1rem);*/
}

.banner .text {
  position: absolute;
  top: 1.9rem;
  left: 2.58rem;
  width: 7rem;
}

.banner .text .tit1 {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .4rem;
  color: rgba(62, 95, 162, 1);
}

.banner .text .tit2 {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: .58rem;
  color: rgba(51, 51, 51, 1);
  margin-bottom: .7rem;
}

.banner .text .btn {
  width: 2.16rem;
  width: fit-content;
  padding: 0 .15rem;
  height: .7rem;
  border-radius: .6rem;
  background: rgba(62, 95, 162, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .36rem;
  color: rgba(255, 255, 255, 1);
}

.box1 {
  padding-top: .78rem;
/*  padding-bottom: .85rem;*/
  position: relative;
  background-image: url('../img/img1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: .1rem solid #ddd;
}

.box1 .box1back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  opacity: .2;
}

.box1 .tit {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .48rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-bottom: .3rem;
}

.box1 .det {
  max-width: 80%;
  margin: 0 auto;
  font-family: AlibabaPuHuiTi-3-55-Regular;
}

/* .box1 .txt1 {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(102, 102, 102, 1);
  text-align: center;
}

.box1 .txt1 span {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .24rem;
} */

.box2 {
  padding-top: .8rem;
  /*padding-bottom: .85rem;*/
  position: relative;
  /*background-image: url('../img/img2.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box2 .box2back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  opacity: .25;
}

.box2 .tit {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .48rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-bottom: .3rem;
}

.box2 .det {
  text-align: center;
/*  width: 16.1rem;
  height: 9.565rem;*/
  margin: 0 auto;
  position: relative;
}

.videoBox{
    position: absolute;
    width: 7.57rem;
    height: 4.29rem;
    top: 2.49rem;
    right: 1.88rem;
}

.videoBox video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoBox .play{
    position: absolute;
    width: .48rem;
    height: .48rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.videoBox p{
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-weight: 300;
    font-size: .2rem;
    position: absolute;
    top: 101%;
    left: 50%;
    transform: translateX(-50%);
}

/* .box2 .list .item{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
} */

.box3 {
    padding-bottom: 1.2rem;
}

.box3 .tit {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .48rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-bottom: .61rem;
}

.box3 .w-1700{
    width: 17rem;
    margin: 0 auto;
}

.box3 .list1{
    display: flex;
    gap: .5rem;
}

.box3 .list1 .item{
    width: 8.23rem;
    padding: .78rem .45rem .49rem 1.28rem;
    background: rgba(62, 95, 162, 0.15);
}

.box3 .list1 .item .title{
    width: fit-content;
    background: rgba(62, 95, 162, 1);
    min-width: 1.26rem;
    height: .45rem;
    padding: 0 .22rem;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: 500;
    font-size: .32rem;
    border-radius: .16rem;
    margin-bottom: .76rem;
    color: #fff;
}

.box3 .list1 .item .table{
    display: flex;
    flex-wrap: wrap;
}

.box3 .list1 .item .table .td{
    width: 50%;
    font-family: AlibabaPuHuiTi-3-55-Regular;
    font-weight: 400;
    font-size: .24rem;
}

.box3 .list2{
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    flex-wrap: wrap;
    margin-top: .82rem;
}

.box3 .list2 .item{
    width: calc((100% - 1.3rem*3)/4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box3 .list2 .item img{
    width: .69rem;
    height: .69rem;
    margin-bottom: .08rem;
}

.box3 .list2 .item p{
    font-family: AlibabaPuHuiTi-3-55-Regular;
    font-weight: 400;
    font-size: .2rem;
    line-height: .5rem;
}

.article-title {
    font-size: .35rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.125rem;
    line-height: 1.4;
}

.article-meta {
    text-align: center;
    color: #999;
    margin-bottom: 0.3rem;
}

.article-meta .meta-item {
    margin: 0 0.1rem;
}

.article-content {
    word-break: break-word;
}

.article-content p {
    margin-bottom: 0.2rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.25rem auto;
}

.contactAlert{
    width: 6.18rem;
    height: 4.24rem;
    border-radius: .20rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 99;
    padding: .3rem .57rem .57rem;
    box-shadow: 0px 12px 27px 0px rgba(161, 161, 161, 0.1);
    display: none;
}

.contactAlert .tit{
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: 500;
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: .37rem;
}

.contactAlert .code{
    display: block;
    width: 1.23rem;
    height: 1.23rem;
    margin: 0 auto;
}

.contactAlert .tip{
    margin: .11rem 0 .36rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-weight: 300;
    font-size: .2rem;
    text-align: center;
    color: rgba(153, 153, 153, 1);
}

.alertFoot{
    display: flex;
    justify-content: space-between;
}

.alertFoot .item{
    display: flex;
    gap: 0 .12rem;
}

.alertFoot .item img{
    width: .25rem;
    height: .25rem;
}

.alertFoot .item p,
.alertFoot .item a{
    text-transform: none;
    font-family: AlibabaPuHuiTi-3-55-Regular;
    font-weight: 400;
    font-size: .2rem;
    color: rgba(51, 51, 51, 1);
}

@media only screen and (max-width: 1024px) {
.banner{
  height: 5.74rem;
    margin-top: 50px;
}
.banner img{
  object-fit: cover;
}
.banner .text{
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.box1 .det{
  max-width: 90%;
}
.box2 .det img{
  height: auto;
  max-width: 94%;
}
.article-meta .meta-item{
  font-size: 12px;
}
.article-content p span{
  font-size: 12px !important;
}
}