.index_one .swiper-pagination-bullet{
    width: 0.8rem!important;
    height: 0.04rem!important;
    border-radius: 0!important;
    background: #fff;
    margin: 0 .25rem!important;
}
.index_one .swiper-pagination{
    bottom: 0.3rem!important;
}
.index_two{
    margin-top: 0.65rem;
}
.index_two_center{
    width: 14rem;
    margin: 0 auto;
}
.index_two_content{
    height: 6rem;
    display: flex;
    box-shadow: 0 0 0.05rem 0.01rem rgba(0,0,0,.15);
    
}

.index_two_showbox{
    width: 4.97rem;
    height: 100%;
}

.index_show_items{
    height: 100%;
    padding: 0.95rem 0.55rem;
    display: none;
  }
.index_show_items:nth-child(1){
    background: url(../images/index/b1.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.index_show_items:nth-child(2){
    background: url(../images/index/b2.png) no-repeat;
    background-size: 100% 100%;
}
.index_show_items:nth-child(3){
    background: url(../images/index/b3.png) no-repeat;
    background-size: 100% 100%;
}
.index_show_items:nth-child(4){
    background: url(../images/index/b4.png) no-repeat;
    background-size: 100% 100%;
}


  
  .index_show_listbox{
    display: flex;
    flex-wrap: wrap;
  }
  .index_two_abox{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 0.32rem;
  }
  .index_two_abox:hover .index_show_name{
    color: #0052B2;
  }
.index_show_tit{
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.32rem;
}
.index_show_msg{
    color: #333;
    font-size: 0.16rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}
.index_show_img{
    width: 0.24rem;
    height: 0.24rem;
}
.index_show_img img{
    width: 100%;
    height: 100%;
}
.index_show_name{
    color: #333;
    font-size: 0.18rem;
    margin-left: 0.05rem;
}
.index_show_a{
    margin-top: 0.06rem;
    color: #666666;
    font-size: 0.16rem;
}
.index_show_a:hover{
    color: #0052B2;
}
.index_two_hoverbox{
    height: 100%;
    flex: 1;
    background: red;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    transition: all .25s;
}



.index_two_hoverItem{
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 0.01rem solid #fff;
    justify-content:center;
    align-items: center;
    cursor: pointer;
}
.index_two_hoverItem:last-child{
    border-right: 0;
}
.index_two_height{
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_two_circle{
    width: 0.1rem;
    height: 0.1rem;
    display: block;
    background: #fff;
    border-radius:50%;
    position: relative;
    transition: .25s;
}
.index_two_circle::after{
    content: '';
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    border: 0.01rem solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.index_two_Name{
    color:#fff;
    /* font-weight: bold; */
    font-size: 0.2rem;
    margin-top: 0.5rem;
}
.index_two_hoverItem:hover .index_two_Name{
    font-weight: bold;
}
.index_two_hoverItem:hover .index_two_circle{
    width: 0.2rem;
    height: 0.2rem;
}
.index_two_hoverItem:hover .index_two_circle::after{
    width: 0.36rem;
    height: 0.36rem;
}

/* 整体优势 */
.index_advantage{
    margin-top: 1.32rem;
    height: 9.6rem;
    padding:0.9rem 0;
    background: url(../images/index/c13.png) no-repeat;
    background-size: 100% 100%;
}
.advantage_center{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advant_titbox{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 0.3rem;
}
.advant_tit_en{
    text-transform: uppercase;
    font-size: 0.6rem;
    color: #3069b0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.advant_tit{
    font-size: 0.45rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-bottom: 0.2rem;
}
.advant_tit::after{
    content: '';
    position: absolute;
    width: 0.66rem;
    height: 0.03rem;
    background: #fff;
    bottom: 0;
    left: 0;
}
.advant_content{
    width: 4.6rem;
    height: 4.6rem;
    background: linear-gradient(349deg, #1E59C1 0%, #2E87EF 100%);
    border-radius: 50%;
    padding: 0.75rem 0.9rem;
}
.advant_ximg{
    width: 0.45rem;
    height: 0.45rem;
}
.advant_ximg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advant_xbox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advant_xtit{
    margin-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #FEFEFF;
    font-size: 0.24rem;
    font-weight: bold;
    position: relative;
}
.advant_xtit::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.66rem;
    height: 0.02rem;
    background: #fff;
}
.advant_msg{
    margin-top: 0.3rem;
    color: #C1DDFE;
    font-size: 0.16rem;
    line-height: 1.8;
    text-align: justify;
}
.advant_bigbox{
    position: relative;
}
.circle_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.circle_1{
    width: 7.62rem;
    height: 7.62rem;
}
.circle_2{
    width: 6.96rem;
    height: 6.96rem;
}
.circle_3{
    width: 6.18rem;
    height: 6.18rem;
}
.circle_4{
    width: 5.38rem;
    height: 5.38rem;
}
.advant_listbox{
    width: 7.62rem;
    height: 7.62rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;   
}
.advant_items_xbox{
    display: none;
}
.advant_items_xbox:nth-child(1){
    display: block;
}
.advabt_xitems{
    display: flex;
    align-items: center;
    position: absolute;
}

.ad_txt{
    color: #FEFEFF;
    font-size: 0.18rem;
    margin: 0 0.18rem;
}
.ad_bgimg{
    width: 0.66rem;
    height: 0.66rem;
    background: url(../images/index/c0.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    transition: all .25s;
}
.ad_bgimg img{
    max-width: 50%;
    max-height: 100%;
    object-fit: contain;
}

.ad_bgimg_active{
    transform: scale(1.25)!important;
}


.advabt_xitems:nth-child(1){
    top:25%;
    left: -23%;
}
.advabt_xitems:nth-child(2){
    bottom: 18%;
    left: -20%;
}
.advabt_xitems:nth-child(3){
    top: 23%;
    right: -22%;
}
.advabt_xitems:nth-child(4){
    bottom: 25%;
    right: -25%;
}
.advabt_xitems:nth-child(4) .ad_bgimg>img{
    max-width: 40%;
}
/* .circle_img{
    animation: moves 10s linear infinite ;
} */
.circle_1{
    animation: moves 20s linear infinite ;
}
.circle_2{
    animation: moves 7s linear infinite ;
}
.circle_3{
    animation: moves 15s linear infinite ;
}
.circle_4{
    animation: moves 10s linear infinite ;
}

@keyframes moves {
    
    0%{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.index_news{
    background: url(../images/index/d-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.5rem 0;
}
.index_news_center{
    width: 14rem;
    margin: 0 auto;
    position: relative;
}
.index_news .advant_titbox{
    position: initial!important;
}
.index_news .advant_tit_en{
    color:#e9f1f9;
}
.index_news .advant_tit{
    color: #333;
}
.index_news .advant_tit::after{
    background: #333;
}
.index_news_content{
    margin-top: 0.5rem;
    display: flex;   
    align-items: center;
    /* background: pink; */
}
.index_news_tagbox{
    margin-right: 1rem;
}
.index_news_tagBtn{
    color:#333333;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.index_news_tagBtn_active{
    color: #0052B2;
}
.index_news_tagBtn:last-child{
    margin-bottom: 0;
}
.index_news_main{
    width: 9.5rem;
    /* background: #096; */
    margin-left: 1.6rem;
}
.index_news_main_items{
    position: relative;
    display: none;
}
.index_news_main_items:nth-child(1){
    display: block;
}
.news_next,.news_prev{
    width: 0.37rem!important;
    height: 0.37rem!important;
    border-radius: 50%;
    border: 0.03rem solid #9f9f9f;
}
.news_next{
    right: -0.7rem!important;
}
.news_next::after{
    font-size: 0.18rem!important;
    color:#9f9f9f ;
    font-weight: bold;
}
.news_prev::after{
    font-size: 0.18rem!important;
    color:#9f9f9f ;
    font-weight: bold;
}
.news_prev{
    left: -0.7rem!important;
}
.news_xtit{
    color: #333;
    font-size: 0.18rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.news_msg{
    color: #666666;
    font-size: 0.16rem;
    margin-top: 0.3rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news_timer{
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 0.15rem;
}
.news_timer_xico{
    width: .17rem;
    height: 0.17rem;
    margin-right: 0.07rem;
}
.news_timer_xico img{
    width: 100%;
    height: 100%;
}
.index_news_ximgbox{
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    border-radius: 0.1rem;
}
.index_news_ximgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_news_many{
    font-size: 0.16rem;
    color: #666;
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}
.index_news_xico{
    width: 0.19rem;
    height: 0.09rem;
    margin-left: 0.1rem;
    position: relative;
}
.index_news_xico img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_news_xi2{
    display: none!important;
}
.index_news .swiper-slide{
    position: relative;
    padding: 0.3rem 0 ;
}
.index_news .swiper-slide::after{
    content: '';
    width: 0.01rem;
    height: 100%;
    background: #D9D9D9;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.index_news .swiper-slide:hover .news_xtit{
    color: #0052B2;
}
.index_news .swiper-slide:hover .index_news_xi1{
    display: none;
}
.index_news .swiper-slide:hover .index_news_many{
    color: #0052B2;
}
.index_news .swiper-slide:hover .index_news_xi2{
    display: block!important;
}
.index_news .swiper-button-disabled{
    opacity: 1!important;
    border-color: #0052B2;
}
.index_news .swiper-button-disabled::after{
    color: #0052B2!important;
}

.index_news .swiper-slide:hover .index_news_ximgbox>img{
    transform: scale(1.03);
}
.index_many_new{
    width: 1.45rem;
    height: 0.42rem;
    background: #0052B2;
    background: #0052B2;
    transform: skew(-15deg);
    margin-top: 0.45rem;
}
.index_many_new a{
    width: 100%;
    height: 100%;
    transform: skew(15deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
}
.index_firend_center{
    width: 14rem;
    margin: 0 auto;
}
.index_firend{
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    background: url(../images/index/e1.png) no-repeat;
    background-size: 100% 100%;
}
.index_friend_content{
    display: flex;
    flex-wrap: wrap;
}
.index_friend_items{
    width: 19.8%;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.25%;
    background: #fff;
    margin-bottom: 0.05rem;
    border-radius: 0.07rem;
    transition: all .25s;
}
.index_friend_items:hover {
    transform: scale(1.05);
    
box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.index_friend_items:nth-child(5n){
    margin-right: 0;
}

.index_friend_items img{
    max-width: 80%;
    max-height: 100%;
}