* {
    box-sizing: border-box;
}

.f20 {
    font-size: 20px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.c-red {
    color: #d94200;
}

.c-orange {
    color: #ff7800;
}

.c-blue {
    color: #0d62ff;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.flex-end {
    justify-content: end;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4,
.ellipsis-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis-1 {
    -webkit-line-clamp: 1;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.ellipsis-5 {
    -webkit-line-clamp: 5;
}


.xa_bread.white-hread {
    color: #fff !important;
}

.xa_bread.white-hread a {
    color: #fff !important;
}


.xa_bread.gray-hread {
    color: #717171 !important;
}

.xa_bread.gray-hread a {
    color: #717171 !important;
}

.xa_bread.gray-hread a:hover {
    color: #0060ff !important;
}

.home-banner {
    min-height: 365px;
    background: url('../images/jlh/home-banner.jpg') no-repeat top center;
}

.home-banner h2 {
    font-size: 32px;
    color: #000;
    text-align: center;
    padding: 20px 0 30px;
}

.home-banner .list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner .list li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    width: 172px;
    height: 66px;
    font-size: 20px;
    color: #037ec0;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.7);
}

.home-banner .list li .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.home-banner .list li .icon-zcg {
    background: url('../images/jlh/icon-b-zcg.png') no-repeat center center;
}

.home-banner .list li .icon-zrc {
    background: url('../images/jlh/icon-b-zrc.png') no-repeat center center;
}

.home-banner .list li .icon-zxq {
    background: url('../images/jlh/icon-b-zxq.png') no-repeat center center;
}

.home-banner .list li .icon-zhz {
    background: url('../images/jlh/icon-b-zhz.png') no-repeat center center;
}

.jlh-container {
    padding-bottom: 20px;
}

.jlh-container .count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    width: 950px;
    padding: 15px 0;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
}

.jlh-container .count .item {
    display: flex;
    align-items: center;
    margin: 0 20px;
    width: 20%;
    font-size: 16px;
    color: #000;
}

.jlh-container .count .item .icon {
    width: 55px;
    height: 55px;
    margin-right: 20px;
}

.jlh-container .count .item .icon-01 {
    background: url('../images/jlh/icon-hb-01.png') no-repeat center center;
}

.jlh-container .count .item .icon-02 {
    background: url('../images/jlh/icon-hb-02.png') no-repeat center center;
}

.jlh-container .count .item .icon-03 {
    background: url('../images/jlh/icon-hb-03.png') no-repeat center center;
}

.jlh-container .count .item .icon-04 {
    background: url('../images/jlh/icon-hb-04.png') no-repeat center center;
}

.home-cur-act {
    margin-top: 30px;
    min-height: 230px;
    background: url('../images/jlh/cur-act-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.home-cur-act .btns {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.home-cur-act .btns .btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right, #ff7e00 0, #ff5400 100%);
    border-radius: 5px;
    margin-left: 10px;
}

.home-cur-act .btns .btn em {
    padding: 0 0 0 5px;
    font-family: 'simsun';
}

.home-cur-act h2 {
    margin: 40px 0 50px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.home-cur-act .info p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}


.home-before-act .list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 30px 0 50px;
}

.home-before-act .list .item {
    margin: 0 20px;
    width: 320px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
}

.home-before-act .list .item:hover {
    box-shadow: 0 0 24px rgba(30, 60, 190, 0.24);
}

.home-before-act .list .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-before-act .list .item a:hover {
    text-decoration: none;
}

.home-before-act .list .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background: #0060ff;
    overflow: hidden;
}

.home-before-act .list .item .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.home-before-act .list .item:hover .image img {
    transform: scale(1.05);
}

.home-before-act .list .item .info {
    padding: 20px;
}

.home-before-act .list .item .info .date {
    margin-bottom: 15px;
    font-size: 14px;
}

.home-before-act .list .item .info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #37374a;
    line-height: 24px;
    margin-bottom: 20px;
}

.home-before-act .list .item .info .unit {
    padding: 15px 3px 0;
    font-size: 14px;
    color: #717171;
    border-top: 1px solid #e5e5e5;
}

.com-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.com-title h2 {
    margin: 0 30px;
    font-size: 36px;
    color: #37374a;
}

.com-title::before,
.com-title::after {
    content: '';
    display: block;
    width: 240px;
    height: 10px;
    background: url(../images/jlh/com-title.png) no-repeat;
}

.com-title::before {
    background-position: left center;
}

.com-title::after {
    background-position: right center;
}

.home-before-act {
    margin-top: 30px;
}

