﻿@charset "UTF-8";

.box {
    width: 1500px;
    margin: 0 auto;
}

.body_gray {
    background: #f2f3f7;
}

.bor20 {
    border-top: 20px solid #f2f3f7;
}

/*头部*/
.header_top {
    background: #f2f3f7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.header_top_left img {
    width: 13px;
    height: 13px;
}

.header_top_left p {
    display: inline-block;
}

.header_top_left .p1 {
    margin-left: 5px;
}

.header_top_left .p2 {
    margin-left: 15px;
}

.header_top_left .sp1 {
    color: #ff7142;
}

.header_top_left .cut_city {
    cursor: pointer;
    margin-left: 5px;
}

    .header_top_left .cut_city:hover {
        color: #ff7142;
    }

.header_top_right a {
    margin-right: 15px;
}

.header_top_right .a1 i {
    vertical-align: text-bottom;
    margin-right: 3px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/ico_member.png") no-repeat;
}

.header_top_right .a1:hover i {
    background: url("../images/ico_member1.png") no-repeat;
}

.header_top_right a:nth-last-child(1) {
    margin-right: 0;
}

.header_meun {
    background: #fff;
   /* height: 124px;*/
}

.header_meun_logo {
    line-height: 124px;
}

.header_meun_search {
    margin-right: 60px;
    line-height: 124px;
}

/*.search_box {
    height: 44px;
    border: 2px solid #ff7142;
    width: 767px;
    margin-right: 20px;
    font-size: 12px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}*/

   /* .search_box .select {
        background: url("../images/arrow.png") no-repeat 90% 50%;
        height: 40px;
        width: 87px;
        border: 0;
        text-align: center;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 20px;
    }

    .search_box .text {
        width: 580px;
        height: 40px;
        border: 0;
        border-left: 1px solid #cccccc;
        outline: none;
        padding: 0 20px;
    }

    .search_box .btn {
        width: 96px;
        height: 40px;
        background: #ff7142;
        border: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }*/

.header_meun_shipments {
    float: right;
    line-height: 124px;
    width: 154px;
    height: 100%;
}

    .header_meun_shipments a {
        display: inline-block;
        width: 154px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #ffffff;
        background: #ff7142;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
    }

    .header_meun_shipments i {
        width: 18px;
        height: 18px;
        vertical-align: text-top;
        display: inline-block;
        background: url("../images/ico_pen.png") no-repeat;
        margin-right: 5px;
    }

    .header_meun_shipments a:hover {
        color: #ff7142;
        background: #ffffff;
        text-decoration: none;
        border: 1px solid #ff7142;
    }

        .header_meun_shipments a:hover i {
            background: url("../images/ico_pen1.png") no-repeat;
        }

    .header_meun_shipments img {
        margin-right: 8px;
    }

.header_meun_QRcode {
    line-height: 124px;
}

    .header_meun_QRcode img {
        width: 64px;
        height: 64px;
    }

.t_now_city {
    line-height: 124px;
    font-size: 30px;
    color: #ff7142;
    margin-left: 20px;
}

    .t_now_city p {
        line-height: 48px;
        height: 48px;
        padding-left: 20px;
        display: inline-block;
        border-left: 1px solid #eee;
        font-size: 24px;
    }

/*底部*/
.footder {
    padding: 53px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #e6ecf2;
}

.footder_di1 {
    color: #bbbbbb;
}

    .footder_di1 a {
        margin: 0 12px;
        color: #333333;
    }

        .footder_di1 a:hover {
            color: #ff7142;
        }

.footder_di2 {
    margin-top: 16px;
    font-size: 12px;
    color: #888888;
}

.footder_di3 {
    margin-top: 36px;
}

    .footder_di3 a {
        margin: 0 13px;
    }

/*meun*/
.dm_meun {
    margin: 20px auto;
}

    .dm_meun ul {
        height: 46px;
        padding: 0 13px;
        line-height: 46px;
        position: relative;
        background: #ff7142;
    }

    .dm_meun a {
        padding: 0 16px;
        float: left;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
    }

        .dm_meun a:hover {
            background: #ea683d;
        }

    .dm_meun li.henav a {
        font-size: 14px;
        font-weight: 100;
    }

    .dm_meun li:hover > a {
        background: #fff;
        color: #ff7142;
        border-top: 1px solid #ff7142;
        position: relative;
        z-index: 100;
    }

    .dm_meun a {
        padding: 0 43px;
    }

    .dm_meun li > a img {
        width: 20px;
        margin-right: 5px;
    }

    .dm_meun li > a span {
        vertical-align: middle;
    }

li.t_first_nav {
    /*position: relative;*/
    float: left;
}

    li.t_first_nav:hover .t_second_nav {
        display: block;
    }

.t_second_nav {
    top: 45px;
    left: 0;
    z-index: 99;
    width: 100%;
    display: none;
    background: #fff;
    line-height: 25px;
    position: absolute;
    padding: 25px 0 0 0;
    border: 1px solid #ff7142;
}

.t_second_content {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 40px 0;
    margin-bottom: 20px;
}

