#nyBan {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#nyBan .banImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#nyBan .textBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#nyBan .p_btitle {
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}

#nyBan .p_summary {
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}

.fzBox4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:  8vw 0;
}

.fzBox4 img {
    width: 100%;
}

.fzBox4 .w1440 {
   
        padding-right: 34%;
}

.fzBox4_b {
    font-family: 'Alibaba-PuHuiTi-Bold';
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
}


.fzBox4_s {
    color: #fff;
    line-height: 1.8;
    margin-top: 15px;
}
.cont .page2{
    position: relative;
    padding-bottom: 400px;
    overflow: hidden;
}
.cont .page2 .w1440 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.cont .page2 .bg{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.cont .page2 .bg img{
    width: 100%;
}
.cont .page2 .w1440 .txt {
  width: 50%;
}
.cont .page2 .w1440 .txt p{
    font-weight: bold;
    line-height: 1.3;
}
.cont .page2 .w1440 .txt .des {
  color: #777;
  margin-top: 15px;
  line-height: 1.3;
}
.cont .page2 .w1440 ul {
  width: 30%;
}
.cont .page2 .w1440 ul li {
  width: 100%;
  margin-bottom: 3vw;
}
.cont .page2 .w1440 ul li .num {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cont .page2 .w1440 ul li *{
    color: #222!important;
}
.cont .page2 .w1440 ul li .num span {
  display: block;
  color: #000;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}
.cont .page2 .w1440 ul li .num .n_t {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cont .page2 .w1440 ul li .num .n_t p {
  font-weight: bold;
  line-height: 1;
}
.cont .page2 .w1440 ul li .num .n_t i {
  line-height: 1;
  margin-left: 5px;
}
.cont .page5 .title{
    padding-bottom: 60px;
}
.cont .page5 .title p {
  display: block;
  font-weight: bold;
  color: var(--yx_Color);
}
.cont .page5 .title span {
  display: block;
  color: #777;
  margin-top: 5px;
}
.cont .page5 .item {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.cont .page5 .item .txt {
  width: 55%;
}
.cont .page5 .item .txt p {
  color: #222222;
  font-weight: bold;
  display: block;
}
.cont .page5 .item .txt span {
  color: #777777;
  margin-top: 5px;
  display: block;
  width: 80%;
}
.cont .page5 .item .img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cont .page5 .item .img img {
      width: 22.7%;
    margin-right: 2%;
    transition: all .3s;
}
.cont .page5 .item .img img:hover{
    transform: translateY(-10px);
}
.cont .page5 .item .img img:nth-last-child(1) {
  margin-right: 0;
}
.cont .page5 .item:nth-last-child(1) {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1600px) {
    .cont .page2{
        padding-bottom: 24vw;
    }
    .cont .page5 .item .txt p{
            font-size: 28px;
    }
    .cont .page5 .item .txt span{
            font-size: 16px;
    }
    .cont .page2 .w1440 .txt {
  width: 60%;
}
}

@media screen and (max-width: 998px) {
    #nyBan {
	margin-top: 50px;
   }
}

@media screen and (max-width:768px) {
     .fzBox4 .w1440{
        padding-right:0;
        
    }
    .cont .page5 .item{
        flex-wrap: wrap;
            padding: 20px 0;
    }
    .cont .page5 .item .txt{
        width: 100%;
        
    }
    .cont .page2 .w1440{
        flex-wrap: wrap;
    }
        .cont .page2 .w1440 .txt {
        width: 100%;
    }
    .cont .page5 .item .img{
        width: 100%;
        margin-top: 10px;
        justify-content: flex-start;
    }
    .cont .page2 .w1440 ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 15px;
    }
    .cont .page2 .w1440 ul li .num .n_t p{
        width: 100%;
    }
    .cont .page2 .w1440 ul li .num span{
        font-size: 10px;
        text-align: left;
    }
    .cont .page2 .w1440 ul li{
        width: 30%;
    }
    .cont .page2 .w1440 ul li .num .n_t{
        width: 100%;
    }
    .cont .page2 .w1440 ul li .num .n_t i{
        font-size: 12px;
        margin-left: 0;
    }
        .cont .page2 {
        padding-bottom: 50vw;
    }
    .cont .page2 .bg{
            left: -33%;
    width: 200%;
    }

.fzBox4{
        background-position: 68% center;
}

.fzBox4_b{
    font-size: 18px;
}
    .fzBox4_s {
        margin-top: 15px;
        line-height: 1.2;
        font-size: 12px;
    }
}
