.banner_swiper {
    position: relative;
}

.banner_swiper .swiper-slide {
    transition: opacity 0.5s ease-in-out; 
    opacity: 0 !important;
}

.banner_swiper .swiper-slide-active {
    opacity: 1 !important; 
}

.index .banner_swiper_con {
    position: relative;
    width: 100%;
}

.index .banner_swiper_con .swiper-slide{
    transition: all 1s !important;
}

.index .banner_swiper_con .banner_swiper_item {
    position: relative;
    display: block;
    width: 100%;
    /* height: 10.8rem; */
}

.banner_swiper_item img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.banner_swiper_item .banner_text {
    position: absolute;
    top: 4.27rem;
    z-index: 2;
    bottom: 2.58rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.banner_swiper_item .banner_text .banner_text_title {
    margin-bottom: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 800;
    font-size: 0.7rem;
    color: #FFFFFF;
    line-height: 0.95rem;
    text-align: center;
}

.banner_swiper_item .banner_text .banner_text_title2 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    /*text-stroke: 0.01rem #136AC1;*/
    text-align: center;
    /*-webkit-text-stroke: 0.01rem #136AC1;*/
}


.banner_swiper_item .banner_text .public_text_btn {
    margin: 1.87rem auto 0;
}

.index .banner_swiper_con .banner_swiper_pagination {
    position: absolute;
    left: 50%;
    bottom: 0.45rem;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    width: auto;
}

.banner_swiper_con .banner_swiper_pagination .swiper-pagination-bullet {
    position: relative;
    opacity: 0.5;
    background: transparent;
    width: 0.2rem;
    height: 0.26rem;
    margin: 0 0.25rem;
    transition: all 0.3s;
}

.banner_swiper_con .banner_swiper_pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.2rem;
    height: 0.26rem;
    background: url('../img/index/swipericon1.png') no-repeat;
    background-size: cover;
}

.banner_swiper_con .banner_swiper_pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.index .banner_swiper_con .swiper-slide .banner_text_title.active {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 800;
    font-size: 0.7rem;
    color: #FFFFFF;
    line-height: 0.95rem;
    text-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.36);
    text-stroke: 0.01rem #196CA2;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem #196CA2;
}

.index .banner_swiper_con .swiper-slide:nth-child(4) .banner_text_title2 {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.72rem;
}

.banner_swiper_item .banner_text .banner_text_title span {
    height: 0.95rem;
    display: inline-block;
    line-height: 0.95rem;
    font-size: 0.7rem;
    transform: translateY(-0.05rem);
        margin: 0 0.25rem;
}

.index .banner_swiper_con .swiper-slide:nth-child(4) .public_text_btn {
    margin: 0.89rem auto 0;
}

.index .banner_swiper_con .swiper-slide:nth-child(4) .banner_text {
    /* bottom: 4.12rem; */
}

.index .aboutus {
    width: 100%;
    height: 10.8rem;
    padding: 1.51rem 1.1rem 0;
    box-sizing: border-box;
    background: url('../img/index/contact.png') no-repeat;
    background-size: cover;
}

.index .aboutus .aboutus_title {
    position: relative;
    margin-bottom: 0.26rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.9rem;
    /*color: rgba(255, 255, 255, 0.1);*/
    color: rgba(0, 95, 189,0.03);
    line-height: 1rem;
    height: 1rem;
}

.index .aboutus .aboutus_title2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0.43rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.5rem;
    /*color: #FFFFFF;*/
    color: #005FBD;
}

.index .aboutus .aboutus_text {
    width: 100%;
    margin-bottom: 0.42rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.2rem;
    /*color: #FFFFFF;*/
    color: #585858;
    line-height: 0.35rem;
}

.aboutus .public_text_btn {
    margin-top: -0.09rem;
}

.aboutus .aboutus_card {
    display: flex;
    margin-top: 0.49rem;
}

