/*
*Description: HTML5 / CSS3 首页样式
*Version: 1.0
*Author: 小数据科技(北京)有限公司
**************************************
*/


/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/

.hero-slide img {
    min-width: 100%;
}

.hero-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slide .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
    width: 60%;
}

.hero-slide .carousel-caption small {
    font-size: 13px;
    color: #1a8ae1;
    font-weight: 500;
    animation-delay: 1s;
}

.hero-slide .carousel-caption .phone {
    font-size: 30px;
    color: #ff5722;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.hero-slide .carousel-caption h1 {
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    margin: 30px 0 20px;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    color: #222;
}

.hero-slide .carousel-caption .lead {
    font-size: 24px;
    color: #444;
    font-weight: normal;
    margin-bottom: 30px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    background: #1a8ae1;
    color: #fff;
}

.hero-slide .carousel-caption .btn:hover {
    background: #fff;
    color: #333;
}

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size: 40px;
    width: 40px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    background: #000000;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    transform: translateY(-50%);
}

.hero-slide .carousel-control.left {
    left: 1%;
}

.hero-slide .carousel-control.right {
    right: 1%;
}

.hero-slide:hover .left {
    left: 0;
}

.hero-slide:hover .right {
    right: 0;
}

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border: 2px solid rgba(0, 0, 0, .5);
    opacity: .5;
}

.hero-slide .carousel-indicators li.active {
    border-color: #ff5722;
    background-color: #ff5722;
    opacity: 1;
}

/*Media Query*/

@media (max-width: 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size: 24px;
        margin-top: 10px;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 16px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 18px;
    }

    .hero-slide .carousel-caption small {
        font-size: 11px;
    }

    .hero-slide .carousel-caption {
        padding: 40px 0;
    }
}


@media (max-width: 768px) {

    .hero-slide .carousel-caption h1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 14px;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 16px;
        line-height: 1;
    }

    .hero-slide .carousel-caption small {
        font-size: 10px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .carousel-indicators {
        display: none;
    }

    .hero-slide .carousel-caption {
        width: 100%;
        text-align: center;
        padding: 30px;
    }

    .hero-slide .carousel-caption .lead {
        margin-bottom: 10px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 10px;
        padding: 5px 10px;
        border-width: 1px;
    }
}

@media (max-width: 320px) {
    .hero-slide {
        display: none;
    }
}

/**
块，
缺省块
 */
.block {
    background: white;
    min-height: 220px;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .block {
        min-height: auto;
        margin-bottom: 8px;
    }
}


@media screen  and (max-width: 767px) {
    .block {
        min-height: 180px;
    }
}


/**
大块，
仅仅应用于会员行块的块定义，比缺省块要高
 */
.big-block {
    background: white;
    z-index: 0;
    height: 450px;
    text-align: center;
}


/**
货代小工具
 */
.block-head-type1 {

    text-align: center;
    padding: 0 6px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 180px;
}

/**
货代小知识
 */
.block-head-type2 {
    background: #E29F51;
    text-align: center;
    padding: 0 6px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 150px;
}

.block-head-type3 {
    background: #4BD194;
    text-align: center;
    padding: 0 6px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
}

/**
货代头条，会员货盘 只有黑体文字
 */
.block-head-type4 {
    margin-top: 5px;
    background: center;
    text-align: left;
    padding: 0 6px;
    color: #1a8ae1;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    width: 100px;
}

.block-head-type5 {
    background: white;
    text-align: center;
    padding: 0 6px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    border-bottom: solid 1px #e2e2e2;
}

.block-body {
    z-index: 0;
    /*height: calc(100% - 30px);*/
    /*background: #E2E5EC;*/
    overflow: hidden;
    min-height: 140px;
}

.block-body img {
    width: 100%;
}

.block-body-preserved-ad {
    z-index: 0;
    height: 100%;
    /*background: #E2E5EC;*/
}

.block-body-with-top-border {
    z-index: 0;
    height: calc(100% - 30px);
}

.top-banner-ads-section {
    padding: 0px !important;
    margin-top: 5px;
}

.top-banner-ads {
    z-index: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0px -1px 0px -3px;
    border: 1px solid;
    border-radius: 6px;
}

.bottom-banner-ads-section {
    padding: 0px !important;
}

.bottom-banner-ads {
    z-index: 0;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin: 5px -1px 10px -3px;
    border: 1px solid;
    border-radius: 6px;
}

.content-list {
    list-style: disc;
    padding-left: 10px;
    margin-left: 10px;
}


.li-div {
    display: flex;
    height: 40px;
}

.ul-time {
    width: 100%;
    display: flex;
    font-size: 12px;
    color: #999999;
    justify-content: space-between;
}

.cargo-info {
    font-weight: bold;
    color: #454545;
}

