@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:130px;
}
.companyIntro > div:nth-child(3)> p{
    font-weight: 600;
    margin-top: 8px;
}

.companyIntro > div:nth-child(4)> div{
    border-right:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    margin-top: 45px;
}



@media (min-width: 1200px){
    .container {
        width: 1310px;
    }
    .companyIntro > div:nth-child(4)> div > div{
        width: 213px;
        height: 160px;
        border-top: 1px solid #f2f2f2;
        border-left: 1px solid #f2f2f2;
    }
}

@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%;
        margin-right: 15px;
        margin-left: 15px;
    }
    .companyIntro > div:nth-child(4)> div > div{
        height: 0;
        position: relative;
        padding-bottom: 25%;
        border-top: 1px solid #f2f2f2;
        border-left: 1px solid #f2f2f2;
    }

    .companyIntro > div:nth-child(4)> div > div img{
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        margin: auto;
        width: 100%;
    }

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

    }

    .companyIntro{
        padding-bottom: 17.33%;
    }

}
