
.main {
    background-color: #f8f8f8;
    height: 876px;
    position: relative;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}




/*企业简介开始*/
.news_content {
    display: none;
    float: right;
    width: 70%;
    height: 706px;
    margin-right: 6%;
    margin-top: 38px;
    background-color: #fff;
    padding: 1.5% 3%;
    cursor: pointer;
}

#group_introduction p.title {
    border-color: #0069AC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    width: 62%;
    margin-bottom: 20px;
    color: #0069AC;

}

#group_introduction p.article_content {
    width: 58%;
    color: #282828;
    margin-bottom: 36px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#group_introduction img {
    margin-top: 20px;
}

/*企业简介结束*/


/*企业文化开始*/
#group_culture {
    padding: 0;
    background-color: transparent;
    position: relative;
}
#group_culture .bgcImg{
    width: 914px;
    height: 706px;
    position: relative;
}
#group_culture .bgcImg img{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
#group_culture .bgcImg img:first-child{
    opacity: 1;
}
#group_culture .label4 {
    position: absolute;
    bottom: 0;
    left: 880px;
    width: 464px;
    height: 92px;

}

#group_culture .label3 {
    position: absolute;
    bottom: 120px;
    left: 880px;
    width: 464px;
    height: 92px;
}

#group_culture .label2 {
    position: absolute;
    bottom: 240px;
    left: 880px;
    width: 464px;
    height: 92px;
}

#group_culture .label1 {
    position: absolute;
    bottom: 360px;
    left: 880px;
    width: 464px;
    height: 92px;
}

.triangle_border_left {
    visibility: hidden;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-right: 34px solid #0069AC;
    border-bottom: 46px solid transparent;
}

#group_culture .label1 .triangle_border_left {
    visibility: visible;
}

.rectangle {
    width: 430px;
    height: 92px;
    background-color: #d2d2d2;
}

#group_culture .label1 .rectangle {
    background-color: #0069AC;
    box-shadow: 8px 8px 0 #12B2A1;
}

.rectangle span {
    color: #fff;
    height: 92px;
    line-height: 92px;
    vertical-align: middle;
}

.rectangle span:first-child {
    font-size: 40px;
    margin-left: 20px;
}

.rectangle span:last-child {
    font-size: 20px;
    margin-left: 28px;
}

/*企业文化结束*/


/*发展历程开始*/
#develop_process {
    position: relative;
    height: 780px;
    margin-top: 28px;
    padding: 0;
    background-color: transparent;
}

#develop_process .year_line {
    position: absolute;
    top: 0;
    left: 100px;
    width: 33px;
    height: 780px;
}

#develop_process .year_line .vertical_line {
    width: 1px;
    height: 780px;
    background-color: #aaa;
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 1;
}

#develop_process .year_line img {
    position: absolute;
    z-index: 5;
}

#add_img {
    top: 0;
    left: 0;
}

#dot_img1 {
    top: 122px;
    left: 0;
}

#dot_img2 {
    top: 293px;
    left: 0;
}

#dot_img3 {
    top: 415px;
    left: 0;
}

#dot_img4 {
    top: 537px;
    left: 0;
}

#dot_img5 {
    top: 659px;
    left: 0;
}

#yellow_dot_img1 {
    top: 73px;
    left: 12px;
}

#yellow_dot_img2 {
    top: 195px;
    left: 12px;
}

#yellow_dot_img3 {
    top: 244px;
    left: 12px;
}

#yellow_dot_img4 {
    top: 366px;
    left: 12px;
}

#yellow_dot_img5 {
    top: 488px;
    left: 12px;
}

#yellow_dot_img6 {
    top: 610px;
    left: 12px;
}

#yellow_dot_img7 {
    top: 732px;
    left: 12px;
}
#blue_dot_img1{
    top: 772px;
    left: 12px;
}
#develop_process p.year{
    color: #0069AC;
    font-size: 32px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-bottom: 37px;
}
#develop_process p.introduce{
    font-size: 16px;
    height: 17px;
    line-height: 17px;
    padding-left: 62px;
    margin-bottom: 35px;
}
#develop_process p.teshu{
    margin-bottom: 32px;
}

/*发展历程结束*/

/*企业优势开始*/
#group_advantage{
    background-color: transparent;
    position: relative;
}
#group_advantage iframe{
    width: 100%;
    height: 100%;
}


/*企业优势结束*/
