:root {
    --swiper-theme-color: #ffffff !important;
}

@keyframes inscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.01);
    }
}

@keyframes outscale {
    0% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}


body {
    background-color: RGBA(250, 250, 250, 1);
}


.h-500 {
    height: 500px;
}

a {
    cursor: pointer;
}

@media (max-width: 976px) {
    .h-500 {
        height: auto;
    }
}

.container-fluid {
    padding: 0;
}

.newhead, .specialist .specialist-head, .department .department-head {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;

}

@media (min-width: 768px) {
    .newhead {
        margin-top: 71px;
        margin-bottom: 37px;
    }

    .news .a:hover {
       /*font-weight: bold !important;*/
    }

    .specialist .specialist-head {
        margin-top: 75px;
        margin-bottom: 52px;

    }

    .department .department-head {
        margin-top: 61px;
        margin-bottom: 34px;
    }
}

@media (max-width: 768px) {
    .newhead, .specialist .specialist-head, .department .department-head {
        margin-top: 21px;
    }

}

.newhead .title, .specialist .specialist-head .title, .department .department-head .title {
    color: rgba(41, 41, 41, 1);
    font-size: 28px;
    font-weight: bold;
}

.newhead .move, .specialist .specialist-head .move, .department .department-head .move {
    background-color: #ffffff;
    color: rgba(41, 41, 41, 0.2) !important;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid rgba(41, 41, 41, 0.1) !important;
}

.newhead .move a, .newhead .move a:hover {
    color: rgba(41, 41, 41, 0.2) !important;
}

/*.news .newscard {*/
/*    border: 0;*/
/*    box-sizing: border-box;*/
/*    margin-bottom: 25px;*/
/*    background-color: #FFFFFF;*/
/*}*/
.img_wap {
    padding-bottom: 56%;
    width: 100%;
    overflow:hidden;
    position: relative;
    display: block;
}

.img_wap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: outscale1 0.6s !important;
    animation-fill-mode: forwards !important;
}
.img_wap img:hover{
    animation: inscale1 0.6s !important;
    animation-fill-mode: forwards !important;

}

.news .card-title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    overflow: hidden;
}

.news .card-title {
    font-weight: unset !important;
    color: rgb(94, 94, 94) !important;

}

.news .card-title:hover {

    animation: inscale 0.6s !important;
    animation-fill-mode: forwards !important;
    color: rgb(45, 45, 45) !important;

}

.news .card-day {
    color: #007fd8;
    margin: 22px 0;
}


@media (min-width: 768px) {
    .news .card-body {
        box-sizing: border-box;
        background-color: #FFFFFF;
        padding: 30px;
    }

    .news .new-items .title a {

        color: rgba(32, 31, 31, 0.8) !important;
    }

    .news .new-items .title:hover {

        animation: inscale 0.4s !important;
        animation-fill-mode: forwards !important;

    }
    .news .new-items .title a:hover {
        font-weight: unset !important;
        color: rgb(0, 0, 0) !important;
    }
    .news .card-text {
        font-size: 15px;
       height: 46px;
        color: rgba(136, 136, 136, 1);
        line-height: 23px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        overflow: hidden;

    }

    .news .new-items {
        padding: 40px 40px 40px 60px;
        box-sizing: border-box;
        background-color: #FFFFFF;
        margin-bottom: 25px;
        background-color: #FFFFFF;
    }
}


.news .new-items .item {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;

}

.news .new-items .item:not(:last-child) {
    margin-bottom: 26px;
}

.news .new-items .item .title {
    line-height: 30px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 20px;
    box-sizing: border-box;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    overflow: hidden;
}

.news .new-items .item .day {
    text-align: right;
    color: rgba(170, 170, 170, 1)
}

.news .new-items .item .title::before {
    position: relative;
    content: '●';
    left: -20px;
    color: rgba(170, 170, 170, 1);
    font-size: 16px;
}


.timerbg {

    display: block;
    width: 100%;
    position: relative;
    color: #FFFFFF;
    background: url("/template/1/haibin/img/timerbg.png");
    background-size: cover;
}

.timerbg .container-xl {
    box-sizing: border-box;

}


@media only screen and (min-width: 768px) {
    .timerbg {
        margin-top: 80px;
        display: block;
        height: 664px;
    }

    .timerbg .headtitle {
        margin-top: 82px;
    }

    .timer-list .timer-item .day {
        font-size: 28px;
        font-weight: 600;
    }

    .timer-list .timer-item {
        padding-top: 10px;
        display: flex;
        height: 195px;
    }

    .timerbg .title {
        font-size: 22px;
        font-weight: unset;
    }

    .timerbg .mySwiper {
        margin-top: 70px;
        height: 640px;

    }

    .timer-list {
        height: 639px;

    }


    .timer-list .timer-item .body {
        margin-top: 40px;
    }

    .timer-list .timer-item .text {
        font-size: 18px;
        margin-top: 20px;
    }

    .timer-list .swiper-slide {
        height: 639px;

        background: url("/template/1/haibin/img/timezzz.png");
        background-repeat: no-repeat;
        background-position: 55px -25px;
    }

    .specialist {
        margin-bottom: 180px;
    }
}


