.web_footer {
    font-size: 16px;
}

    .web_footer .foot_service {
    }

.foot_service {
    background-color: #2a2a2a;
    background-image: -webkit-linear-gradient(right,#414141 25%,#2a2a2a 75%);
    background-image: -moz-linear-gradient(right,#414141 25%,#2a2a2a 75%);
    background-image: -o-linear-gradient(right,#414141 25%,#2a2a2a 75%);
    background-image: -ms-linear-gradient(right,#414141 25%,#2a2a2a 75%);
    background-image: linear-gradient(to left,#414141 25%,#2a2a2a 75%);
    margin-left: -45px;
    margin-right: -45px;
}

    .foot_service, .foot_service a {
        color: #fff;
        text-align: left;
    }

        .foot_service .layout {
            background-color: #2a2a2a;
        }

.foot_sns li {
    display: inline-block;
    margin-right: 24px;
}

.foot_contact_item {
    position: relative;
    margin-top: 45px;
    margin-bottom: 33px;
}

    .foot_contact_item .fot_tit {
        font-size: 18px;
        margin-bottom: 27px;
        text-transform: uppercase;
        line-height: 1;
        color: #fff;
    }

    .foot_contact_item ul li {
        padding-left: 42px;
        position: relative;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

        .foot_contact_item ul li.foot_address:before {
            background-position: -140px -50px;
        }

        .foot_contact_item ul li:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 35px;
            height: 35px;
            background-image: url(../image/web_icon.png);
        }

        .foot_contact_item ul li.foot_phone {
            margin: 0 100px;
        }

.flex_row, .items_list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_contact_item ul li.foot_phone:before {
    background-position: -140px -100px;
}

.clearfix:after, .layout:after, .sys_row:after, .flex_row:after, .web_main:after, .page_main:after, .nav_wrap .head_nav:after, .items_list ul:after, .product_items:after, .promote_list:after, .cate_items ul:after, .web_head .logo:after, .product-intro:after, .detail-tabs:after, .foot_items:after, .news_cell:after, .foot_contact_list .contact_item:after, .company_intr_bd:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.foot_contact_list {
    border-bottom: 1px solid rgba(255,255,255,.15);
}

    .foot_contact_list .contact_item {
        padding-bottom: 25px;
        text-align: left;
    }

        .foot_contact_list .contact_item .item_label {
            display: block;
            color: rgba(255,255,255,.2);
            font-weight: bold;
            margin-bottom: 6px;
            font-size: 13px;
            letter-spacing: 2px;
        }

        .foot_contact_list .contact_item .item_val {
            display: block;
            line-height: 1.6em;
        }

.foot_service, .foot_service a {
    color: #fff;
}

.flex_row, .items_list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_service .foot_item {
    -webkit-box-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
    padding: 80px 45px;
    float: left;
}

.foot_item .title, .foot_item .title a {
    color: #fff;
}

.foot_item .title {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: left;
}

.foot_txt_list {
    margin-bottom: 30px;
}

element.style {
}

.foot_sns {
    letter-spacing: -5px;
}

.foot_txt_list li {
    line-height: 2.6em;
    line-height: 2.6em;
}

    .foot_txt_list li a {
        display: inline-block;
        height: 2.6em;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        min-width: 50%;
    }

.foot_service, .foot_service a {
    color: #fff;
}

.foot_txt_list li a:before {
    content: '';
    display: block;
    width: 0%;
    border-bottom: 1px solid #d80011;
    position: absolute;
    left: 0;
    bottom: 3px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.foot_sns li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    letter-spacing: normal;
}

    .foot_sns li a {
        display: inline-block;
        padding: 9px;
        line-height: 20px;
        background-color: #424242;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.foot_service, .foot_service a {
    color: #fff;
}

.foot_sns li a:before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: #fee25f;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate( 45deg) translate3d(-50%, 50%, 0);
    transform: rotate( 45deg) translate3d(-50%, 50%, 0);
    transition: all 0.8s cubic-bezier(0.05, 0.29, 0.11, 1.54);
    pointer-events: none;
    z-index: -1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.foot_item .foot_logo {
    display: block;
    margin-bottom: 40px;
}

.foot_item .foot_nav {
    letter-spacing: -5px;
}

    .foot_item .foot_nav li {
        display: inline-block;
        height: 2.5em;
        line-height: 2.5em;
        overflow: hidden;
        width: 50%;
        letter-spacing: normal;
        font-size: 16px;
        text-transform: uppercase;
    }

.foot_service, .foot_service a {
    color: #fff;
}

.foot_item .copyright {
    display: block;
    margin-top: 35px;
    font-size: 15px;
}

    .foot_item .copyright p:last-of-type {
        font-size: 13px;
        text-align: left;
    }

.foot-link {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: left;
}

.foot_item .copyright p {
    margin-bottom: 5px;
}

.foot-link {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .foot-link li {
        margin-right: 10px;
    }

        .foot-link li a {
            display: block;
            color: #fff;
            font-size: 14px;
        }

.foot_item:nth-of-type(3):after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #414141;
    position: absolute;
    right: -2px;
    top: 0;
}

.foot_item:nth-of-type(3) {
    background-color: #414141;
    position: relative;
}
