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

.companyIntro > div:nth-child(4) h2,.companyIntro > div:nth-child(6) h2{
    font-size: 24px;
    color: #000;
    margin-top: 60px;
}

.companyIntro > div:nth-child(4) li{
    font-size: 15px;
    color: #000;
    text-align: justify;
    word-break: break-all;
    text-indent: 2em;
    line-height: 1.7;
}

.companyIntro > div:nth-child(4) li:first-child{
    font-size: 22px;
    color: #f08300;
    margin-bottom: 18px;
    text-indent: 0;
}

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

.companyIntro > div:nth-child(5){
    text-align: center;
}

.companyIntro > div:nth-child(5) img{
    vertical-align: top;
    margin-top: 75px;
}

.companyIntro > div:nth-child(6) p{
    font-size: 15px;
    color:#000;
    text-indent: 2em;
    margin: 28px 0 90px 0;
}

@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%;
        border-bottom: none;
    }
    .companyIntro > div:nth-child(4) h2{
        margin-top: 0;
    }

    .companyIntro > div:nth-child(5) img{
        max-width: 100%;
        margin-top: 19.33%;
        padding-bottom: 12%;
    }
    .companyIntro > div:nth-child(6) h2{
        margin-top: 0;
    }
    .companyIntro > div:nth-child(6) p{
        margin-bottom: 28%;
    }
}
