.page-index .carousel .el-carousel__indicators--horizontal{
    width: 100%;
    bottom: 40px;
    display: flex;
}
.page-index .carousel .el-carousel__indicator--horizontal{
    flex: 1;
    padding: 0;
}
.page-index .carousel .el-carousel__indicator--horizontal .el-carousel__button{
    width: 100%;
    height: 5px;
}
.page-index .carousel .el-carousel__indicator--horizontal.is-active .el-carousel__button{
    background-color: #60A8F8;
}


.page-index .left-box{
    width: 642px;
}
.page-index .right-box{
    margin-left: 24px;
}
.page-index .right-box.right-box-margin-num{
    margin-left: 60px;
}
.page-index .carousel .label{
    color: #ffffff;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-index .tabs{
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C3C3;
    box-sizing: border-box;
    justify-content: space-between;
}
.page-index .tabs::-webkit-scrollbar{
    height: 0;
    background-color: transparent;
}
.page-index .tabs .tab{
    color: #666666;
    font-weight: 650;
    font-size: 18px;
    cursor: pointer;
}
.page-index .tabs .tab:hover,.page-index .tabs .tab.active{
    color: #0165c7;
}


.page-index .article-box{
    height: 32rem;
    overflow: hidden;
    margin-top: 1rem;
    padding-left: 0;
}
.page-index .article-box .article{
    font-weight: 400;
    font-size: 1.4rem;
    color: rgb(51, 51, 51);
    height: 4rem;
    line-height: 4rem;
    padding-left: 2.5rem;
    box-sizing: border-box;
    list-style: none;
    position: relative;
}
.page-index .article-box .article a{
    color: rgb(51, 51, 51);
}
.page-index .article-box .article:hover a {
    text-decoration: underline;
}
.page-index .article-box .article:hover a,.page-index .article-box .article:hover .date{
    color: #0165c7;
}
.page-index .article-box .article:hover:before{
    background-color: #0165c7;
}
.page-index .article-box .article:before{
    content: '';
    background-color: #D7D7D7;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-index .article-box .article .date{
    color: #797979;
    font-size: 1.4rem;
    margin-left: 20px;
}

.page-index .category-label-box{
    border-bottom: 1px solid #C4C3C3;
    margin: 52px 0 20px 0;
}

.page-index .category-label{
    color: #ffffff;
    width: 387px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 650;
    padding-left: 14px;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgb(1, 101, 199) 0%, rgb(1, 101, 199) 38%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
}

.page-index .company-navs{
    margin-right: 30px;
}
.page-index .company-navs .nav{
    text-align: center;
    width: 133px;
    height: 65px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.page-index .company-navs .nav:last-child{
    margin-bottom: 0;
}
.page-index .company-navs .nav>.img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.page-index .company-navs .nav>.img.active{
    display: none;
}
.page-index .company-navs .nav:hover .img{
    display: none;
}
.page-index .company-navs .nav:hover .img.active{
    display: block;
}
.page-index .company-navs .nav .label{
    width: 100%;
    color: #333333;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 1;
}

/* 企业文化 - start */
.page-index .company-culture{
    margin-top: 40px;
}
.page-index .company-culture .label{
    color: #3E82BB;
    font-size: 32px;
    text-align: center;
}
.page-index .company-culture .items{
    padding-left: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-top: 50px;
    flex-wrap: wrap;
}
.page-index .company-culture .item{
    padding: 10px 8px 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.page-index .company-culture .item:hover{
    transform: scale(1.1);
}
.page-index .company-culture .item:nth-child(1),.page-index .company-culture .item:nth-child(2),.page-index .company-culture .item:nth-child(3){
    width: 33%;
}
.page-index .company-culture .item:nth-child(4),.page-index .company-culture .item:nth-child(5),.page-index .company-culture .item:nth-child(6),.page-index .company-culture .item:nth-child(7){
    width: 25%;
}
.page-index .company-culture .icon-box{
    width: 120px;
    height: 120px;
    border: 8px solid #F3F3F5;
    box-sizing: border-box;
    border-radius: 50%;
}
.page-index .company-culture .icon-box .icon{
    width: 60px;
    height: 60px;
}
.page-index .company-culture .title{
    color: #028CD5;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.page-index .company-culture .subtitle{
    color: #028CD5;
    text-align: center;
    font-size: 16px;
}
/* 企业文化 - end */

.page-index .hot-special-topic{
    height: 104px;
    margin-top: 20px;
}
.page-index .hot-special-topic .icon{
    width: 104px;
    height: 104px;
}
.page-index .hot-special-topic .arrow{

    /*border: 3px solid #D79773;*/
    /*border-radius: 50%;*/
    box-sizing: border-box;
    cursor: pointer;
}
.page-index .hot-special-topic .arrow.opacity{
    opacity: 0.5;
    cursor: not-allowed;
}
.page-index .hot-special-topic .arrow.left{
    width: 34px;
    height: 34px;
    /*transform: rotateZ(90deg);*/
    margin: 0 0 0 4px;
}
.page-index .hot-special-topic .arrow.right{
    width: 35px;
    height: 39px;
    /*transform: rotateZ(-90deg);*/
}
.page-index .special-topic-list{
    position: relative;
    overflow: hidden;
}
.page-index .special-topic-list .item{
    height: calc(100% - 4px);
    /*border: 1px solid #555555;*/
    padding: 0 6px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: 0.5s;
}
.page-index .special-topic-list .item .img,.page-index .special-topic-carousel .img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
