@charset "utf-8";

/* CSS Document */
/*联系我们*/
.contact {
    margin: 0 auto;
    height: 384px;
    background-color: #f2f2f2;
}

.article-name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 50px;
    color: #333;
}

.contact h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 1px 3px 5px #000;
}

.contact-ul {
    margin: 0 auto;
    width: 1200px;
    height: 268px;
    justify-content: center;
    padding-top: 50px;
}

.contact-ul li {
    max-width: 537px;
    width: 537px;
    height: 254px;
    background-color: #fff;
    border-radius: 2px;
    padding: 16px;
    float: left;
    border: 1px #ccc;
    box-shadow: 1px 1px 5px #999;
}

.contact-ul li h2 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-ul p {
    font-size: 16px;
    margin-bottom: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.contact-block {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #f4f4f4;
}

/* 分支机构 */
.product_ct {
    margin: 0 auto;
    width: 1200px;
}

.product_ct>div {
    padding: 90px 0;
}

.product_ct>div>div {
    width: 1200px;
    margin: 0 auto 50px;
    font-size: 0;
}

.product_ct>div:nth-child(2n) {
    background-color: #e7f3fb;
}

.product_head {
    margin: 0 auto;
    padding-bottom: 50px;
}

.product_head h2 {
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #000020;
    text-align: center;
    position: relative;
}

.product_head h2:before {
    margin-right: 30px;
}

.product_head h2:after {
    margin-left: 30px;
}

.product_head p {
    line-height: 30px;
    margin-top: 48px;
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
    font-size: 18px;
}

.product_type {
    text-align: justify;
}

.product_type:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.product_type>div {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 334px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product_ct>div:nth-child(1) .product_type>div:nth-child(1) {
    background: url(../image/p_ship_01.png) -1px -1px no-repeat;
}

.product_ct>div:nth-child(1) .product_type>div:nth-child(2) {
    background: url(../image/p_ship_02.png) 0 0 no-repeat;
}

.product_ct>div:nth-child(1) .product_type>div:nth-child(3) {
    background: url(../image/p_ship_03.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(2) .product_type>div:nth-child(1) {
    background: url(../image/p_trailer_01.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(2) .product_type>div:nth-child(2) {
    background: url(../image/p_trailer_02.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(2) .product_type>div:nth-child(3) {
    background: url(../image/p_trailer_03.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(3) .product_type>div:nth-child(1) {
    background: url(../image/p_barge_01.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(3) .product_type>div:nth-child(2) {
    background: url(../image/p_barge_02.png) -0px 0px no-repeat;
}

.product_ct>div:nth-child(3) .product_type>div:nth-child(3) {
    background: url(../image/p_barge_03.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(4) .product_type>div:nth-child(1) {
    background: url(../image/p_railway_01.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(4) .product_type>div:nth-child(2) {
    background: url(../image/p_railway_02.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(4) .product_type>div:nth-child(3) {
    background: url(../image/p_railway_03.png) -0px -0px no-repeat;
}

.product_ct>div:nth-child(5) .product_type>div:nth-child(1) {
    background: url(../image/p_link_01.png) -15px -7px no-repeat;
}

.product_ct>div:nth-child(5) .product_type>div:nth-child(2) {
    background: url(../image/p_link_02.png) -15px -6px no-repeat;
}

.product_ct>div:nth-child(5) .product_type>div:nth-child(3) {
    background: url(../image/p_link_03.png) -14px -7px no-repeat;
}

.product_ct>div:nth-child(5) .product_type>div:nth-child(4) {
    background: url(../image/p_link_04.png) -15px -6px no-repeat;
}

.product_ct>div:nth-child(5) .product_type>div:nth-child(5) {
    background: url(../image/p_link_05.png) -14px -7px no-repeat;
}

.product_ct>div:nth-child(5) .product_type>div {
    width: 220px;
    height: 280px;
}

.product_type>div>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
    text-align: center;
}

.product_type>div:hover .mask1 {
    top: -334px;
}

.product_type>div>div.mask2 {
    top: 334px;
    background: rgba(20, 139, 219, 0.6);
}

.product_type>div:hover {}

.product_type>div:hover .mask2 {
    top: 0;
}

.product_type i {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../image/product.png) 0 -2px no-repeat;
    margin: 60px 0 40px;
}

.product_type i.p_ship_02 {
    background-position: -98px -2px;
    width: 101px;
}

.product_type i.p_ship_03 {
    background-position: -206px 0px;
    width: 101px;
}

.product_type i.p_trailer_01 {
    background-position: -309px 0;
    width: 101px;
}

.product_type i.p_trailer_02 {
    background-position: -413px -2px;
    width: 101px;
}

.product_type i.p_trailer_03 {
    background-position: -521px 0px;
    width: 101px;
}

.product_type i.p_barge_01 {
    background-position: -622px 0;
    width: 101px;
}

.product_type i.p_barge_02 {
    background-position: -728px 0;
    width: 101px;
}

.product_type i.p_barge_03 {
    background-position: -2px -109px;
    width: 101px;
}

.product_type i.p_railway_01 {
    background-position: -103px -110px;
    width: 101px;
}

.product_type i.p_railway_02 {
    background-position: -206px -107px;
    width: 101px;
    height: 96px;
    margin-bottom: 34px;
}

.product_type i.p_railway_03 {
    background-position: -323px -103px;
    width: 101px;
}

.product_type i.p_link_01 {
    background-position: 0 -221px;
    width: 101px;
    height: 91px;
}

.product_type i.p_link_02 {
    background-position: -420px -111px;
    width: 101px;
}

.product_type i.p_link_03 {
    background-position: -526px -99px;
    width: 101px;
    height: 96px;
    margin-bottom: 34px;
}

.product_type i.p_link_04 {
    background-position: -638px -101px;
    width: 101px;
    height: 99px;
    margin-bottom: 30px;
}

.product_type i.p_link_05 {
    background-position: -751px -98px;
    width: 101px;
    height: 96px;
    margin-bottom: 34px;
}

.product_type h3 {
    font-size: 26px;
    font-weight: bold;
}

.product_type .mask2 i {
    margin: 40px 0 20px;
}

.product_type .mask2 h3 {
    margin-bottom: 20px;
}

.product_type .mask2 p {
    line-height: 1.8;
    font-size: 16px;
}

/* 客户服务 */
.crm_serve {
    padding: 40px 0;
}

.crm_serve>div {
    width: 1200px;
    margin: 0 auto;
}

.crm_service_ul {
    margin-top: 50px;
    text-align: justify;
}

.crm_service_ul:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
}

.crm_service_ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.crm_service_ul>li {
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-sizing: border-box;
}

.crm_service_ul>li:hover {
    box-shadow: 0px 5px 15px rgba(187, 222, 250, 1);
}

.crm_service_ul i {
    display: block;
    height: 50px;
    width: 45px;
    background-size: 100%;
    margin: 20px auto 12px;
}

.icon_crm_01 {
    background: url(../image/icon_crm_01.png) no-repeat;
}

.icon_crm_02 {
    background: url(../image/icon_crm_02.png) no-repeat;
}

.icon_crm_03 {
    background: url(../image/icon_crm_03.png) no-repeat;
}

.crm_service_ul h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.crm_service_ul p {
    font-size: 12px;
}

.crm_service_ul p+p {
    margin-top: 15px;
}

/**公司总部**/
.total_contact {
    font-size: 18px;
    background: #f2f2f2;
    padding: 32px;
    margin: 16px;
    box-shadow: 1px 1px 5px #999;
    border: 1px solid #f5f5f5;
}

.total_contact h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
}

.total_contact p {
    color: rgba(0, 0, 0, 0.7);
    line-height: 31px;
    font-size: 14px;
}

.total_contact span+span {
    margin-left: 40px;
}

.total_contact a {
    color: #1976d2;
}

/* 分支机构  */

.company_profile {
    padding: 0;
    background-color: #fff;
}

.contact_us,
.join_us {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 50px;
}

.contact_us_ct {
    position: relative;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.contact_img {
    position: relative;
    min-height: 540px;
    background: url(../image/contactus_map.png) left center no-repeat;
}

.contact_img span {
    position: absolute;
    color: #ff5455;
    font-size: 13px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.contact_img span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ff5455;
    bottom: -16px;
    margin-left: -5px;
    -webkit-animation: contacts 2s linear infinite alternate;
    animation: contacts 2s linear infinite alternate;
    border: 4px solid transparent;
    background-clip: padding-box;
    cursor: pointer;
}

/*.contact_img span:before:hover{
    animation-play-state: paused;
}*/
@-webkit-keyframes contacts {
    0% {
        border-color: transparent;
    }

    50% {
        width: 10px;
        height: 10px;
        border-color: #ffcecf;
    }

    100% {
        border-color: transparent;
    }
}

@keyframes contacts {
    0% {
        border-color: transparent;
    }

    50% {
        width: 10px;
        height: 10px;
        border-color: #ffcecf;
    }

    100% {
        border-color: transparent;
    }
}

.icon_liao {
    margin-left: 545px;
    margin-top: 147px;
}

.icon_jin {
    margin-left: 485px;
    margin-top: 187px;
}

.icon_shan {
    margin-left: 494px;
    margin-top: 224px;
}

.icon_shu {
    margin-left: 522px;
    margin-top: 291px;
}

.icon_zhe {
    margin-left: 531px;
    margin-top: 327px;
}

.icon_fu {
    margin-left: 513px;
    margin-top: 375px;
}

.icon_guang {
    margin-left: 454px;
    margin-top: 420px;
}

.icon_xi {
    margin-left: 395px;
    margin-top: 420px;
}

.icon_nan {
    margin-left: 409px;
    margin-top: 489px;
}

.icon_jiang {
    margin-left: 480px;
    margin-top: 362px;
}

.icon_bei {
    margin-left: 577px;
    margin-top: 61px;
}

.contact_detail {
    position: absolute;
    right: 0;
    top: 26px;
    /* width: 450px; */
}

.img_contact_01 {
    display: inline-block;
    width: 30px;
    height: 45px;
    background: url(../image/contactus_01.png) center no-repeat;
    background-size: 100%;
    animation: contacts_one 2s linear infinite alternate;
    vertical-align: middle;
    margin-right: 22px;
}

.contact_detail h4 {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

@keyframes contacts_one {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.contact_detail_ct {
    width: 300px;
    height: 428px;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 30px;
}

.contact_cts {
    padding: 30px 0 30px;
    margin: 0 15px 5px 15px;
}

.c_tles {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding-left: 10px;
}

.c_tles strong {
    font-weight: 700;
    color: #b72c37;
    font-size: 16px;
    margin-right: 15px;
}

.details_us {
    height: 347px;
    overflow: auto;
    padding-bottom: 15px;
    box-sizing: border-box;
    padding-left: 10px;
}

.details_us>li>* {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.details_us>li>h5 {
    padding-top: 15px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #b72c37;
    font-weight: 400;
}

.details_us>li>p a {
    color: #1976d2;
}

.details_us>li+li {
    margin-top: 16px;
}


/***************************移动端样式************************************/
@media screen and (max-width:540px) {
    .admenu {
        height: 210px;
        background-image: url(/image/media/product_bg.png);
    }

    .admenu h1 {
        font-size: 24px;
        font-weight: 500;
    }

    .contact {
        background-color: #fff;
        box-sizing: border-box;
    }

    .contact .media-bg-time {
        /* text-align: center; */
        position: relative;
        height: 160px;
    }

    .contact .bg {
        background-image: url(/image/media/bg_time.png);
        width: 160px;
        height: 160px;
        background-size: 100% 100%;
        image-rendering: -webkit-optimize-contrast;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 30px);
        padding-top: 35px;
        box-sizing: border-box;
        text-align: center;
    }

    .contact .bg p:nth-of-type(1) {

        font-size: 24px;
        color: #D9001B;

    }

    .contact .bg p:nth-of-type(2) {
        margin: 4px;

        font-size: 12px;
        color: #666666;

    }

    .contact-ul {
        width: 100vw;
        padding-top: 30px;

    }

    .contact-ul li {
        width: auto;
        max-width: 100%;
        float: none;
        box-shadow: none;
        height: auto;
        padding: 0 20px;
    }

    .contact-ul li h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .contact-ul p {
        font-size: 14px;
        margin-bottom: 8px;
        color: #666666;
    }

    .contact-ul p::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #D9001B;
        margin-right: 8px;
    }

    .mr-30 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .company_profile {
        padding: 0 20px 32px;
        box-sizing: border-box;
        background-color: #f7f7f7;
    }

    .contact_us,
    .join_us {
        width: 100%;
        padding: 20px 0 0;
    }

    .product_head h2 {
        font-size: 18px;
        height: 25px;
        line-height: 25px;
        font-weight: 400;
    }

    .product_head p {
        font-size: 14px;
        color: #999999;
        margin: 0;
    }

    .product_head {
        padding-bottom: 20px;
    }

    .total_contact {
        font-size: 18px;
        background: #fff;
        padding: 20px;
        margin: 0;
        box-shadow: none;
        border: none;
    }

    .total_contact h5 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .total_contact p {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .total_contact a {
        color: #666666;

    }

    .details_us {
        height: auto;
        max-height: 300px;
        padding: 0 0 20px !important;
        border-bottom: 1px solid #EEEEEE !important;
    }

    .media-name {
        font-size: 18px;
    }


    .c_tles {
        border-bottom: 1px solid #EEEEEE;
        padding: 10px 0 !important;
    }

    .c_tles i {
        color: #999999;
        font-size: 20px;
    }

    .media-total {
        font-size: 12px;
        margin-left: 12px;
        color: #666666;
        line-height: 26px;
    }

    .details_us>li>h5 {
        color: #000;
    }

    .details_us>li>p {
        font-size: 14px;
    }

    .details_us>li>p a {
        color: #999;
        font-size: 12px;
    }

    .l-main-col {
        float: none !important;
        width: 100% !important;
        padding: 20px !important;
        box-sizing: border-box;
    }

    .media-tab {
        font-size: 14px;
        padding-top: 46px;
    }

    .media-tab .swiper-wrapper {
        background-color: #f7f7f7;
        /* border-bottom: 1px solid #EEEEEE; */
    }

    .media-tab .swiper-wrapper li {
        height: 44px;
        line-height: 44px;
    }

    .media-tab .active a {
        color: #000 !important;
        border-bottom: 2px solid #d9001b;
        padding-bottom: 8px;
    }

    .media-tab .swiper-container {
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
    }

    .media-tab .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* background: #fff; */
        width: 80%;
    }

    .media-tab .swiper-wrapper a {
        color: #666666;
        font-size: 14px;
    }

    .media-tab .new-list li a {
        display: flex;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #EEEEEE;
    }

    .media-tab .new-list .date {
        display: inline-block;
        width: 70px;
        color: #999;
        text-align: right;
        font-size: 12px;
    }

    .media-tab .new-list .dec {
        display: inline-block;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000;

    }



    .media-tab .see-more a {
        display: block;
        color: #fff;
        text-align: center;
        width: 120px;
        height: 36px;
        line-height: 36px;
        background-color: #d9001b;
        border-radius: 2px;
        margin: 20px auto;
    }

    .article_title h1 {
        margin-bottom: 8px !important;
    }

    .article-info-abstract {
        background: #F7F7F7;
        font-size: 12px;
        color: #666;
        line-height: 20px;
        padding: 12px;
        border-bottom: none;
    }

    .article-detail {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .article-detail p {
        font-size: 14px;
        line-height: 24px !important;
        margin: 8px 0 !important;
    }

    .relateread .next strong {
        font-size: 14px;
        font-weight: 400;
    }

    .relateread .next p {
        margin: 0 !important;
        padding: 12px 0;
    }

    .relateread .next p a {
        font-size: 14px;
        color: #000 !important;
    }

    .media-border {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .contact-block {
        padding-bottom: 0;
    }

    #page {
        margin-bottom: 0;
        text-align: justify;
    }

    .media-address .details_us li p:nth-of-type(1) {
        text-indent: -40px;
        margin-left: 40px;
    }
}