.dhzy .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}

.dhzy .tabs .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    padding: 0 20px;
    min-width: 185px;
    height: 60px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    list-style: none;
    border-radius: 6px;
    background: #f7faff;
}

.dhzy .tabs .tab.active {
    color: #fff;
    background: #0d62ff;
}

.dhzy .tabs .tab .icon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.dhzy .tabs .tab .icon-01 {
    background-image: url(../images/jlh/icon-zcg.png);
}

.dhzy .tabs .tab .icon-02 {
    background-image: url(../images/jlh/icon-zrc.png);
}

.dhzy .tabs .tab .icon-03 {
    background-image: url(../images/jlh/icon-zxq.png);
}

.dhzy .tabs .tab .icon-04 {
    background-image: url(../images/jlh/icon-zhz.png);
}

.dhzy .tabs .tab.active .icon {
    background-position: bottom;
}

.dhzy .tec-list {
    flex-wrap: wrap;
}

.dhzy .tec-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    padding: 30px;
    color: #545454;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #e9f0fb;
    border-radius: 4px;
    background: #f7faff;
}

.dhzy .tec-list .item a{
    text-decoration: none;
}

.dhzy .tec-list .item:nth-child(2n) {
    margin-right: 0;
}

.dhzy .tec-list .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.dhzy .tec-list .item .icon-fenlei {
    background-image: url(../images/jlh/icon-fenlei.png);
}

.dhzy .tec-list .item .icon-unit {
    background-image: url(../images/jlh/icon-unit.png);
}

.dhzy .tec-list .item .icon-lianxiren {
    background-image: url(../images/jlh/icon-d-lianxiren.png);
    background-size: 95%;
}

.dhzy .tec-list .item .icon-lianxi {
    background-image: url(../images/jlh/icon-d-lianxi.png);
    background-size: 95%;
}

.dhzy .tec-list .item .icon-about {
    background-image: url(../images/jlh/icon-about.png);
}

.dhzy .tec-list .item h3 {
    font-size: 20px;
    color: #18284d;
    font-weight: 400;
    margin-bottom: 15px;
}

.dhzy .tec-list .item a:hover h3 {
    color: #0060ff;
}

.dhzy .tec-list .item p {
    font-size: 14px;
    color: #18284d;
    line-height: 24px;
    margin-bottom: 4px;
    padding-right: 10px;
}

.dhzy .tec-list .item p .label {
    color: #595f79;
}

.dhzy .tec-list .item:hover {
    box-shadow: 0 0 12px rgba(30, 70, 190, 0.06);
}

.dhzy .tec-list .item .p-line {
    display: flex;
    align-items: center;
}

.dhzy .tec-list .item .p-line p {
    width: 40%;
}

.dhzy .tec-list .item .p-line p:nth-last-child(1) {
    width: 20%;
    text-align: center;
}

.dhzy .zx-btn {
    padding: 5px 12px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-image: linear-gradient(to right, #ff7e00 0, #ff5500 100%);
}

.dhzy .zx-btn:hover {
    opacity: 0.85;
}

.dhzy .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.dhzy .more a {
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #0060ff;
    text-decoration: none;
    border-radius: 22px;
    border: 1px solid #0060ff;
}

.dhzy .more a:hover {
    color: #f60;
    text-decoration: none;
    border: 1px solid #f60;
}

.dhzy .dhzy-wrap {
    padding: 5px 25px 15px;
    border-radius: 5px;
    background: #e3eefe url(../images/jlh/dhzy-bg.jpg) no-repeat center top;
}

.dhzy .dhzy-wrap .tec-list .item {
    background: #fff;
}

.live-container {
    padding-bottom: 20px;
}

.live-container .live-header {
    padding-bottom: 30px;
    min-height: 360px;
    background: url(../images/jlh/live-banner.jpg) no-repeat center;
    background-size: 100% 100%;
}

.live-container .live-header h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding-top: 35px;
    text-align: center;
}

.live-container .live-header p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.live-container .live-header .search-bar {
    display: flex;
    align-items: center;
    width: 600px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    border-radius: 25px;
    background: #fff;
}

.live-container .live-header .search-bar .icon-search {
    width: 50px;
    height: 50px;
    background: url(../images/jlh/icon-search.png) no-repeat center;
}

.live-container .live-header .search-bar input {
    flex: 1;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
}

.live-container .live-header .search-bar input::placeholder {
    color: #999;
}

.live-container .live-header .search-bar .search-btn {
    width: 90px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 0 25px 25px 0;
    background: #2684ff;
    cursor: pointer;
}

