.list-news .first .txtfr .more,
.list-news li>a,
.index-department .department-con .right .paginations span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-news li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.banner {
    position: relative;
    height: 460px;
}

.banner .Carousel-wrap {
    width: 100%;
    height: 100%;
}

.banner .Carousel-wrap>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .Carousel-wrap>div a {
    width: 100%;
    height: 100%;
}

.banner .shortcut {
    position: relative;
    top: -64px;
    height: 128px;
    margin-top: 0;
    padding: 0;
    background: #f6f6f6;
}

.banner .shortcut .items {
    float: left;
    width: 265px;
    height: 95px;
    padding-left: 34px;
    border-right: 1px solid #e0e0e0;
}

.banner .shortcut .items:last-child {
    border-right: none;
}

.banner .shortcut .items:hover .imgbox img {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounce;
    transform-origin: center bottom;
}

.index-news {
    height: 592px;
    padding-bottom: 70px;
    margin-top: 70px;
}

.index-news .intro {
    width: 474px;
    background: #f6f6f6;
}

.index-news .intro img {
    width: 474px;
    height: 286px;
}

.index-news .intro .txtbox {
    padding: 24px 30px;
    line-height: 30px;
    height: 170px;
    overflow: hidden;
}

.index-news .intro .txtbox h3 a {
    color: #50befb;
    font-size: 18px;
}

.index-news .news {
    width: 678px;
}

.list-news .first {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px 0 36px;
    border-bottom: 1px dotted #999;
}

.list-news .first .imgfl img {
    width: 202px;
    height: 148px;
}

.list-news .first .txtfr {
    width: 428px;
    padding-right: 10px;
    height: 148px;
    position: relative;
    line-height: 24px;
}

.list-news .first .txtfr h3 a {
    color: #595959;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.list-news .first .txtfr h3 a:hover {
    color: #0178d3;
}

.list-news .first .txtfr .describe {
    color: #595959;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    padding: 10px 0 0;
    margin-bottom: 20px;
}

.list-news .first .txtfr .time {
    color: #999;
}

.list-news .first .txtfr .more {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #ccc;
}

.list-news .first .txtfr .more:hover {
    background: #0178d3;
}

.list-news li {
    border-bottom: none;
    padding: 0;
    line-height: 40px;
    overflow: hidden;
}

.list-news li>a {
    width: 75%;
    float: left;
    color: #666;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.list-news li>a:hover {
    padding-left: 25px;
    color: #50befb;
}

.list-news li>a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #50befb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

.list-news span {
    float: right;
    color: #999;
}

.index-department {
    background: url("../images/partbg1.jpg") no-repeat center;
    height: 669px;
}

.index-department .tabs {
    height: 63px;
    overflow: hidden;
    padding: 45px 0;
}

.index-department .tabs .name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.index-department .tabs .name>div {
    width: 184px;
    line-height: 63px;
    background: #0178d3;
    float: left;
    margin-right: 4px;
}

.index-department .tabs .name>div.curr {
    background: #1fbfc8;
}

.index-department .tabs .more {
    color: #fff;
    width: 64px;
    height: 63px;
    float: left;
    background: #e33c3f;
    text-align: center;
    font-size: 40px;
    line-height: 63px;
}

.index-department .department-con .left {
    width: 850px;
    float: left;
}

.index-department .department-con .left .intro {
    padding-bottom: 25px;
}

.index-department .department-con .left .intro h3 {
    color: #0178d3;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.index-department .department-con .left .intro .describe {
    font-size: 15px;
    color: #4c4c4c;
    line-height: 28px;
    height: 112px;
}

.index-department .department-con .left .list-news li {
    width: 390px;
    border-bottom: 1px dotted #999;
    margin-right: 60px;
    line-height: 52px;
    float: left;
}

.index-department .department-con .left .list-news li:nth-child(2n) {
    margin-right: 0;
}

.index-department .department-con .left .list-news li a {
    width: 95%;
}

.index-department .department-con .right {
    width: 296px;
    float: right;
    position: relative;
    margin-top: 20px;
}

.index-department .department-con .right .Carousel-item {
    width: 296px;
    position: absolute;
    left: 0;
    top: 0;
}

.index-department .department-con .right .imgbox {
    width: 296px;
    height: 215px;
    position: relative;
    overflow: hidden;
}

.index-department .department-con .right .imgbox img {
    width: 100%;
    height: 100%;
}

.index-department .department-con .right .imgbox h3 {
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    width: 92%;
    padding: 0 4%;
    color: #fff;
}

.index-department .department-con .right .describe {
    font-size: 15px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    padding-top: 25px;
}

.index-department .department-con .right .paginations {
    position: absolute;
    top: 192px;
    right: 10px;
}

