* {
    font-family: PingFangSC-Regular, sans-serif, PingFangTC-Ultralight, sans-serif;
}

nav {
    background-color: rgba(0, 0, 0, 0.5) !important;
    flex-direction: column !important;
    padding-bottom: 0 !important;
}

.navbar > .container:first-child {
    align-items: center;
    flex-flow: row nowrap;
}

.navbar > .container {
    align-items: flex-end;
}

.navbar .container div {
    flex: 0 1 auto;
}

.navbar .container .home {
    width: 940px;
    text-align: right;
    margin-right: 25px;
}

.navbar .container .home .outlink {
    color: #ffffff;
}

.navbar .container .search {
    width: 175px;
    flex-grow: 0;
}

.navbar .container .search input {
    border: none;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-indent: 30px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 1.2rem;
    width: max-content;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #113f70;
}

.navbar-light .navbar-nav .nav-item {
    height: 50px;
    line-height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.navbar-light .navbar-nav .nav-item:hover {
    background-color: #b3bec9;
}

.navbar-light .navbar-nav .nav-item .sub-nav-link {
    display: flex;
    position: absolute;
    width: max-content;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    /*display: none;*/
    z-index: 10;
}

.navbar-light .navbar-nav .nav-item .sub-nav-link .nav-link {
    background-color: rgba(255, 255, 255, 0.7);
    height: 50px;
    line-height: 50px;
    position: relative;
}

.navbar-light .navbar-nav .nav-item .sub-nav-link .nav-link:last-child:after {
    content: none;
}

.navbar-light .navbar-nav .nav-item .sub-nav-link .nav-link:after {
    content: " ";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 0;
    background-color: #113f70;
}

/*.navbar-light .navbar-nav .nav-item:hover .sub-nav-link {*/
/*top: 50px;*/
/*opacity: 1;*/
/*display: flex;*/
/*transition-delay: 100ms;*/
/*transition-property: top, opacity;*/
/*transition-duration: 300ms;*/
/*transition-timing-function: ease-out;*/
/*}*/


.py-5 .text-secondary {
    color: #e0e0e0 !important;
}

.py-5 .text-warning {
    color: #333333 !important;
    position: relative;
}

.py-5 .text-warning:after {
    content: " ";
    display: inline-block;
    height: 2px;
    width: 56px;
    background-color: #939393;
    position: absolute;
    left: 0;
    bottom: -1rem;
}

.py-5.about {
    padding-top: 5rem !important;
}

.py-5.about .content {
    color: #333333;
    font-weight: bold;
    padding-left: 0;
}

.float  .box{
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}
.float  .box span{
    position: absolute;
    top: 7px;
    right: 10px;
    color: white;
}

.about .info {
    padding-bottom: 15rem !important;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
}

.about .info .tip {
    position: absolute;
    right: 0;
    padding: 1.5rem 0;
    top: -5rem;
    box-shadow: 0 0 10px #b0b0b0;
    text-align: center;
    width: 75%;
}

.about .info .tip .col-4 {
    border-right: 1px solid #dcdcdc;
    padding: 0 3rem;
}

.about .info .tip .col-4:last-child {
    border-right: none;
}

.about .info .tip h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #e1985b;
    line-height: 1.5;
}

.about .info .tip p {
    font-size: 1.3rem;
}

.about .content .btn {
    border: 1px solid #113f70;
    background-color: #113f70;
}

.about .content .btn a {
    color: white;
}

.news .container .col-6:first-child {
    padding-left: 0;
}

.news .navbar-nav {
    flex-direction: row;
}

.news .navbar-nav li {
    padding: 0.7rem 0.2rem;
}

.news .navbar-nav a {
    display: inline-block;
    padding: 0.3rem 0.8rem;
}

.news .navbar-nav a.show.active {
    background-color: #e1985b;
    color: white;
    border-radius: 1rem;
}

.news .tab-content {
    overflow: hidden;
}

.news .swiper-container .swiper-slide a {
    height: 368px;
    display: block;
    overflow: hidden;
}

.news .swiper-container .swiper-slide a img {
    display: block;
}

.news .media, .newslist .media {
    border-bottom: 1px solid #ececec;
}

.news .media:last-child, .newslist .media:last-child {
    border-bottom: none;
}

.news .media:first-child .simple {
    display: none;
}

.news .media:first-child .info {
    display: block;
}

.news .media .simple {
    display: flex;
    padding: 1rem 0.5rem;
}

.news .media .info, .newslist .media .info {
    padding: 1rem 0.5rem;
}

.news .media .info div, .news .media .simple div, .newslist .media .info div {
    /*flex: 1;*/
}