.live-container .live-header .search-bar .search-btn:hover {
    opacity: 0.9;
}

.live-container .live-body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.live-container .live-body-left {
    flex: 1;
}

.live-container .live-video {
    height: 478px;
    background: #000;
}

.live-container .live-video video {
    width: 100%;
    height: 100%;
}

.live-container .count-box {
    display: flex;
    margin-top: 30px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #d5e0e9;
}

.live-container .count-box .title {
    width: 170px;
    height: 80px;
    background: url(../images/jlh/count-titlebg.jpg) no-repeat 0 0;
}

.live-container .count-box .title h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
}

.live-container .count-box .cont {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.live-container .count-box .cont .item {
    display: flex;
    justify-content: center;
    width: 25%;
    font-size: 14px;
}

.live-container .count-box .cont .item .icon {
    width: 24px;
    height: 28px;
    margin-right: 10px;
}

.live-container .count-box .cont .item .icon-01 {
    background: url(../images/jlh/icon-count01.png) no-repeat center;
}

.live-container .count-box .cont .item .icon-02 {
    background: url(../images/jlh/icon-count02.png) no-repeat center;
}

.live-container .count-box .cont .item .icon-03 {
    background: url(../images/jlh/icon-count03.png) no-repeat center;
}

.live-container .count-box .cont .item .icon-04 {
    background: url(../images/jlh/icon-count04.png) no-repeat center;
}

.live-container .live-body-right {
    flex-shrink: 0;
    width: 300px;
    margin-left: 30px;
}

.live-container .live-bor-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 15px;
}

.live-container .live-bor-title h2 {
    padding: 0 3px 10px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border-bottom: 3px solid #1865ff;
}

.live-container .live-bor-title .title-l {
    padding: 0 3px 14px;
    border-bottom: 3px solid #1865ff;
}

.live-container .live-bor-title .title-l h2 {
    padding: 0 3px 0;
    border-bottom: none;
}

.live-container .live-bor-title .more {
    margin-right: 10px;
    font-size: 14px;
    color: #545454;
}

.live-container .live-bor-title .more em {
    font-family: 'simsun';
    padding-left: 5px;
}

.live-container .live-bor-title .more:hover {
    color: #1865ff;
    text-decoration: none;
}

.live-container .live-text .cont {
    margin-top: 15px;
    padding: 15px;
    max-height: 425px;
    overflow-y: auto;
    background: #f7faff;
}

.live-container .live-text .cont li {
    position: relative;
    margin-left: 20px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px dashed #e1e1e1;
}

.live-container .live-text .cont li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    width: 5px;
    height: 100%;
    background: url(../images/jlh/line.png) repeat-y center;
}

.live-container .live-text .cont p {
    position: relative;
}

.live-container .live-text .cont p:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: url(../images/jlh/icon-yuan.png) no-repeat center;
}

.live-container .live-text .cont li:nth-child(1) {
    padding-top: 5px;
}

.live-container .signin-btn {
    margin-top: 30px;
}

.live-container .signin-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 22px;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: linear-gradient(to right, #ff7e00 0, #ff5400 100%);
}

.live-container .signin-btn .btn:hover {
    opacity: .9;
}

.live-container .signin-btn .icon-qiandao {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../images/jlh/icon-qiandao.png) no-repeat center;
}

.live-container .live-body {
    margin-bottom: 40px;
}

.auto-scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #82859e;
}

.auto-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.auto-scrollbar::-webkit-scrollbar-track {
    background: #fff;
}

.auto-scrollbar::-webkit-scrollbar-thumb {
    background: #82859e;
    border-radius: 6px;
    border: 1px solid #82859e;
}

.auto-scrollbar::-webkit-scrollbar-thumb:hover {
    background-image: #82859e;
}

.com-tabs {
    display: flex;
    padding: 0 15px;
}

.com-tabs .tab {
    font-size: 18px;
    padding: 0 2px 10px;
    margin-right: 50px;
    color: #37374a;
    cursor: pointer;
}

.com-tabs .tab.active {
    border-bottom: 3px solid #1865ff;
    color: #1865ff;
    font-weight: 600;
}

.box-shadow {
    box-shadow: 0 0 24px rgba(80, 110, 210, 0.12);
}

.zhnr .live-bor-title .icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.zhnr{
   width:100%;
}

.zhnr .icon-zbdw {
    background: url(../images/jlh/icon-jbdw.png) no-repeat center;
}

.zhnr .icon-hdjj {
    background: url(../images/jlh/icon-hdjj.png) no-repeat center;
}

