/*新加的头部和底部的样式*/
body {
    background-color: #ffffff;
}
#paddingnew{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.container{
    max-width: 1440px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 0;
}



.navbar-default .navbar-nav>li>a {
    padding: 10px 19px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.navbar-default .navbar-nav>li:last-child>a{
    padding-right: 0;
}


.navbar-default .navbar-nav>li>a:hover {
    color: #4e0b0b;
}

.navbar-default .navbar-nav>li.active>a {
    color: #4e0b0b;
    background-color: transparent!important;
}

.nav-top {
    float: right;
    padding:22px 0 12px 0;
    padding-left:5px;
    width: 80%;
    list-style: none;
}

.nav-top li {
    float: right;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.nav-top li a {
    padding: 0 3px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.nav-top li a:hover {
    color: #5f55cd;
}

.nav-top>li:first-child>span {
    padding: 0 12px 0 18px;
    /*background: url(../images/kf.png) no-repeat left center;*/
}

.nav-top>li:first-child>span.add,
.nav-top>li:last-child>span.add {
    /*background: url(../images/kf_gray.png) no-repeat left center !important;*/
}

.navbar-toggle {
    border: 0;
    z-index: 10;
    display: none;
}
.nav-top>li>i {
    position: relative;
    top: -1px;
    font-style: normal !important;
}

.nav-top>li>.icon_s1 {
    display: inline-block;
    top: 2px;
    width: 16px;
    height: 13px;
    background: url("../images/icon_s1.png") no-repeat;
}

.navbar-default.add {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-default.add .navbar-nav>li>a,
.navbar-default.add .nav-top li a,
.navbar-default.add .nav-top li {
    color: #525252;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}


.navbar .row{
    width: 100%;
    margin: 0 0;
}
.navbar #navbar{
    float: right;
    /*display: inline-block !important;*/
    display: inline-block ;
    flex-basis: auto;
}
.navbar #navbar ul{
    display: inline-block;
    text-align: right;
    float: right;
}
.navbar-nav>li {
    float: left;
}




@media (max-width: 1300px){
    .nav-top {
        display: none;
    }
}

@media (max-width: 1100px) {
    .navbar{
        width: 100%;
        padding: 0 0px;
        height: 50px;
    }
    .navbar .container{
        padding: 0;
    }
    .navbar-header{
        width: 100%;
    }
    .navbar #navbar ul{
        padding: 15px 0 0 0;
    }
    .navbar-toggle {
        margin-top: 4px;
        display: block;
    }
    .navbar-toggle.active{
        margin-top: 8px;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
        top: 50px;
    }
    .navbar-collapse.collapse{
        display: none !important;
    }


    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar {
        position: relative;
        background: #fff;
    }
    .navbar-nav>li {
        float: left;
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 10000;
        width: 100%;
        background: rgba(0, 0, 0, .75);
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff !important;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #cdd2ff;
    }
    .navbar-toggle.active {
        background: #ddd;
        width: 42px;
        height: 32px;
        display: block;
    }
    .navbar-toggle.active .icon-bar {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px !important;
        margin-left: -11px;
    }
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        width: 0;
        height: 0;
    }
    .navbar-toggle.active .icon-bar:nth-of-type(4) {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .navbar-brand img {
        width: auto;
        height: 25px;
    }
    .navbar-brands img {
        width: auto;
        height: 25px;
    }
    .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
    .carousel-indicators .active {
        position: relative;
        top: -1px;
        width: 7px;
        height: 7px;
    }
}

.navbar-brands {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 1100px) {
    .navbar-brand {
        padding: 20px 0;
        height: auto;
        margin-right: 0;
    }
    .navbar-brands {
        padding: 20px 0;
        height: auto;

    }
    .navbar-brand img {
        width: auto;
        height: 41px;
    }
    .navbar-brands img {
        width: auto;
        height: 41px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        width: auto;
        height: auto;
    }
    .navbar-brands img {
        width: auto;
        height: auto;
    }
    .nav-top {
        width: 240px;
    }
    .nav-top li {
        float: left;
        margin-bottom: 8px;
    }
    .nav-top>li:first-child a:nth-of-type(1) {
        padding-left: 0;
    }
    .nav-top>li:last-child>span {
        padding: 0 12px 0 7px;
        /*background: url(../images/kf.png) no-repeat left center;*/
    }
    .navbar-right {
        /*margin-top: 22px;*/
    }
}




.footer {
    width: 100%;
    height: 155px;
    background-color: #333333;
}

.footer>.container>.url {
    height: 77px;
    padding: 36px 15px;
    color: #fff;
    border-bottom: 1px solid #565656;
}

.footer>.container>.url li {
    float: left;
    margin-bottom: 10px;
}

.footer>.container>.url li>a,
.footer>.container>.url li span {
    display: block;
    color: #fff;
    width: 147px;
    height: 13px;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
}

.footer>.container>.url li+li>a {
    border-right: 1px solid #fff;
}

.footer>.container>.url li:last-child>a {
    border: none;
}

.footer>.container>.text {
    display: block;
    width: 100%;
    line-height: 75px;
    text-align: center;
    color: #fff;
}


@media (max-width: 1100px) {
    .footer>.container>.text {
        line-height: 30px;
    }

    .footer>.container>.url {
        padding: 15px;
    }

    .footer>.container>.url li {
        margin-bottom: 20px;
    }
}

@media (max-width: 1450px) {
    .footer {
        height: auto;
    }

    .footer>.container>.url {
        height: auto;
    }
}



@media (max-width: 640px) {

    .footer>.container>.url li+li>a {
        border: none;
    }

    .footer>.container>.url li>a,
    .footer>.container>.url li>span {
        text-align: left;
    }

}


/*右边栏开始*/

.right-bar {
    position: fixed;
    top: 55%;
    right: 10px;
    z-index: 1100;
}

.right-bar>div {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.right-bar>div>a>img {
    width: 32px;
}

.right-bar>div a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.right-bar>div>div {
    display: none;
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.right-bar>div:hover>div {
    display: block;
    -webkit-animation: rightBar .5s;
    -o-animation: rightBar .5s;
    animation: rightBar .5s;
}

.right-bar .phone {
    background: #78c340;
}

.right-bar .qq {
    background: #6da9de;
}

.right-bar .code {
    background: #fbb01f;
}

#LT_top {
    background-color: #b9b5b5;
}

.right-bar .phone-num {
    background: #78c340;
    border-radius: 5px;
    padding: 10px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.right-bar .code-img {
    background: #fff;
    width: 130px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.right-bar .code-img img {
    width: 110px;
    height: 110px;
}

@keyframes rightBar {
    0% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 640px) {

    .right-bar {
        top: 60%;
    }
}



/*--------------公司简介---------------*/

.about {
    padding: 80px 0;
}

.about>.main {
    width: 1250px;
    height: 260px;
    box-sizing: border-box;
    border: 6px solid #000;
    margin: 0 auto;
    padding: 30px 60px;
}

.about>.main>.main-fl {
    display: none;
    float: left;
    width: 457px;
    animation: succrss_amt 1s;
    -moz-animation: succrss_amt 1s;
    -webkit-animation: succrss_amt 1s;
}

.about>.main>.main-fl>.box {
    width: 400px;
    height: 40px;
    border: 2px solid #000;
    text-align: center;
    line-height: 38px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

.about>.main>.main-fl>.text {
    color: #666666;
    line-height: 28px;
}

.about>.main>.main-fr {
    width: 600px;
    max-width: 100%;
    display: none;
    float: right;
    position: relative;
    animation: succrss_amt 1s;
    -moz-animation: succrss_amt 1s;
    -webkit-animation: succrss_amt 1s;
}

.about>.main>.main-fr>.gsIfy>ul>li {
    float: left;
}

.about>.main>.main-fr>.gsIfy>ul>li:hover>a {
    background-color: #E8402A;
    color: #fff;
}

.about>.main>.main-fr>.gsIfy>ul>li>a {
    display: block;
    width: 85px;
    height: 33px;
    background-color: #dddddd;
    line-height: 33px;
    color: #666666;
    text-align: center;
    border-radius: 4px;
}

.about>.main>.main-fr>.gsIfy>ul>li+li {
    margin-left: 8px;
}

.about>.main>.main-fr>.gsIfy>ul>li.active a {
    background-color: #E8402A;
    color: #fff;
}

.about>.main>.main-fr>.com-info {
    display: none;
}

.about>.main>.main-fr>.com-info.active {
    display: block;
}

.about>.main>.main-fr>.com-info>.phoneNum {
    color: #E8402A;
    font-size: 36px;
    line-height: 80px;
}

.about>.main>.main-fr>.com-info>ul>li {
    height: 29px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}

.about>.main>.main-fr>.com-info>ul>li>i {
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    margin-right: 9px;
    background: url("../images/icon_s1.jpg") no-repeat;
    vertical-align: middle;
}

.about>.main>.main-fr>.com-infoul>li>span {
    display: inline-block;
    width: 255px;
}

.about>.main>.main-fr>.com-info>.erweima {
    position: absolute;
    bottom: 0;
    right: 0;
}
.about>.main>.main-fr>.com-info>.erweima img{
    width: 160px;
}
/*--------------公司简介结束---------------*/
@media (max-width: 1300px) {
    .about>.main {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .about>.main>.main-fr {
        margin-top: 50px;
    }

    .about>.main>.main-fr>.gsIfy>ul>li {
        margin-bottom: 10px;
    }

    .about>.main .main-fl,
    .about>.main>.main-fr {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .about>.main>.main-fl>.box {
        width: 90%;
        font-size: 16px;
    }

    .about>.main {
        padding: 30px 10px;
    }

    .about>.main>.main-fr>.erweima {
        position: relative;
        bottom: -26px;
        right: 0;
    }

    .about>.main>.main-fr>ul>li>span {
        width: auto;
    }
}

@media (max-width: 1100px) {
    .page-title .category-name {
        font-size: 1.8rem;
    }
    .erp3 .erp-progress_child {
        width: 4rem;
    }
    .page-title .banner-summary {
        font-size: 1rem;
    }
    .right-bar {
        top: 50%;
    }
}

@media (max-width: 600px) {

    .p-4 {
        padding: 0.8rem!important;
    }
    .erp3 .erp-progress .erp-progress_item-scale .erp-progress_icon {
        transform: scale(1);
    }
    .img-100-cotain {
        width: 40px;
    }

    #paddingnew {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }


    #fanwei .row{
        margin: 0;
    }
    #fanwei .container-title.container-title-center .container-title_summary {
        line-height: 1.4em;
        font-size: .8rem;
    }
     .erp1 .erp-item {
        width: 48%;
        height: auto;
    }
    .product-banner .page-title {
        top: 24%;
    }
    #fanwei li .area-item_hover img{
        height: 32px;
    }
    #fanwei .h5 {
        font-size: 14px;
        padding: 0 !important;
        line-height: 37px !important;
    }
    .area .area-item .area-item_hover .area-item_hover-sumarry {
        font-size: 12px;
        height: 70px;
        overflow: hidden;
        margin: 0 0 8px 0;
        line-height: 18px;
    }







    #good{
        /*padding-top: 0 !important;*/
        padding-bottom: 0 !important;
    }
    #good .container-title.container-title-center .container-title_en:before {
        top: -24px;
    }
    #good .erp_advantage {
       padding-top: 20px !important;
        background: none;
    }
    #good .container-title.container-title-center .container-title_summary {
        line-height: 1.4em;
        font-size: .8rem;
    }
    #good .col-4 {
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
    #good .reason .reason-item {
        min-height: 85px;
        width: 100% !important;
        padding: 10px 10px 10px 50px !important;
        margin-bottom: 10px;
    }
    #good .h5 {
        font-size: 0.8rem;
        padding: 0 !important;
        margin: 4px 0;
    }
    #good .reason .reason-item .reason-item_content {
        font-size: 0.6rem;
    }
    #good  .number-image {
        width: 40px;
        position: absolute;
        top: 24px;
        left: 0;
        height: 40px;
        display: inline-block;
        transform: translate(0%,-0%);
    }
    #good .pt-4, .py-4 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }


    #sixbox .container{
        padding-top: 0 !important;
    }
    #sixbox .pt-4,#sixbox .py-4 {
        padding-top: 0 !important;
        font-size: 13px;
    }
    .container-title .container-title_en {
        font-size: 1.8rem;
    }
    .container-title .container-title_en:before {
        width: 0.8rem;
        height:  0.8rem;
        border-radius: 50%;
        top: 0;
        left: -0.5rem;
    }
    .container-title .container-title_en strong{
        position: relative;
        z-index: 100;
    }
    .container-title .container-title_ch {
        font-size: 1.2rem;
        width: 100%;
        padding: 0;
        position: relative;
        top: -14px;
    }
    .container-title .container-title_ch:after {
        width: 0.7rem;
        height: 0.7rem;
        bottom: -.3em;
        right: .5em;
        z-index: 1;
    }

    .container-title .container-title_summary {
        line-height: 1.8em;
        font-size: 0.8rem;
        width: 100%;
        position: relative;
        top: 24px;
    }
    .erp3 .erp-progress_child {
        margin: 0;
        width: 100%;
    }
    .erp3 .erp-progress {
        margin-top: 2rem;
    }
    .erp3 .erp-progress_right .erp-progress_item-5 {
        position: relative;
        top: -5.4rem;
        left: 3rem;
    }
    .erp3 .erp-progress_right .erp-progress_item-5 .erp-progress_item-5_title {
        top: 100%;
        right: 0;
        transform: translate(0%,-0%);
        font-size: 13px;
    }
    #sixbox .pt-5, .py-5 {
        padding-top: 20px !important;
    }




    .eval-form {
        width: 100%;
    }
    .eval-img {
        width: 100%;
        display: none;
    }

    .evaluation-container span {
        font-size: 17px;
    }
    .evaluation-container input {
        padding: 0 15px !important;
        font-size: 12px;
        margin: 4px 0 !important;
    }
    .position-rel {
        position: relative;
        width: 100%;
        margin: 0 4px 0 0 !important;
    }
    .position-rel #submit {
        height: 32px;
        line-height: 16px;
        padding: 0;
        font-size: 14px;
    }


    .about {
        padding: 40px 0;
    }
    .about>.main>.main-fr>.com-info>ul>li {
         height: auto;
    }
    .about>.main>.main-fr>.com-info>.erweima {
        position: static;
        bottom: auto;
        right: auto;
        text-align: center;
    }





}