.news .media .simple .title {
    width: 70%;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news .media .simple .time {
    flex: 1;
    color: #aaaaaa;
    text-align: right;
}

.news .media .info .top, .newslist .media .info .top {
    display: flex;
    flex-wrap: nowrap;
}

.news .media .info .time {
    width: 70px;
    height: 70px;
    color: white;
    background-color: #e1985b;
    text-align: center;
}

.news .media .info .time .month, .newslist .media .info .time .month {
    font-size: 2rem;
    height: 35px;
    line-height: 35px;
}

.news .media .info .time .day, .newslist .media .info .time .day {
    font-size: 1.5rem;
    height: 35px;
    line-height: 35px;
}

.news .media .info .title {
    text-align: left;
    margin-left: 2rem;
    font-size: 1.7rem;
    flex: 1;
}

.news .media .info .content, .newslist .media .info .content {
    padding: 1rem 0 0 0;
}

.news .media .info .content a, .newslist .media .info .content a {
    color: #aaaaaa;
}

.news .media .info {
    display: none;
}
@media (min-width: 990px) {
    .newslist .media .info .time {
        width: 90px;
        height: 100px;
        color: #113f70;
        background-color: #fafafa;
        border: 1px solid #113f70;
        text-align: center;
    }

    .newslist .media .newsinfo {
        margin-left: 2rem;
    }

    .newslist .media .media-body .little-time{
        display: none;
    }
}
@media (max-width: 990px) {
    .newslist .media .info .time {
        display: none;
    }

    .newslist .media .media-body .little-time{
        color: #aaaaaa;
    }
}
.newslist .media:hover .info .time {
    color: #fafafa;
    background-color: #113f70;
}

.newslist .media .info .time .month {
    height: 50px;
    line-height: 50px;
}

.newslist .media .info .time .day {
    height: 50px;
    line-height: 50px;
}

.newslist .media .newsinfo .title {
    font-size: 1.5rem;
}

.newslist .media:last-child {
    border-bottom:  none;
}

.business .card .card-body {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/sucai/business-bg.png");
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    transition-duration: 1000ms;
    transition-property: background-size;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.business .card .card-body a {
    color: white;
    font-size: 2rem;
}

.business .card .card-body:hover {
    background-color: rgba(17, 63, 112, 0.9);
    background-size: 90%;
}

.business .card .card-body .card-title {
    flex: 1;
    padding: 0 5rem;
}

/*公司**/
.companylist img {
    height: 163px;
}

.companylist figcaption {
    text-align: left !important;
    background-color: #e1985b;
    text-indent: 1em;
}

.companylist figcaption a {
    color: white;
    font-weight: 600;
}

.companylist .single {
    padding-top: 1rem;
}

.companylist .single a {
    border-bottom: 1px dashed #aaaaaa;
    padding-bottom: 1rem;
    display: block;
    width: 100%;
    text-indent: 2rem;
    background: url("/template/caixin/images/icon01.png") no-repeat;
}

.footer {
    background-color: #ffffff !important;
    clear: both;
}

.footer .bottom span {
    margin-left: 1rem;
}

.footer .fast-link h4 {
    color: #525252;
    font-weight: bold;
    padding-bottom: 0.5rem;
    text-align: justify;
}

.footer .fast-link h4 span {
    border-bottom: 2px solid #113f70;
}

.footer .fast-link .lh-2 li a {
    color: #9b9b9b;
}

.footer .link .row {
    padding: 2rem 0;
}

.footer .link .row .main-link {
    position: relative;
}

.footer .link .row .main-link .title {
    background-color: #eaeaea;
    text-align: center;
    color: #7b7b7b;
    border-radius: 1.7rem;
    z-index: 10;
    position: relative;
    font-size: 1.1rem;
    line-height: 2.5;
}

.footer .link .row .sub-link {
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1.7rem;
    padding: 0 1rem 2.6rem 1rem;
    width: 100%;
    bottom: 0;
}

.footer .link .row .sub-link .link-info {
    display: none;
}

.footer .link .row .main-link:hover .sub-link {
    padding: 1rem 1rem 2.75rem 1rem;
    height: auto;
    transition-delay: 100ms;
    transition-property: height;
    transition-duration: 5000ms;
}

.footer .link .row .main-link:hover .link-info {
    display: block;
    height: auto;
}

.footer .link .row .sub-link .link-info {
    border-bottom: 1px solid #8e8e8e;
    line-height: 2;
}

.footer .link .row .sub-link .link-info:last-child {
    border-bottom: none;
}

.footer .link .row .sub-link .link-info a {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer .other {
    padding-bottom: 2rem;
}

/*内页*/
@media (min-width: 576px) {
    .jumbotron {
        padding: 14.5rem 2rem;
        background-position: center !important;
    }
}

.sortnav a {
    border-radius: 0;
    display: block;
    flex: 1;
}

.sortnav a.btn-info {
    border-color: #e1985b;
    background-color: #e1985b;
}

.pages {
    border-top: 1px solid #c9c9c9
}

.page-link {
    color: #9b9b9b;
}

.page-num-current {
    background-color: #113f70;
    border-color: #113f70;
}

.online dl {
    background-color: #e1985b;
}

.online dl:hover {
    background-color: #e19810;
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 30px;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.6);
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar .container:first-child {
        display: none;
    }

    .about .info {
        padding-bottom: 2rem !important;;
    }

    .about .info .tip {
        display: none;
    }

    .footer .link .row .main-link .title {
        margin-top: 2rem;
    }

    .footer .link .row .main-link:hover .sub-link {
        z-index: 10;
    }
}
@media (max-width: 990px) {
    .navbar-light .navbar-toggler{
        border-color: rgba(255,255,255,0.6) ;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar > .container {
        align-items: center;
    }
    .navbar .container div{
        flex-basis: 100%;
        flex-grow: 1;
    }
}