.zhnr .icon-bmxz {
    background: url(../images/jlh/icon-bmxz.png) no-repeat center;
}

.zhnr .tab-content {
    padding: 20px 30px;
}

.zhnr .content-text {
    padding: 15px 15px;
    font-size: 16px;
    color: #3a3e4a;
}

.zhnr .content-text h3 {
    font-size: 16px;
    color: #3a3e4a;
    font-weight: 600;
    margin-bottom: 20px;
}

.zhnr .content-text p {
    font-size: 16px;
    color: #3a3e4a;
    line-height: 36px;
    margin: 15px 0;
}

.zhnr .organizer-list li {
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 3px solid #ff8400;
}

.bmxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 45px;
    background: #f1f8fe url(../images/jlh/bmxx-bg.jpg) no-repeat top right;
}

.bmxx .info {
    flex: 1;
    padding-right: 50px;
}

.bmxx .info p {
    font-size: 16px;
    color: #3a3e4a;
    line-height: 36px;
}

.bmxx .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.bmxx .icon-date {
    background: url(../images/jlh/icon-date.png) no-repeat center;
}

.bmxx .icon-location {
    background: url(../images/jlh/icon-location.png) no-repeat center;
}

.bmxx .icon-time {
    background: url(../images/jlh/icon-time.png) no-repeat center;
}

.bmxx .icon-view {
    background: url(../images/jlh/icon-view.png) no-repeat center;
}

.bmxx .icon-share {
    background: url(../images/jlh/icon-share.png) no-repeat center;
}

.bmxx .icon-chbm {
    background: url(../images/jlh/icon-baoming.png) no-repeat center;
}

.bmxx .icon-chbm2 {
    margin-right: 10px;
    background: url(../images/jlh/icon-baoming2.png) no-repeat center;
}

.bmxx .btns {
    flex-shrink: 0;
    width: 240px;
}

.bmxx .btns .btn-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ff7e00 0, #ff5400 100%);
}

.bmxx .btns .btn-1:hover {
    opacity: .9;
}

.bmxx .btns .btn-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #cd8c8c;
    border: none;
    border-radius: 5px;
    border: 1px solid #f0c2c2;
    background: #ffe7e6;
}

.bmxx .btns .btn-2:hover {
    opacity: .9;
}

.bmxx .tools {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    font-size: 16px;
}

.bmxx .tools .btn {
    display: flex;
    background: transparent;
    border: none;
    line-height: 24px;
    cursor: pointer;
}

.bmxx .tools .btn:hover {
    color: #1865ff;
}

.bmdetail-wrap {
    display: flex;
}

.bmdetail-wrap .detail-left {
    flex: 1;
}

.bmdetail-wrap .detail-right {
    flex-shrink: 0;
    width: 300px;
    margin-left: 30px;
}

.ybm-list .cont {
    padding: 5px 15px;
    border: 1px solid #e1e3ec;
}

.ybm-list .cont .item {
    display: flex;
    align-items: center;
    padding: 15px 5px;
    font-size: 14px;
    border-bottom: 1px solid #f0f1f5;
}

.ybm-list .cont .item:nth-last-child(1) {
    border-bottom: none;
}

.ybm-list .cont .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d8e2eb;
    overflow: hidden;
    background: #c3cce3;
}

.ybm-list .cont .avatar img {
    max-width: 100%;
    max-height: 100%;
}

.ybm-list .cont .time {
    padding-top: 5px;
    color: #8d8c8c;
}

.detail-chzy-wrap {
    padding: 20px;
    box-shadow: 0 0 24px rgba(80, 110, 210, 0.12);
    background: #e3eefe url(../images/jlh/chzy-bg.jpg) no-repeat center top;
}

.detail-chzy-wrap .tabs {
    margin: 15px 0 20px;
    justify-content: left;
}

.detail-chzy-wrap .tabs .tab {
    height: 40px;
    min-width: 120px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d7e2ea;
    background: #fff;
    margin: 0 15px 0 0;
}

.detail-chzy-wrap .tec-list .item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 25px;
    background: #fff;
}

.detail-chzy-wrap .tec-list .item a:hover {
    text-decoration: none;
    color: #0060ff;
}

.detail-chzy-wrap .tec-list .item h3 {
    font-size: 16px;
}

.detail-chzy-wrap .tec-list .item .info {
    display: flex;
}

.detail-chzy-wrap .tec-list .item .info p {
    width: 50%;
}

.main-swiper-container {
    position: relative;
    width: 790px;
    margin: 20px auto;
}

.main-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-swiper-container .swiper-slide {
    width: 790px;
    height: 500px !important;
}

