.bannerPic {
    padding-bottom: 38.85%;
}

.Banner .slick-prev {
    width: 65px;
    height: 65px;
    background: url(../images/l.png) no-repeat;
    position: absolute;
    left: 13.59%;
    top: calc(50% - 32.5px);
    margin: 0;
}

.Banner .slick-next {
    width: 65px;
    height: 65px;
    background: url(../images/r.png) no-repeat;
    position: absolute;
    right: 13.59%;
    top: calc(50% - 32.5px);
    margin: 0;
}

.Banner a {
    display: block;
    position: relative;
}

.Banner a::before {
    content: '';
    width: 100%;
    display: block;
    height: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    /* Safari 5.1 - 6.0 */
    z-index: 2;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.bantxt {
    position: absolute;
    bottom: 53px;
    left: 0;
    width: 100%;
    z-index: 3;
}

main {
    display: block;
}

/* mode1 */
.mode1 {
    margin: 27px 0 27px;
}

.tit {
    /* margin-bottom: 28px; */
    position: relative;
    z-index: 20;
    padding: 43px 0 30px;
}

.title {
    padding-left: 38px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
}

.en {
    padding-left: 28px;
    color: #FFC03B;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.en::before {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background: #FFC03B;
    position: absolute;
    left: 0;
    top: 50%;
}

.title h2 {
    color: #00A4E4;
    line-height: 1.21;
}

.more {
    display: inline-block;
    vertical-align: middle;
}

.mode1Ul {
    margin: 0 -18px;
    /* overflow: hidden; */
}
.mode1Ul li{margin-bottom: 20px;}
.mode1Ul li:hover a{
	transform:translateY(-5px)
}
.mode1Ul a {
    display: block;
    margin: 0 18px;
    box-shadow: 0px 4px 29px rgba(0,0,0,.1);
    padding: 13px 5px 23px 0;
    box-sizing: border-box;
    /* overflow: hidden; */
    /* background: red; */
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 2px;
    margin-top: 10px;
    background: #00A4E4;
    text-align: center;
    position: relative;
    z-index: 21;
}

.date h2 {
    line-height: 1.25;
    /* margin-bottom: 10px; */
    width: 100%;
}

.date span {
    line-height: 1.13;
    display: block;
    width: 100%;
}

.mode1r {
    margin-left: 26px;
    padding: 23px 18.6px 23px 57.6px;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

.mode1r::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #00A4E4;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.mode1Ul li:hover .date {
    background: #FFC03B;
}

.mode1Ul li:hover .mode1r::before {
    width: 100%;
}

.mode1Ul li:hover .mode1r p {
    color: #fff;
}

.mode1r p {
    line-height: 24px;
    height: 48px;
    color: #333;
    overflow: hidden;
    position: relative;
    z-index: 22;
}

/* mode2 */
.mode2 {
    /* overflow: hidden; */
    margin-bottom: 41px;
    position: relative;
    z-index: 10;
}

.mode2l {
    width: 640px;
}

.mode2Pic {
    padding-bottom: 66.72%;
}

.mode2r {
    margin-left: 670px;
}

.mode2tit {
    line-height: 1.27;
    color: #333;
    margin-bottom: 19px;
}

.mode2Top li:hover .mode2tit{color:#00A4E4}

.mode2txt {
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    color: #999;
    margin-bottom: 76px;
}

.date2 {
    color: #666;
    line-height: 1.29;
    padding-left: 28px;
    box-sizing: border-box;
    position: relative;
}

.date2::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/date2.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.mode2Bot {
    padding-top: 33px;
    box-sizing: border-box;
}
.mode2Top{
    overflow: hidden;
}
.mode2Top li a{
	transition:
	all .3s ease-in-out;
	display: block;
	overflow: hidden;
}
.mode2Top li:hover a{
	transform:translateX(5px)
}
.mode2Bot .slick-prev {
    width: 69px;
    height: 69px;
    background: url(../images/2l.png) no-repeat;
    left: -34.5px;
    top: 100px;
}

.mode2Top .slick-prev:hover {
    background: url(../images/2ll.png) no-repeat;
}

.mode2Bot .slick-next {
    width: 69px;
    height: 69px;
    background: url(../images/2r.png) no-repeat;
    top: 100px;
    right: -34.5px;
}

.mode2Top .slick-next:hover {
    background: url(../images/2rr.png) no-repeat;
}

.mode2Bot {
    margin: 0 -18px;
    /* overflow: hidden; */
}

.mode2Bot li {
    margin-bottom: 18px;
    padding: 0px;
    box-sizing: border-box;
}

.mode2Bot a {
    display: block;
    padding: 21px 25px 29px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 18px;
    transition: all .3s ease-in-out;
}

.mode2Bot li:hover a {
    /* background: #00A4E4; */
    /* box-shadow: 0px 6px 12px rgb(0 102 142 / 35%); */
    transform: translateY(-10px);
}

.mode2Bot li:hover .mode2Infor {
    /* color: #fff; */
}

.mode2Bot li:hover .date3 {
    /* color: #fff; */
}

.mode2Bot li:hover .date3::before {
    /* background: url(../images/date3.png) no-repeat; */
}

.mode2Infor {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
}

.date3 {
    color: #02479E;
}



/* mode3 */
.mode3 {
    margin-bottom: 54px;
    position: relative;
}

.mode3::before {
    content: '';
    display: block;
    width: 100%;
    height: 713px;
    background: url(../images/mode3bg.png) no-repeat left;
    position: absolute;
    left: 0;
    top: -271px;
}

.mode3Ul {
    margin: 0 -10px;
    /* overflow: hidden; */
    position: relative;
}

.mode3Ul li {
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    padding: 0 19px 15px;
}

.mode3Ul li:hover a{
    transform: translateY(-10px);
}

.mode3Ul li:hover .mode3tit {
    color: #00A4E4;
}

.mode3Ul a {
    margin: 0 10px;
    padding: 21px 27px 30px;
    box-sizing: border-box;
    display: block;
    background: #fff;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, .11);
	  transition: all .3s ease-in-out;
}

.date4 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 19px;
    box-sizing: border-box;
}

.date4::before {
    content: '';
    display: block;
    width: 221px;
    height: 1px;
    background: #E8E8E8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.day {
    color: #333;
    line-height: 1.21;
    margin-bottom: 5px;
}

.year {
    line-height: 1.28;
    color: #999;

}

.mode3tit {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
    margin-bottom: 16px;
}

.mode3Pic {
    padding-bottom: 52.87%;
}

.mode3Infor {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #999;
    margin: 17px 0 35px;
}

.more2 {
    background: #F6F6F6;
    display: inline-block;
    width: 126px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #16ACE6;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes hvr-pulse-shrink {
    to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }

  .mode3Ul li:hover .more2, .more2:focus, .more2:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }






