.banner .swiper-slide a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.banner .swiper-slide a img{
    width: 100%;
    height: auto;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
}

.banner_APP{display: none;}

.page1{
    overflow: hidden;
    background: url(../images/yu_background.png) no-repeat;
    background-size: 100% 100%;
    background-color: #eee;
}
.page1 .page1_tent{
    width: 100%;
}
.page1 .page1_tent .page1_ul{
    width: 100%;
    box-shadow: 0 0 10px 1px #dbdbdb;
}
.page1 .page1_tent .page1_ul li{
    width: 25%;
    height: 240px;
    background-color: #fff;
    border-right: 1px solid #E2E2E2;
}
.page1 .page1_tent .page1_ul li:last-child{
    border-right: 0px solid #E2E2E2;
}
.page1 .page1_tent .page1_ul li .page1_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.page1 .page1_tent .page1_ul li .page1_div .imgs{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #3156BF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page1 .page1_tent .page1_ul li .page1_div .imgs img{
    width: auto;
    height: auto;
}
.page1 .page1_tent .page1_ul li .page1_div .ps{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin: 15px 0 6px;
}
.page1 .page1_tent .page1_ul li .page1_div .spans{
    font-size: 16px;
    color: #666;
}
.page1 .page1_tent .page1_ul li .page1_div .page1_anone{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/back_list.png) no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .1s;
}

.page1 .page1_tent .page1_ul li .page1_div .page1_anone .imgs{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #3156BF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page1 .page1_tent .page1_ul li .page1_div .page1_anone .ps{
    color: #fff;
}
.page1 .page1_tent .page1_ul li .page1_div .page1_anone .spans{
    color: #fff;
}
.page1 .page1_tent .page1_ul li .page1_div:hover .page1_anone{
    opacity: 1;
    transform: scale(1.1);
}

.page2_swiper{
    position: relative;
}
.page2_app{display: none;}
.page2_swiper .swiper-slide .page2_list{
    width: 48%;
    height: 360px;
    margin-right: 4%;
    margin-bottom: 30px;
    border: 1px solid #EEEEEE;
    align-items: flex-start;
}
.page2_swiper .swiper-slide .page2_list:hover .img>img{
    transform: scale(1.2);
}
.page2_swiper .swiper-slide .page2_list:nth-child(2n){
    margin-right: 0;
}
.page2_swiper .swiper-slide .page2_list .left{
    width: 30%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    background: url(../images/bsck_list2.png) no-repeat;
    background-size: 100% 100%;
}
.page2_swiper .swiper-slide .page2_list .left p{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.page2_swiper .swiper-slide .page2_list .left .img{
    width: auto;
    height: auto;
}
.page2_swiper .swiper-slide .page2_list .left .img img{
    width: auto;
    height: auto;
    transition: all .4s;
}
.page2_swiper .swiper-slide .page2_list .right_ul{
    width: 70%;
    padding: 15px;
}
.page2_swiper .swiper-slide .page2_list .right_ul li{
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
}
.page2_swiper .swiper-slide .page2_list .right_ul li:last-child{
    border-bottom: 0px solid #E9E9E9;
}
.page2_swiper .swiper-slide .page2_list .right_ul li a{
    display: flex;
    text-align: left;
    font-size: 15px;
    color: #666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 18px 12px;
}
.page2_swiper .swiper-slide .page2_list .right_ul li a:hover{
    color: #3156BF;
}

.page2_swiper .swiper-button-next{
    right: -70px;
}
.page2_swiper .swiper-button-prev{
    left: -70px;
}

.page2_swiper .swiper-button-next,
.page2_swiper .swiper-button-prev{
    --swiper-navigation-size: 26px;
    color: #333;
    width: 50px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 50px;
}

.page2_swiper .swiper-button-next.swiper-button-disabled,
.page2_swiper .swiper-button-prev.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/* 核心产品 */
.page3{
    overflow: hidden;
    background: url(../images/yu_background.png) no-repeat;
    background-size: 100% 100%;
    background-color: #eee;
}
.page3 .page3_tent{
    width: 100%;
}
.page3 .page3_tent .page3_ul{
    width: 100%;
}
.page3 .page3_tent .page3_ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
}
.page3 .page3_tent .page3_ul li:nth-child(1){
    /*width: 66%;*/
}
.page3 .page3_tent .page3_ul li:nth-child(2){
    /*margin-right: 0;*/
}
.page3 .page3_tent .page3_ul li:nth-child(3n){
    margin-right: 0;
}
.page3 .page3_tent .page3_ul li a{
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.page3 .page3_tent .page3_ul li a img{
    width: 100%;
    height: 450px;
    transition: all .4s;
}
.page3 .page3_tent .page3_ul li a .page3_p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to bottom, #fff0, #333333a6);
}
.page3 .page3_tent .page3_ul li a .page3_p .p_title{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
}
.page3 .page3_tent .page3_ul li a .page3_p .p_text{
    font-size: 18px;
    color: #ffffffab;
    margin-bottom: 16px;
}
.page3 .page3_tent .page3_ul li a .page3_p .p_liaojie{
    font-size: 18px;
    color: #fff;
    display: none;
    transition: all .4s;
}
.page3 .page3_tent .page3_ul li a:hover .p_liaojie{
    display: block;
}
.page3 .page3_tent .page3_ul li a:hover img{
    transform: scale(1.2);
}