.thumbs-swiper-container {
    width: 790px;
    margin: 0 auto;
}

.thumbs-swiper-slide {
    width: 180px;
    height: 120px;
    margin-right: 10px;
    cursor: pointer;
}

.swiper-slide-thumb-active {
    border: 2px solid #f60;
}

.thumbs-swiper-slide  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px !important;
    border: 1px solid #eee;
}

.thumbs-swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000 !important;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.swiper-button-prev {
    margin-left: -70px !important;
}

.swiper-button-next {
    margin-right: -70px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 22px !important;
    color: #fff;
    font-weight: 600;
    font-family: 'simsun';
}

.swiper-button-prev::after {
    content: '<';
}

.swiper-button-next::after {
    content: '>';
}

.zydetail-header {
    min-height: 340px;
    padding-bottom: 20px;
    background: url(../images/jlh/detail-head-bg.jpg) no-repeat center;
    background-size: cover;
}


.zydetail-header .details {
    padding-top: 20px;
}

.zydetail-header .details h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.zydetail-header .details .info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.zydetail-header .details .info p {
    width: 25%;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #5d6776;
}

.zydetail-header .details .info .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.zydetail-header .details .info .icon-fenlei {
    background: url(../images/jlh/icon-d-fenlei.png) no-repeat center;
}

.zydetail-header .details .info .icon-danwei {
    background: url(../images/jlh/icon-d-danwei.png) no-repeat center;
}

.zydetail-header .details .info .icon-lianxiren {
    background: url(../images/jlh/icon-d-lianxiren.png) no-repeat center;
}

.zydetail-header .details .info .icon-lianxi {
    background: url(../images/jlh/icon-d-lianxi.png) no-repeat center;
}

.zydetail-header .details .info .icon-dizhi {
    background: url(../images/jlh/icon-d-dizhi.png) no-repeat center;
}

.zydetail-header .details .info .icon-biaoqian {
    background: url(../images/jlh/icon-d-biaoqian.png) no-repeat center;
}

.zydetail-header .details .icon-chat {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 24px;
    background: url(../images/jlh/icon-chat.png) no-repeat center;
}

.chat-btn {
    display: block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to right, #ff7e00 0, #ff5400 100%);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.chat-btn:hover {
    opacity: .9;
}

.zydetail-wrap {
    display: flex;
}

.zydetail-wrap .detail-left {
    flex: 1;
}

.zydetail-wrap .detail-right {
    width: 300px;
    margin-left: 30px;
}

.zydetail-wrap .sub-tit {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.zydetail-wrap .sub-tit h3 {
    font-size: 18px;
    color: #1865ff;
    font-weight: 600;
}

.zydetail-wrap .sub-tit::before {
    content: '';
    flex-shrink: 0;
    width: 4px;
    height: 18px;
    border-radius: 2px;
    margin: 3px 12px 0 0;
    background: #1865ff;
}

.zydetail-wrap .content-text {
    font-size: 14px;
    line-height: 1.8em;
    color: #5d6776;
}

.zydetail-wrap .content-text p {
    margin-bottom: 20px;
}

.zydetail-wrap .content-img ul {
    display: flex;
    flex-wrap: wrap;
}

.zydetail-wrap .content-img ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 160px;
    margin: 0 20px 15px 0;
    background: #f6f6f6;
}

.zydetail-wrap .content-img ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.zydetail-wrap .tec-list {
    display: flex;
    flex-wrap: wrap;
}

.zydetail-wrap .tec-list .item {
    width: 49%;
    margin: 0 2% 18px 0;
}

.zydetail-wrap .tec-list .item:nth-child(2n) {
    margin-right: 0;
}

.zydetail-wrap .tec-list .item a {
    display: block;
    padding: 20px;
    height: 100%;
    color: #18284d;
    border: 1px solid #e9f0fb;
    background: #f7faff;
}

.zydetail-wrap .tec-list .item a:hover {
    text-decoration: none;
    box-shadow: 0 0 12px rgba(80, 110, 210, 0.06)
}

.zydetail-wrap .tec-list .item h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.zydetail-wrap .tec-list .item a:hover h3 {
    color: #1865ff;
}

.zydetail-wrap .tec-list .item p {
    font-size: 14px;
}

.zydetail-wrap .tec-list .item .label {
    color: #595f79;
}

.zydetail-wrap .tec-list .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.zydetail-wrap .tec-list .item .icon-fenlei {
    background-image: url(../images/jlh/icon-fenlei.png);
}

