/**!
 * 哈尔滨市公共资源交易平台
 * author: qianyuting
 * date:2021-01-11
 */

.sec-tit {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
}

/* 轮播 */

.owl-nav{
    display: none;
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: "SourceHanSansCN-Medium";
    color: #fff;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 60;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: top;
}

.owl-carousel .owl-dot.active {
    background-color: #bc1d22;
}

.owl-carousel .item {
    display: block;
    overflow: hidden;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: 100%;
}

/* tab */

.tab-head {
    height: 32px;
    line-height: 32px;
}

.tab-name {
    position: relative;
    padding-right: 28px;    
    font-size: 18px;       
    color: #999;
    cursor: pointer;
}

.tab-name:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '/';
    width: 28px;
    height: 100%;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.tab-name:last-child {
    padding-right: 0;
}

.tab-name:last-child:after {
    display: none;
}

.tab-name.active {
    color: #333;
    font-size: 24px;
    font-family: "SourceHanSansCN-Medium";
}

.tab-more {
    display: block;
    width: 8px;
    height: 14px;
    margin-top: 9px;
    background: url('../images/tab_more.png') center no-repeat;
}

/* 二级tab */

.inner-tab-head {
    margin: 14px 0 20px;
}

.inner-tab-name {
    min-width: 90px;
    height: 32px;
    line-height: 32px;
    margin-right: 26px;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 16px 16px 16px;
    background-color: #c8c7c8;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.inner-tab-name:last-child {
    margin-right: 0;
}

.inner-tab-name.active {
    background: url('../images/inner_tab_active_bg.png') no-repeat;
    background-size: 100%;    
    
}

/* 顶部轮播 */

.top-roll {
    height: 342px;
    /* top: 100px; */
}

.top-roll .item {
    height: 440px;
}


/* 系统登录 */

.system-login {
    width: 500px;
}

.system-login .tab-name:after {
    display: none;
}

.system-login-list {
    margin-top: 12px;
}

.system-login-item {
    display:block;
    height: 64px;
    line-height: 64px;
    margin-bottom: 22px;
    text-align: center;
    color: #333;
    font-size: 24px;
    background: url('../images/system_login_bg.jpg') no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.system-login-item:last-child {
    margin-bottom: 0;
}

.system-login-item span {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
}

.system-login-item:nth-child(1) span {
    background-image: url('../images/system_login_icon1.png');
}

.system-login-item:nth-child(2) span {
    background-image: url('../images/system_login_icon2.png');
}

.system-login-item:nth-child(3) span {
    background-image: url('../images/system_login_icon3.png');
}

.system-login-item:hover {
    color: #fff;
    background-image: url('../images/system_login_bg_red.jpg');
}

.system-login-item:nth-child(1):hover span {
    background-image: url('../images/system_login_icon1_white.png');
}

.system-login-item:nth-child(2):hover span {
    background-image: url('../images/system_login_icon2_white.png');
}

.system-login-item:nth-child(3):hover span {
    background-image: url('../images/system_login_icon3_white.png');
}

/* 操作指南视频 */

.operation {
    position: relative;    
    height: 400px;       
    background-color: #f7f6fb;
    overflow: hidden;
    margin-top: 20px;
}

.operation-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 22px;
    padding: 15px 20px 0;
    color: #fff;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    background: url('../images/operation_bg.png') 0 0 repeat-x;
    background-size: auto 100%;
    box-shadow: 0 0 8px rgba(35, 39, 153, 0.5);
    box-sizing: border-box;
    text-align: center;
}

.operation-more {
    position: absolute;
    right: -32px;
    top: 16px;
    width: 64px;
    height: 128px;
    line-height: 20px;
    color: #fff;
    padding: 44px 32px 0 10px;
    font-family: "SourceHanSansCN-Medium";
    background: url('../images/operation_bg.png') 0 0 repeat-x;
    background-size: auto 100%;
    box-shadow: 0 0 8px rgba(35, 39, 153, 0.5);
    box-sizing: border-box;
    text-align: center;
    border-radius: 50% 0 0 50%;
}

.video-roll {
    margin-top: 10px;
}

.video-roll .item {
    height: 140px;
}

/* 交易服务 */

.trade-service {
    width: 282px;
}

.trade-service-item {
    display: block;
    margin-bottom: 12px;
    box-shadow: 0 0 7px rgba(79, 124, 177, 0.15);    
    transition: all 0.4s ease-in-out;    
}

.trade-service-item:hover {
    transform: translate(0,-5px);
}

.trade-service-item:last-child {
    margin-bottom: 0;
}

.trade-service-img {
    display: block;
    width: 100%;
    height: 60px;
}

/* 服务范围 */

.service-range {
    width: 895px;
}

.service-range .tab-head {
    height: auto;
    margin-bottom: 40px;
}

.service-range .tab-name {
    position: relative;
    width: 15%;
    height: 84px;
    margin-right: 2%;
    padding-right: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 8px rgba(35, 29, 153, 0.16);  
}

