@charset "utf-8";

.header-warpper {
    position: relative;
    width: 100%;
    height: 854px;
}

.header-links {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    z-index: 10;
}

.header-links .container {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lines-nav-warp {
    width: 172px;
    position: relative;
}

.lines-nav-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 46px;
    background-color: #333;
    cursor: pointer;
}

.lines-nav-title:hover {
    background-color: #006db7;
}

.lines-nav-title span {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
}

.lines-nav-title .icon-appstore {
    font-size: 23px;
    color: #fff;
    transition: 0.8s ease-in-out;
}

.lines-nav-title:hover .icon-appstore {
    transform: rotate(360deg);
    transition: 0.8s ease-in-out;
}

/* 线路导航条部分 begin */
.all-area-box {
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #006db7;
    display: none;
    z-index: 999;
}

.lines-nav-warp:hover .all-area-box {
    display: block;
}

.province-row {
    position: relative;
}

.province-row-left {
    padding: 13px 8px 13px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    border-left-color: #006db7;
    border-right-color: #006db7;
    z-index: 1000;
}

.province-row span {
    font-size: 0;
}

.province-row a {
    color: #666;
    font-size: 14px;
}

.province-row a:hover {
    color: #006db7;
    text-decoration: underline;
}

.province-row em {
    color: #ccc;
    margin: 0 5px;
    font-size: 14px;
}

.province-row i {
    color: #ccc;
}

.province-row-right {
    position: absolute;
    top: 0;
    left: 172px;
    border: 1px solid #006db7;
    border-left: none;
    padding: 0 15px 15px;
    background-color: #fff;
    display: none;
}

.province-row:hover {
    cursor: pointer;
}

.province-row:hover .province-row-right{
    display: block;
}

.province-row:nth-of-type(n+2):hover .province-row-left{
    border-top-color: #006db7;
    border-bottom-color: #006db7;
    border-right-color: transparent;
}

.province-row:nth-of-type(1):hover .province-row-left{
    border-bottom-color: #006db7;
    border-right-color: transparent;
}

.province-row:nth-last-of-type(1):hover .province-row-left{
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.row-right-row-box {
    width: 1000px;
}

.row-box-title {
    margin: 15px 0;
}

.row-box-title>span {
    color: #006db7;
    font-size: 18px;
    font-weight: bold;
}

.city-box {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.city-box>a {
    margin: 8px 25px 8px 0;
}

.cate-navs {
    display: flex;
}

.cate-nav-title {
    cursor: pointer;
}

.cate-nav-title a{
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #0591ee;
}

.cate-nav {
    position: relative;
}

.sub-cate-nav {
    position: absolute;
    left: 0;
    top: 45px;
    width: 164px;
    z-index: 999;
    border: 1px solid #0591ee;
    box-shadow: 0px 0px 3px #0591ee;
    overflow: hidden;
    background-color: #fff;
    display: none;
}

.sub-cate-name {
    padding: 10px 25px;
}

.sub-cate-name>a {
    color: #0591ee;
}


.send-recv-goods-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    padding: 0 20px;
    height: 46px;
}

.send-recv-goods-box>a {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #0591ee;
    border-radius: 15px;
}
/* 线路导航条部分 end */

.right-links {
    flex-shrink: 0;
}

.right-links a {
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}

.nav-warp {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 146px;
    z-index: 9;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px auto 0;
    padding: 0 70px 0 40px;
    width: 1340px;
    height: 81px;
    background-color: #fff;
    border-radius: 5px;
}

.header-logo {
    width: 170px;
}

.header-navs {
    display: flex;
    height: 100%;
}

.header-nav-item {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 40px;
    padding-top: 15px;
    cursor: pointer;
}

.header-nav-item.active>a,
.header-nav-item:hover>a {
    border-bottom-color: #006db7;
}

.header-nav-item > a {
    color: #333;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
}

.footer-warp {
    background-image: url(../images/footer-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #25272e;
    padding-top: 40px;
}

.footer-warp .container {
    width: 1340px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-block {
    display: flex;
    flex-direction: column;
    width: 20.18%;
}

.footer-block-text {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.footer-block-box-content {
    display: flex;
    flex-direction: column;
}

.footer-block-box-content a,
.footer-block-box-content p {
    color: #bcc0c4;
}

.about-block .footer-block-box-content>p {
    line-height: 1.8;
}

.quick-link-list > a {
    border-bottom: 1px dashed #515564;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.quick-link-list > a:last-child {
    border-bottom: none;
}

.contact-us-item {
    margin-bottom: 15px;
}

.contact-us-item > i {
    margin-right: 10px;
}

.qrcode-block .wx-qrcode {
    width: 200px;
    height: 200px;
}

.sitemap-links {
    margin-top: 10px;
}

.copyright-box {
    border-top: 1px solid #384653;
    padding: 25px 0 20px;
    color: #bcc0c4;
    text-align: center;
}

.copyright-text {
    line-height: 25px;
}

.beian {
    color: #bcc0c4;
}

/* 补充底部上面一部分 */
.footer-top-warp {
    display: flex;
    justify-content: space-between;
    padding: 30px 55px;
    background-color: #eee;
}

.cate-quick-box {
    width: 9%;
    min-width: 100px;
    margin-right: 4%;
}

.cate-quick-box .cate-title{
    padding: 2px 5px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.cate-quick-box .cate-title:hover {
    border: 1px solid #e1211c;
    box-shadow: 0px 0px 3px #ee3d38;
}

.cate-quick-box .quick-links {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.cate-quick-box .quick-links a {
    color: #999;
    padding: 2px 0;
    margin: 3px 0;
}

.cate-quick-box .quick-links>a>i {
    opacity: 0;
}

.cate-quick-box .quick-links>a>span {
    margin-left: -15px;
    transition: 0.6s ease-in-out;
}

.cate-quick-box .quick-links>a:hover {
    color: #ee3d38;
}

.cate-quick-box .quick-links>a:hover>span {
    margin-left: 0px;
    transition: 0.6s ease-in-out;
}

.cate-quick-box .quick-links a:hover>i {
    opacity: 1;
    transition: 0.6s ease-in-out;
}

.footer-top-center {
    width: 150px;
    height: 150px;
    margin-right: 8%;
    overflow: hidden;
}

/* 红色边框 推荐区域样式 begin */
.recommend-lines-warp {
    width: 100%;
    margin-bottom: 35px;
}

.recommend-lines-warp .container {
    width: 95%;
    margin: 0 auto;
}

.recommend-lines-warp .show-info-box {
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 3px;
}

.show-info-box .show-box-title {
    display: flex;
}

.show-info-box .show-box-title > a {
    padding-bottom: 10px;
    margin-right: 20px;
    color: #999;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.show-box-title a.active-title {
    color: #000;
    border-bottom: 2px solid #e1211c;
    background: url(../images/jt_15_1.gif) center bottom no-repeat;
}

.show-info-box .show-box-content {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(2, 30px);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    margin-top: 15px;
    overflow: hidden;
}

.show-box-content .lines-info-box {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 12%;
    border: 1px solid #e1211c;
    box-shadow: 0px 0px 1px #F09917;
    border-radius: 4px;
    line-height: 30px;
}

.lines-info-box > a {
    line-height: 26px;
    color: #999;
    font-weight: bold;
}
/* 红色边框 推荐区域样式 end */