.self-container{
    width:100%;
    background:#fff;
}
.font-box{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.font-box .container{
    height:100%;
    position: relative;
}
.font-box .container div{
    position:absolute;
    left:0;
    top:30%
}
.font-box .title{
    font-size:60px;
    line-height:84px;
    color:#fff;
    margin-bottom:70px;
    font-weight:bold;
}
.font-box .des{
    height:54px;
    line-height:54px;
    padding-left:30px;
    position:relative;
}
.font-box .des::after{
    content: '';
    width:6px;
    height:54px;
    background:#00539C;
    position:absolute;
    left:0;
    top:0;
}
.font-box .des span{
    font-size:20px;
    margin-right:36px;
    color:#fff;
}
.arrorbox{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.arrorbox .container{
    text-align: right;
    height:100%;
    position:relative;
}
.arrorbox .prev,.arrorbox .next{
    display:inline-block;
    width:58px;
    height:58px;
    overflow:hidden;
    position:absolute;
    top:70%;
}
.arrorbox .prev{
    right:74px;
    background: url(../images/prev.png) no-repeat;
}
.arrorbox .next{
    right:0;
    background: url(../images/next.png) no-repeat;
}
.carousel-inner .item img{
   width: 100%;
}
.mouse{
    width:28px;
    height:84px;
    overflow:hidden;
    background:url(../images/mouse.png) no-repeat;
    position:absolute;
    left:50%;
    margin-right:14px;
    bottom:10%;
}
/* 集团动态 */
.group-state{
    width:100%;
    padding-bottom:74px;
    position:relative;
    min-height:698px;
}
.group-state .title_bg{
    width:100%;
    height:326px;
    background:url(../images/dt_bg.jpg) no-repeat center top;
    background-size: auto 100%;
    color:#fff;
    overflow: hidden;
}
.group-state .title_bg h3{
    font-size:30px;
    font-weight:bold;
    margin-top:64px;
    margin-bottom:0;
    height:50px;
    line-height:50px;
}
.group-state .title_bg p{
    font-size:16px;
    height:40px;
    line-height:40px;
}
.group-state .more{
    width:100%;
    position:absolute;
    left:0;
    top:126px;
    text-align: right;
}
.group-state .more a{
    margin-right:70px;
    font-size:14px;
    color:#fff;
    font-weight: bold;
}
.group-state .state-list{
    margin-top:-142px;
    text-align: center;
    max-width:1074px;
}
.group-state .list{
    margin-bottom:20px;
}
.group-state .list .cont{
    /* width:336px; */
    /* height:446px; */
    padding:0 28px 28px 28px;
    background:#fff;
    text-align: left;
}
.group-state .list .cont:hover{
    box-shadow: 0px 0px 10px #eee;
    cursor:pointer;
}
.group-state .list .cont h4{
    font-size:26px;
    color:#E1E1E1;
    font-weight:bold;
    height:88px;
    line-height:88px;
    margin:0;
}
.group-state .list .cont h5{
    font-size:16px;
    color:#333;
    font-weight:bold;
    height:48px;
    line-height:48px;
    margin:0 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.group-state .list .cont p{
    font-size:14px;
    color:#666;
    line-height:24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top:20px;
    position: relative;
    margin-bottom:22px;
}
.group-state .list .cont p::after{
    content: '';
    width:22px;
    height:4px;
    background:#00539C;
    position:absolute;
    left:0;
    top:0;
}
.group-state .list .cont img{
    display: block;
    margin:0 auto;
    width:100%;
    overflow: hidden;
    height:181px;
    object-fit: cover;
}
.group-state .state-list .no-data{
    margin-top:260px;
}
/* 战略伙伴 */
.partner{
    width:100%;
    background:#F3F6F8;
    overflow: hidden;
}
.partner .title{
    padding-top:70px;
    position:relative;
}
.partner .title h3{
    font-size:30px;
    color:#333;
    height:32px;
    line-height:32px;
    font-weight:bold;
    width:200px;
    position:absolute;
    left:50%;
    top:56px;
    margin:0 0 0 -100px;
}
.partner .title p{
    font-size:40px;
    color:#E8EDF2;
    height:46px;
    line-height:46px;
    font-weight:bold;
    margin-bottom:42px;
}
.partner .partner-list{
    line-height:95px;
    margin-bottom:54px;
}
.partner .partner-list .list{
    text-align: center;
}
.partner .partner-list .list img{
    max-width:100%;
}