.service-range .tab-name.active {
    background: url('../images/service_range_bg.png') no-repeat;
    background-size: 100% 100%; 
}

.service-range .tab-name:after {
    display: none;
    content: "";
}

.service-range .tab-name.active:after {
    display: block;
    left: 50%;
    right: auto;
    top: 100%;
    width: 24px;
    height: 17px;
    margin: 12px 0 0 -12px;
    background: url('../images/service_range_arrow.png') center no-repeat;
}

.service-range .tab-name:last-child {
    margin-right: 0;
}

.service-range .tab-name span {
    display: block;
    padding-top: 35px;
    margin-top: 10px;
    background: url('../images/service_range_ico1.png') top center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-range .tab-name:nth-child(2) span {
    background-image: url('../images/service_range_ico2.png');
}

.service-range .tab-name:nth-child(3) span {
    background-image: url('../images/service_range_ico3.png');
}

.service-range .tab-name:nth-child(4) span {
    background-image: url('../images/service_range_ico4.png');
}

.service-range .tab-name:nth-child(5) span {
    background-image: url('../images/service_range_ico5.png');
}

.service-range .tab-name:nth-child(6) span {
    background-image: url('../images/service_range_ico6.png');
}

.service-range-cont {
    padding: 18px 10px 10px 10px;
    min-height: 220px;
    background-color: #f9f8fc;
    box-shadow: 0 0 8px rgba(35, 29, 153, 0.16); 
    box-sizing: border-box;
}

.service-range-tit {
    padding-left: 14px;
    line-height: 26px;
    font-size: 16px;
    background: url('../images/service_range_tit.png') left center no-repeat;
}

.service-range-desc {
    line-height: 26px;
    padding-left: 14px;
}

.service-range-desc p {
    padding: 8px 0;
}

.service-range-img {
    margin: 10px 10px 10px 20px;
    width: 194px;
    height: 140px;
}

/* 20210518新增 */

.grey-bg {
    padding: 50px 0;
    background: url("../images/info_tb_bg.png") no-repeat;
    background-size: 100% 100%;
}

.info-tb {
    background: none;
}

.shadow-box {
    padding: 0 30px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(125, 125, 125, 0.21);
    border-radius: 6px;
    box-sizing: border-box;
}

.title {
    height: 82px;
    line-height: 82px;
    font-size: 22px;
    margin-top: -10px;
    color: #333;
    font-family: "SourceHanSansCN-Bold";
    background: url("../images/title_bg.png") center bottom no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.title-txt {
    position: relative;
    padding: 0 26px;
    color: #333;
}

.title-txt:before,
.title-txt:after {
    position: absolute;
    top: 0;
    content: "";
    width: 26px;
    height: 100%;
}

.title-txt:before {
    left: 0;
    background: url("../images/title_left.png") left center no-repeat;
}

.title-txt:after {
    right: 0;
    background: url("../images/title_right.png") right center no-repeat;
}

/* 中心动态 */

.centre-news .owl-carousel {
    width: 439px;
    height: 360px;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.centre-news .owl-carousel .item {
    height: 360px;
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 45px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: "SourceHanSansCN-Medium";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.centre-news .owl-carousel .owl-dots {
    display: none;
}

.central-news {
    width: 654px;
    height: 365px;
}

.centre-news-tit {
    line-height: 36px;
    font-size: 18px;
    cursor: pointer;
}

.centre-news-desc {
    color: #333;
}

.news-items li a {
    line-height: 37px;
}

.news-items li:hover a, 
.news-items li:hover .news-time {
    color: #bc1d22;
}

/* 最新通知 */

.latest-notice {
    height: 382px;
}

.latest-notice-desc {
    height: 104px;
    line-height: 26px;
    margin-bottom: 15px;
    text-indent: 20px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* 系统登录 */

.system-login {
    height: 492px;
}

.system-login-list {
    margin-top: 6px;
}

.system-login-item {
    height: 79px;
    padding: 24px 150px 0 26px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 24px;
    border-radius: 6px;
    font-family: "SourceHanSansCN-Bold";
    box-shadow: none;
    box-sizing: border-box;
}

.system-login-item:first-child {
    background-image: url("../images/system_login_bg1.png");
}

.system-login-item:nth-child(2) {
    background-image: url("../images/system_login_bg2.png");
}

.system-login-item:nth-child(3) {
    background-image: url("../images/system_login_bg3.png");
}

.system-login-item:nth-child(4) {
    background-image: url("../images/system_login_bg1.png");
}

.system-login-item span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 41px;
    line-height: 26px;
    padding-left: 0;
    background: none!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.system-login-item span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.inner-tab-name a{ 
    color: #fff;
    font-size: 18px; 
}
.fontcolor {
    color: #333;
    font-size: 24px;
    font-family: "SourceHanSansCN-Medium";
}

/* 深哈对接跳转 */
.jump {
    display: block;
}

.jump img {
    height: 150px;
}

/* 入口 */
.entrance {
    margin-top: 20px;
}