.aboutus .aboutus_card .card_item {
    position: relative;
    display: block;
    width: 4.02rem;
    height: 2.21rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.1rem;
    padding-left: 0.31rem;
    padding-right: 0.3rem;
    box-sizing: border-box;
    margin-right: 0.3rem;
}

.aboutus .aboutus_card .card_item:last-child {
    margin-right: 0;
}

.aboutus .aboutus_card .card_item .cardbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #009842;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 0.1rem;
}

.aboutus .aboutus_card .card_item:hover .cardbg {
    opacity: 1;
}

.card_item .card_top {
    display: flex;
    margin-top: 0.42rem;
    height: 1.33rem;
}

.card_item .card_top .card_top_num {
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    padding-right: 0.07rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: #005FBD;
    line-height: 1.33rem;
}

.card_item .card_top .card_top_num .numCX{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: #005FBD;
    line-height: 1.33rem;
}

.card_item .card_top .card_top_text {
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    margin-top: 0.59rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.3rem;
    color: #005FBD;
}

.card_item .card_top .card_top_add {
    position: relative;
    z-index: 1;
    margin-top: 0.09rem;
    padding-left: 0.06rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 0.3rem;
    color: #005FBD;
}

.card_item .card_text {
    position: relative;
    z-index: 1;
    margin-top: -0.09rem;
    transition: all 0.3s;
    padding-left: 0.03rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.18rem;
    color: #005FBD;
}

.aboutus_card .card_item .card_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.3rem;
    top: 0.23rem;
    width: 0.53rem;
    height: 0.53rem;
    background: #005FBD;
    border-radius: 50%;
    box-shadow: 0 0.03rem 0.3rem 0.01rem rgba(63, 186, 255, 0.52);
}

.card_icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.card_icon .card_icon_img {
    display: block;
    width: 0.23rem;
    height: 0.23rem;
}

.aboutus .aboutus_card .card_item:hover .card_top .card_top_num .numCX,
.aboutus .aboutus_card .card_item:hover .card_top .card_top_text,
.aboutus .aboutus_card .card_item:hover .card_top .card_top_add,
.aboutus .aboutus_card .card_item:hover .card_text {
    color: #FFFFFF;
}

.aboutus .aboutus_card .card_item:hover .card_icon {
    box-shadow: none;
    background: transparent;
}

.aboutus .aboutus_card .card_item:hover .card_icon .icon {
    opacity: 1;
}

.index .core {
    width: 100%;
    background: url('../img/index/corebg.png') no-repeat;
    background-size: cover;
    padding: 1.42rem 1.1rem 2.07rem;
    box-sizing: border-box;
}

.index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_title .index_title_left {
    position: relative;
    height: 1rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.9rem;
    color: rgba(0, 95, 189, 0.1);
    line-height: 1rem;
}

.index_title .index_title_left .index_title_left2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.5rem;
    color: #005FBD;
}

.core .core_wiper_con {
    position: relative;
    width: 100%;
    padding-top: 0.77rem;
}

.core .core_wiper_con .core_item {
    position: relative;
    display: block;
    width: 4.12rem;
    height: 3.68rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem;
    margin-bottom: 0.1rem;
}

.core_item .core_item_img {
    display: block;
    width: 100%;
    height: 3.06rem;
}

.core_item .core_item_bot {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.15rem 0.15rem 0;
    box-sizing: border-box;
}

.core_item .core_item_title {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    /*font-weight: 400;*/
    /*font-size: 0.18rem;*/
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
}

.core_item .core_item_arr {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.08rem;
    width: 0.37rem;
    height: 0.22rem;
    background: #B5B5B5;
    border-radius: 0.11rem 0 0.11rem 0;
}

.core_item .core_item_arr img {
    display: block;
    width: 0.19rem;
    height: 0.05rem;
}

.core_item .core_tran {
    position: absolute;
    bottom: calc(-100% - 0.1rem);
    left: 0;
    transition: all 0.3s;
    width: 4.12rem;
    height: 3.68rem;
    background: url('../img/index/core2.png')no-repeat;
    background-size: cover;
    padding-top: 1.11rem;
    box-sizing: border-box;
    border-radius: 0 0 0.2rem 0.2rem;
    overflow: hidden;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.core_item:hover .core_tran {
    bottom: 0;
}

.core_item .core_tran .core_tran_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-align: center;
}