.zydetail-wrap .tuijian-list .cont {
    padding: 5px 10px;
    border: 1px solid #e1e3ec;
}

.zydetail-wrap .tuijian-list .cont a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f1f5;
}

.zydetail-wrap .tuijian-list .cont .name {
    color: #333;
    margin-bottom: 8px;
}

.zydetail-wrap .tuijian-list .cont .name::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
    background: #1865ff;
}

.zydetail-wrap .tuijian-list .cont a:hover {
    text-decoration: none;
}

.zydetail-wrap .tuijian-list .cont a:hover .name {
    color: #1865ff;
}

.zydetail-wrap .tuijian-list .cont .unit {
    padding-left: 10px;
    color: #5d6776;
}

.zydetail-wrap .tuijian-list .cont .unit .label {
    color: #2a3553;
}

.filters {
    display: flex;
    align-items: stretch;
    background: #fff;
}

.filters .filter-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    min-height: 80px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right, #0697ff 0, #0d64ff 100%);
}

.filters .filter-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: 0;
}

.filters .filter-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 5px;
    font-size: 14px;
}

.filters .filter-list span {
    display: block;
    padding: 0 10px;
    margin: 0 5px 10px 0;
    cursor: pointer;
}

.filters .filter-list span.active {
    color: #ec6941;
}

.filters .filter-list span:hover {
    color: #1865ff;
}

.select-box {
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    font-size: 14px;
    background: #f7faff;
}

.select-box .label {
    font-size: 16px;
    margin-right: 10px;
}

.select-box select {
    padding: 8px 10px;
    border: 1px solid #d7e2ea;
}

.detail-search {
    display: flex;
    align-items: stretch;
}

.detail-search .inpt {
    width: 240px;
    height: 36px;
    padding-left: 36px;
    border: 1px solid #d7e2ea;
    border-radius: 4px;
    background: #fff url(../images/jlh/icon-search2.png) no-repeat 10px center;
}

.detail-search .btn {
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    border: none;
    background: #1865ff;
}

.detail-search .btn:hover {
    opacity: .9;
}

.over-dhzy .cont {
    display: flex;
    justify-content: center;
}

.over-dhzy .cont .item {
    width: 23.2%;
    margin-right: 2.4%;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0 24px rgba(30, 90, 210, 0.12);
}

.over-dhzy .cont .item.item:nth-last-child(1){
    margin-right: 0;
}

.over-dhzy .cont .item .hd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    background: #1865ff url(../images/jlh/zy-tit-bg.png) no-repeat center;
}

.over-dhzy .cont .item .hd h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.over-dhzy .cont .item .bd {
    padding: 15px 20px;
    font-size: 14px;
}

.over-dhzy .cont .item .bd li {
    margin-bottom: 15px;
}

.over-dhzy .cont .item .bd a {
    color: #333;
}

.over-dhzy .cont .item .bd a:hover {
    text-decoration: none;
    color: #1865ff;
}

.over-dhzy .cont .item .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0 5px;
    border-top: 1px solid #eeeeee;
}

.over-dhzy .cont .item .more a {
    color: #ff7800;
}

.over-dhzy .cont .item .more a:hover {
    color: #f30;
}

.over-count .count-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.over-count .count-item {
    display: flex;
    margin-bottom: 20px;
    padding: 16px 20px 16px 30px;
    width: 18.8%;
    border: 1px solid #d5e0e9;
    font-size: 14px;
    border-radius: 4px;
}

.over-count .count-item .count-num {
    color: #595f79;
    margin-bottom: 5px;
}

.over-count .count-item em {
    padding-right: 5px;
    font-size: 20px;
    font-family: 'arial';
    color: #d94200;
}

.over-count .count-item .icon {
    width: 48px;
    height: 48px;
    margin-right: 18px;
}

.over-count .count-item .icon-01 {
    background: url(../images/jlh/icon-over01.png) no-repeat center;
}

.over-count .count-item .icon-02 {
    background: url(../images/jlh/icon-over02.png) no-repeat center;
}

.over-count .count-item .icon-03 {
    background: url(../images/jlh/icon-over03.png) no-repeat center;
}

.over-count .count-item .icon-04 {
    background: url(../images/jlh/icon-over04.png) no-repeat center;
}

.over-count .count-item .icon-05 {
    background: url(../images/jlh/icon-over05.png) no-repeat center;
}

.over-count .count-item .icon-06 {
    background: url(../images/jlh/icon-over06.png) no-repeat center;
}

.over-count .count-item .icon-07 {
    background: url(../images/jlh/icon-over07.png) no-repeat center;
}

