/* html {
	font-size: 10px;
} */
.container-content {
    padding: 80px 4% 40px;
}

.container_pad {
    width: 90%;
    margin: 0 auto;
}

.header_1 {
    height: 43px;
    line-height: 43px;
    background-color: #666666;
    overflow: hidden;
    display: none;
}

.sousuo.fr {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.sousuo.fr .iconfont {
    font-size: 2.5rem;
}

.header_1_ul li {
    float: left;
    /* padding-right: 20px; */
    margin-right: 20px;
    /* width: 12.5%; */

}

.header_1 .fl:nth-child(1) {
    width: 85%;
}

.header_1_ul li a img {
    margin-right: 5px;
}

.header_1_ul li a {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.85;
}

.header_1_fr_ul.header_1_ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header_1_fr_ul.header_1_ul li a span:nth-child(1) {
    margin-right: 5px;
}

.header_1_fr_ul.header_1_ul li:hover a span:nth-child(1) {
    color: #ffffff !important;
}

.header_2_ul {
    line-height: 90px;
    /* overflow: hidden; */
}

.header_2_ul>li {
    float: left;
    /* font-size: 22px; */
    font-size: 18px;
    color: #181818;
    margin-right: 8px;
    /* font-weight: 600; */
    position: relative;
}

.header_2_ul>li.active,
.header_2_ul>li:hover {
    /* border-bottom: 4px solid #042c58; */
    color: #042c58;
}

.header_2_ul>li.active::before,
.header_2_ul>li:hover::before {
    /* content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #042c58; */
}

.header_2_ul li>a {
    padding: 0 20px;
    color: #fff;
}

.header_2_ul li>a:hover {
    color: #fff;
}

.header_2 {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 0;
    z-index: 100;
    line-height: 90px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.header_2.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 126, 200, 0.9);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.fls {
    display: inline-block;
}

.header_2_fr {
    height: 80px;
    padding: 0 30px;
    /* display: table;
    width: 10%; */
}

.header_2 .header_222 {
    /* overflow: hidden; */
    width: 100%;
}

.header_2_fr_con {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}

.header_2_fr_con img {
    height: 42px;
}

.header_2_fr2 {
    /* width: 60%; */
}

.header_2_fr_con div {
    line-height: 30px;
}

.header_2_fr_con div:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    color: #042c58;
}

.header_2_fr_con div:nth-child(2) {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 26px;
    color: #181818;
}

.header_2_ul>li .er-ul {
    transition: 400ms ease-in-out;
    transform: scale(0);
    opacity: 0;
    top: 100%;
    display: block;
    z-index: 99;
}

.header_2_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

.er-ul {
    position: absolute;
    /* width: 220px;
    left: -52px; */
    width: 280px;
    left: -90px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    z-index: 99;
    background: #fff;
    padding: 0;
}

.er-ul li {
    line-height: 40px;
    width: 100%;
    display: block;
    float: none;
    position: relative;
}

.er-ul li:first-child {
    padding-top: 10px;
}

.er-ul li:last-child {
    padding-bottom: 10px;
}


.er-ul li a {
    color: #000;
    font-size: 16px;
    display: block;
    text-align: left;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
}

.er-ul li:hover a {
    color: #014da2;
}

.header_2_ul>li .er-ul2 {

    transition: 400ms ease-in-out;
    transform: scale(0);
    display: block;
    z-index: 99;
    position: absolute;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    right: -104px;
    z-index: 99;
    background: #fff;
    padding: 0;
    z-index: 999;
    bottom: 0;
}

.header_2_ul>li:hover .er-ul2 {
    transform: scale(0);
    opacity: 0;
    z-index: 9999;
}

.header_2_ul .er-ul>li:hover .er-ul2 {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

/* 底部 */
.nav-footer {
    background: #333;
    margin-top: 80px;
}

.nav-b {
    background: #333;
    width: 1400px;
    margin: 0 auto;
}

.nav-b>ul>li>a {
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    /* padding-left: 20px; */
    font-weight: 600;
}

.nav-b>ul ul li a {
    color: #eee;
    display: block;
    /* padding-left: 20px; */
    line-height: 30px;
    font-size: 16px;
}

.nav-b>ul {
    display: flex;
    justify-content: space-between;
}

.nav-b>ul>li {
    /* float: left; */
    padding: 30px 0;
    width: 16.65%;
    padding-left: 48px;
    /* margin-right: 84px; */
    /*border-left: 1px dotted #ddd;*/
    background: url(../images/line_2.jpg) repeat-y left top;
    height: 280px;
}

.nav-b>ul>li:first-child {
    background: none;
    border-left: none;
}

.nav-b>ul {
    width: 95%;
    overflow: hidden;
}

.product_nav a {
    font-size: 16px;
}


/* sidebar-menu */
.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 35px;
    color: #646060;
    font-size: 16px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
    z-index: 999;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    /* font-size: 30px; */
}






