
html, body{
    background: #fff;
}
footer, .main-content:after{
    background-color: #0243ae;
    
}
.main-content{
    margin: 0 auto -130px;
}
footer {
    height:auto;
}

a{
    color: rgba(34,34,34,1);
}
a:hover{
    text-decoration: none;
}

.footer-bottom-logo{
    width: 70%;
    height: 100%;
}

.footer-bottom-logo img{
    width: 100%;
    height: 100%;
}

.product-item-4 .embed-responsive img{
    object-fit: contain;
}

.floatbtn-wrapper > .qrcode > img
{
    width: 148px;
    height: 148px;
}
.navbar-toggle{
    margin-top: 18px;
    margin-right: 25px;
}

.section_menu{
    background: #0243ae;

}
.section_menu .navbar-nav > ul{
    display: flex;
    align-items: center;
}

.container.top_menu{
    padding:10px 0;
}

.navbar-default .top_menu .navbar-brand{
    height: 80px;
}

.navbar-default .top_menu .nav-contact {
    font-weight: bold;
    font-size: 18px;
    color: #0243ae;
    display: inline-block;
}

.index-focus{
    margin-bottom: 0;
}

.section_notice{
    background-color: rgba(247, 247, 247, 1);
    border-bottom:1px solid #ddd;
}
.notice{
    height: 60px;
    display: flex;
    gap: 20px;    
}

.notice .notice-focus{
    display: flex;
    flex-grow:1;
}


.notice .notice-title{
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 16px;
    color: #0243ae;
}
.notice .notice-title i{ font-size:28px; margin-right: 10px; }
.notice .notice-title div{ line-height:28px; }

.notice .notice-focus .notice-item{
    display: flex;
    align-items: center;
}

.notice .notice-focus .notice-item h3{
    font-size: 16px;
    margin-top: 22px;
}

.friendlink{
    margin: 20px 0;
}

.friendlink .select{
    height: 40px;
    line-height: 26px;
    margin-bottom: 10px;
}
/* 自定义下拉菜单背景色和文本颜色 */
.bootstrap-select .dropdown-menu {
    background-color: #f0f0f0; /* 背景色 */
    border-color: #bcbcbc; /* 边框颜色 */
  }
   
  .bootstrap-select .dropdown-item {
    color: #444; /* 文本颜色 */
  }
   
  /* 当选项被选中时的样式 */
  .bootstrap-select .dropdown-item.active {
    background-color: #007bff; /* 背景色 */
    color: white; /* 文本颜色 */
  }
   
  /* 如果你想要改变下拉箭头的颜色 */
  .bootstrap-select .bs-caret {
    color: #999; /* 箭头颜色 */
  }
.bootstrap-select .dropdown-menu li a{
    line-height: 30px;
}

