/*-- 安全、快速、省钱 --*/
/*-- service page --*/
section.service-w3ls p.text-center {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    padding-bottom: 50px;
}

section.service-w3ls h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

section.service-w3ls p.serv-p1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #999;
    padding-bottom: 10px;
    text-align: center;
}

.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid:after,
    .ch-item:before {
        content: '';
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        width: 220px;
        height: 220px;
        display: inline-block;
        margin: 0 20px 20px;
    }

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    cursor: default;
}

.ch-info-wrap,
.ch-info {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.ch-info-wrap {
    top: 20px;
    left: 20px;
    background: #f9f9f9 ;
    box-shadow: 0 0 0 20px rgba(255,255,255,0.2), inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-info {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .ch-info > div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-position: center center;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .ch-info .ch-info-front {
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        z-index: 100;
        box-shadow: inset 2px 1px 4px rgba(0,0,0,0.1);
    }

    .ch-info .ch-info-back {
        background: rgba(230,132,107,0);
    }

.ch-img-1 {
    background-image: url(../images/serv-img1.jpg);
}

.ch-img-2 {
    background-image: url(../images/serv-img2.jpg);
}

.ch-img-3 {
    background-image: url(../images/serv-img3.jpg);
}

.ch-img-4 {
    background-image: url(../images/serv-img4.jpg);
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 25px;
    padding: 40px 0 0 0;
    height: 90px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

    .ch-info p a {
        display: block;
        color: #fff;
        color: rgba(255,255,255,0.7);
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 9px;
        letter-spacing: 1px;
        padding-top: 4px;
        font-family: 'Open Sans', Arial, sans-serif;
    }

        .ch-info p a:hover {
            color: #fff222;
            color: rgba(255,242,34, 0.8);
        }


.ch-item:hover .ch-info-front {
    -webkit-transform: rotate3d(1,0,0,-180deg);
    -moz-transform: rotate3d(1,0,0,-180deg);
    -o-transform: rotate3d(1,0,0,-180deg);
    -ms-transform: rotate3d(1,0,0,-180deg);
    transform: rotate3d(1,0,0,-180deg);
    box-shadow: inset 0 0 5px rgba(255,255,255,0.2), inset 0 0 3px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info-back {
    background: rgba(230,132,107,0.6);
}

section.service-agileits p.text-center {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    padding-bottom: 50px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h4 {
    font-weight: normal;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 45px;
    color: #42B4C8;
    padding-bottom: 20px;
    font-family: 'Exo 2', sans-serif;
}

.marketing p.serv-p2 {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



/*智慧物流系统*/
/*theme css*/
a {
    color: #454545;
    transition: .5s;
}

    a:hover {
        text-decoration: none;
        color: #F8A555;
    }

body {
    color: #757575;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
}

p {
    font-style: normal;
}

.btn-primary:focus, select:focus, textarea:focus, input:focus {
    box-shadow: none !important;
}

textarea, input {
    outline: none;
}

a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 38px;
    margin: auto;
    font-weight: 700;
}

.witr_section_title_inner h2 {
    font-size: 17px;
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
    color: #F8A555;
}

    .witr_section_title_inner p span a, .witr_section_title_inner p span, .witr_section_title_inner h1 span, .witr_section_title_inner h2 span, .witr_section_title_inner h3 span {
        color: #D0AF92;
    }

.witr_bar_main {
    margin: 10px 0px 10px 0px;
}

.witr_bar_inner {
    height: 4px;
    width: 90px;
    position: relative;
    border-radius: 30px;
    background: #D0AF92;
    margin: 0 auto;
}

.witr_bar_innerc:before {
    left: 0;
    transform: translateY(-50%);
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: move_title_bg1;
}

.witr_bar_innerc:after {
    right: 0;
    transform: translateY(-50%);
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: move_title_bg2;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    border: 6px solid #D0AF92;
}

@keyframes move_title_bg1 {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@keyframes move_title_bg2 {
    from {
        right: 0
    }

    to {
        right: 100%
    }
}

.witr_section_title {
    margin-bottom: 60px;
}

.witr_section_title_inner p {
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 10px;
}

.witr_section_title_inner.text-center p {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}

.witr_all_pd0 {
    padding: 0;
}

@media (min-width: 1200px) {
    .delivcate-header-top .container, .delivcate_nav_area .container, .witrfm_area .container {
        max-width: 1200px;
    }
}

@media (min-width: 1140px) {
    .container {
        max-width: 1140px;
    }
}

/* ===== 8. Team Area CSS ===== */
.dl_team_area {
    background: #FBFBFB;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 75px 0px 70px 0px;
}

.witr_team_s13.cons_singleTeam {
    overflow: inherit;
    margin-bottom: 30px;
}

.witr_team_s13 {
    position: relative;
}

.witr_team_s12 {
    border: none;
    box-shadow: 0px 5px 20px 0px #00000014;
    transition: .5s;
    text-align: center;
}

.witr_team_s13 .front_view {
    padding: 40px 25px 32px;
    transition: .5s;
}

.witr_i_position {
    position: relative;
}

.front_view img {
    width: 214px;
    margin-bottom: 22px;
}

.witr_team_s12 .con_TMS {
    margin-top: 10px;
}

.con_TMS13_icon {
    position: absolute;
    top: 0;
    right: 0;
}

.all_team_icon_o_color a {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}

.front_view .con_TMS13_icon.con_TMS a {
    display: block;
    background: #fff;
    color: #F8A555;
    border-radius: 50px;
    margin-bottom: 5px;
    transition: 1s;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.front_view .con_TMS a, .back_view .con_TMS a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin: 0 7px;
}

.front_view h5, .back_view h5 {
    line-height: 28px;
    margin-bottom: 0px;
}

.front_view span, .back_view span {
    display: inline-block;
    line-height: 28px;
}

.team_line_top {
    top: 0px;
}

.team_line_top, .team_line_bottom {
    width: 0;
    height: 2px;
    left: -60px;
    background: linear-gradient(to right, rgba(117, 161, 251, 0), #F8A555, rgba(117, 161, 251, 0));
}

.team_line {
    position: absolute;
    opacity: 1;
    transition: .5s;
    z-index: 99;
}

.team_line_bottom {
    bottom: 0px;
}

.team_line_left {
    left: 0px;
}

.team_line_left, .team_line_right {
    height: 0;
    width: 2px;
    top: -60px;
    background: linear-gradient(to top, rgba(117, 161, 251, 0), #F8A555, rgba(117, 161, 251, 0));
}

.team_line_right {
    right: 0px;
}

.front_view .con_TMS13_icon.con_TMS a:nth-child(2), .front_view .con_TMS13_icon.con_TMS a:nth-child(3), .front_view .con_TMS13_icon.con_TMS a:nth-child(4), .front_view .con_TMS13_icon.con_TMS a:nth-child(5), .front_view .con_TMS13_icon.con_TMS a:nth-child(6) {
    transform: scale(0);
    transition: 1s;
    margin-top: -40px;
}

.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(2), .front_view .con_TMS13_icon.con_TMS:hover a:nth-child(3), .front_view .con_TMS13_icon.con_TMS:hover a:nth-child(4), .front_view .con_TMS13_icon.con_TMS:hover a:nth-child(5), .front_view .con_TMS13_icon.con_TMS:hover a:nth-child(6) {
    transform: scale(1);
    margin-top: 0px;
}

.front_view .con_TMS13_icon.con_TMS a:hover {
    background: #F8A555;
    color: #fff;
}

.witr_team_s13:hover .team_line_top, .witr_team_s13:hover .team_line_bottom {
    width: calc(100% + 110px);
}

.witr_team_s13:hover .team_line_left, .witr_team_s13:hover .team_line_right {
    height: calc(100% + 110px);
}

.witr_team_s13:hover .team_line {
    opacity: 1;
}

.ser_page_team {
    background: 0 0;
}

/* ===== 关于我们的服务流程 ===== */
/* ===== 10. Process Area CSS ===== */
.dl_process_area {
    background: #FBFBFB;
    padding: 75px 0 200px 0;
}

.witr_feature_13.sub-border-2 {
    margin-bottom: 30px;
}

.sub-item {
    position: relative;
}

.witr_feature_13.sub-border-2 .sub-item span {
    top: 5px;
    left: 67%;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    background: #D0AF92;
    font-size: 16px;
    border-radius: 50px;
    transform: translateX(-50%);
}

.sub-border-2 .sub-item span {
    z-index: 999;
    transition: .5s;
}

.sub-item span {
    position: absolute;
    font-weight: 700;
}

.witr_feature_13 .sub-item i {
    position: relative;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.sub-item i {
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #F8A555;
    display: inline-block;
    transition: .5s;
}

.sub-item h3 {
    margin-top: 19px;
}

.sub-border-2 .sub-item p {
    padding: 0 0px;
}

.witr_feature_13.sub-border-2:hover .sub-item span {
    background: #F8A555;
}

.sub-border-2:hover .sub-item i {
    background: #D0AF92;
}

.pro_page_process {
    padding: 75px 0 65px 0;
}

    .pro_page_process .witr_feature_13 .sub-item::before {
        position: absolute;
        content: "";
        top: 50px;
        left: 0;
        width: 112%;
        height: 5px;
        transition: .5s;
        background: #eaeaea;
    }

    .pro_page_process .all_feature_color .sub-item:hover span, .pro_page_process .witr_feature_13 .sub-item:hover::before {
        background-color: #F8A555;
    }

    .pro_page_process .witr_feature_13 .sub-item::after {
        position: absolute;
        content: "";
        top: 50px;
        left: 0;
        background: #dfdada;
        width: 112%;
        height: 5px;
        z-index: -1;
    }

.proj_page_process {
    padding: 75px 0 58px 0;
}



/*-- 合作客户第二部分 --*/
/*-- reset code --*/
/*-- inner pages banner --*/
section.inner-w3ls {
    background: url(../images/banner1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    min-height: 450px;
}

    section.inner-w3ls h2.text-center {
        font-size: 65px;
        font-weight: normal;
        padding: 175px 0 40px;
        color: #fff;
        line-height: 90px;
        font-family: 'Exo 2', sans-serif;
    }

    section.inner-w3ls p.text-center {
        font-size: 17px;
        font-weight: normal;
        color: #fff;
        line-height: 35px;
    }

.column {
    margin: 0;
    padding: 0;
}

    .column:last-child {
        padding-bottom: 0px;
    }

    .column::after {
        content: '';
        clear: both;
        display: block;
    }

    .column div {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

        .column div:first-child {
            margin-left: 0;
        }

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.hover01 figure img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
/*-- /inner pages banner --*/