/* searchbox */
.searchbox {
    background: #fff;
    width: 100%;
    top: 90px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 14px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #007ec8;
    background-blend-mode: normal, normal;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.ac,
.header_search {
    height: 75px;
}

.phonenav {
    display: none;
}

.mobile-foot {
    display: none;
}

.mobile-foot ul {
    display: flex;
    justify-content: space-around;

}

.rightfix {
    position: fixed;
    top: 70%;
    right: 0px;
    width: 70px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 9999;
    /* border: 1px solid #dee2e7; */
    background: #fff;
    /* display: none; */
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 70px;
    cursor: pointer;
    height: 70px;
    padding: 0px 0;
    background: #042c58;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 30px;
    color: #fff;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 70px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 140px;
    font-size: 18px;
}

.fix_ul li:hover {
    background: #042c58;
}

.fix_ul li:hover {
    background: #042c58;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #fff;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.right_div div {
    height: 30px;
    line-height: 30px;
}



/* swiper */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -60px;
    background-image: url(../images/right.png);
    /* background-image: url(../images/next.png) */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -60px;
    background-image: url(../images/left.png);
}



.swiper-container-free-mode>.swiper-wrapper {
    transition: linear;
}

/* box-clamp */
.box-clamp {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* footer*/

.t_footerbg {

    background: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);


}

.t_footertop {
    padding: 0 5%;
    background: rgba(248, 248, 248, 1);

}

.t_content4 {
    margin: 0 auto;

}

.t_footle {
    position: relative;
    padding-right: 20px;
}

.t_footle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #717171;
    height: 100%;
}

.t_diwen p {

    font-size: 16px;

    color: rgba(136, 136, 136, 1);

    line-height: 1.5;

    font-family: "Montserrat-Regular-8" !important;

}


.t_footfirst {
    text-align: left;
    margin-bottom: 12px;
    position: relative;

}

.t_footfirst span {

    color: #414141;

    font-size: 20px;

    line-height: 1.5;

}

.t_footnav {

    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    position: relative;

}

.t_footnavli {
    margin-bottom: 12px;

}

.t_footnavli a {
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.36s;
    color: rgba(136, 136, 136, 1);

}

.t_foottopnr {
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(229, 229, 229);
}

.t_footlist {
    margin-bottom: 41px;
    padding-top: 12px;
}

.t_diul {
    margin-bottom: 16px;
    margin-left: 16px;
}

.t_didownle {
    margin: 0 -14px;
}

.t_didownp p {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    text-align: center;
}

.t_didownp p span {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;

}

.t_didownp p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    vertical-align: top;

}

.t_didown {
    padding: 18px 0 20px;
}

.t_sycenr {
    width: 100%;
    height: 100%;
    position: relative;
}

.t_footEwm {
    text-align: center;
    color: #FFFFFF;
}

.t_footEwm span {
    line-height: 30px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: rgba(136, 136, 136, 1);
}

.t_footEwm img {
    width: 132px;
    height: 132px;
    padding: 10px;
    margin-top: 20px;
    padding: 6px;
    display: block;
}

.t_footEwm ul li {
    float: left;
    text-align: center;
}

.t_foottop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footLogo {
    height: 100px;
}

.footicon {
    height: 20px;
}

.footTel {
    height: 40px;
}

.t_foottopContact {
    display: flex;
    align-items: center;
}

/* btn */
.btn-primary {
    color: #fff;
    background-color: #007ec8;
    border-color: #2e6da4;
}

.button {
    border: 0;
    background: none;
    position: relative;
    font-size: 14px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 46px;
    border-radius: 4px;
    background-color: #014da2;
    color: #fff;
}

/* ft */
.ft-red {
    color: #f00;
}

/* 内页 */
.subbanner {
    height: 700px;
}


.subbanner .main {
    width: 100%;
    height: 100%;
}

.bannerCenter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bannerCenter h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

/*
.bannerCenter h2::before {
    content: '';
    height: 4px;
    width: 42px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -21px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}*/


.crumbs_box {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
}

.crumbs_box a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    /*padding-right: 2px;
    margin-left: 4px;
    background: url(../images/iconHome.png) no-repeat center right; */
}

.crumbs_box a:last-child {
    background: initial;
    padding-right: 0;
}

.crumbs_box {
    
    padding: 20px 0;
}


/* @media start */
@media (max-width:1800px) {
    .header_2_ul li>a {
        padding: 0 17px;
    }

    .container_pad {
        width: 90%;
    }

    .header_2_fr {
        padding: 0 15px;
    }

    .aboutus {
        height: 620px;
    }
}



@media (max-width:1600px) {
    .header_222 .fl img {
        height: 34px;
    }

    .header_2_fr_con img {
        height: 36px;
    }

    .header_2_ul>li {
        font-size: 20px;
    }

    .container {
        width: 89%;
    }

    html {
        overflow-x: hidden;
    }
}


