@import "./iconfont.css";
.companyIntro > div:first-child{
    height: 380px;
    background: url("../images/companyIntrohHead.png") no-repeat center center;
}

.breadcrumb > li + li:before {
    content: ">";
}

.companyIntro > div:nth-child(2){
    border-bottom: 1px solid #ddddde;
}

.casecenterlb.navbar-nav > li > a {
    font-size: 18px;
    padding: 0 20px;
    color: #3e3a39;
    border-right: 1px solid #dcdddd;
    margin: 24px 0;
    line-height: 1;
}

.casecenterlb.navbar-nav > li:first-child a {
    padding-left: 0;
}

.casecenterlb.navbar-nav > li:last-child a {
    border-right: none;
}

.casecenterlb.navbar-nav > li.active > a {
    color: #f08300;
}

.casecenterlb.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.casecenterrb.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.casecenterrb > li > a {
    font-size: 12px;
    color: #9fa0a0;
    margin: 55px 0;
    padding: 0;
}

.casecenterrb > li {
    height: 68px;
    line-height: 68px;
}


.companyIntro > div:nth-child(3){
   max-width: 1280px;
    font-size: 24px;
    color: #f08300;
    line-height: 1;
    text-align: center;
    margin: 65px auto 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px dotted #ddddde;
}

.companyIntro{
    padding-bottom:210px;
}
.companyIntro > div:nth-child(3)> p{
    font-weight: 600;
    margin-top: 8px;
}

.companyIntro > div:nth-child(4)> h1{
    font-weight: 600;
    font-size: 18px;
    color: #3e3a39;
    margin-top: 55px;
}

.companyIntro > div:nth-child(4) li{
    margin-top: 25px;
    text-indent: 2em;
}

.companyIntro > div:nth-child(4) li:first-child{
    margin-top: 10px;
}

@media (min-width: 1200px){
    .container {
        width: 1310px;
    }



}

@media (max-width: 1200px) {
    .companyIntro > div:first-child {
        height: 0;
        padding-bottom: 20%;
        background-size: 100% 100%;
    }

    .companyIntro > div:nth-child(3) {
        margin-top: 6.667%;
        font-size: 32px;
        padding-bottom: 6.667%;
    }

    .companyIntro > div:nth-child(4)> h1{
        margin-top: 7.4%;
    }

    .companyIntro > div:nth-child(4) li{
        margin-top: 3.4%;
    }

    .companyIntro > div:nth-child(4) li:first-child{
        margin-top: 1.3%;
    }

    .companyIntro{
        padding-bottom:27.33%;
    }

}