.mode3 .title h2, .mode3 .more {
    color: #fff;
}

.mode3 .slick-prev,.mode2Bot .slick-prev {
    width: 28px;
    height: 90px;
    top: calc(50% - 45px);
    margin: 0;
    left: 29px;
    background: #BEBEBE url(../images/3l.png) no-repeat center;
}
.mode2Bot .slick-prev{
    left: 0;
}
.mode3 .slick-prev:hover {
    background: #00A4E4 url(../images/3l.png) no-repeat center;
}

.mode3 .slick-next:hover  {
    background: #00A4E4 url(../images/3r.png) no-repeat center;
}

.mode3 .slick-next,.mode2Bot .slick-next {
    width: 28px;
    height: 90px;
    top: calc(50% - 45px);
    right: 27px;
    margin: 0;
    background: #BEBEBE url(../images/3r.png) no-repeat center;
}
.mode2Bot .slick-next{
    right: 0;
}
.mode4 {
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 30;
    background: url(../images/mode4bg.png) no-repeat;
    background-size: cover;
}

.mode4 .title h2, .mode4 .more {
    color: #fff;
}

.mode4Ul {
    margin: 0 -10px;
    /* overflow: hidden; */
}

.mode4Ul li {
    margin-bottom: 20px;
}

.mode4Ul a {
    display: block;
    margin: 0 10px;
    padding: 34px 18px 18px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
}
.mode4Ul li:hover a{
    margin-top:-10px;
}
.mode4Ul a::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 103px);
    top: 103px;
    position: absolute;
    left: 0;
    background: #fff;
}

