@import "./iconfont.css";
.companyIntro > div:first-child{
    height: 380px;
    background: url("../images/announcement.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;
    text-transform:uppercase;
}

.companyIntro > div:nth-child(4) .form-horizontal .control-label{
    padding-right: 15px;
    width: 36.71%;
    font-size: 12px;
    color: #3e3a39;
    font-weight: normal;
    text-align: right;
}


.companyIntro > div:nth-child(4) .form-horizontal .control-label span{
    font-size: 14px;
    color: #f08300;
    padding: 3px;
    vertical-align: middle;
}

.companyIntro > div:nth-child(4) form{
    margin-top: 60px;
}

.companyIntro > div:nth-child(4) .col-sm-10{
    width: 25%;
}
.companyIntro > div:nth-child(4) .col-sm-offset-2{
    margin-left: 36.7%;
}

.companyIntro > div:nth-child(4) .form-control{
    background-color: #f7f8f8;
    outline: none;
    border: 1px solid #efefef;
    box-shadow: none;
    border-radius: unset;
}

.companyIntro > div:nth-child(4) .form-group{
    margin-bottom: 10px;
}

.companyIntro > div:nth-child(4) textarea.form-control{
    height: 180px;
}

.companyIntro > div:nth-child(4) button.btn{
    width: 240px;
    height: 40px;
    border-radius: 20px;
    background-color: #f08300;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    outline: unset;
}

@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{
        padding-bottom: 18%;
    }

    .companyIntro > div:nth-child(4) .col-xs-3{
        width: 55.55%;
    }
    .companyIntro > div:nth-child(4) .form-horizontal .control-label{
        width: 32%;
        padding-right: 2%;
    }
    .companyIntro > div:nth-child(4) button.btn{
        width: 100%;
        margin-top: 4%;
    }
    .companyIntro > div:nth-child(4) .col-sm-10{
        width: 55%;
        margin-left: 32%;
    }
    .companyIntro > div:nth-child(4) form{
        margin-top: unset;
    }
    .companyIntro > div:nth-child(3){
        border: none;
    }
}
