.container-nav {
    text-align: center;
}

a:hover {
    text-decoration: none;
}

.container-nav img {
    display: inline-block;
}

.breadcrumb a {
    display: inline-block;
}

.breadcrumb {
    background-color: #fff;
    margin-top: 37px;
}

.breadcrumb>li+li:before {
    content: "";
    width: 0.5px;
    height: 50px;
    display: inline-block;
    background-color: #E3E3E3;
    padding: 0;
    transform: skewY(15deg);
    margin: 0 25px;
    transform: skewX(-15deg);
}

.inte-ch01::after {
    content: "";
    width: 1.19rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/software-product.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch01::after {
    transition: 0.5s;
    background: url(../images/software-product1.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch02::after {
    content: "";
    width: 1.49rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav19.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch02::after {
    transition: 0.5s;
    background: url(../images/nav019.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch03::after {
    content: "";
    width: 1.12rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav18.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch {
    color: #333333;
    font-size: .16rem;
    text-align: center;
    margin: 0 0 .07rem 0;
}

a:hover .inte-ch03::after {
    transition: 0.5s;
    background: url(../images/nav018.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch04::after {
    content: "";
    width: .97rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav17.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch04::after {
    transition: 0.5s;
    background: url(../images/nav017.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch05::after {
    content: "";
    width: 1.2rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav20.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch05::after {
    transition: 0.5s;
    background: url(../images/nav020.png) no-repeat;
    background-size:100% 100%;
}

a:hover .nav01 .inte-ch {
    transition: 0.5s;
    color: #3370FF;
}

@media only screen and (max-width:768px) {
    .breadcrumb {
        background-color: rgb(255, 255, 255);
        margin-top: 0px;
        padding: 8px 0px;
        margin-bottom: 0;
    }
    .breadcrumb>li+li:before {
        display: none;
    }
    .breadcrumb>li {
        padding: 7px 4px;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 769px)and (max-width: 1024px) {
    .banner-Con {
        bottom: 0px;
        transform: scale(0.8);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .banner-Con {
        bottom: 45px;
    }
}