.t_vertical_dotted_line {
    position: absolute;
    height: 85%;
    left: 50%;
    border-left: 1px solid #f2f3f7;
}

.t_second_content h4.t_second_nav_title {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.t_second_content > p {
    display: inline-block;
}

.t_second_content span {
    margin: 0 4px;
    color: #f2f2f2;
}

.t_second_content > p a {
    color: #ff7142;
    padding: 0 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    float: none;
}

    .t_second_content > p a:hover {
        background: #fff;
        color: #ff7142;
    }

.t_second_nav .city_type_tab {
    display: flex;
    padding: 0 45px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f3f7;
}

    .t_second_nav .city_type_tab .b1 {
        min-width: 90px;
        padding: 20px 0;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
        position: relative;
        margin-right: 40px;
    }

        .t_second_nav .city_type_tab .b1.on, .t_second_nav .city_type_tab .b1:hover {
            color: #ff7142;
        }

        .t_second_nav .city_type_tab .b1 i {
            left: 0;
            height: 3px;
            width: 100%;
            bottom: -1px;
            display: none;
            position: absolute;
            background: #ff7142;
        }

        .t_second_nav .city_type_tab .b1.on i, .t_second_nav .city_type_tab .b1:hover i {
            display: block;
        }

.t_second_nav .city_content_tab {
    display: none;
}

    .t_second_nav .city_content_tab.on {
        display: block;
    }

    .t_second_nav .city_content_tab .city_list {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 45px;
    }

        .t_second_nav .city_content_tab .city_list .sp1 {
            width: 14%;
            padding: 0 5px;
            margin-bottom: 20px;
        }

            .t_second_nav .city_content_tab .city_list .sp1 a {
                padding: 0;
                color: #333;
                font-size: 14px;
                text-align: left;
                font-weight: normal;
            }

                .t_second_nav .city_content_tab .city_list .sp1 a:hover {
                    color: #ff7142;
                    background: #fff;
                }

    .t_second_nav .city_content_tab .letter_list {
        color: #bbb;
        height: 23px;
        display: flex;
        font-size: 16px;
        padding: 0 45px;
        background: #fff;
        line-height: 23px;
    }

        .t_second_nav .city_content_tab .letter_list li {
            padding: 0 10px;
            cursor: pointer;
            font-weight: bold;
            margin-right: 15px;
            background: #f2f3f7;
            border-radius: 10px;
        }

            .t_second_nav .city_content_tab .letter_list li:hover, .t_second_nav .city_content_tab .letter_list li.on {
                color: #fff;
                background: #ff7142;
            }

.cooperation_area {
    background: #fff;
}

    .cooperation_area .top {
        height: 77px;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        justify-content: space-between;
        border-bottom: 1px solid #f2f3f7;
    }

        .cooperation_area .top b {
            font-size: 24px;
            line-height: 100%;
            padding-left: 42px;
            border-left: 4px solid #ff7142;
        }

        .cooperation_area .top .now_position {
            color: #666;
            font-size: 14px;
            margin-right: 42px;
        }

    .cooperation_area .bottom > .p1 {
        color: #888;
        padding: 0 42px;
        font-size: 14px;
        line-height: 180%;
    }

    .cooperation_area .bottom .cooperation_tab_li {
        padding: 0 42px;
    }

        .cooperation_area .bottom .cooperation_tab_li .title {
            margin: 30px 0;
            text-align: center;
        }

            .cooperation_area .bottom .cooperation_tab_li .title b {
                color: #ff7142;
                font-size: 30px;
            }

            .cooperation_area .bottom .cooperation_tab_li .title p {
                color: #999;
                display: flex;
                font-size: 14px;
                margin-top: 5px;
                align-items: center;
                justify-content: center;
            }

                .cooperation_area .bottom .cooperation_tab_li .title p i {
                    width: 86px;
                    height: 1px;
                    margin: 0 10px;
                    border-bottom: 1px solid #d4d4d4;
                }

    .cooperation_area .bottom .cooperation_ul {
        display: flex;
        flex-wrap: wrap;
    }

        .cooperation_area .bottom .cooperation_ul .cooperation_li {
            margin-right: 60px;
            margin-bottom: 65px;
        }

            .cooperation_area .bottom .cooperation_ul .cooperation_li:nth-child(5n) {
                margin-right: 0;
            }

            .cooperation_area .bottom .cooperation_ul .cooperation_li .img_box {
                font-size: 0;
                width: 235px;
                height: 120px;
                line-height: 120px;
                text-align: center;
                background: #f6f6f6;
            }

                .cooperation_area .bottom .cooperation_ul .cooperation_li .img_box img {
                    width: auto;
                    height: auto;
                    max-width: 100%;
                    max-height: 100%;
                }

            .cooperation_area .bottom .cooperation_ul .cooperation_li .cooperation_name {
                margin-top: 30px;
                text-align: center;
            }

    .cooperation_area .tips {
        color: #666;
        line-height: 180%;
        padding: 35px 42px;
        margin-bottom: 60px;
    }
