
.main_div {
    max-width: 95%;
    max-width:87.5rem;
    margin: 0 auto
}
/*头部开始*/
.head_login_info_div {
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: right;
    padding-right: 0.938rem;
}

    .head_login_info_div a {
        color: white
    }

.com_head_info img {
    margin: 1rem;
    max-height: 6.25rem;
    max-width: 95%
}

.com_head_info {
    color: #2879fe;
    font-size: 1.125rem;
    font-weight: bold;
    height:7.5rem;
}

    .com_head_info .info {
        margin-top: 3.125rem;
    }

        .com_head_info .info i {
            margin-right: 0.1875rem;
        }

.badge-light {
    color: #fff;
    background-color: red;
}

.badge {
    margin-left: 0.32rem;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*头部结束*/

/*band开始*/
._band_1 {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.3125rem;
    margin-top: 0.3125rem;
}

    ._band_1 .container {
        color: white;
    }
/*band结束*/

/*首页开始*/
.index_main_div_item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    overflow: hidden
}


.index_fu_div {
    margin-top: 1.25rem;
}
.index_fu_div .nav-tabs li {
    background-color: #14429c;
    height: 9.375rem;
    padding: 0px;
}
    .index_fu_div .nav-tabs li button {
        width: 100%;
        height: 100%;
        background-color: ghostwhite;
        color: white;
        border: 0;
        margin: 0 !important;
        border-radius: 0px !important;
        color: black;
    }
    .index_fu_div .nav-tabs li button .span1 {  
   font-size:1.5rem;
    }
        .index_fu_div .nav-tabs li button .span2 {
            color: darkgrey;
        }
    .index_fu_div .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #14429c;
        border-color: #dee2e6 #dee2e6 #fff;
        color: white;
    }
#myTabContent .card {
    box-shadow: unset !important;
    color: white;
    background-color: #14429c;
    min-height:15rem;
}
    #myTabContent .card .info_img {
      
        max-width: 95%;
        max-height:80%;
        object-fit: scale-down;       
        overflow: hidden;
    }
    #myTabContent .card p {
        font-size: 1.125rem;
        color: #C4D8FF;
    }
    #myTabContent .card .card-body a {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0px;
        padding: 0.75rem 1.5rem 0.9375rem 1.875rem;
        text-transform: none;
        margin-right: 1.25rem;
        border-radius: 0.1875rem;
        -moz-border-radius: 0.1875rem;
        -webkit-border-radius: 0.1875rem;
        background: #4D93E9;
        color: white
    }

#PARTNERS_div .card_item {
    padding: 1rem !important;
}

#PARTNERS_div .card img {
    max-height: 15rem;
    min-height: 15rem;
    object-fit: scale-down;
    padding: 0.625rem;
    overflow: hidden;
}

#PARTNERS_div .card .card-body .card-title {
    max-height: 2.5rem;
    overflow: hidden;
    min-height: 2.5rem;
}

#PARTNERS_div .card .card-body .card-text {
    max-height: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
}

#PARTNERS_div .card {
}

#PARTNERS_div .card_item .card .card-text {
    /*    color:darkgray;*/
    font-size: 0.875rem !important;
}
#PARTNERS_div .card_item .card a {
    /*    color:darkgray;*/
    width:100%;
   text-align:center!important;
}


.index_QuickLinks .list-group li i {
    color: #2879fe;
    margin-right: 0.32rem;
}

.index_QuickLinks .list-group-item {
    padding: .75rem 0.25rem !important;
    font-size:1rem!important;
}
#Recent_news_small_div .media .media-body {
    margin-bottom: 0.938rem;
    padding-top:0.625rem;
}
    #Recent_news_small_div .media .media-body h6 a {
        color: black !important;
    }
    #Recent_news_small_div .media .media-body p a {
        color: grey
    }
#Recent_news_small_div .media img {
    max-height: 6.25rem;
    max-width: 6.25rem;
    object-fit: scale-down;
    padding: 0.625rem;
    overflow: hidden;
}

#Recent_news_big_div .card_item {
    padding: 1rem !important;
}
#Recent_news_big_div .card  {
    max-width: 95%;
   margin:0 auto;
}
#Recent_news_big_div {
   
}
#Recent_news_big_div .card img {
    max-width: 100%;
    text-align: center;
    max-height: 12.5rem;
    object-fit: cover;
    padding: 0.625rem;
    overflow: hidden;
}

#Recent_news_big_div .card .card-body .card-title {
    max-height: 2.5rem;
    overflow: hidden;
    min-height: 2.5rem;
}

#Recent_news_big_div .card .card-body .card-text {
    max-height: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
}

#Recent_news_big_div .card .card-body {
    background-color: #17449e;
    color:white;
}
   

    #Recent_news_big_div .card-text a{
        /*    color:darkgray;*/
        font-size: 0.875rem !important;
        color: white!important;
    }
/*首页结束*/
/*内页公共部份开始*/
#Article_content_div {
    max-width: 87.5rem;
    margin: 0 auto;
    margin-bottom: 0.938rem;
    margin-top: 1.25rem;
}
    #Article_content_div .row1 .newslist {
        padding-left:0.938rem;
    }
    #Article_content_div .row1 {
        margin: 0px !important;
    }
    #Article_content_div .row1 .newslist .list-group li i {
        color: #2879fe;
        margin-right: 0.32rem;
    }
    #Article_content_div .row1 .newslist .list-group-item {
        padding: .75rem 0.25rem!important
    }
