#map{
    width: 100%;
    height: 550px;
    position: relative;
    padding-top: 69px;
    background-color: #021E34;
    overflow: hidden;
}
#echartsMap{
    width: 100%;
    height: calc(100% - 110px);
    opacity: 1;
    transition: opacity 0.3s;
}
#xiamenMap{
    width: 100%;
    height: 100%;
    background-image:url(../images/coreBusiness/xiamen.jpg);
    background-size: 100% 100%;
    display: none;
    opacity: 0;
}
#detailMap{
    position: absolute;
    width: 220px;
    height: 270px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.detailMapName{
    position: relative;
}
.detailMapName .name{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgb(255, 255, 255, 0.6);
    border-top: 1px solid rgb(255, 255, 255, 0.6);
    border-left: 1px solid rgb(255, 255, 255, 0.6);
    font-size: 14px;
}
.map-bottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.business-item{
    width: 20%;
    height: 110px;
    background-color: #000;
    float: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.map-bottom .active{
    background-color: #2B72CE;
}
.business-item .item-icon{
    width: 46px;
    height: 46px;
}
.business-item .item-icon img{
    width: 100%;
}
.information{
    width: 100%;
    display: table;
    min-height: 350px;
}
.information-menu{
    width: 20%;
    background-color: #20304B;
    display: table-cell;
    vertical-align: top;
}
.information-menu-item{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.information-content{
    width: 80%;
    display: table-cell;
    background-color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}
.information-content-hd{
    line-height: 35px;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
}
.information-content-hd .hd-title{
    display: inline-block;
    padding-right: 20px;
    border-bottom: 3px solid #2B72CE;
    font-weight: 700;
    font-size: 1.5rem;
}
.information-content-hd .iconfont,
.information-content-hd .back-iconfont,
.information-content-hd .contact-iconfont,
.information-content-hd .ship-iconfont{
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}
.information-content-hd .iconfont{
    background-image: url(../images/coreBusiness/business-icon.png);
}
.information-content-hd .contact-iconfont{
    background-image: url(../images/coreBusiness/contact-icon.png);
    cursor: pointer;
    display: none;
}
.information-content-hd .ship-iconfont{
    background-image: url(../images/coreBusiness/ship-icon.png);
    cursor: pointer;
    display: none;
}
.information-content-hd .back-iconfont{
    background-image: url(../images/coreBusiness/back-icon.png);
    cursor: pointer;
    display: none;
}


.information-menu .active{
    color: #3389F8;
}
.information-content .content{
    padding: 30px 0;
    width: 100%;
}
.information-content .content-list-item{
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    background: #F6F6F8;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.business-contact table{
    border-right: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    text-align: center;
}
.business-contact table th,
.business-contact table td{
    height: 34px;
    line-height: 34px;
}
.business-contact table th {
    border-left: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
    background-color: #D9D9D9;
}

.business-contact table td {
    border-left: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
}
.content-list,
.business-contact,
.public-contact{
    display: none;
}
table tr {
    white-space: nowrap;
}
table tr td{
    padding: 2px 4px;
}
.public-contact .public-contact-tel{
    margin-bottom: 0.625rem;
    font-size: 18px;
}


.content-list-item-title{
    color: #333333;
    font-weight: bold;
}
.content-list-item-toDetail{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.content-list-item-toDetail .title{
    margin-right: 10px;
}

.public-contact-group{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}
.public-contact-group:last-child{
    border-bottom: 0;
}
.public-contact-box{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.public-contact-item{
    width: 22.5rem;         /*273px*/
    height: 256px;          /*256px*/
    border: 1px dashed #CCC;
    padding: 20px;
    box-sizing: border-box;
}
.public-contact-item .icon{
    width: 44px;
    height: 44px;
    margin: 40px 0 20px;
}

.public-contact-item .icon img{
    width: 100%;
    height: 100%;
}

.public-contact-no-border-item{
    padding: 0.625rem;
    border: 0;
    height: 12.75rem;
    width: 20.5rem;
}
.public-contact-no-border-item .icon{
    width: 44px;
    height: 44px;
    margin: 0 20px 0 0;
}


.title-box{
    position: relative;
}
.title-box .item-title{
    font-size: 3.125rem;
    font-weight: bold;
    background-image: linear-gradient(#D3D8E2,#ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.title-box .item-val{
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 10;
    width: 100%;
    font-size: 1.5rem;
}
.Shippingdate-crumbs{
    margin-bottom: 15px;
}
.crumbs-title{
    width: 70px;
    height: 19px;
    line-height: 19px;
    font-size: 15px;
    background-color: #2B72CE;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    box-shadow: -5px 5px 0px #bfd4f0;
    float: left;
}
.crumbs-right{
    width: calc(100% - 85px);
    height: auto;
    float: left;
    border-bottom: 1px solid #2B72CE;
    padding-left: 15px;
    margin: 10px 0 22px;
}
.crumbs-itembox{
    display: inline-flex;
    width: calc(100% - 90px);
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.crumbs-items{
    /* min-width: 90px; */
    font-size: 1.3rem;
    text-align: left;
    cursor: pointer;
}
.crumbs-itembox .active{
    color: #2B72CE;
}
.crumbs-items:after{
    content: "/";
    display: inline-block;
    float: right;
    color: #000;
    margin: 0px 10px;
}
.crumbs-items:last-of-type:after{
    content: "";
}
.Shippingdate-download{
    width: 90px;
    float: right;
    color: #3389F8;
    font-size: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.introduce-title{
    margin-bottom: 30px;
}
.bulkcargo-introduce .introduce-content{
    width: 100%;
    height: 228px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 30px;
}
.bulkcargo-introduce .introduce-content .introduce-content-line{
    width: 1px;
    height: 185px;
    background: linear-gradient(180deg, #F0F5FB 0%, #2B72CE 60%, #F1F7FF 100%);
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.bulkcargo-introduce .introduce-content .introduce-content-item{
    width: 32%;
}
.bulkcargo-introduce .introduce-content .introduce-content-itemtitle{
    color: #2B72CE;
    font-size: 1.125rem;
}
.bulkcargo-introduce .introduce-content .introduce-content-itemtext{
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 20px;
    text-indent: 2.25rem;
}

.content-Richtext,.shippingFinanceRichtext{
    line-height: 1.8;
    width: 100%;
}

.content-Richtext img, .shippingFinanceRichtext img{
    max-width: 70%;
}
.public-contact-box{
    margin-bottom: 30px;
}
.hxImg{
    width: 70%;
}
.warpImg{
    text-align: center;
}