.core_item .core_tran .core_tran_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.85rem auto 0;
    width: 0.37rem;
    height: 0.22rem;
    background: #FFFFFF;
    border-radius: 0.11rem 0 0.11rem 0;
}

.core_tran .core_tran_btn img {
    display: block;
    width: 0.19rem;
    height: 0.05rem;
}

.core_wiper_con .core_swiper-pagination {
    position: absolute;
    left: 0;
    top: 5.41rem;
    z-index: 10;
    height: 0.01rem;
}

.core_wiper_con .core_swiper-pagination .swiper-pagination-progressbar-fill {
    height: 0.03rem;
    background: #009942;
}

.core .core_sw_btn {
    display: flex;
    /* position: absolute; */
    /* right: 0px; */
}

.core .core_sw_btn .core_swiper-button-prev,
.core .core_sw_btn .core_swiper-button-next {
    position: relative;
    width: 0.69rem;
    height: 0.69rem;
    background: #FFFFFF;
    border: 0.01rem solid #009A42;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
}

.core .core_sw_btn .core_swiper-button-prev {
    margin-right: 0.32rem;
}

.core .core_sw_btn .core_swiper-button-prev img,
.core .core_sw_btn .core_swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.16rem;
    height: 0.28rem;
    transition: all 0.3s;
}

.core .core_sw_btn .core_swiper-button-prev .arrwh,
.core .core_sw_btn .core_swiper-button-next .arrwh {
    opacity: 0;
}

.core .core_sw_btn .core_swiper-button-prev .arrgreen,
.core .core_sw_btn .core_swiper-button-next .arrwh {
    transform: translate(-50%, -50%) rotate(180deg);
}

.core .core_sw_btn .core_swiper-button-prev:hover,
.core .core_sw_btn .core_swiper-button-next:hover {
    background: #009A42;
}

.core .core_sw_btn .core_swiper-button-prev .arrwh,
.core .core_sw_btn .core_swiper-button-next .arrwh {
    opacity: 1;
}

.core .core_sw_btn .core_swiper-button-prev:hover .arrgreen,
.core .core_sw_btn .core_swiper-button-next:hover .arrgreen {
    opacity: 0;
}

.index .field {
    position: relative;
    width: 100%;
    height: 10.8rem;
}

.index .field .field_bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* display: none; */
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.field_bg .field_title{
    position: absolute;
    top: 1.17rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.1);
}

.field_bg .field_title .field_title2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
}

.index .field .field_bg img{
    width: 100%;
    height: 100%;
    display: block;
}

.index .field .field_con {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.field_con .field_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 25%;
    padding-left: 0.56rem;
    padding-bottom: 0.92rem;
    box-sizing: border-box;
    transition: all 0.3s;
}

.field_con .field_item .field_item_top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 0.46rem;
    height: 0.36rem;
    transition: all 0.3s;
}

.field_con .field_item .field_item_top .field_top_icon {
    width: 0.46rem;
    /* width: auto; */
    height: 0.36rem;
    object-fit: contain;
}

.field_con .field_item .field_item_top .field_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.95rem;
    height: 0.95rem;
    opacity: 0;
    transition: all 0.3s;
}