.over-count .count-item .icon-08 {
    background: url(../images/jlh/icon-over08.png) no-repeat center;
}

.over-count .count-item .icon-09 {
    background: url(../images/jlh/icon-over09.png) no-repeat center;
}

.over-count .count-item .icon-10 {
    background: url(../images/jlh/icon-over10.png) no-repeat center;
}

.over-report {
    padding: 20px 20px;
    box-shadow: 0 0 24px rgba(30, 90, 210, 0.12);
}

.over-report .list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px;
}

.over-report .list li {
    width: 50%;
    font-size: 16px;
    margin-bottom: 20px;
}

.over-report .list li::before {
    content: '●';
    display: inline-block;
    color: #347cf5;
    padding-right: 10px;
}

.over-report .list li a {
    color: #2a3553;
}

.over-report .list li a:hover {
    text-decoration: none;
    color: #1865ff;
}

.cooper-list {
    display: flex;
    flex-wrap: wrap;
}

.cooper-list .item {
    width: 32%;
    margin-bottom: 35px;
    margin-right: 2%;
}

.cooper-list .item:nth-child(3n) {
    margin-right: 0;
}

.cooper-list .item a {
    color: #18284d;
}

.cooper-list .item a:hover {
    text-decoration: none;
}

.cooper-list .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e2ea;
    border-radius: 10px;
    height: 120px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;

}

.cooper-list .item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cooper-list .item a:hover .img {
    border: 1px solid #6bb3e6;
    box-shadow: 0 0 24px rgba(30, 90, 210, 0.12);
}

.cooper-list .item a:hover img {
    transform: scale(1.04);
}

.cooper-list .item p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.live-container .cooper-header {
    background: url(../images/jlh/cooper-banner.jpg) no-repeat center;
}

.live-container .cooper-header h2 {
    padding-top: 100px;
}

.live-container .tec-header {
    background: url(../images/jlh/tec-banner.jpg) no-repeat center;
}

.live-container .demand-header {
    background: url(../images/jlh/demand-banner.jpg) no-repeat center;
}

.jlh-list .tec-list .item .info {
    display: flex;
    flex-wrap: wrap;
}

.jlh-list .tec-list .item p {
    width: 50%;
    margin-bottom: 8px;
}

.jlh-list .tec-list .item p:nth-last-child(1) {
    width: 100%;
    margin-bottom: 0;
}

.live-container .back{
    font-size: 14px;
    color: #18284d;
}

.live-container .back:hover{    
    color: #0060ff;
}

.dhsk-list li{
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.7em;
    color: #18284d;
    border: 1px solid #e5e5e5;
    background: #f7faff;
}

.dhsk-list .icon-date{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    margin-right: 10px;
    background: url(../images/jlh/icon-date2.png) no-repeat center;
}

.report-list .list{
    padding: 20px 25px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 24px rgba(30, 90, 210, 0.12);
}

.report-list .list li{
    padding: 22px 8px;
    font-size: 16px;
    line-height: 1.7em;
    border-bottom: 1px dashed #b9bcc2;
}

.report-list .list li a{
    color: #18284d;
}

.report-list .list li a:hover{
    text-decoration: none;
}

.report-list .list li::before{
    content: '●';
    display: inline-block;
    color: #347cf5;
    margin-right: 5px;
}
.bdsharebuttonbox{
    display:flex;
}


.reportdetail-header {
    min-height: 240px;
    background: url(../images/jlh/detail-head-bg.jpg) no-repeat center;
}

    .reportdetail-header .details {
        padding-top: 20px;
    }

        .reportdetail-header .details h2 {
            font-size: 32px;
            font-weight: 600;
            color: #000;
        }

        .reportdetail-header .details .info {
            display: flex;
            flex-wrap: wrap;
        }

            .reportdetail-header .details .info p {
                width: 100%;
                margin-bottom: 20px;
                padding-right: 20px;
                font-size: 16px;
                color: #5d6776;
            }

            .reportdetail-header .details .info .icon {
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 5px;
                vertical-align: middle;
            }

            .reportdetail-header .details .info .icon-shijian {
                background: url(../images/jlh/icon-d-fenlei.png) no-repeat center;
            }

            .reportdetail-header .details .info .icon-laiyuan {
                background: url(../images/jlh/icon-d-danwei.png) no-repeat center;
            }



.meeting_wrap {
    position: fixed;
    background: url(/market/images/runing/act_fb3.png) no-repeat #FFF;
    width: 531px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -265px;
    margin-top: -186px;
    z-index: 7799;
}

    .meeting_wrap i {
        width: 20px;
        height: 19px;
        cursor: pointer;
        background: url(/market/images/runing/wraps3.png) no-repeat;
        display: block;
        float: right;
        margin: 15px;
    }

