.container-fluid,.container{
    padding: 0;
}
.container-fluid{
    width: 100%!important;
}
/* 侧边导航样式 */
.sideNav{
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -122px;
    z-index: 2023;
}
.sideNav_item{
    width: 60px;
    height: 60px;
    background: #5893CB;
    margin-bottom: 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sideNav_item:hover{
    cursor: pointer;
    background-color: #1890FF;
}
.sideNav_phoneDetial{
    position: absolute;
    right: 0;
    top: 0;
    width: 221px;
    height: 60px;
    background: #1890FF;
    border-radius: 5px;
    color: #fff;
    line-height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
    display: none;
}
.sideNav_phoneDetial img{
    width: 30px;
    height: 33px;
    margin-right: 15px;
}
.sideNav_phoneDetial{
    position: absolute;
    right: 0;
    top: 0;
    width: 221px;
    height: 60px;
    background: #1890FF;
    border-radius: 5px;
    color: #fff;
    line-height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
    display: none;
}
.sideNav_phoneDetial img{
    width: 30px;
    height: 33px;
    margin-right: 15px;
}
.sideNav_code{
    position: absolute;
    right: 65px;
    top: -55px;
    width: 150px;
    height: 150px;
    background: #F6F6F6;
    border-radius: 5px;
    display: none;
}
.sideNav_code img{
    width: 100%;
    height: 100%;
   
}
.nav{
    width: 100%;
}
.nav_top{
    width: 100%;
    background-color: #F6F6F6;
}
.nav_top_text{
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.nav_top_text_wellcome{
    line-height: 14px;
}
.nav_top_text_link span{
    display: inline-block;
    height: 14px;
}
.nav_top_text_link span:nth-child(2){
    padding: 0 10px;
    margin: 0 10px;
    line-height: 14px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.nav_middle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 20px;
}
.nav_middle_name{
    display: flex;
    justify-content: start;
}
/* .nav_middle_name_log img{
    height: 18px;
} */
.nav_middle_name_log .name{
    height: 30px;
    font-size: 28px;
    font-family: SourceHanSansSC;
    font-weight: 800;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
    position: relative;
}
.nav_middle_name_log .name::after{
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    content: '';
    height: 1px;
    background-color: #000;
    opacity: 0.31;
}
.nav_middle_name_sign{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 25px;
    height: 60px;
    padding-left: 25px;
    border-left: 1px solid #999;
}
.nav_middle_phone{
    display: flex;
    justify-content: start;
}
.nav_middle_phone .phone{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #1890ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_middle_phone .phone img{
    width: 33px;
    height: 37px;
}
.nav_middle_phone .phoneNum{
    margin-left: 16px;
}
.nav_middle_phone .phoneNum p:first-child{
    font-size: 16px;
    line-height: 16px;
    padding: 9px 0;
    color: #333;
}
.nav_middle_phone .phoneNum p:last-child{
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.nav_list{
    width: 100%;
    /* height: 50px; */
    background: #1890FF;
}
.nav_lists_box,.footer_link_box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* overflow-x: auto; */
  
}
.nav_list_items{
    position: relative;
    /* flex-shrink: 0;
    white-space: nowrap ; */
    width: 140px;
}
.nav_list_items a,.footer_link_item a{
    display: block;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    cursor: pointer;
}
.nav_list_items_actived a{
    background: #0C60B8;
}
.nav_list_items .nav_list_items_mune{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 3000;
}
.nav_list_items_mune a{
    line-height: 40px;
    background: #1890FF;
    border-bottom: 2px solid transparent;
}
.nav_list_items_mune a:hover{
    background: #0C60B8;
}

/* .nav_list_items:hover a{
    background: #0C60B8;
}
.nav_list_items:hover  */
.footer_link_itemTitle{
    line-height: 50px;
    text-align: left;
    color: #fff;
    font-size: 24px;
}
.footer_link_item a:hover{
    background: #1890FF;
}


/* 底部 */
.footer,.footer_link{
    width: 100%;
}
.footer_link{
    height: 50px;
    background: #0C60B8;
}
.footer_info{
    width: 100%;
    background: #09101D;
}
.footer_info_box{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.footer_info_items{}
.footer_info_items_title{
    font-size: 16px;
    color: #1890ff;
    line-height: 16px;
    margin-bottom: 40px;
}
.footer_info_left_phone .title{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.footer_info_left_phone .number{
    color: #1890ff;
    font-size: 22px;
    line-height: 22px;
    margin-top: 15px;
}
/* 底部中间部分 */
.footer_info_mid_box{
    display: flex;
    flex-direction: row;
}
.footer_info_mid_item{
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}
.footer_info_mid_item a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
   
    cursor: pointer;
}
.footer_info_mid_item a:hover{
    color: #1890FF;
}
.footer_info_mid_item_list{
    margin-top: 24px;
}
.footer_info_mid_item_list a{
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #bbb;
}
.footer_info_left_rights{
    margin-top: 40px;
}
.footer_info_left_rights .items{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 14px;
    color: #bbb;
}
.footer_info_right_info{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.footer_info_right_info img{
    width: 130px;
    height: 130px;
}
.footer_info_right_info p{
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

/* 产品中心 */

.main{
    padding-top: 28px;
}
.pageTitle{
    height: 140px;
    margin: 0 auto 40px;
    background: url('./../images/Superiority.png') no-repeat center center;
    padding-top: 0.1px;
}
.pageTitle p{
    text-align: center;
}
.pageTitle .englist{
    font-size: 16px;
    color: #BE1D21;
    margin-top: 30px;
}
.pageTitle .cn{
    margin-top: 20px;
    font-size: 40px;
    color: #333333;
    font-weight: 400;
    font-family: AlibabaPuHuiTiM;
}
.form-control{
    border-color: transparent!important;
    border-radius: 10px!important;
}

.example .pagination .page-item{
    width: 40px;
    height: 40px;
   
    padding: 0!important;
    background: #EFEFEF;
}
.example .pagination .page-item-pre,.example .pagination .page-item-end{
    width: 90px;
}
.example .pagination .page-link:hover{
    color: #fff;
    background: #0C60B8;
}
.example .pagination .page-link{
    width: 100%;
    display: block;
    line-height: 40px;
    padding: 0!important;
    color: #333;
}

.example .pagination .on{
 background: #0C60B8;
 color: #ffffff;
}

@media (min-width: 1200px){
    .container{
        max-width: 1200px!important;
    }
}
.moble_nav,.footer_nav{
    display: none;
}
#h5_swiper{display: none;}
.moble_right{
    display: none;
}
@media (max-width: 992px) { 
    .pageTitle .englist{
        font-size: 28px;
    }
    .nav_middle_name_log .name{
        font-size: 20px;
    }
    .nav_middle_phone .phoneNum p:last-child{
        font-size: 18px;
    }
    .sideNav{
        display: none!important;
    }
    .nav{
        display: none!important;
    }
    .moble_nav{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        display: flex;
        height: 110px;
        padding: 15px 24px;
        justify-content: space-between;
        background-color: #fff;
        z-index: 2029;
    }
    .moble_nav>img:first-child{
        width: 517px;
        height: 80px;
    }
    .moble_nav>img:last-child{
        width: 80px;
        height: 80px;
    }
    #pc_swiper{display: none;}
    #h5_swiper{display: block;}
    .swiper-container{
        margin-top: 110px;
    }
    .swiper-slide{
        height: 320px!important;
    }
    .pageTitle{
        width: 300px;
        height: 140px;
        margin: 0 auto;
        /* background: url('./../m_images/News.png') no-repeat center center; */
        background-size: cover;
        padding-top: 40px;
        margin-bottom: 64px;
    }
    .footer{
        display: none;
    }
    .moble_right{
        display: block;
        margin: 60px 0 150px;
    }
    .moble_right p{
        font-size: 28px;
        font-family: AlibabaPuHuiTiR;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
        text-align: center;
    }
    .footer_nav{
        position: fixed;
        left: 0;
        right: 0;
        bottom:  0;
        width: 100%;
        display: flex;
        height: 100px;
       
        justify-content: space-between;
        background-color: #1890FF;
        z-index: 2024;
    }
    .footer_nav_item{
        width: 25%;
    }
    .footer_nav_item a{
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0 0 0;
    }
    .footer_nav_item img{
        width: 40px;
		height: 40px;
    }
    .footer_nav_item p{
        line-height: 45px;
        color: #fff;
        font-size: 24px;
    }
    .moble_nav_menu{
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2029;
        background-color: #1890FF;
        display: none;
    }
    .moble_nav_menu_list{
        /* height: 80px; */
        display: flex;
        justify-content: space-between;
        line-height: 80px;
        font-size: 24px;
        color: #fff;
       
        align-items: center;
        position: relative;
    }
    .moble_nav_menu_list div{
        width: 100%;
    }
    .moble_nav_menu_list div a{
        width: 100%;
        padding: 0 25px;
		text-decoration: none;
    }
    .moble_nav_menu_list_sec{
        display: none;
       background-color: #1890ff;
    }
    .moble_nav_menu_list_sec a{
       margin-bottom: 1px;
       background-color: #07519F;
       position: relative;
    }
    .moble_nav_menu_list a{
        display: block;
        width: 100%;
        height: 80px;
        color: #fff;
        line-height: 80px;
    }
    .moble_nav_menu_list img{
       width: 14px;
       height: 28px;
       position: absolute;
       right: 25px;
       top: 26px;
    }
    .moble_nav_menu_list_actived{
        background: #0C60B8;
    }
    .pageTitle .cn{
        font-weight: bold;
    }

    .example .pagination .page-item{
        width: 60px;
        height: 60px;
    }
    .example .pagination .page-item-pre,.example .pagination .page-item-end{
        width: 140px;
    }
    .example .pagination .page-link{
        line-height: 60px;
        font-size: 28px;
    }
 }