.field_con .field_item .field_item_text {
    margin-top: 0.22rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.index .field .field_item.active {
    padding-left: 0;
    padding-bottom: 4.23rem;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #009D44 100%);
}

.field_item.active .field_item_text {
    margin-top: 0.56rem;
    text-align: center;
}

/* .field_con .field_item:hover .field_item_top {
    margin: 0 auto;
} */

.field_con .field_item.active .field_item_top .field_icon {
    opacity: 1;
}

.field_con .field_item .field_item_btn {
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
    width: 0.72rem;
    height: 0.42rem;
    background: #FFFFFF;
    border-radius: 0.21rem 0 0.21rem 0;
    margin: 0.35rem auto 0;
}

.field_item .field_item_btn img {
    width: 0.36rem;
    height: 0.1rem;
}

.field_item.active .field_item_btn {
    display: flex;
}

.field_item.active .field_item_top {
    /* margin-left: 0.7rem; */
}

.index .apply {
    width: 100%;
    height: 10.8rem;
    padding: 1.08rem 1.1rem 0;
    box-sizing: border-box;
    background: url('../img/index/applybg.png') no-repeat;
    background-size: cover;
}

.index .apply .apply_con {
    width: 100%;
    overflow: hidden;
}









.index .news {
    width: 100%;
    height: 8.93rem;
    box-sizing: border-box;
    background: url('../img/index/newsbg.png') no-repeat;
    background-size: cover;
    padding-top: 1.19rem;
}

.index .news .index_title {
    width: 17rem;
    margin: 0 auto;
}

.index .news .news_con {
    position: relative;
    width: 100%;
    margin-top: 0.84rem;
}

.index .news .news_con .news_swiper-button-prev,
.index .news .news_con .news_swiper-button-next{
    position: absolute;
    z-index: 999;
    width: 0.37rem;
    height: 0.37rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.16);
    border: 0.01rem solid #009A42;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.index .news .news_con .news_swiper-button-prev img,
.index .news .news_con .news_swiper-button-next img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0.07rem;
    height: 0.16rem;
    transition: all 0.3s;
    object-fit: contain;
}

.index .news .news_con .news_swiper-button-next .img1,
.index .news .news_con .news_swiper-button-prev .img1{
    opacity: 0;
}

.index .news .news_con .news_swiper-button-prev .img2{
    transform: translate(-50%,-50%) rotate(180deg);
}

.index .news .news_con .news_swiper-button-next .img1{
    transform: translate(-50%,-50%) rotate(180deg);
}

.index .news .news_con .news_swiper-button-prev{
   left: 0.89rem;
   top: 50%;
   transform: translate(-50%,-50%);
}

.index .news .news_con .news_swiper-button-next{
   right: 0.88rem;
   top: 50%;
   transform: translate(-50%,-50%);
}

.index .news .news_con .news_swiper-button-prev:hover,
.index .news .news_con .news_swiper-button-next:hover{
    background: #009A42;
}

.index .news .news_con .news_swiper-button-prev:hover .img1,
.index .news .news_con .news_swiper-button-next:hover .img1{
    opacity: 1;
}

.index .news .news_con .news_swiper-button-prev:hover .img2,
.index .news .news_con .news_swiper-button-next:hover .img2{
    opacity: 0;
}

.index .news .news_con .news_swiper {
    padding-bottom: 0.1rem;
}

.index .news .news_con .swiper-slide {
    width: 4.94rem;
    margin: 0 0.225rem;
    opacity: 0.5;
    transition: all 0.3s;
}

.news_item {
    display: block;
    width: 4.94rem;
    transition: all 0.3s;
}

.news_item .news_item_img {
    width: 4.94rem;
    height: 3.6rem;
    overflow: hidden;
}

.news_item .news_item_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.news_item .news_item_bot {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 1.25rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    box-sizing: border-box;
    background: #FFFFFF;
}

.news_item .news_item_bot .news_item_title {
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.36rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #171717;
    line-height: 0.25rem;
}

.news_item .news_item_bot .news_item_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.26rem;
}

.news_item_btn .news_item_time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #B5B5B5;
}

.news_item_btn .news_item_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.39rem;
    height: 0.22rem;
    background: #B5B5B5;
    border-radius: 0.11rem 0 0.11rem 0;
}

.news_item_btn .news_item_more img {
    width: 0.19rem;
    height: 0.06rem;
}

.news_item:hover .news_item_bot .news_item_title {
    font-weight: bold;
    color: #009D44;
}

.news_item:hover {
    box-shadow: 0 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
}

.news_item:hover .news_item_img img {
    transform: scale(1.1);
}

