/*企业简介*/
.enterprise-profile{
    /*min-height:1000px;*/
    overflow: hidden;
}
.enterprise-profile .about-video{
    padding: 2em 0;
    /*display: flex;*/
}
/*.enterprise-profile .about-video>div{*/
    /*min-height:165px;*/
    /*box-sizing: border-box;*/
    /*padding:10px;*/
    /*flex: 1*/
/*}*/
/*about-video:after{*/
    /*display: block;*/
    /*content:"";*/
    /*clear: both;*/
/*}*/
.enterprise-profile img{
    width: 300px;
    height: 170px;
    object-fit: cover;
}
.enterprise-profile .about-desc{
    padding:0;
}
.enterprise-profile .about-desc p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-indent: 2em;
    color: #666666;
}

/*下属企业*/
.affiliated-enterprises{
    margin-bottom:6em;
}
.affiliated-enterprises .diagram{
    position:relative;
    font-size:14px;
    width:832px;
    min-height: 320px;
    margin: 1em -28px;
}
.diagram:after{
    content:'.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.block,
.block-one,
.block-one1,
.block-two,
.block-two1,
.block-two2,
.block-two3,
.block-two4,
.block-two5,
.block-two6{
    position:absolute;
    text-align: center;
    display:inline-block;
    background-color: #F2F7FD;
    margin:0;
}
.block{
    top:32px;
    left:49%;
    width:430px;
    white-space: nowrap;
    height:50px;
    line-height:50px;
    padding: 0 10px;
    margin-left:-215px
}
.block-one,
.block-one1{
    top:132px;
    width:201px;
    height:46px;
    line-height:46px;
}
.block-one{
    left:55px;
}
.block-one1{
    left:560px;
}
.block-two,
.block-two1,
.block-two2,
.block-two3,
.block-two4,
.block-two5,
.block-two6{
    top:230px;
    width:111px;
    height:90px;
    padding: 5px 15px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space:normal;
    word-wrap:break-word;
}
.block-two{
    left:25px
}
.block-two1{
    left:165px
}
.block-two2{
    left:310px
}
.block-two3{
    left:459px
}
.block-two4{
    left:606px
}
.block-two5{
    left: 752px;
}

.block-two6{
    left: 900px;
}
.vertical,
.vertical-one,
.vertical-two,
.vertical-three,
.vertical-four,
.vertical-five,
.vertical-six,
.vertical-seven,
.vertical-eight,
.vertical-nine,
.vertical-ten,
.vertical-eleven{
    position:absolute;
    width:2px;
    height: 26px;
    background-color:#92BDEC ;
    margin-left: -1px;
    display: inline-block;
}
.vertical{
    top:82px;
    left:49%;
}
.vertical-one,
.vertical-two{
    top:108px;
}
.vertical-one,
.vertical-three{
    left:151px;
}
.vertical-two,
.vertical-four{
    left:662px;
}
.vertical-three,
.vertical-four{
    top:178px
}
.vertical-five,
.vertical-six,
.vertical-seven,
.vertical-eight,
.vertical-nine,
.vertical-eleven{
    top:204px;
}
.vertical-ten{
    top:204px;
}
.vertical-five{
    left:81px;
}
.vertical-six{
    left:222px;
}
.vertical-seven{
    left:365px;
}
.vertical-eight{
    left:515px;
}
.vertical-nine{
    left:662px;
}
.vertical-ten{
    left:809px;
}
.vertical-eleven{
    left:957px;
}
.horizontal,
.horizontal-one,
.horizontal-two{
    position:absolute;
    height: 2px;
    background-color:#92BDEC ;
}
.horizontal{
    top:106px;
    left:150px;
    width:513px;
}
.horizontal-one,
.horizontal-two{
    width:142px;
    top:202px;
}
.horizontal-one{
    left:81px;
}
.horizontal-two{
    left:364px;
    width:594px;
}
/*大记事*/
.big-notes{
    /*height: 1300px;*/
    overflow: hidden;
}
.notes-container{
    position: relative;
    margin: 3em 0;
}
.notes-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    width: 2px;
    background: #92BDEC;
    clear:both;
}
.notes-container::after {
    content: '';
    position: absolute;
    left: 50%;
    border:12px solid #92BDEC;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-left: -12px;
    margin-top:-10px;
    clear:both;
}
.notes-container .notes-block{
    position: relative;
    width:100%;
    min-height: 50px;
    margin-bottom: 1em;
}
.notes-block::after {
    display: block;
    content: ' ';
    clear: both;
}
.notes-block .circle{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    border-radius: 50%;
    background-color: #116ED5;
}
.notes-block .notes-item{
    position: relative;
    width: 50%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    /*margin-left: 0;*/
}
.notes-item .date::before{
    content:'';
    position: absolute;
    top:8px;
    height:2px;
    width:3em;
    margin-top: -1px;
    background-color: #92BDEC;
}
.notes-item .date{
    font-size:16px;
    color:#116FD5;
    margin-bottom: 5px;
}
.notes-item .name{
    font-size:14px;
    color:#666666;
}
.notes-block:nth-child(odd) .notes-item{
    text-align: left;
    float: right;
    padding-left:9em;
}
.notes-block:nth-child(even) .notes-item{
    text-align: right;
    float: left;
    padding-right:9em;
}
.notes-block:nth-child(odd) .date::before{
    left:2em;
}
.notes-block:nth-child(even) .date::before{
    right:2em;
}
/*董事长致辞*/
.president-address{
    min-height:500px;
}
.president-container{
    position: relative;
    margin:3em 1em;
    padding:3em 2em 2em;
    background-color: #F7F7F7;
}
.president-container>img{
    position:absolute;
    top:-20px;
    left:5%;
    height:40px;
}
.president-container p{
    text-indent: 2em;
    font-size :14px;
    color:#666;
    line-height: 28px;
}
.president-container p img{
    width: 50px;
    margin-left: 1em;
}
/*企业文化*/
.corporate-culture{}
.culture-wrapper{
    margin:3em 0;
}
.culture-wrapper p{
    text-align: left;
}
.culture-wrapper .circle{
    position: absolute;
    top: 50%;
    margin-top: -49px;
    width: 98px;
    height: 98px;
    color: white;
    text-align: center;
    font-size: 12px;
    border-radius: 88px;
    background-color: #116ED5;
    border: 4px solid #fff;
    word-break: break-all;
    /*display: flex;*/
    line-height: 135px;
    /*align-items: center;*/
    /*justify-content: center;*/
    padding: 0 5px;
}
.tactic{
    position:relative;
    margin-bottom:2em;
    /*display: table;*/
}
.tactic .content{
    margin-left:44px;
    background-color: #F2F7FD;
    min-height: 140px;
    padding:10px 10px 10px 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tactic .content p{
    font-size:17px;
    font-family: "Microsoft YaHei UI";
    color:#666;
    line-height: 28px;
    display: block;
}
.bgColor .circle{
    background-color: #92BDEC;
}
.bgColor .content{
    background-color: #F7F7F7;
}


