/*  首页  */
.new-icon-box{
    padding:0 !important;
    width: 460px !important;
    margin-left:-30px !important;
}
.icon-item-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icon-item-box::after{
    width:80px;
    content:''
}
.icon-item-box .item {
    margin: 0 !important;
    margin-top:20px !important;
}
.item > p{
    color:#666 !important;
}
.new-active, .new-active > p, .new-active > span {
    color:#111 !important;
}
.new-active:hover, .new-active:hover p, .new-active:hover span{
    color:#00ACC3 !important;
    cursor: pointer;
}

.new-icon-top{
    display: flex;
    width:100%;
    height:50px;
    align-items: center;
    justify-content: space-between;
}
.new-icon-top-left {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.new-icon-top-left  > p{
    color:#111 !important;
}
.new-icon-top-left:hover img{
    cursor: pointer;
    content: url('http://m.pcb-lib.com/_s_/static/v1/images/index/lvsuo_click.png')
}
.new-icon-top-left:hover p {
    color:#00ACC3 !important;
    cursor: pointer;
}
.new-active:hover .yiyuan{
    content: url('http://m.pcb-lib.com/_s_/static/v1/images/index/yiyuan_click.png')
}
.new-active:hover .xuexiao{
    content: url('http://m.pcb-lib.com/_s_/static/v1/images/index/xuexiao_click.png')
}
.new-icon-top-left > img{
    width:50px;
    height:50px;
    display: block;
    margin-right:15px;
    margin-left:15px;
    object-fit: contain;
}
.new-icon-top-left > p{
    font-size: 12px;
    color:#333;
    font-weight: 400;

}
.new-icon-top-center, .new-icon-top-right{
    font-size: 12px;
    color:#999;
    display: flex;
    align-items: center;
}
.new-icon-top-center span, .new-icon-top-right span {
    font-size: 30px !important;
}
.onetitle{
    display: block;
    margin-top: 3px;
}
.subspan{
    display: block;
    margin-top:-13px;
}

.change-color:hover{
    color:#00ACC3 !important;
    cursor: pointer;
}
/*  */

/*  首页PC轮播  */
.indexSwiper .swiper-wrapper {height: 600px;}
.indexSwiper .html-banner-btn{
    position: absolute;
    background-image: linear-gradient(90deg, #00bcd5 0%, #38cdba 100%), linear-gradient(#0072be, #0072be);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border: 0;
    height: 40px;
    min-width: 150px;
    line-height: 40px;
    display: block;
}
.swiper-pagination {
    position: absolute;
    z-index: 80;
    bottom: 100px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.swiper-pagination  .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-pagination  .swiper-pagination-switch::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 50%;
    margin-bottom: -1px;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0.3;
}
.swiper-pagination .swiper-active-switch::after{
    opacity: 0.9;
}

.pc .top-banner .swiper-slide video {
    display: block;
    width: 1920px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    -o-object-fit: contain;
    object-fit: contain;
}

.pc .top-banner .slide-container-center b {
    font-size: 48px;
    font-weight: 600;
    color: #000;

}

.pc .top-banner .slide-container-center b span {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background: #1cb29d;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    position: relative;
    bottom: 5px;
}

.pc .top-banner .slide-container-center p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}

.pc .top-banner .slide-container-center .main-btn-color {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}
/*  首页PC轮播结束  */

/*  首页移动轮播开始 */
.m .top-banner .swiper-slide {
    position: relative;
}

.m .top-banner .slide-container-center {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 91;
    width: 100%;
    padding: 0.8rem 0.4rem 0 0.5rem;
}

.m .top-banner .slide-container-center b {
    font-size: 0.6rem;
    font-weight: 600;
    color: #000;

}

.m .top-banner .slide-container-center b span {
    font-size: 0.25rem;
    font-weight: 400;
    color: #fff;
    background: #1cb29d;
    display: inline-block;
    padding: 0.05rem 0.1rem;
    border-radius: 0.5px;
    margin: 0 0 0 0.1rem;
    position: relative;
    bottom: 0.05rem;
}

.m .top-banner .slide-container-center p {
    font-size: 0.3rem;
    font-weight: 400;
    color: #000;
    margin-top: 0.2rem;
    line-height: 2;
}

.m .top-banner .slide-container-center .main-btn-color {
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.4rem;
    border-radius: 0.2rem;
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.25rem;
}
/*  移动首页轮播结束 */