.timerbg .timer-prevnext {
    position: absolute;
    top: 340px;
    text-align: center;
}

.timerbg .timer-prevnext .timer-prev, .timerbg .timer-prevnext .timer-next {
    width: 69px;
    height: 69px;
    display: block;
}

.timerbg .timer-prevnext .timer-prev {
    background: url("/template/1/haibin/img/prev.png");
}

.timerbg .timer-prevnext .timer-next {
    margin-top: 30px;
    background: url("/template/1/haibin/img/next.png");
}

/*专家*/
.specialist::before {
    content: "";
    position: absolute;

    width: 300px;
    height: 100%;
    background: url("/template/1/haibin/img/specialistbj1.png") no-repeat left top;
}

.specialist {
    box-sizing: border-box;
    width: 100%;
    position: relative;

    background: url("/template/1/haibin/img/specialistbg2.png") no-repeat right bottom;
}

.specialist .item {
    position: relative;

    border-radius: 10px;
}

.specialist a, .specialist a:hover {
    color: #ffffff;
}

.specialist .item img {
    border-radius: 10px;
}

.specialist .item .info {
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    background-color: rgba(0,127,216, 0.5);
    bottom: 0;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 22px;
}

.specialist .item:hover .info {
    background-color: rgba(0,127,216, 1);

}

.specialist .item .info .name {
    font-size: 19px;
    font-weight: 600;
}

.specialist .item .info .keyword {
    font-size: 14px;
    line-height: 34px;
}

.specialist .specialist-prev, .specialist .specialist-next {
    text-align: center;
    line-height: 50px;
    font-size: 44px;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 99999;
    border-radius: 60px;
    color: rgba(81, 81, 81, 0.2);
    border: 1px solid rgba(81, 81, 81, 0.2);
}

.specialist .specialist-prev {

}

.specialist .specialist-next {

}

.specialist .swiper-pagination-c {
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 1500px) {


    .specialist .specialist-prev {
        left: 30px;
    }

    .specialist .specialist-next {
        right: 30px;
    }

}

@media only screen and (min-width: 1500px) {
    .specialist .specialist-prev {
        left: calc(50vw - 800px);
    }

    .specialist .specialist-next {
        right: calc(50vw - 800px);
    }
}

@media only screen and (min-width: 768px) {
    .department .department-head {
        padding-top: 61px;

    }
}

@media only screen and (max-width: 768px) {
    .department .department-head {
        padding: 20px 0;
    }

    .department {
        padding-bottom: 20px;
    }
}

.department .department-head .title {
    color: #FFFFFF;
    padding-left: 20px;
}

.department {
    width: 100%;
    min-height: 936px;
    background: url("/template/1/haibin/img/bg2.png");
    background-size: cover;
}


.department .department-head .move {
    background-color: rgba(0, 0, 0, 0);
    border: #FFFFFF 1px solid !important;

}

.department .department-head .move a {
    color: #FFFFFF !important;
}

.department #departmentitems {
    color: #FFFFFF;
}



@keyframes inscale1 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes outscale1 {
    0% {
        transform: scale(1.05);
    }
    100% {

        transform: scale(1);
    }
}


.department #departmentitems .item {
    display: flex;
    margin-top: 37px;
    animation: outscale1 1s!important;
    animation-fill-mode: forwards !important;
}
.department #departmentitems .item:hover {

    animation: inscale1 1s!important;
    animation-fill-mode: forwards !important;
}
.department #departmentitems .item .icon {
    width: 64px;
    height: 64px;
    font-size: 34px;
    text-align: center;
    line-height: 64px;
    background-color: rgba(255, 255, 255, 0.12);
}

.department #departmentitems .item .icon .icon {
    background-color: rgba(255, 255, 255, 0) !important;
}

.department #departmentitems .item .info {
    margin-left: 21px;
}

.department #departmentitems .item .info .name {
    font-size: 20px;
    font-weight: 600;
}

.department #departmentitems .item .info a, .department #departmentitems .item .info a:hover {
    color: #FFFFFF !important;
}

.department #departmentitems .item .info .en {
    font-size: 12px;
}

.dplayer {
    width: 100%;

    border: 1px solid #f00;

}


.zhuangjia_img_wap {
    overflow:hidden;
    padding-bottom: 144%;
    width: 100%;
    position: relative;
    display: block;
}

.zhuangjia_img_wap img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    animation: outscale1 0.6s !important;
    animation-fill-mode: forwards !important;
}
.zhuangjia_img_wap img:hover {
    animation: inscale1 0.6s !important;
    animation-fill-mode: forwards !important;
    border-radius: 20px;
}



/*专家*/
.videocontainer::before {
    content: "";
    position: absolute;

    width: 300px;
    height: 100%;
    background: url("/template/1/haibin/img/specialistbj1.png") no-repeat left top;
}

.videocontainer {
    box-sizing: border-box;
    width: 100%;
    position: relative;

    background: url("/template/1/haibin/img/specialistbg2.png") no-repeat right bottom;
}
