/* 新闻与活动 */
.page4 .page4_tent{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.page4 .page4_tent .activity{
    width: 32%;
    height: 543px;
    position: relative;
    background-color: #EEEEEE;
    transition: all .4s;
}

.page4 .page4_tent .activity .biaoti{
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 15px;
    background-color: #3950BB;
    font-size: 14px;
    color: #fff;
    z-index: 10;
}
.page4 .page4_tent .activity .img{
    width: 100%;
    height: 295px;
    overflow: hidden;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page4 .page4_tent .activity .img img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.page4 .page4_tent .activity .tent{
    padding: 25px 18px 40px;
}
.page4 .page4_tent .activity .tent .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page4 .page4_tent .activity .tent .time{
    font-size: 16px;
    color: #333;
    margin-bottom: 22px;
    font-weight: bold;
}
.page4 .page4_tent .activity .tent .time p:first-child{
    margin-right: 20px;
    width: 100%;
}
.page4 .page4_tent .activity .tent .time p i{
    font-size: 16px;
    color: #333;
    margin-right: 6px;
}
.page4 .page4_tent .activity .tent .text{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.page4 .page4_tent .activity:hover{
    box-shadow: 0 0 7px 3px #dcdcdc;
}
.page4 .page4_tent .activity:hover .title{
    color: #3156BF;
}
.page4 .page4_tent .activity:hover .img>img{
    transform: scale(1.1);
}
.page4 .page4_tent .news{
    width: 32%;
    height: 543px;
}
.page4 .page4_tent .news .news_ul{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
}
.news_ul::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.news_ul::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
.news_ul::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
.news_ul::-webkit-scrollbar-thumb:hover{
    background: #333;
}

.page4 .page4_tent .news .news_ul li{
    width: 100%;
    margin-top: 20px;
}
.page4 .page4_tent .news .news_ul li a{
    width: 100%;
    display: inline-block;
}
.page4 .page4_tent .news .news_ul li a .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}
.page4 .page4_tent .news .news_ul li a .title:hover{
    color: #3156BF;
}
.page4 .page4_tent .news .news_ul li a .time{
    font-size: 16px;
    color: #666666;
}
.page4 .more{
    width: 100%;
    justify-content: center;
    margin-top: 45px;
}
.page4 .more a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    font-size: 16px;
    color: #333;
    margin: 0 20px;
}
.page4 .more a:hover{
    box-shadow: 0 0 10px 1px #bdbdbd;
}




@media (max-width:767px){
	.banner_PC{display: block;}
	.banner_APP{display: none;}
    .banner .swiper-slide a{display: block;}
    .banner .swiper-slide a img{width: 100%;height: auto;}
    .page3 .page3_tent .page3_ul li a{width: 100%;height: 170px;}
    .page3 .page3_tent .page3_ul li a img{width: 100%;height: auto;}
    .page1 .page1_tent{padding: 0 15px;}
    .page1 .page1_tent .page1_ul li{width: 50%;border-right: 0px solid #E2E2E2;}
    .page2_app{display: block;}
    .page2_pc{display: none;}
    .page2_swiper .swiper-slide .page2_list{width: 100%;height: auto;margin-right: 0%;}
    .page2_swiper{padding: 0 0;}
    .page2_swiper .swiper-slide{padding: 0 15px;}
    .page2_swiper .swiper-slide .page2_list .left{width: 100%;padding: 20px 15px;}
    .page2_swiper .swiper-slide .page2_list .left .img{width: auto;height: 100px;}
    .page2_swiper .swiper-slide .page2_list .left .img img{width: auto;height: 100%;}
    .page2_swiper .swiper-slide .page2_list .right_ul{width: 100%;padding: 10px 15px;}
    .page2_swiper .swiper-slide .page2_list .right_ul li a{font-size: 12px;padding: 12px 0;}
    .page2_swiper .swiper-slide .page2_list .left p{font-size: 20px;}
    .page3 .page3_tent,
    .page4 .page4_tent{padding: 0 15px;}
    .page3 .page3_tent .page3_ul li{width: 49%;margin-right: 0;}
    .page3 .page3_tent .page3_ul li:nth-child(1) {width: 100%;}
    .page3 .page3_tent .page3_ul li:nth-child(2) {margin-right: 2%;}
    .page3 .page3_tent .page3_ul li:nth-child(4) {margin-right: 2%;}
    .page3 .page3_tent .page3_ul li a .page3_p{left: 0;bottom: 0;padding: 8px;}
    .page3 .page3_tent .page3_ul li a .page3_p .p_title{font-size: 14px;}
    .page3 .page3_tent .page3_ul li a .page3_p .p_text{font-size: 12px;margin-bottom: 2px;}
    .page4 .page4_tent .activity{width: 100%;margin-bottom: 20px;}
    .page4 .more{margin-top: 20px;}
    .page4 .more a{width: 125px;}
    .page5 .page5_tent{justify-content: center;}
    .page5 .page5_tent .title{font-size: 20px;margin-bottom: 15px;}
    .page5 .page5_tent .btn_5{width: 230px;height: 46px;line-height: 40px;font-size: 18px;}
    .page1 .page1_tent .page1_ul li .page1_div:hover .page1_anone{
        opacity: 0;
        transform: scale(1);
    }
}

@media (max-width:991px) and (min-width:768px){
    .banner .swiper-slide a{display: block;}
    .banner .swiper-slide a img{width: auto;height: 380px;}
    .page3 .page3_tent .page3_ul li a{width: 100%;}
    .page3 .page3_tent .page3_ul li a img{width: 100%;}
    .page1 .page1_tent{padding: 0 15px;}
    .page1 .page1_tent .page1_ul li{width: 50%;}
    
    .page2_swiper .swiper-slide .page2_list{width: 100%;height: 334px;margin-right: 0%;}
    .page2_swiper{padding: 0 15px;}
    .page2_swiper .swiper-slide .page2_list .left{width: 40%;}
    .page2_swiper .swiper-slide .page2_list .right_ul{width: 60%;}
    .page2_swiper .swiper-slide .page2_list .left .img img{width: 80%;}
    .page2_swiper .swiper-slide .page2_list .right_ul li a{font-size: 12px;padding: 18px 0;}
    .page2_swiper .swiper-slide .page2_list .left p{font-size: 20px;}
    .page3 .page3_tent,
    .page4 .page4_tent{padding: 0 15px;}
    .page3 .page3_tent .page3_ul li{width: 100%;margin-right: 0;}
    .page3 .page3_tent .page3_ul li:nth-child(1) {width: 100%;}
    .page3 .page3_tent .page3_ul li a img{height: auto;}
    .page3 .page3_tent .page3_ul li a .page3_p .p_title{font-size: 20px;}
    .page3 .page3_tent .page3_ul li a .page3_p .p_text{font-size: 16px;}
    .page4 .page4_tent .activity{width: 100%;margin-bottom: 20px;}
    .page4 .more{margin-top: 20px;}
    .page4 .more a{width: 125px;}
    .page5 .page5_tent{justify-content: center;}
    .page5 .page5_tent .title{font-size: 20px;margin-bottom: 15px;}
    .page5 .page5_tent .btn_5{width: 230px;height: 46px;line-height: 40px;font-size: 18px;}
}
@media (min-width:991px) and (max-width:1280px){
    .page3 .page3_tent .page3_ul li a img{height: 320px;}
    .page4 .page4_tent .activity{height: 477px;}
    .page4 .page4_tent .activity .tent .text{height: 78px;}
    .page4 .page4_tent .news{height: 477px;}
}
@media (min-width:1280px) and (max-width:1440px){
    .page3 .page3_tent .page3_ul li a img{height: 320px;}
    .page4 .page4_tent .activity{height: 523px;}
    .page4 .page4_tent .activity .tent .text{height: 78px;}
    .page4 .page4_tent .news{height: 523px;}
    
}

