.meeting_wpjla {
    background: url(/market/images/runing/wraps2.png) no-repeat;
    width: 107px;
    height: 114px;
    display: block;
    margin: 50px 32px 0 95px;
    float: left;
}

.meeting_pjp1 {
    color: #ff6702;
    line-height: 36px;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    margin-top: 100px;
}

.meeting_ipt1 {
    border: 1px solid #efefef !important;
    padding: 5px;
    width: 70%;
}
.meeting_select {
    border: 1px solid #efefef !important;
    color: gray;
    padding: 5px;
    width: 30%;
}
.meeting_tb2, .meeting_tb2 th, .meeting_tb2 tr, .meeting_tb2 td {
    padding: 5px 10px;
}

    .meeting_tb2 th {
        width: 100px;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
        font-size: 16px;
        line-height: 40px;
    }

.meeting_zlp1 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    line-height: 36px;
    color: #4d4d4d;
    text-align: center;
    font-weight: 800;
}

.meeting_zlb {
    padding-top: 10px;
    text-align: center;
}

.meeting_wpjbm p {
    margin-left: 102px;
    color: #4d4d4d;
    line-height: 36px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    margin-top: 24px;
}
.meeting_btna {
    border: 1px solid gray;
    padding: 7px 20px;
    border-radius: 5px;
}
.meeting_mobile_error{
    font-size:12px;
}


.mediareports-detail{
    background: #fff;
    padding: 25px;
}

.mediareports-header{
    border-bottom: 1px dashed #b9bcc2;
    margin-bottom: 25px;
}

.mediareports-detail .title{
    font-size: 30px;
    font-weight: 400;
    color: #18284d;
    margin-bottom: 20px;
    text-align: center;
}

.mediareports-detail .info{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #5d6776;
    margin-bottom: 15px;
    padding: 0 15px;
}

.mediareports-detail .info span{
    color: #18284d;
}

.mediareports-detail .info .icon-source{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../images/jlh/icon-source.png) no-repeat center;
}

.mediareports-detail .info .icon-time{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../images/jlh/icon-time2.png) no-repeat center;
}


.mediareports-detail .content{
    font-size: 16px;
    color: #5d6776;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding: 5px 16px;
}

.mediareports-detail .content p{
    margin-bottom: 30px;
}

.mediareports-detail .content img{
    max-width: 90%;
    margin: 10px auto;
}

.signin-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .signin-pop {
    background: white;
    width: 90%;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
  }

  .signin-pop .hd {
    background: #f0f7ff;
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
  }

  .signin-pop .hd .title {
    font-size: 24px;
    font-weight: 400;
    color: #1e2e4b;
  }

  .signin-pop .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    font-weight: 400;
    font-family: 'simsun';
  }

  .signin-pop .bd {
    padding: 25px;
  }

  .signin-pop .form-group {
    margin-bottom: 22px;
    display: flex;
  }

  .signin-pop .form-label {
    margin: 8px 10px 0 0;
    width: 80px;
    text-align: right;
    font-size: 14px;
    color: #2a3553;
  }

  .signin-pop .form-label span {
    color: red;
  }

  .signin-pop .input-group{
    flex: 1;
  }

  .signin-pop .form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
  }

  .signin-pop .form-input:focus {
    border-color: #007bff;
  }

  .signin-pop .select-group {
    flex: 1;
    display: flex;
    gap: 10px;
    margin-top: 5px;
  }

  .signin-pop .select-group select {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
  }

  .signin-pop .select-group select:focus {
    border-color: #007bff;
  }

  .signin-pop .submit-btn {
    background-color: #1b68ee;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
    transition: background-color 0.3s ease;
  }

  .signin-pop .submit-btn:hover {
    background-color: #0056b3;
  }

  .checkin-pop {
    background: url(../images/jlh/checkin-bg.png) no-repeat center;
    width: 460px;
    padding-top: 50px;
    min-height: 210px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
  }

  .checkin-pop .bd p{
    font-size: 32px;
    color: #d2770c;
    margin-bottom: 30px;
  }

  .checkin-pop .bd .submit-btn{
    width: 161px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 22px;
    box-shadow: 0 0 6px rgba(160, 30, 30, 0.12);
    cursor: pointer;
    background: url(../images/jlh/button-bg.png) no-repeat center;
  }
  .checkin-pop .bd .submit-btn:hover{
    opacity: .9;
  }