body{
    background-color: #121F32 !important;
}

.index_link{
    text-decoration: none;
}

.index_link:hover{
    text-decoration: none;
}

.index_banner_header{
    height: 4.9rem;
    width: 100%;
    background-color: #122033;
    position: fixed;
    z-index: 999999999;
    top: 0;
}

.page_phone_hide{
    display: none;
}

.index_logo{
    display: none;
}

.index_phone_banner_header{
    display: flex;
    width: 100%;
    height: 4.08rem;
    align-items: center;
    justify-content: space-between;
}

.index_logo_phone{
    padding: 1rem 0 1rem 2rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 4.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_logo_phone h1{
    margin: 0;
    padding: 0;
    line-height: 1;
}

.index_logo_phone img{
    width: 11.45rem;
    height: 2.8rem;
}

.index_select_phone{
    padding: 1.3rem 2rem 1.2rem 2rem;
    margin-right: -15px;
}

.index_select_solid_box{
    width: 1.33rem;
    height: 1.33rem;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.index_select_solid_box span{
    display: block;
    width: 1.33rem;
    height: 0.2rem;
    background-color: #fff;
    position: relative;
}

.index_select_solid_box span:nth-of-type(1){
    transform-origin: left top;
}

.index_select_solid_box span:nth-of-type(3){
    transform-origin: left bottom;
}

/* .index_select_solid_box span:nth-of-type(1)::after{
    content: '';
    background-color: #122033;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    right: 0.8rem;
}

.index_select_solid_box span:nth-of-type(2)::after{
    content: '';
    background-color: #122033;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    left: 0.5rem;
} */

.index_banner_box{
    position: relative;
}


.index_banner_page_box{
    position: absolute;
    bottom: 2.3rem;
    left: 2rem;
    z-index: 20;
    width: 3.96rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_banner_page_box img{
    width: 1.18rem;
    height: 2rem;
}

.index_banner_page_num{
    position: absolute;
    right: 2rem;
    bottom: 2.4rem;
    z-index: 20;
    color: #fff;
}

.index_banner_page_num .swiper-pagination-current{
    color: #E60D1E;
    font-size: 1.6rem;
    font-weight: bold;
}

.index_banner_page_num .swiper-pagination-total{
    font-size: 1.2rem;
    color: #fff;
}

.index_banner_nav{
    display: none;
}

.index_banner_contact,.index_banner_more,.index_banner_bottom{
    display: none;
}

.index_banner_phone_nav{
    /* height: calc(100vh - 4.9rem); */
    height: 0;
    overflow: hidden;
    width: 100%;
    background-color: #122033;
    padding: 0 2rem;
    box-sizing: border-box;
}

.index_banner_nav_item{
    height: 5.4rem;
    border-bottom: 0.1rem dashed #425166;
    display: flex;
    align-items: center;
}

.index_banner_nav_item span{
    color: #fff;
    font-size: 1.6rem;
}

.news_banner{
    width: 100%;
    height: 16.67rem;
    background-image: url("../images/2020051213414717.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4.08rem;
}

.news_banner_context{
    width: 100%;
    height: 100%;
    background-color: rgba(18,32,51,0.6);
    position: relative;
}

.news_banner_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news_banner_content span{
    color: #fff;
    font-size: 1.33rem;
    margin-top: 0.67rem;
}

.news_banner_content h1{
    font-size: 2rem;
    color: #fff;
}

.news_nav{
    height: 4rem;
    width: 100%;
    background-color: #212E42;
    padding: 0 1.42rem;
}

.news_nav_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    display: -webkit-flex; /* Safari */
    height: 100%;
    width: 100%;
}

.news_nav_content a{
    flex:1;
    text-align: center;
    position: relative;
}

.news_nav_content a:nth-last-of-type(1) span{
    border: none;
}

.news_nav_content span{
    color: #fff;
    font-size: 1.26rem;
    display: block;
    width: 100%;
    border-right: 0.08rem solid #425166;
}

.news_nav_content .action1::after{
    content: '';
    width:4.17rem;
    height:0.33rem;
    background-color: #fff;
    position: absolute;
    top: 2rem;
    left: calc( (100% - 4.17rem) / 2 );
}


.news_float_items{
    height: 10.58rem;
    border-bottom: 0.08rem dashed #425166;
    padding: 1.67rem;
    overflow: hidden;
    display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: space-between;
}

.news_float_item_pic{
    width: 11.58rem !important;
    height: 7.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.news_float_item_pic img{
    width: 100%;
    height: auto;
    transform: scale(1.3);
}

.news_float_item_time{
    padding-bottom: 0.58rem;
}

.news_float_item_time span{
    color: #748399;
    font-size: 0.83rem;
}

.news_float_item_title span{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.33rem;
}

.news_float_item_content{
 /*   display: none;*/
 overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.news_float_item_content span{
    color: #AFBBCC;
    font-size: 12px;
}

.news_float_item_title{
    color: #fff;
    font-size: 1.17rem;
}

.news_float_item_more{
    display: flex;
    align-items: center;
    margin-top: 0.58rem;
}

.news_float_item_more span{
    color: #748399;
    font-size: 1rem;
}

.news_float_item_more .icon{
    width:0.69rem;
    height:1.17rem;
    fill: #748399;
    margin-left: 0.67rem;
}



.newslist{
    background-color: #121F32;
    padding: 1.67rem 1.17rem 2.1rem;
    box-sizing: border-box;
    display: none;
}

.newslist .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.newitem{
    padding-right: 0.73rem !important;
    padding-left: 0.73rem !important;
    cursor: pointer;
    margin-bottom: 1.47rem;
}

.new_item_content:hover .news_title span{
    text-decoration: underline;
    /* color: #fff; */
}

.new_item_content:hover .news_more span{
    text-decoration: underline;
    color: #fff;
}

.new_item_content:hover .news_more .icon{
    fill: #fff;
}

.new_item_content:hover .news_pic img{
    /* padding: 0 0 1.04rem; */
    transform: scale(1.3);
}

.new_item_content{
    background-color: #212E42;
    width: 100%;
    height: 100%;
    padding-bottom: 0.89rem;
}

.news_title{
    padding: 1.04rem 1.04rem 0.99rem;
    box-sizing: border-box;
}

.news_title span{
    color: #fff;
    font-size: 1.17rem;
    letter-spacing: 3px;
}

.news_pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 17.58rem;
    /* padding-bottom: 1.04rem; */
    padding: 0 1.05rem 1.04rem;
    transition: all .5s;
}

.news_item_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_pic img{
    max-width: 100%;
    height: auto;
    transition: all .5s;
    transform: scale(1.1);
}

.news_bottom{
    color: #fff;
    padding: 0 1.04rem;
    box-sizing: border-box;
}

.news_context span{
    color: #AFBBCC;
    font-size: 1rem;
    line-height: 2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4rem;
}

.news_time{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0.83rem;
}

.news_more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 4rem; */
}

.news_more .icon{
    width: 0.49rem;
    height: 0.83rem;
    fill: #fff;
    margin-left: 0.58rem;
}

.news_time span{
    color: #fff;
    font-size: 1rem;
}




.news_page_box{
    background-color: #121F32;
    justify-content: center;
    display: none;
    margin-top: 2rem;
}

.news_page_box .pageWrap{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    /* padding-bottom: 6.52rem; */
}

.news_page_box .pageWrap a,.news_page_box .pageWrap span{
    width:2.52rem;
    height:2.52rem;
    background:rgba(255,255,255,1);
    float: left;
    margin-right: 0.42rem;
    cursor: pointer;
    color: #425166;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_page_box .pageWrap a:hover{
    background-color: #E60D1E;
    color: #fff;
}

.news_page_box .current{
    background-color: #E60D1E !important;
    color: #fff !important;
}


.footer_phone{
    width: 100%;
    /* height: 26rem; */
    background-color: #121F32;
}

.footer_phone_logo{
    text-align: center;
    padding-top: 4rem;
}

.footer_phone_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2.2rem;
}

.footer_phone_nav_row{
    text-align: center;
    padding-bottom: 1.2rem;
}

.footer_phone_nav_row span{
    color: #AFBBCC;
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 2.4rem;
}

.footer_phone_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.2rem;
}

.footer_phone_bottom span{
    color: #AFBBCC;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1.2rem;
}