.mode4Pic {
    width: 180px;
    position: relative;
    z-index: 10;
}

.mode4Img {
    padding-bottom: 133.89%;
}
.mode4r{
    margin-left: 198px;
    padding-top: 103px;
    position: relative;
    z-index: 10;
}
.mode4Top{
    margin-bottom: 22px;
}
.mode4Ul li:hover .name,.mode4Ul li:hover .mode4Infor{
    color:#00A4E4
}
.name{
    display: inline-block;
    padding-bottom: 21px;
    line-height: 1.28;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #FFC03B;
}
.zc{
    display: inline-block;
    margin-left: 15px;
    color: #999;
}
.mode4Infor{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
}
.mode4 .slick-prev{
    width: 49px;
    height: 49px;
    top: calc(64% - 24.5px);
    left: -39px;
    margin: 0;
    background: #fff url(../images/4l.png) no-repeat center;
}
.mode4 .slick-prev:hover{
    background: #fff url(../images/4ll.png) no-repeat center;
}
.mode4 .slick-next{
    width: 49px;
    height: 49px;
    top: calc(64% - 24.5px);
    right: -39px;
    margin: 0;
    background: #fff url(../images/4r.png) no-repeat center;
}
.mode4 .slick-next:hover{
    background: #fff url(../images/4rrpng.png) no-repeat center;
}
.mode4 .tit{
    padding-bottom: 0;
}
/* mode5 */
.mode5{
    position: relative;
    margin-bottom: 42px;
}
.mode5::before{
    content: '';
    display: block;
    width: 424px;
    height: 619px;
    background: url(../images/com.png) no-repeat right;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -195px;
}
.mode5Ul{
    margin: 0 -5px;
    overflow: hidden;
}
.mode5Ul li{
    width: calc(100% / 8);
    float: left;
    margin-bottom: 20px;
}
.mode5Ul li a{
    display: block;
    margin: 0 5px;
    background: #d8d8d8;
    position: relative;
    overflow: hidden;
}
.info::before{
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #FFCC61;
    border-radius: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
/* .mode5Ul li:hover .info::before{
    width: 0;
    height: 0;
} */
.mode5Pic{
    padding-bottom: 130.3%;
}
.inforcon{
     text-align: center;
}
.infoTop{
    width: 71px;
    height: 71px;
    display: inline-block;
    line-height: 71px;
    border-radius: 50%;
    background: rgba(255,255,255,.36);
    text-align: center;
    margin-bottom: 22px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.infoTop i{
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/* .mode5Ul li:hover .infoTop{
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
} */
/* .mode5txt{
    line-height: 1.25;
    color: #333;
    -webkit-transform: translateX(0px) rotate(0deg);
    text-align: center;
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
} */
/* .mode5Ul li:hover .mode5txt {
    -webkit-transform: translateX(-300px) rotate(-90deg);
     -moz-transform: translateX(-300px) rotate(-90deg);
     -ms-transform: translateX(-300px) rotate(-90deg);
     -o-transform: translateX(-300px) rotate(-90deg);
     transform: translateX(-300px) rotate(-90deg);
 } */


.info {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.6);
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
/* .mode5Ul li:hover .info {
    -webkit-transform: translate(-460px, -100px) rotate(-180deg);
    -moz-transform: translate(-460px, -100px) rotate(-180deg);
    -ms-transform: translate(-460px, -100px) rotate(-180deg);
    -o-transform: translate(-460px, -100px) rotate(-180deg);
    transform: translate(-460px, -100px) rotate(-180deg);
} */
.mode5Ul li:hover .info{
	    -webkit-transform:  rotate(30deg);
    -moz-transform:  rotate(30deg);
    -ms-transform:  rotate(30deg);
    -o-transform:  rotate(30deg);
    transform:  rotate(30deg);
}
/* mode6 */
.mode6{
    overflow: hidden;
    padding-bottom: 36.8px;
    box-sizing: border-box;
    background: rgba(216,216,216,.69);
    /* Safari 5.1 - 6.0 */
    z-index: 2;
    background: -o-linear-gradient(top, rgba(216,216,216,.69), rgba(216,216,216, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(216,216,216,.69), rgba(216,216,216, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(216,216,216,.69), rgba(216,216,216, 0));
}
.mode6Ul li{
    float: left;
    margin: 0 -5px;
    overflow: hidden;
}
.mode6Ul li dl{
    margin-bottom: 10px;
    overflow: hidden;
}
.mode6Ul li dd{
    width: 50%;
    float: left;
}
.mode6Img{
    display: block;
    margin: 0 5px;
    overflow: hidden;
}
.mode6Ul li:nth-child(1),.mode6Ul li:nth-child(2){
    width: 40%;
}
.mode6Ul li:nth-child(3){
    width: 20%;
}
.mode6Pic{
    display: block;
    padding-bottom: 56.46%;
}

.mode6Pic2{
    display: block;
    padding-bottom: 56.32%;
}
.mode6sv{
    margin: 0 5px;
}
.mode6Ul{
    margin: 0 -5px;
    overflow: hidden;
}
/* mode7 */
.mode7{
    overflow: hidden;
    background: url(../images/7bg.png) no-repeat top;
    background-size: cover;
    padding-bottom: 38px;
}
.mode7Ul{
    margin: 0 -58px;
    overflow: hidden;
}
.mode7Ul li a{
    display: block;
    margin: 0 58px;
    position: relative;
    
}
.mode7con::before{
    content: '';
    display: block;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    background: url(../images/7b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 11px;
    top: 11px;
    
}
.mode7Ul li:hover  .mode7con::before{
    -webkit-animation: tada 2s linear infinite;
	animation: tada 2s linear infinite
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: rotate(72deg);
		transform: rotate(72deg)
	}

	10%,20% {
		-webkit-transform:  rotate(144deg);
        transform: rotate(144deg)
	}

	30%,50%,70% {
		-webkit-transform: rotate(216deg);
        transform: rotate(216deg)
	}

	40%,60% {
		-webkit-transform: rotate(288deg);
        transform: rotate(288deg)
	}

	100%,80% {
		-webkit-transform:rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: rotate(72deg);
		transform: rotate(72deg)
	}

	10%,20% {
		-webkit-transform:  rotate(144deg);
        transform: rotate(144deg)
	}

	30%,50%,70% {
		-webkit-transform: rotate(216deg);
        transform: rotate(216deg)
	}

	40%,60% {
		-webkit-transform: rotate(288deg);
        transform: rotate(288deg)
	}

	100%,80% {
		-webkit-transform:rotate(0deg);
		transform: rotate(0deg)
	}
}
.mode7con{
    display: block;
    padding-bottom: 100%;
    border: 1px solid #00A4E4;
    border-radius: 50%;
    position: relative;
}
.mode7Ul li{
    line-height: 20px;
    margin-bottom: 20px;
}
.mode7Ul li i{
    display: inline-block;
    width: 93px;
    height: 92px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.numberout{
    margin: 16px 0 6px;
    color: #00A4E4;
    text-align: center;
}
.number{
    display: inline-block;
    font-size: 4.4rem;
}
.eg{
    line-height: 1.25;
    color: #333;
    text-align: center;
}
@media screen and (max-width:1800px) {
    .Banner .slick-prev {
        left: 8.59%;
    }

    .Banner .slick-next {
        right: 8.59%;
    }
    
}

@media screen and (max-width:1600px) {
    .Banner .slick-prev {
        left: 5.59%;
    }

    .Banner .slick-next {
        right: 5.59%;
    }
}

@media screen and (max-width:1460px) {
    .Banner .slick-prev {
        left: 8.59%;
    }

    .Banner .slick-next {
        right: 8.59%;
    }
    .mode7Ul{
        margin: 0 -30px;
    }
    .mode7Ul li a{
        margin: 0 30px;
    }
}

@media screen and (max-width:1301px) {
    .mode7Ul{
        margin: 0 -15px;
    }
    .mode7Ul li a{
        margin: 0 15px;
    }
    .mode7Ul li i{
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width:1280px) {
    .Banner a::before {
        height: 137px;
    }
}

@media screen and (max-width:1100px) {
    .mode2l {
        width: 480px;
    }

    .mode2r {
        margin-left: 510px;
    }
    .mode5Ul li{
        width: calc(100% / 4);
        float: left;
    }
}

@media screen and (max-width:997px) {
    .Banner .slick-prev {
        left: 30px;
    }

    .Banner .slick-next {
        right: 30px;
    }

    .Banner a::before {
        height: 68px;
    }

    .mode2l {
        width: 390px;
    }

    .mode2r {
        margin-left: 420px;
    }

    .mode2Bot a {
        box-shadow: 0px 10px 35px rgb(0 0 0 / 11%);
    }
    .mode4 .slick-prev{
        /* width: 36px; */
        left: -10px;
    }
    .mode4 .slick-next{
        /* width: 20px; */
        right: -10px;
    }
	.mode3Ul {
		margin:0 -5px
	}
	.mode3Ul a {
    margin: 0 5px;
    padding: 21px 27px 30px;
}
.date4::before {
    width: 121px;
  
}
.mode2Top .slick-prev {
    width: 50px;
    height: 50px;
    top: calc(100% - 50px);
    background-size: 50px 50px;
}



.mode2Top .slick-next {
     width: 50px;
     height: 50px;
     top: calc(100% - 50px);
     background-size: 50px 50px;
}
.mode2txt {
   
    margin-bottom: 20px;
}
}

@media screen and (max-width:767px) {
    .bantxt {
        bottom: 18px;
    }

    .Banner .slick-prev {
        left: 15px;
    }

    .Banner .slick-next {
        right: 15px;
    }

    .mode1 {
        margin: 0px 0 26px;
    }

    .mode2 {
        margin-bottom: 0;
    }

    .tit {
        padding: 20px 0
    }

    .mode2l {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .mode2r {
        margin-left: 0px;
    }
.mode3::before{top: -178px;}
    .mode2Top .slick-prev {
        top: calc(100% - 35.3px);
    }

    .mode2Top .slick-next {
        top: calc(100% - 35.3px);
    }

    .mode1Ul a, .mode2Bot a {
        margin: 0 15px;
    }

    .mode1Ul, .mode2Bot {
        margin: 0 -15px;
    }

    .mode3 .slick-prev {
        left: 20px;
    }

    .mode3 .slick-next {
        right: 20px;
    }

    .date4::before {
        width: 125px;
    }
    .mode4 .slick-prev{
        left: -7px;
    }
    .mode4 .slick-next{
        right: -7px;
    }
    .mode5Ul li{
        width: calc(100% / 4);
        float: left;
    }
}

@media screen and (max-width:600px) {
    .mode4Pic {
        width: 100%;
        float: none;
    }
    
    .mode4r{
        margin-left: 0;
        padding-top: 10px;
    }
}

@media screen and (max-width:479px) {
    .bannertxt {
        font-size: 18px;
    }
	.mode3::before{top: -161px;}
    .mode6Ul li{
        width: 100% !important;
    }
    .mode7 {
    
        padding-bottom: 0px;
    }
    .bantxt {
        bottom: 10px;
    }

    .Banner a::before {
        height: 44px;
    }

    .mode2txt {
        margin-bottom: 17px;
    }
    .mode5Ul li{
        width: calc(100% / 2);
        float: left;
    }
    .mode2Infor {
        height: auto;
    }
    .mode4Ul a {
       padding: 34px 10px 10px;
       
    }
    .mode3{
        margin-bottom: 0;
    }
    .mode4 {
        padding-bottom: 20px;
    }
    .number {
        display: inline-block;
        font-size: 2.4rem;
    }
}
@media screen and (max-width:414px) {
    .mode4Pic {
        width: 100%;
        float: none;
    }
    
    .mode4r{
        margin-left: 0;
        padding-top: 10px;
    }
    .mode7Ul li i{
        width: 40px;
        height: 40px;
    }
	.mode3::before{top: -173px;}
}