.footer-info{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.footer-info ul{
    list-style: none;
    padding-left: 0;
}
.footer-info ul li{
    display: inline-block;
    padding:0 10px;
    border-right: 1px solid #fff;
}
.footer-info ul li:first-child {
    padding-left:0px;  
  }
   
  .footer-info ul li:last-child {
    border-right:none;
  }


.footer-contact{
    display: flex;
    flex-direction: column;
}
.footer-contact i{
    margin-right: 10px;
}

.cover{
    background-image: url('/uploads/20240625/2a10552963fa54cab3fa0a2870ed24e3.jpg');
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;
}

.section_breadcrumb{
    padding: 5px 0;
    margin-bottom: 12px;
    background: #f5f5f5;
}

.section_breadcrumb .breadcrumb{
    margin: 0;
}

.channel-list{
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.channel-list .panel-heading{
    border:none;
    background: #0243ae;
}

.channel-list .panel-heading .panel-title{
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.channel-list .panel-body{

}

.channel-list .panel-body .list-unstyled{
    padding: 0 20px;
}
.channel-list .panel-body .list-unstyled li{
    background: #f9f9f9;
    margin-bottom: 10px;
    position: relative;
}
.channel-list .panel-body .list-unstyled li.active{
    background: #dbe8f5;
    color: #0343af !important;
}

.channel-list .panel-body .list-unstyled li.active:before{
    width: 2px;
    background: #005bbe !important;
    height:100% !important;
    content: "";
    transition:height 200ms;
    position: absolute;
}

.channel-list .panel-body .list-unstyled li:hover{
    /*
    width: 2px;
    background: #005bbe !important;
    height:100% !important;
    content: "";
    transition:height 200ms;
    position: absolute;*/
}
.channel-list .panel-body .list-unstyled li.active a
{
    color: #0343af !important;
}
.channel-list .panel-body .list-unstyled li a{
    padding: 15px;
    font-size: 16px;
    display: block;
}

.article-content{
    border: 1px solid #ddd;
    padding: 0 30px;
}
 
.article-content .article-metas{
    display: flex;
    
}

.article-content .article-metas .line{
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-grow: 1;
    margin-bottom: 20px;
}

.article-content .article-metas h1.metas-title{
    display: flex;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    color: #0243ae;
    position: relative;
}
.article-content .article-metas h1.metas-title::before{
    content: "";
    border-bottom: 2px solid #0d2bc7;
    position: absolute;
    bottom:-1px;
    width: 100%;
}

.article-text{

}

.article-text p{
    text-indent: 2rem;
}

.article-text img{
    max-width: 60%;
}

.related-article{
    border: 1px solid #ddd;
    padding: 0 30px;
    margin-top: 0;
}

.related-article h3{
    display: flex;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #0243ae;
    position: relative;
    padding: 15px 0;
    margin: 0;
}

.related-article h5{
    margin: 15px 0;
    text-align: left;
}
.contact-page .article-text{
    font-size: 16px;
}

.contact-page .article-text ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
    margin: 15px 0;
}
.contact-page .article-text ul li {
    display: flex;
    width: 50%;
}

.article-text .prevnext{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.article-text .prevnext > div{
    display: flex;
}

.section_home_top{
    padding: 30px 0;
    margin:0px;
    background: url('https://omo-oss-image1.thefastimg.com/portal-saas/new2024020418542599723/cms/image/9c114a14-ed62-4a68-b050-dd948c0aea4d.png') #fff;
}

.section_home_top .panel-home-header{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #0b4199;
}

.section_home_top .panel-home-header h2{
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #0b4199;
    padding: 15px 30px;
}
.section_home_top .panel-home-body{
   margin: 30px 0;
   overflow: hidden;
}

.section_home_top .panel-home-body .recommend-focus .carousel-focus .item .carousel-img{
    height: 409px;
}

.section_home_top .panel-home-body .nav-tabs{
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 16px;
    line-height:50px;
    border: none;
    background: #f1f1f1;
}

.section_home_top .panel-home-body .nav-tabs li{
    background: #f1f1f1;
}
.section_home_top .panel-home-body .nav-tabs li.active{
    border: none;
    color: white;
    background-color: #0243ae;
}
 
.section_home_top .panel-home-body .nav-tabs li.active a {
    border: none;
    color: white;
    background-color: #0243ae;
    line-height: 30px;
}

.section_home_top .panel-home-body .tab-content{

}
.section_home_top .panel-home-body .tab-content .tab-pane{
    padding: 10px 15px;
}

.section_home_top .panel-home-body .tab-content .tab-pane ul{
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.section_home_top .panel-home-body .tab-content .tab-pane ul li{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    flex-grow: 1;
}

.section_cb{
    background-color: rgba(241, 241, 241, 1);
    background-image: none;
}
.wxqrcode_container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.wxqrcode_container .icon-wechat{
    font-family: "socialshare" !important;
    display: flex;
    gap: 10px;
    font-size: 25px;
    position: relative;
}

.wxqrcode_container .icon-wechat::before{
    content: "\f09a";
}
.wxqrcode_container .icon-wechat:hover .floatbtn-wrapper{
    display: block;
    right: 0px;
    top: 35px;
    z-index: 120;  
    width: auto;  
    height: auto;
    left:5px;
}

.wxqrcode_container .icon-wechat:hover .floatbtn-wrapper > .qrcode{
    margin-top:0px;
}

.top_menu .navbar-collapse{
    z-index: 9999;
}

.navbar-white .navbar-nav > li > a {
    padding-top:10px;
    text-align: center;
}

.navbar-white .navbar-nav > li > a > span.name-en{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    text-align: center;
    justify-content:center;
}

.navbar-white .navbar-nav > li > a > span.name-en i{
    margin: 0;
    padding: 0;
    height: 10px;
    line-height: 10px;
    font-style: normal;
    text-transform: uppercase;
}

.resources-focus .swiper-slide{
    width: 450px;
    height: auto;
    background: transparent;
    box-shadow: 0 8px 30px #ddd;
}

.resources-focus .swiper-slide .carousel-caption{
    color:#fff;
    line-height: 100%;
}

.resources-focus .swiper-slide .carousel-caption h2{
    margin: 0;
    padding: 10px 0;
}

.resources-focus .swiper-slide .embed-responsive img{
    object-fit: contain;
}

.slideTxtBox{ text-align:left;  }
.slideTxtBox .hd{ height:39px; position:relative; }
.slideTxtBox .hd ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
 }
.slideTxtBox .hd ul li{ float:left; cursor:pointer; font-size: 20px;height: 39px;margin-right:24px; font-weight: bold;width: 25%; text-align: center;}
.slideTxtBox .hd ul li.on{ border-bottom:3px solid #193a7f; }
.slideTxtBox .hd ul li:last-child{margin-right: 0px;}
.slideTxtBox .bd ul{ zoom:1; list-style: none;padding: 0; margin-bottom: 0;}
.slideTxtBox .bd li{ height:66px; line-height:33px;display: flex; flex-direction: row; border: 1px solid #bcbcbc;margin-bottom: 10px;}
.slideTxtBox .bd li:last-child{margin-bottom: 0;}
.slideTxtBox .bd li .date{ display: flex; flex-direction: column; font-size: 16px; width: 80px;padding: 0 10px;border-right: 1px solid #bcbcbc; position: relative;}
.slideTxtBox .bd li .date span{ text-align: right;}
.slideTxtBox .bd li .date span.day{ text-align: left;}
.slideTxtBox .bd li .title{ font-size: 18px;padding: 0 10px;display: flex;
    flex-direction: row;
    overflow: hidden;
    flex: 1;
    align-items: center;}
    .slideTxtBox .bd li .title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.slideTxtBox .bd li .line{
    border-bottom: 1px solid #bcbcbc;
    position: absolute;
    top: 33px;
    width: 60px;
    transform: rotate(142deg);
}
.headnews{
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 46px;
    margin-bottom: 22px;
    background-image: url('/assets/addons/cms/img/head.jpg');
    background-repeat: no-repeat;
    padding-left: 80px;
    text-align: center;
    width: 100%;
    margin-left: 146px;
}

.noborder{
    border: none !important;
}


@media (max-width: 768px) {
    .main-content{
        margin: 0 auto -235px;
    }
    .contact-page .article-text ul li {
      width: 100%;
    }
    .navbar-default .top_menu .navbar-brand{
        height: 45px;
    }
    .navbar-toggle{
        margin-top: 3px;
    }
    .container.top_menu{
        padding: 14px 0;
    }
    .headnews{
        margin: 0;
        
        font-size: 18px;
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }
    .notice{
        height: 40px;
        gap:10px;
    }
    
    .notice .notice-focus .notice-item{
        overflow: hidden;
        text-overflow: ellipsis;
        flex-flow: nowrap;
        text-wrap: nowrap;
    }
    .notice .notice-title{
        margin-left:5px;
        font-size: 14px;
    }
    .notice .notice-title div{
        width: 70px;
    }

    .notice .notice-focus .notice-item > a{
        text-overflow: ellipsis;
        text-wrap: nowrap;
        overflow: hidden;
    }

    .notice .notice-focus .notice-item h3{
        font-size: 14px;
        margin-top: 13px;
        text-overflow: ellipsis;
        text-wrap: nowrap;
        overflow: hidden;
    }

    .slideTxtBox .hd ul li{
        line-height: 39px;
        font-size: 16px;
    }

    .cover{
        display: none;
    }

    .article-text .prevnext > div{
        flex-direction: column;
    }

    .section_home_top .panel-home-body .recommend-focus .carousel-focus .item .carousel-img{
        height: 180px;
    }

    .section_home_top .panel-home-header h2{
        padding:10px 30px;
        font-size: 18px;
    }

    .section_home_top .panel-home-body{
        margin: 0;
        margin-top: 20px;
    }
  }

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
      width: 100%;
      overflow: hidden;
    }
  }

@media (min-width: 768px) {
    .navbar .navbar-collapse .navbar-nav
    {
        width: 100%;
    }
    #index-focus .item .carousel-img{
        height: 550px;
    }
    .skin-white{
        padding-top: 160px;
    }

    .navbar-nav > li{
        padding: 0 50px;
    }

    .navbar-nav ul.dropdown-menu{
        left:50px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        line-height: 55px;
      }
      .navbar-white .navbar-nav > li > a {
        height: 60px;
        line-height: 27px;
        color: #fff;
      }
      .navbar-white .navbar-nav > li > a:hover,
      .navbar-white .navbar-nav > li > a:focus {
        color: #fff;
      }
      .navbar-white .navbar-nav > .active > a,
      .navbar-white .navbar-nav > .active > a:hover,
      .navbar-white .navbar-nav > .active > a:focus {
        background-color: inherit;
        color: #fff;
      }

      .navbar .top_menu .navbar-collapse .navbar-nav
        {
            flex-direction: column;
            text-align: right;
            width: auto;
        }

        .navbar-default .top_menu .navbar-right ul li{
            padding: 0 15px;
        }

        .navbar .top_menu .navbar-collapse .navbar-nav li .navbar-form{
            padding: 0;
        }
}