.qiyebt {
    position:relative;
}
.corporatebg {
    background-image: url("../image/people.jpg");
    background-repeat: no-repeat;
    background-position: right 300px;
    background-size:50%;
    background-color: #FFF;
    position:relative;
}
.rencaihead {
    width:100%;
    height: 200px;
    position:absolute;
    top:0;
    left:0;
}
.qiyefooter {
    width:100%;
    /*position:absolute;
    bottom:0;
    left:0;*/
}
.corporate_con {
    padding: 0 80px 300px 40px;
    box-sizing: border-box;
    background-image:url("../image/bgf-2.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.explain {
    width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    background:#FFF;
    box-shadow: 0 0 5px 1px #666;
    position: relative;
}
.explain > p {
    line-height: 30px;
    font-size: 18px;
}
.explain > img {
    position:absolute;
    width: 30px;
}
.explain > .yinleft {
    top: 20px;
    left: 10px;
}
.explain > .yinright {
    bottom: 20px;
    right: 10px;
}

.pb50 {
    padding-bottom: 50px;
}
.mubiao {
    border-bottom:2px solid #DDD;
}
.mbhead {
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:50px;
    position: relative;
    border: 1px solid #EEE;
    box-sizing: border-box;
}
.mbhead > div {
    width:50%;
    height: 130px;
    text-align: center;
    background:#FFF;
    position: relative;
    padding: 30px 40px 30px 120px;
    box-sizing: border-box;
    cursor: pointer;
}

.mbhead > .actived {
    border: 2px solid #006bac;
    background: #f7f7f7;
}
.mbhead > .actived:after {
    content: '';
    display:inline-block;
    width:0;
    border-width: 10px;
    border-style: solid;
    border-color: #f7f7f7 transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
}
.mbhead > .actived:before {
    content: '';
    display:inline-block;
    width:0;
    border-width: 10px;
    border-style: solid;
    border-color: #006bac transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
}
.mbhead > div > div {
    /*float:left;*/
}
.mbhead > div > .xuan_con {
    font-size: 16px;
    text-align: left;
    padding-left: 70px;
    box-sizing: border-box;
}
.mbhead > div > .xuan_con > span {
    font-size: 18px;
    color:#666;
}
.mbhead > div > .xuan_con > p {
    font-size: 22px;
    color: #006bac;
}
.mbhead > div > .yuanouter {
    width:54px;
    /*height:55.5px;*/
    position: absolute;
}
.mbhead > div > .yuanouter > img {
    width:100%;
    height: 100%;
}
.mbhead > div > p {
    margin: 20px 0 5px 0;
    font-size:18px;
}
.mbcontent {
    width: 100%;
    padding: 20px 30px;
    background: #f7f7f7;
    font-size:18px;
    box-sizing: border-box;
    border: 1px solid #EEE;
}
.mbcontent > div {
    display:none;
}
.mbcontent > div > h3 {
    color:#333;
    line-height: 30px;
    font-size:18px;
}
.mbcontent > div > p {
    line-height: 26px;
    font-size:18px;
    color:#666;
    margin-bottom: 20px;
}
.whly {
    position:relative;
}

.whly > .whly_head {
    width: 140px;
    line-height: 34px;
    position:relative;
    text-align: center;
    margin: 50px auto 20px;
    color:#006bac;
    font-size: 22px;
}
.whly > p {
    line-height: 30px;
    font-size:18px;
    margin-bottom: 30px;
}
 .whly > .lunbo1 {
    width:100%;
    height:400px;
    padding-bottom: 100px;
} 
.yuanouter2>img{
    margin-top: 10px;
}

.kc-wrap {background: none !important;position:relative !important;top:0 !important;}
.kc-wrap {
    top:-15px;
    background-position: center 45%;
    clear:both;
}



/* CSS for item wrapper */
.kc-item {
    position:absolute;              
    width:417px !important;
    height:256px !important;
}

/* CSS for images inside item wrapper */
.kc-item img {
    position:absolute;
    pointer-events: none;   /* Make images non-selectable. */
    width:100%;             /* Make images expand to wrapper size (used in 2d modes). */
}

#nav-buts {
    position:absolute;
    bottom:10px;
    right:10px;
}

.nav-but-left,.nav-but-right {
    font-family: arial;
    width:44.5px;
    height:21px;
    background-image: url('../image/btn-left.png');
    background-size: contain;
    float:left;
    color:#fff;
    position:absolute;
    cursor: pointer;
    top:50%;
}
.nav-but-right {
    background-image: url('../image/btn-right.png');
    right:0;
}
#text-description{
    text-align: center;
    font-size: 18px;
    color: #363636;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
}

.whly_ct{position: relative;}
.whly_ct .whly{position: absolute;top: 0;left: 0;right: 0;}
#text-description1,#text-description2,#text-description3,#text-description4{
    text-align: center;
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    margin: 0 auto;
    z-index:999;
}