.nav-height {
    height: 3.625rem;
    border: none;
    box-shadow: 0 1px 0 0 #E2EBF6;
}

.nav-height div,
.nav-height ul {
    height: 100%;
}

.nav-middle .mr-3 {
    line-height: 3.5rem;
}

.nav-active a {
    font-weight: bold;
    color: #000;
}

.nav-active::after {
    content: '';
    display: block;
    width: 100%;
    height: .3125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #7EB30F;
}

.search-bar {
    margin-top: 34px;
    display: flex;
    padding: 0 1.25rem;
    justify-content: space-between;
}

.search-wrap {
    height: 48px;
    border-color: #D2DDEC
}

.input-wrap,
.input-wrap>div {
    height: 100%;
}

.input-wrap input {
    width: 16.125rem;
    height: 100%;
    font-size: 1rem;
    padding-left: 2rem !important;
    padding-right: 0 !important;
}

.form-control-feedback {
    line-height: 46px;
    padding-right: 5px;
}

@media (max-width: 1000px) {
    .title-wrap {
        display: none;
    }
}

/* @media (max-width: 1200px) {
    .nav-bg {
        display: none;
    }
} */
.search-btn {
    width: 5.0625rem;
    height: 100%;
    color: #71A209;
    font-size: 14px;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-bg {
    background: #84BC0F;
    height: 60px;
}

.font-18 {
    font-size: 1.125rem
}

.h-100 {
    height: 3.75rem !important;
}

.nav-bg .dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.nav-bg .show .dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
    border-bottom: 6px dashed;
    border-bottom: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    font-weight: bold;
}

.navbar-light .show>.navbar-nav-link {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-bg .navbar-nav-link {
    padding: 1rem .8rem;
}

#banner .bg {
    display: block;
    width: 100%;
    height: 30rem;
}

.banner-wrap {
    height: 30rem;
    position: relative;
}

#banner {
    width: 100%;
    height: 100%;
}

.title-icon {
    position: relative;
    padding-left: 1rem;
}

.title-icon::before {
    content: '';
    position: absolute;
    width: .375rem;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    background-image: linear-gradient(180deg, #70A601 0%, #A9D202 100%);
}

.media-body .media-list-linked a {
    font-size: 1rem;
}

.media-body .media-list-linked a.media:hover {
    color: #70A601;
    text-decoration: underline;
}

H3.card-title {
    font-size: 1.315rem;
    line-height: 1.875rem;
    height: 1.875rem;
}

.s-more {
    color: #70A601;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
}

.s-more:hover {
    color: #70A601;
}

.s-footer {
    padding-bottom: 3.3125rem;
    padding-top: 3.3125rem;
}

#banner .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#banner .glyphicon-menu-left:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-135deg);
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -10px;
    margin-top: -5px;
}

#banner .glyphicon-menu-right:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -20px;
    margin-top: -5px;
}

.page-footer .card-img {
    width: 111px;
}

.video-wrap,
.audio-wrap {
    text-align: center;
    margin-bottom: 1.875rem;
    font-size: 0;
}

video:focus {
    outline: none
}

audio:focus {
    outline: none;
}

.footer-icon {
    width: 127px;
}

#focus .owl-controls .owl-buttons div {
    margin-top: -214px !important;
}

.owl-pagination {
    display: none;
}

.s-ul {
    margin: 0;
    padding: 0;
}

.s-ul li {
    list-style-type: none;
}

.s-ul li:nth-of-type(n+2) {
    margin-right: 25px;
}

.s-ul li a {
    padding: 0 15px;
}

.s-ul li:nth-of-type(n+2) a {
    height: 30px;
    padding: 0;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #F0F1F1 0%, #F9F9F9 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 27px;
}

.s-ul li:nth-of-type(n+2) a::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 30px;
    margin-right: 27px;
    
}
.s-ul li:nth-of-type(2) a::before {
    background: url(../libs/images/icon_1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.s-ul li:nth-of-type(3) a::before {
    background: url(../libs/images/icon_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.s-ul li:nth-of-type(4) a::before {
    background: url(../libs/images/icon_3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.s-ul li:nth-of-type(5) a::before {
    background: url(../libs/images/icon_4.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.s-img-wrap {
    width: 160px;
    height: 110px;
    border: 1px solid #EDF2F9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-img-wrap:nth-of-type(n+7) {
    margin-top: 40px;
}

.s-img-wrap img {
    max-width: 160px;
    max-height: 110px;
}

.s-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.s-card-wrap {
    padding: 3.125rem 1.25rem;
}

.s-virtual-exh {
    font-size: 26px;
    color: #111111;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-right: 63px;
    padding-right: 0!important;
}

/*Lijy新增2021-3-23*/
.breadcrumb_top{
    opacity: 0.8;
    font-family: "icomoon";
    font-size: 12px;
    color: #7288A6;
    line-height: 42px;
    padding-left: 1.25rem;
    }
.display_flex{
    display: flex;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    margin-bottom: 0;
}
.search_left{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.search_company form{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 200px;
    max-width: 50%;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D2DDEC;
    border-radius: 4px;
}
.search_company form i{
    padding: 0 9px 0 9px;
}
.search_company form input{
    min-width: 110px;
    max-width: 200px;
    height: 28px;
    line-height: 28px;
    padding: 0
}
.search_company form button{
    color: #71A209;
    line-height: 28px;
    width: 52px;
    border: none;
    background: none;
    font-size: 14px;
    padding: 0;
}
.search_find{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search_find select{
    width: 105px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #D2DDEC;
    border-radius: 20px;
    padding: 0 0 0 10px;
    color: #7288A6;
    position: relative;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.875rem center/8px 10px ;
    margin-left: 8px;
}
.search_find select::after{
    content: '▼';
    color: #7288A6;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.search_bot p{
    margin: 0;
    font-size: 14px;
    color: #7288A6;
    line-height: 14px;
    margin-top: 30px;
}
.titleTap{
    display: inline-block;
    width: 45px;
    height: 15px;
    background: #F6931D;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    line-height: 15px;
}
.text-elis{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    overflow:hidden;
}

.nav-style{
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 110px;
    text-align: center;
    padding: 0 10px!important;
}