.ul-content {
    color: #454545;
    text-align: left;
    line-height: 20px;
    text-overflow: "-o-ellipsis-lastline";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.member-thumbnail {
    height: 72px;
    max-width: 96px !important;
    width: auto !important;
    min-width: 5% !important;
    margin: 5px;
}

.member-container {
    width: 50%;
}

.member-inner-container {
    width: 100%;
    padding: 5px;
/ / border: 1 px solid #f0f0f0;
    height: 130px;
}

.member-containers {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    margin-top: 12px;
}

.member-title {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}

.member-thumbnail-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.right-block{
    padding-left: 5px;
    height: 380px;
}

.freight-forwarding-tool-container {
    text-align: center;
    justify-content: center;
    margin: 5px 5px 5px 0px;
    display: flex;
    font-size: 14px;
    line-height: 2em;
    cursor: pointer;
}

.forward-tool-containers {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}


.note-author {
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #454545;
    text-overflow: "-o-ellipsis-lastline";
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.note-content {
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-overflow: "-o-ellipsis-lastline";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/ / -webkit-line-clamp: 8;
/ / line-clamp: 8;
/ / -webkit-box-orient: vertical;
}

.notes-container {

}

.block-link-more {
    font-size: 12px;
    color:white;
}

.member-carousel-container {
    height: 450px;
}

.index-carousel-indicators-container {
    height: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #0b0b0b;
    z-index: 10;
    opacity: 0.7;
}

.index-carousel-indicators-title {
    color: white;
    font-size: 20px;
    width: 75%;
    text-align: left;
    padding-left: 10px;
    text-overflow: "-o-ellipsis-lastline";
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 50px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.index-carousel-indicators {
    position: relative !important;
    width: 25%;
    margin-top: 15px;
    left: 0px;
    bottom: 1px;
}

.index-carousel-indicators li {
    background-color: #a0a0a0 !important;
    border: 0px !important;
}

.index-carousel-indicators li.active {
    background-color: #ffffff !important;
    border: 0px !important;
}

.carousel-block {
    height: 380px;
    background: white;
    text-align: center;
    margin-bottom: 10px;
}

.three-column-member-container{
    width: 33%;
}

.index-cargo-ul-content {
    width:80%;
    display: block;
    color: #454545;
    text-align: left;
    line-height: 40px;
    font-size: 16px;
    text-overflow: "-o-ellipsis-lastline";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block-link-more-container{
    display: flex;
    flex-direction: column;
}

.block-link-more-icon{
    width:25px!important;
    height:25px!important;
}
.first-sub-block{
    padding-left:0px;
}
.sub-associations-container{
    display:flex;
    justify-content: space-between;
    padding-top:5px;
    align-items: center;
    position:relative;
    min-height: 30px;

}
.sub-association-items-container{

   display:flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    background-image: linear-gradient(to right,RGB(236,241,254), RGB(130,179,247));
}
.sub-association-item-link{
    color:RGB(21,58,104)!important;
    font-size: 18px;
    font-weight: bold;

}
.sub-association-item{
    width:9.7%;
    margin-top: 10px;
    margin-bottom: 10px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.sub-association-icon{
    max-height:90px;
    padding-left:0px;
}
.apply-icons{
    display:flex;
    padding-left:0px;
    padding-right:0px;
    justify-content: flex-end;
    margin-left: auto;
}
.apply-icon{
    display:block;
    max-height:88.84px;
}
.apply-icon:hover{
    cursor:pointer;
}

.sub-association-icon-container{
    padding:0px;
}
.blank-div-more{
    width: 25px!important;
    height: 25px!important;
    margin: 10px;
}

@media (max-width: 1024px) {
    .sub-association-icon  {
        max-height: 60px;
    }
}
@media (max-width: 769px) {
    .sub-association-icon  {
        max-height: 79px;
    }
    .sub-association-item-link{
        color: #454545!important;
        font-size: 16px;
        font-weight: bold;
    }
    .sub-association-icon-container{
        padding:0px;
        width: 12%;
    }
    .sub-association-items-container{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 425px) {
    .sub-associations-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding:0px;
        position: relative;
        min-height: 30px;
    }
    .sub-association-icon  {
        max-height: 125px;
    }
    .sub-association-item-link{
        color: #454545!important;
        font-size: 16px;
        font-weight: bold;
    }
    .apply-icons{
      width: 100%;
        display:flex;
        justify-content: space-around;
    }
    .sub-association-icon-container{
        margin-top: 10px;
        width:40%;
        margin-bottom: 10px;
    }
    .sub-association-items-container{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-right: 0px;

    }
    .sub-association-item{
        width: 25%;
        margin-top:0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sub-association-item-link{
        color: #454545!important;
        font-size: 14px;
    }
}
.en-index-news-block-container{
    padding-left:13px;
}

.index-li-line-flex{
    width: 100%;
    font-size: 16px;
    color: #bf242a;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.index-li-line-bottom{
    width: 75%;
    font-size: 16px;
    color: #bf242a;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.bottom-ad-carousel-container{
    height:120px;
}

.credit-freight-forwarder-index-carousel-indicators-container{
    height: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #0b0b0b;
    z-index: 10;
    opacity: 0.7;
    align-items: center;
}
.index_bottom_block{
    background: white;
    min-height: 280px;
    text-align: center;
    margin-bottom: 10px;
}
.index-sub-associations-container{
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-bottom: 10px;
}