body,html{
    font-family: "思源黑体";
    padding: 0px;
    margin: auto;
    background-color: #E6E6E6;
    position: relative;
}
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    line-height: 26px;
}
.article-content p,
.article-content h2{
    margin: 5px 14px;
}
.article-content > section{
    margin: 0px 14px;
}
a,
a:hover{
    text-decoration: none;
    color: #333;
}
.row{
    margin: auto;
}
.t3-off-canvas .t3-off-canvas-header,
.t3-header,
.t3-copyright small{
    display: none;
}
.t3-copyright,
.copyright,
.t3-content{
    margin: 0px;
    padding: 0px;
    border: none;
}
.t3-mainbody{
    padding: 0px;
}
.navbar,.t3-footer{
    background: #ffffff;
    border: none;
}
.container{
    padding: 0px;
}
.container > .navbar-header,
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > .navbar-collaps{
    margin: 0px;
}
.navbar-nav > li > a{
    padding: 10px 5px;
}
#t3-mainbody .article-content{
    min-height: 460px;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .container {
        width: 750px;
        padding: 0px;
    }
}
/* 顶部导航菜单名称 */
#t3-mainnav .container::before{
    display: block;
    content: "";
    width: 300px;
    height: 30px;
    background: url(../images/common/logo.png);
    background-size: 100% 100%;
    margin: 10px;
}
#t3-mainnav .container > .navbar-header{
    width: 100%;
    background-color: #005BAC;
}
.page-header,.content-category h1:first-child{
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    background-color: #005bac;
    color: #ffffff;
    height: 50px;
}
.page-header h1,.content-category h1:first-child{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
    display: none;
}
.off-canvas-toggle,.off-canvas-toggle:hover{
    background-color: #005bac;
}
/* 侧边导航 */
#t3-off-canvas {
    background: #d6e4f0;
    height: 100% !important;
}
.t3-off-canvas .t3-off-canvas-body {
    padding: 10px 0;
}
.nav-pills > li > a{
    border-radius: 0px;
}
.module-ct > ul.nav::before {
    display: block;
    margin: 0;
    width: 100%;
    height: 100px;
    background: url(../images/mobileNav/logo.jpg);
    background-size: 100% 100px;
    margin-top: -10px;
}
.module-ct > ul.nav li {
    text-indent: 2em;
    line-height: 38px;
    font-size: 16px;
    color: #005BAC;
}
.nav a, .nav a:active, .nav a:focus, .nav a:hover, .nav a:visited {
    outline: none !important;
    font-size: 1.6rem;
}
.nav .caret{
    height: 20px;
    width: 56px;
    background: rgba(0, 0, 0, 0) url("../images/mobileNav/arrow-hide.png") no-repeat scroll center center / 16px 16px;
    float: right;
    margin-top: 8px;
    border:none;
}
.nav .opened .caret{
    background-image: url(../images/mobileNav/arrow-show.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.nav li.current .caret{
    background-image: url(../images/mobileNav/arrow-hide1.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.nav .opened.current .caret{
    background-image: url(../images/mobileNav/arrow-show1.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.dropdown-menu > li > a {
    line-height: 30px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu{
    display: none;
}
.t3-off-canvas .t3-off-canvas-body .opened .dropdown-menu{
    display: block;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:visited, 
.t3-off-canvas .t3-off-canvas-body a:focus,
.t3-off-canvas .t3-off-canvas-body a:visited{
    background: #d6e4f0 !important;
    color: #005BAC !important;
}
.nav-pills > li.active > a:hover, 
.t3-off-canvas .t3-off-canvas-body a:hover{
    background: #d6e4f0 !important;
    color: #1E9FFF !important;
}
.t3-off-canvas .t3-off-canvas-body li.current > a{
    background: #358AD6 !important;
    color: #FFFFFF !important;
}
/* 空白占位符 */
.black-span{
    display: inline-block;
}
/* 二级导航 */
.sec-nav{
    border-bottom: 2px solid #F2F2F2;
}
.sec-nav .swiper-slide{
    line-height: 40px;
    text-align: center;
}
.sec-nav .swiper-slide.current{
    background: #ff9500;
}
.sec-nav .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
}
.sec-nav .swiper-slide.current a{
    color: #FFFFFF;
}
.swiper-button-next, .swiper-button-prev{
    -moz-background-size: 20px 20px !important;
    -webkit-background-size: 20px 20px !important;
    background-size: 20px 20px !important;
    background-position: right !important;
}
.swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23005bac'%2F%3E%3C%2Fsvg%3E") !important;
    background-position: right !important;
}
.swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23005bac'%2F%3E%3C%2Fsvg%3E") !important;
    background-position: left !important;
}
.swiper-button-next.swiper-button-disabled,
 .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0 !important;
}
/* 二级导航新-20190626 */
.menu-table-2{
    width: 100%;
}
.menu-table-2 td{
    text-align: center;
    padding-top: 10px;
    border: none;
}
.menu-table-2 td img{
    width: 30px;
}
.menu-table-2 td p{
    margin: 0px;
    color:#989EA1;
}
.menu-table-2 td p.current{
    color: #005BAC;
}
/* 文章列表分页样式修改 */
.pagination{
    margin: 0px auto;
    float: none;
    text-align: center;
}
.pagination .counter{
    display: none;
}
.pagination > .active > a,
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #005bac;
    border-color: #005bac;
    cursor: default;
}
/* 文章列表项样式 */
.category-list .cat-items{
    background: #D6E4F0;
}
.category-list .cat-items .category tr{
    border: 10px solid #D6E4F0;
    background: #ffffff;
}
.category-list .cat-items .category tr.cat-list-row td{
    border: none;
}
/* .category-list .cat-items .category tr::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #005bac;
    margin-left: 5px;
    margin-top: 13px;
} 
.category-list .cat-items .category tr::after{
    content: ">";
    font-size: 20px;
    font-weight: bold;
    color: #005bac;
    margin-right: 5px;
}*/
.category-list .cat-items .category tr .list-date{
    min-width: 101px;
}
.t3-spotlight-2{
    font-size: 0px;
    display: none;
}
.t3-spotlight-2 .col-lg-3{
    min-height: 0px;
}
.t3-spotlight-2 .t3-module{
    margin-bottom: 0px;
}
#backToTop{
    font-size: 14px;
}
/* 在线咨询 */
#newBridge{
  display: none !important;
}