#Article_content_div article img {
    max-width:95% !important;
    margin: 1.875rem auto !important;
    display: block;
}

#Article_content_div article {   
    overflow: hidden;   
    word-break: break-word;
}

/*内页公共部份结束*/

/*内页文字列表开始*/
.panel__wrapper-icon .panel__list li {
    color: #4e4e4e;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.875rem;
    border-bottom: 1px solid #ececec;
    position: relative;
    z-index: 1;
    padding: 1.75rem;
}

    .panel__wrapper-icon .panel__list li:hover:after, .panel__wrapper-table .panel__list li:hover:after {
        transform: scale(1);
        opacity: 1;
    }

    .panel__wrapper-gradient .panel__list li:after, .panel__wrapper-icon .panel__list li:after, .panel__wrapper-table .panel__list li:after {
        content: '';
        position: absolute;
        top: -0.375rem;
        left: -0.938rem;
        right: -0.938rem;
        bottom: -0.375rem;
        background: #fff;
        box-shadow: 0 0.375rem 1.875rem 0 rgba(0,0,0,.12);
        opacity: 0;
        transition: all .3s ease;
        transform: scale(.95);
        z-index: -1;
    }

.panel__wrapper-icon .panel__head p {
    margin-top: 0;
    margin-left: 3.625rem;
}

.panel__wrapper-icon .panel__head {
    display: flex;
    align-items: center;
}

.panel__wrapper-icon .panel__list li .icon {
    color: #17449e;
    opacity: .5;
    transition: all .3s ease;
    position: relative;
    margin-bottom: 1.25rem;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin-left: 0 !important;
}

.icon {
    display: inline-block;
    text-align: center;
}

.fal, .far {
    font-weight: 600 !important;
}

.panel__wrapper-icon .panel__list li {
    color: #4e4e4e;
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
    border-bottom: 1px solid #ececec;
    position: relative;
    z-index: 1;
    padding: 1.75rem;
}

    .panel__wrapper-icon .panel__list li .icon {
        position: absolute;
        left: 1.25rem;
        margin-bottom: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

.LeftTool .through {
    position: relative;
}

    .LeftTool .through span {
        display: inline-block;
        background: #fff;
        padding: 0 0.32rem;
        font-size: 1rem;
    }

    .LeftTool .through:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #17449e;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }

.LeftTool .md {
    font-size: 1.625rem;
    line-height: 1.2;
}

.panel__wrapper-icon .panel__list li {
    padding-left: 6.875rem;
}

    .panel__wrapper-icon .panel__list li:hover .icon {
        opacity: 1;
    }

.panel__wrapper-icon .panel__list {
    background: #fff;
    box-shadow: 0 0.375rem 1.875rem 0 rgba(0,0,0,.12);
}

.panel__wrapper-icon .panel__head {
    display: flex;
    align-items: center;
}
/*内页文字列表结束*/
/*图片列表开始*/
#ArticleManageList_conten .card_item {
  padding:1rem !important;
}
#ArticleManageList_conten .card img {
    max-height: 15rem;
    min-height: 15rem;
    object-fit:scale-down;
    padding:0.625rem;
    overflow: hidden;
}

#ArticleManageList_conten .card .card-body .card-title {
    max-height: 2.5rem;
    overflow: hidden;
    min-height: 2.5rem;
}
#ArticleManageList_conten .card .card-body .card-text {
    max-height: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
}
#ArticleManageList_conten .card {
}
#ArticleManageList_conten .card_item .card .card-text {
/*    color:darkgray;*/
font-size:0.875rem!important;
}
/*图片列表结束*/

/*产品详情开始*/
#ArticleContent {
    padding-bottom:0.938rem;
}
#ArticleContent .product_img {
    max-width: 95%;
    object-fit: scale-down;
    padding: 0.625rem;
    overflow: hidden;
}
/*产品详情结束*/
/*尾部开始*/
.footer_main {
    margin-top: 0.625rem;
}

    .footer_main .row {
        margin: 0;
    }

        .footer_main .row .com_info {
            text-align: left;
            margin-top: 1.875rem;
            margin-bottom: 1.875rem;
        }

            .footer_main .row .com_info h5 {
                margin-left: 1.875rem;
}

.footer_main .row .com_info p {
                text-align: left;
                margin-top: 1.25rem;
                padding-left: 1.875rem;
}

.footer_main .row p i {
            color: #2879fe;
            margin-right: 0.32rem;
}

 .footer_main .row .com_info2 p {
            padding-left: 1.875rem;
}

.footer_main .row .com_info2 h5 {
            padding-left: 1.875rem;
}

.footer_main .row .com_info2 p a {
            color: #2879fe;
}

.footer_main .row .com_info2 {
            text-align: left;
            margin-top: 1.875rem;
            margin-bottom: 1.875rem;
}

.footer_main .row .com_info2 .wm_img {
                text-align: left
}

.footer_main .row .com_info2 .wm_img img {
                    max-width: 90%;
                    text-align: left
}

.foot-copyright {
    height: 2.75rem;
    font-size: 0.875rem;
    width: 100%;
    line-height: 2.75rem;
}
/*尾部结束*/