.index-department .department-con .right .paginations span {
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.index-department .department-con .right .paginations span.curr {
    background: #0178d3;
}

.index-fengcai {
    background: #fff;
    /* height: 412px; */
    padding-top: 84px;
    padding-bottom: 84px;
    overflow: hidden;
    margin-bottom: 40px;
}



.index-fengcai .tab-con {
    overflow: hidden;
}

.index-fengcai .list-img {
    width: 1600px;
    position: relative;
}

.index-fengcai .list-img li {
    margin-right: 53px;
    width: 259px;
}

.index-fengcai .list-img li img {
    width: 259px;
    height: 191px;
}

.index-fengcai .list-img li:nth-child(3n) {
    margin-right: 53px;
}

.index-expert {
    height: 722px;
    padding-top: 35px;
}

.index-expert .tabs {
    height: 45px;
    overflow: hidden;
}

.index-expert .tabs .name {
    text-align: center;
    font-size: 18px;
    float: left;
}

.index-expert .tabs .name>a {
    width: 110px;
    line-height: 45px;
    background: #e6e6e6;
    float: left;
    margin-right: 4px;
    color: #666;
}

.index-expert .tabs .name>a.curr {
    color: #fff;
    background: #1fbfc8;
}

.index-expert .tabs .more {
    color: #fff;
    width: 55px;
    height: 45px;
    float: left;
    background: #e33c3f;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}

.index-expert .expert .imgbox {
    float: left;
    width: 300px;
    height: 278px;
    background: #1d8bdf url("../images/icon-pao.png") no-repeat -32px 157px;
    position: relative;
    margin-top: 110px;
    padding-top: 110px;
    color: #fff;
    text-align: center;
}

.index-expert .expert .imgbox .expertimg {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 4px;
    background: #fff;
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -85px;
}

.index-expert .expert .imgbox h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.index-expert .expert .imgbox .describe {
    width: 250px;
    margin: 0 auto;
    padding-top: 15px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-align: left;
}

.index-expert .expert .imgbox .zixun {
    color: #fff;
    background: #1fbfc8;
    width: 120px;
    line-height: 40px;
    margin: 20px auto;
}

.index-expert .expert .txtbox {
    float: right;
    width: 790px;
    padding-top: 36px;
    background: url("../images/txtbg.png") no-repeat 497px 49px;
    min-height: 453px;
}

.index-expert .expert .txtbox .introbox {
    border-bottom: 1px dashed #b3b3b3;
    padding: 20px 0 20px;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 15px;
}

.index-expert .expert .txtbox .introbox .title {
    color: #0178d3;
    font-weight: bold;
    font-size: 20px;
    padding-left: 45px;
    margin-bottom: 10px;
}

.index-expert .expert .txtbox .introbox .t1 {
    background: url("../images/img1.png") no-repeat left center;
}

.index-expert .expert .txtbox .introbox .t2 {
    background: url("../images/img2.png") no-repeat left center;
}

.index-expert .expert .txtbox .introbox .t3 {
    background: url("../images/img3.png") no-repeat left center;
}

.tab-title {
    line-height: 24px;
    /*! border-left: 4px solid #0178d3; */
    overflow: hidden;
    margin-bottom: 30px;
}

.tab-title h3 {
    float: left;
    padding: 0 18px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    background: #fff;
    margin: 5px;
    padding: 15px;
    cursor: pointer;
}

.tab-title h3.curr {
    color: #38adff;
    border-bottom: 2px solid #38adff;
}

.tab-title h3.curr a {
    color: #38adff;
}

.tab-title h3 a {
    color: #666;
}

.tab-title .more {
    color: #999;
    float: right;
    margin-top: 22px;
}

.index-title {
    padding-top: 74px;
}

.index-title .title {
    line-height: 30px;
    border-left: 6px solid #0178d3;
    float: left;
    color: #0178d3;
    font-weight: bold;
    font-size: 34px;
    padding-left: 12px;
}

.index-title .title a {
    color: #0178d3;
}

.index-title .title span {
    font-size: 20px;
    color: #e84641;
}
.expert {
    text-align: center;
}
.expert .cover {
    display: inline-block;
    background-color: #428eda;

    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    /* border: 1px solid #eee; */
    /* padding: 5px; */
    margin-bottom: 9px;
}

.expert-item:hover {
    /* border: 1px solid #eee;
    background: #38adfe; */
}

.expert-item {
    padding-top: 30px;
    height: 390px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #8c8c8c;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 4px solid #eee;
}
.expert-item img {
    width: 80%;
    height: auto;
    font-size: 20px;
    text-align: center;
    color:#fff;
    line-height: 150px;
    /*! margin-top: -15px; */
}
.expert-item .Names {
    /*! display: inline-block; */
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    /*! border-bottom: 2px solid #38adff; */
    margin-bottom: 10px;
}

.more {
    color: #999;
    float: right;
    margin-top: 8px;
}