@media (max-width:1440px) {

    /* header */
    .header_1 {
        display: none;
    }

    .header_2_ul li {
        float: left;
        font-size: 1.6rem;
        color: #181818;
        margin-right: 8px;
    }

    .header_2,
    .header_2_ul {
        line-height: 65px;
    }

    .header_2_fr,
    .header_2_fr_con {
        height: 65px;
    }

    .header_2_ul li a {
        padding: 0 4px;
    }

    .header_2_fr_con div:nth-child(1) {
        font-size: 15px;
    }

    .header_search {
        margin-right: 15px;
    }


    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .phone_logo img {
        width: 160px;
    }

    /* foot */
    .t_content4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t_didownp p,
    .t_didownp p a {
        font-size: 12px;
        word-wrap: break-word;
        word-break: normal;
    }

}



@media (max-width:1280px) {
    .header_2_ul li>a {
        padding: 0 13px;
    }

    .header_2_fr {
        padding: 0 0px;
    }

    .header_222 .fl img {
        height: 28px;
    }

    /* foot */
    .t_foottopnr,
    .t_footle {
        padding-top: 10px;
    }

    .t_foottopnr,
    .t_footnav {
        flex-wrap: wrap;
    }

    .t_footnav,
    .t_footnavul {
        width: 100%;
    }

    .t_footnavul {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }

    .t_footnavli {
        float: left;
        margin: 0;
        float: left;
        margin-left: 20px;
        line-height: 30px;
    }

    .t_footfirst {
        margin: 0;
    }

    .t_footlist {
        display: flex;
        padding: 0;
        margin: 0;
    }

    .t_footEwm {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .t_foottopContact {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:1200px) {

    .header_1_ul li {
        padding-right: 10px;
    }

    .header_2_ul li a {
        padding: 0 7px;
    }


    .pc_header {
        display: none;
    }

    .header_2 {
        display: none;
    }

    .phonenav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        background: rgba(255, 255, 255, 0.2);
        z-index: 999;
        line-height: 75px;
        height: 75px;
    }

    .phone_logo img {
        width: auto;
        height: 34px;
    }



    .container_pad {
        width: 90%;
    }

    .header_1 .fl:nth-child(1) {
        width: 80%;
    }

    .icon-cha:before {
        color: #333;
    }

}

@media screen and (max-width: 960px) {
    .subbanner {
        height: 320px;
    }

    .bannerCenter h2 {
        font-size: 32px;
text-align: center;
    }
}

@media (max-width:767px) {
    .phonenav {
        background: none;
        line-height: 40px;
        height: auto;
    }

    .phonenav .container {
        width: auto;
    }

    .phone_logo.fl {
        max-width: 70%;
    }

    .phone_logo img {
        height: auto;
    }

    .searchbox {
        top: 45px !important;
    }


    /* search */
    .searchs .sertext,
    .serbtn {
        height: 40px;
        line-height: 40px;
    }

    /* foot */
    .t_footfirst a,
    .t_footnavli a,
    .t_diwen p,
    .t_footEwm span {
        font-size: 12px;
    }

    .t_footfirst {
        min-width: 64px;
    }

    .t_footlist {
        flex-wrap: wrap;
    }

    .t_foottopnr {
        padding-top: 32px;
        padding-bottom: 16px;
    }

    .t_footLink {
        display: none;
    }

    .t_footEwm ul li {
        margin-right: 0;
    }

    .footTel {
        width: 300px;
        height: auto;
    }

    .footLogo {
        width: 280px;
        height: auto;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .swiper-pagination {
        display: block;
        bottom: 11px;
        left: 50%;
        text-align: center;
        width: 200px;
    }

    .introduction .content {
        width: 100%;
    }

    .nav-b {
        width: 100%;
    }



    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        width: 100% !important;
    }

    .index_div4_fl {
        padding: 0;
        height: 281px;
    }

    .head .title {
        font-size: 2.2rem;
    }

    .head {
        padding-top: 30px;
    }

    .head .yaos {
        padding: 0 30px;
    }

    .sidebar {
        display: none;
    }

    .container {
        width: 100%;
    }

    img.banner {
        margin-top: 0;
    }

    .banner {
        width: 100% !important;
    }

    .right {
        width: 100%;
    }

    /* subbanner */
    .subbanner {
        height: 180px;
    }

    .bannerCenter h2 {
        font-size: 24px;
    }


}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 5%;
    }
}

/*面包屑*/
.crumbs-con-wrap {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.crumbs-con-wrap img {
    margin-right: 8px;
}

.crumbs-con-wrap span {
    margin: 0 4px 0 3px;
}

.crumbs-con-wrap a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    text-decoration: none;
}

.crumbs-con-wrap a:last-child {
    background: initial;
    padding-right: 0;
}