.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
    opacity: 1 !important;
}

.caseScrol {
    width: 100%;
    margin-top: 0.53rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.caseScrol .caseScroll {
    width: 100%;
    margin-bottom: 0.25rem;
    display: flex;
    /* margin-bottom: 0.17rem; */

}

.caseScrol .caseScroll .caseScrollCon {
    height: 0.97rem;
    display: flex;
    align-items: center;
    /* margin-right: 0.24rem; */
}

.caseScrol .caseScroll a {
    display: block;
    min-width: 2.36rem;
    height: 0.97rem;
    /*background: #FFFFFF;*/
    margin-right: 0.24rem;
    transform: all 0.3s;
    overflow: hidden;
}


.caseScrol .caseScroll a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.caseScrol .caseScroll a:hover img {
    transform: scale(1.1);
}

.caseScroll {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    /* 根据需要设置宽度 */
}

.caseScroll.left .caseScrollCon {
    animation: scroll 60s linear infinite;
}

.caseScroll.right .caseScrollCon {
    animation: scrollresver 60s linear infinite;
}

.caseScrollCon {
    display: inline-block;
    /* animation: scroll 20s linear infinite; */
    /* 设置动画效果 */
}

.caseScroll a {
    display: inline-block;
    margin-right: 5px;
    /* 设置间距 */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        /* 向左移动的距离 */
    }
}

@keyframes scrollresver {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
        /* 向左移动的距离 */
    }
}

.banner_swiper_item canvas {
    position: absolute;
}
@media (max-width: 1200px) {
    
    .index .aboutus{
        height:auto;
        padding:0.2rem;
        background-position: right;
    }
   .index .aboutus .aboutus_text{width:100%;}
    .aboutus .aboutus_card{
        display:grid;
        gap:0.2rem;
        grid-template-columns:repeat(2,1fr);
    }
    .aboutus .aboutus_card .card_item{
        width:100%;
    }
    .index .core{
         padding:0.2rem;
    }
    .core .swiper-wrapper{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:0.2rem;
    }
    .core .swiper-wrapper .swiper-slide{
        width:100%!important;
    }
    .core .core_wiper_con .core_item{
        width:100%;
        overflow:hidden;
    }
    .core_item .core_tran{
        width:100%;
    }
    .index .apply{
        padding:0.2rem;
    }
    .index .news{padding:0.2rem;}
  .core_sw_btn{
        position:absolute;
        right:0;
    }
    .index .banner_swiper_con .banner_swiper_item{
        height:auto;
    }
    .banner_swiper_item .banner_text{
        bottom:1rem;
        top: auto;
    }
.banner_swiper_item .banner_text .banner_text_title{
    font-size:0.6rem;
}
    .banner_swiper_item .banner_text .banner_text_title2{
        font-size:0.2rem;
    }
    .banner_swiper_item .banner_text .public_text_btn{
        margin:auto;margin-top:0.5rem;
    }
    .index .banner_swiper_con{
        padding-top: 1.2rem;
    }
    .index .banner_swiper_con .swiper-slide:nth-child(4) .banner_text{
       bottom: 1rem;
    }
    .index .banner_swiper_con .swiper-slide:nth-child(4) .banner_text_title{
        font-size: 0.4rem;
    }
    .index .banner_swiper_con .swiper-slide:nth-child(4) .banner_text_title2{
        font-size: 0.rem;
    }
    .index .banner_swiper_con .swiper-slide:nth-child(4) .public_text_btn{
        margin-top:0.5rem;
    }
    .about_con{
        flex-direction: column;
    }
    .about_con .about_con_left{
        width: 100% !important;
    }
    .about_con_right{
    margin: 0.16rem auto 0;
    }
}

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

.about_con .about_con_left{
    width: 9.83rem;
}

.about_con_right{
    width: 6.69rem;
    height: 5.73rem;
    background: #C9C9C9;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-top: 0.16rem;
}

.about_con_right img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.about_con_right:hover img{
    transform: scale(1.1);
}