.bigcenbox{
    position: relative;
    width: 100%;
    min-width: 1160px;
    height: auto;
    background: #fff;
    top: 85px;
}
.cen-bg{
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f3faf8;
}
.cen-bg.upstyle{
    position: fixed;
    width: 100%;
}
.cen-bignrbox{
    position: relative;
    width: calc(100% - 60px);
    max-width: 1560px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}
.eleftbox-line{
    position: absolute;
    width: 1px;
    height: 100%;
    left: 280px;
    top: 0px;
    background: rgba(45,170,170,.4);
    z-index: 10;
}
.eleftbox-line.rightshow{
    left: calc(100% - 300px);
}
.eleft-bigbox{
    position: absolute;
    width: 100%;
    height: auto;
    top: 40px;
    left: 0;
    padding-bottom: 40px;
    overflow: hidden;
    z-index: 5;
}
.eleft-bigbox.upstyle{
    position: fixed;
    width: calc(100% - 60px);
    max-width: 1560px;
    min-width: 1100px;
    height: auto;
    left: 50%;
    top: 125px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

@media (max-width: 1160px){
    .eleft-bigbox.upstyle{
        position: absolute;
        width: 100%;
        height: auto;
        top: 40px;
        left: 0;
        padding-bottom: 40px;
        overflow: hidden;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 5;
    }
}



.eleftbox{
    position: relative;
    float: left;
    width: 280px;
    height: auto;
    min-height: 500px;
    left: 0;
    padding-bottom: 40px;
}
.eleftbox.rightshow {
    float: right;
    width: 300px;
}

.eleftbox .lmtitle{
    position: relative;
    width: 100%;
    height: 50px;
    font-family: fzzt;
    text-align: center;
    color: #059c79;
    z-index: 10;
    border-bottom: 3px solid #059c79;
    opacity: 0;
    transform: translateY(-20px) scale(0.8);
    transition: all 0.8s ease;
}
.bigcenbox.active .eleftbox .lmtitle{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.1s;
}



.eleftbox .lmtitle p{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: #059c79;
    background: #fff;
    z-index: 10;
}

.eleftbox .linkbox{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 2px;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(20px) scale(0.85);
}
.bigcenbox.active .eleftbox .linkbox{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.2s;
}


.eleftbox .linkbox li{
    position: relative;
    float: left;
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-bottom: 2px;
    background: rgba(170,220,210,.3);
}
.eleftbox .linkbox li::before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #059c79;
    opacity: 0;
    transition: all 0.3s;
}
.eleftbox .linkbox li:hover::before{
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background: #27c8a3;
}
.eleftbox .linkbox li.active::before{
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.eleftbox .linkbox li::after{
    content: "";
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    top: 0;
    right: 30px;
    background: url(../images/mr.png) center center no-repeat;
    opacity: 0;
    z-index: 5;
    transition: all 0.5s;
}
.eleftbox .linkbox li:hover::after,
.eleftbox .linkbox li.active::after{
    right: 0px;
    opacity: 0.8;
}
.eleftbox .linkbox li h1{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 42px;
    color: #333;
    text-align: center;
    transition: all 0.3s;
    z-index: 10;
    font-weight: normal;
}
.eleftbox .linkbox li:hover h1,
.eleftbox .linkbox li.active h1{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.eleftbox .btnbox{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(60px) scale(0.85);
}
.bigcenbox.active .eleftbox .btnbox{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.4s;
}
.eleftbox .btnbox li{
    position: relative;
    float: left;
    width: calc(33.333% - 8px);
    height: auto;
    
}
.eleftbox .btnbox li:nth-child(2){
    margin: 0 12px; 
}
.eleftbox .btnbox li .btn{
    position: relative;
    width: 100%;
    background: rgba(170,220,210,.3);
    overflow: hidden;
    transition: all 0.5s;
}
.eleftbox .btnbox li:hover .btn{
    background: #27c8a3;
}
.eleftbox .btnbox li .btn .ico{
    position: absolute;
    display: block;
    width: 100%;
    height: 31%;
    top: calc(31% - 5px);
    transition: all 0s;
    z-index: 10;
}
.eleftbox .btnbox li .btn .ico.ico1{
    background: url(../images/mail2.png) top center repeat-y;
    background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico1{
    background: url(../images/mail.png) top center repeat-y;
    background-size:auto 100% ;
}
.eleftbox .btnbox li .btn .ico.ico2{
    background: url(../images/mail2.png) top center repeat-y;
    background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico2{
    background: url(../images/mail.png) top center repeat-y;
    background-size:auto 100% ;
}
.eleftbox .btnbox li .btn .ico.ico3{
    background: url(../images/down2.png) top center repeat-y;
    background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico3{
    background: url(../images/down.png) top center repeat-y;
    background-size:auto 100% ;
}

.eleftbox .btnbox li .btn .zi{
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    top: calc(73% - 10px);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666;
    transition: all 0.3s;
    z-index: 10;
}
.eleftbox .btnbox li:hover .btn .zi{
    color: #FFFFFF;
    font-weight: bold;
}
.ch70{
    margin-top: 70%;
}

.erightbox{
    position: relative;
    width: calc(100% - 281px);
    height: auto;
    min-height: 600px;
    float: right;
    right: 0;
    z-index: 20;
    padding: 40px 10px 40px 50px;
    background: #fff;
}
.erightbox.leftshow{
    width: calc(97.5% - 300px);
    height: auto;
    float: left;
    left: 0;
}
.erightbox .lmtitle{
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 45px;
    font-weight: bold;
    color: #059c79;
    border-bottom: 3px solid #059c79;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(-30px) scale(0.98);
}

.bigcenbox.active .erightbox .lmtitle{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.1s;
}
.erightbox .lmtitle p{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 50px;
    font-weight: normal;
    text-align: right;
    color: #666;
    z-index: 10;
}
.dbimg{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: all 0.8s ease;
}
.bigcenbox.active .dbimg{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.2s;
}

.dbimg img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 5px;
    margin-left:auto ;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.video-spbox {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 5px;
    padding-bottom: 1px;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: all 0.8s ease;
}
.bigcenbox.active .video-spbox {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.2s;
}

.video-spbox video {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: fill;
}
.xiangqing {
    position: relative;
    width: 100%;
    height: auto;
    color: #333;
    line-height: 200%;
    margin: 15px 0 ;
    z-index: 100;
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: all 0.8s ease;
}
.bigcenbox.active .xiangqing {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.2s;
}
.xiangqing img {
    width: auto;
    max-width: 100%;
    height: auto;
}
td img {
    border: 0px !important;
    margin: 0;
    padding: 0px !important;
}

.xq-title{
    position: relative;
    width: 100%;
    height: auto;
    line-height: 30px;
    margin-top: 38px;
    font-size: 20px;
    padding: 10px;
    font-weight:bold;
    color: #000;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.xq-orther{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    text-align: center;
}
.xq-to{
    position: relative;
    width: 100%;
    height: auto;border-top: 1px dashed rgba(0,0,0,.1);
    margin-top: 10px;
    padding: 10px;
}
.xq-to li a{
    position: relative;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.xq-to li a:hover{
    color: #059c79;
}
/*附属图片样式开始*/

.fs-picbox {
    position: relative;
    width: 102%;
    height: auto;
    overflow: hidden;
    left: 0;
}

.fs-picbox li {
    float: left;
    width: 23%;
    margin: 0px 2% 20px 0%;
    height: auto;
    cursor: pointer;
}

.fs-picbox li .pic-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fs-picbox li .pic-box .txt-box {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 100;
    top: 100%;
    margin-top: -30px;
    left: 0;
    transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .txt-box {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
    left: 0;
    transition: all 0.3s;
}

.fs-picbox li .pic-box .txt-box .title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fs-picbox li .pic-box .txt-box .search {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../images/search2.png) top center no-repeat;
    background-size:auto 100%;
}

.fs-picbox li .pic-box .txt-box .more {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.fs-picbox li .pic-box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    margin-top: -30px;
    background: rgba(0, 0, 0, .5);
    z-index: 90;
    transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .bg {
    top: 0%;
    margin-top: 0px;
}

.fs-picbox li .pic-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*成员图片列表样式*/
.ks-qycy{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.ks-qycy li{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    border-bottom: 1px solid rgb(0,0,0,.1);
    margin-bottom: 3%;
    padding-bottom: 3%;
    overflow: hidden;
}
.ks-qycy li:nth-child(odd){
    padding-right:30px;
}
.ks-qycy li:nth-child(even){
    padding-left:30px;
}
.ks-qycy li .bignrs{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ks-qycy li .picbox{
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0.9);
}

.bigcenbox.active .ks-qycy li .picbox {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}



.ks-qycy li .picbox .img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.ks-qycy li:hover .picbox .img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: saturate(120%) contrast(110%);
    filter: saturate(120%) contrast(110%);
}
.ks-qycy li .txtbox{
    position: absolute;
    width: 60%;
    height: 100%;
    left: 40%;
    overflow: hidden;
    transition: all 0.4s;
}
.ks-qycy li:hover .txtbox{
    background: rgba(170,220,210,.2);
}

.ks-qycy li .txtbox h4 {
    position: absolute;
    width: 88%;
    left: 9%;
    color: #444;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 7px;
    height: 30px;
    top: 50%;
    margin-top: -100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s;
    opacity: 0;
    transform: translateY(10px);
}

.bigcenbox.active .ks-qycy li .txtbox h4 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}


.ks-qycy li .txtbox h4 span {
    color: #059c79;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    height: 30px;
    margin-left: 15px;
}
.ks-qycy li:hover .txtbox h4 {
    color: #059c79;
}
.ks-qycy li .txtbox h5 {
    position: absolute;
    width: 88%;
    left: 9%;
    line-height: 25px;
    color: #888;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    margin-bottom: 18px;
    font-weight: normal;
    transition: all 0.6s;
    opacity: 0;
    transform: scale(0.9);
}

.bigcenbox.active .ks-qycy li .txtbox h5 {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}

.ks-qycy li:hover .txtbox h5 {
    color: #555;
}
.ks-qycy li .txtbox h6 {
    position: absolute;
    width: 90%;
    left: 9%;
    font-size: 14px;
    width: 65px;
    top: 50%;
    margin-top: 75px;
    color: #333;
    line-height: 20px;
    padding: 0 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #999;
    font-weight: normal;
    transition: all 0.6s;
    opacity: 0;
    transform: translateY(-40PX);
}
.bigcenbox.active .ks-qycy li .txtbox h6 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.ks-qycy li:hover .txtbox h6 {
    color: #059c79;
    border-bottom: 2px solid #059c79;
}

/*图片列表样式*/
.pic-lsit1{
    position: relative;
    width: 102%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.pic-lsit1 li{
    position: relative;
    float:left;
    width: 22.5%;
    height: auto;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: rgba(170,220,210,.2);;
}

.pic-lsit1 li .pics{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pic-lsit1 li .pics .img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    transition: 0.3s;
}
.pic-lsit1 li:hover .pics .img{
    -webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
    -ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
    -o-transform: scale(1.2) translateY(-40%) translateX(-40%);
    transform: scale(1.2) translateY(-40%) translateX(-40%);
    -webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}

.pic-lsit1 li .infobox{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
}
.pic-lsit1 li .infobox::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../images/title-bg1.jpg) top center repeat-y;
    /*background-size:100% auto ;*/
    transition: 0.3s;
}
.pic-lsit1 li:hover .infobox::after{
    height: 100%;
    opacity: 0.9;
}

.pic-lsit1 li .names{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .names{
    color: #fff;
    font-weight: bold;
}
.pic-lsit1 li .names span{
    position: relative;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    color: #2eaaa8;
    transition: 0.3s;
}
.pic-lsit1 li:hover .names span{
    color: #fff;
    font-weight: bold;
}
.pic-lsit1 li .names span::after{
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    bottom: 3px;
    right: 0px;
    background: #5fba5f;
    transition: 0.3s;
}
.pic-lsit1 li:hover .names span::after{
    background: rgba(255,255,255.6);
}

.pic-lsit1 li .tinfo{
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 25px;
    color: #888888;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .tinfo{
    color: #fff;
}

.pic-lsit1 li .point{
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #5fba5f;
    margin-top: 15px;
    z-index: 10;
    transition: 0.3s;
}
.pic-lsit1 li .point::after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -15px;
    left: 10px;
    border-radius: 3px;
    background: #5fba5f;
    margin-top: 15px;
    transition: 0.3s;
}
.pic-lsit1 li .point::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -15px;
    left: 20px;
    border-radius: 3px;
    background: #5fba5f;
    margin-top: 15px;
    transition: 0.3s;
}
.pic-lsit1 li:hover .point,.pic-lsit1 li:hover .point::before,.pic-lsit1 li:hover .point::after{
    background: #fff;
}

/*新闻幻灯片*/
.e-zdxw-title{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    color: #059c79;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 2px;
}
.e-zdxw-title.nx{
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding-bottom: 5px;
    margin-top: 50px;
}
.e-zdxw-title span{
    font-size: 12px;
    line-height: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.e-zdxw{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #f5f5f5;
}
.news-container{
    position: relative;
    height: auto;
    color: #fff;
    overflow: hidden;
}
.e-zdxw .swiper-slide{
    overflow: hidden;
}
.news-container>.swiper-pagination-bullets{
    bottom: 3px;
    text-align: right;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #953656;
}
/*a连接*/
.news-container a,.news-clist a,.view-list a,.xn-left a,
.bea-list a,.news-btns a,.logo a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.news-container .spicbox{
    position: relative;
    float: left;
    width: 48%;
    overflow: hidden;
}
.news-container .spicbox .img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.news-container:hover .spicbox .img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.news-container .news-desc{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    height: 100%;
    line-height: 20px;
    padding: 4px 10px;
}

.news-container .nw-title,.news-clist .nw-title{
    font-size: 22px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    transition: all 0.3s;
}
.news-container:hover .nw-title{
    color: #059c79;
}   
.news-container .nw-date{
    font-size: 14px;
    color: #828282;
    margin-top: 10px;
}
.news-container .news-desc .nw-infos{
    font-size: 14px;
    color: #777;
    width: 100%;
    height: 90px;
    line-height: 30px;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}
.news-container:hover .news-desc .nw-infos{
    color: #555;
}   
.news-container .news-desc .morebox{
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 25px;
    z-index: 10;
    transition: all 0.3s;
}
.news-container .news-desc .morebox a span{
    float: left;
    color: #555;
    padding-right: 10px;
    transition: all.3s;
}
.news-container:hover .news-desc .morebox a span{
    color: #059c79;
}
.news-container .news-desc .morebox .yuan{
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    border-radius: 50%;
    font-family: '宋体';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #555;
    transition: all.3s;
}
.news-container:hover .news-desc .morebox .yuan{
    border: 1px solid #059c79;
    color: #059c79;
}

.e-zdxw  .swiper-container-horizontal>.swiper-pagination-bullets, .e-zdxw  .swiper-pagination-custom, .e-zdxw  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.e-zdxw  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.e-zdxw  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: .5;
}
.e-zdxw .picbox:hover .swiper-pagination-bullet {
    background: #fff;
}
.e-zdxw  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #5fba5f;
}
.e-zdxw  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.e-newslist{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.e-newslist li{
    position: relative;
    float: left;
    width: 50%;
    height: 205px;
    padding: 20px 3% 20px 0px;
    border-bottom: 1px dashed rgba(170,220,210,.4);
    transition: ALL 0.8S EASE;
    opacity: 0;
    transform: scale(0.8);
}
.bigcenbox.active .e-newslist li {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}

.e-newslist li.gg{
    height: 150px;
}
.e-newslist li:nth-child(even){
    padding: 20px 0px 20px 3%;
}

.e-newslist li:nth-child(even)::after{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% - 60px);
    top: 30px;
    left: 1px;
    border-left: 1px dashed rgba(170,220,210,.4);
}

.e-newslist li .ns-infobox{
    position: relative;
    width: 100%;
    height: 100%;
    padding:5px 20px 5px 25px;
    background: rgba(170,220,210,.0);
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover{
    background: rgba(170,220,210,.2);
}
.e-newslist li .ns-infobox::after {
    content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background:#059c79;
    transition: all 0.3s;
}

.e-newslist li .ns-infobox:hover::after {
    opacity: 0;
}

.e-newslist li .ns-infobox .title {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox .title.list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.e-newslist li .ns-infobox .title.ggao {
    height: auto;
    min-height: 25px;
    max-height: 50px;
    line-height: 25px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.e-newslist li .ns-infobox:hover .title {
    color: #059c79;
}


.e-newslist li .ns-infobox  .info {
    height: 70px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    margin-top: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover  .info {
    color: #666;
}
.e-newslist li .ns-infobox .info .imgbox {
    position: relative;
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
.e-newslist li .ns-infobox .info .imgbox.nopic {
    width: 0px;
    margin-right: 0px;
}
.e-newslist li .ns-infobox .info .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover .info .imgbox .img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.e-newslist li .ns-infobox .data{
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    transition: 0.3s;
}
.e-newslist li:hover .ns-infobox .data{
    color: #059c79;
}

.e-newslist li .point{
    position: absolute;
    left: 80px;
    top: -6px;  
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #059c79;
    margin-top: 15px;
    z-index: 10;
    transition: 0.3s;
}
.e-newslist li .point::after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -15px;
    left: 10px;
    border-radius: 3px;
    background: #059c79;
    margin-top: 15px;
    transition: 0.3s;
    opacity: 0.7;
}
.e-newslist li .point::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -15px;
    left: 20px;
    border-radius: 3px;
    background: #059c79;
    margin-top: 15px;
    transition: 0.3s;
    opacity: 0.3;
}
.ny-tlist:hover .point,.ny-tlist:hover .point::before,.ny-tlist:hover .point::after{
    background: #fff;
}

/*分页*/
.pages {
  padding: 0px 0;
  margin-top: 0px;
  text-align: center;
        clear:both;
}
.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o, .pages .p_fun a, .pages .p_no a{
  display: inline-block;
  width: 25px;
  height: 25px;
  /*border-radius: 50%;*/
  background: rgba(170,220,210,.2);;
  line-height: 23px;
  font-size: 14px;
  font-family: "微软雅黑";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #999;
  border-radius: 2px;
  border:1px solid rgba(170,220,210,.2);;
  margin:0 3px;
}
.pages a:hover{
  background: #c0a063;
  color: #fff;
}
.p_pages{
  margin:0 auto;
}
.pagination{
  padding:0;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

.pagination .p_no_d{
  color: #fff;
  background: #2DAAAA;
  border:1px solid #2DAAAA;
}

.pages .p_first, .pages .p_first_d, .pages .p_last, .pages .p_last_d{
  display: none;
}
.pagination a{
  border:1px solid rgba(170,220,210,.2);;
  color: #999;
}

.pagination a:hover{
  background: #2DAAAA;
  border:1px solid #2DAAAA;
  color: #fff;
}
.p_prev_d, .p_next,.p_next_d,.p_fun,.p_fun a{
    font-size: 25px !important;
    font-family: "宋体" !important;
}
.elistbox{
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(40px) scale(0.98);
}
.elistbox .listbox {
    opacity: 1;
}
.bigcenbox.active .elistbox {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.2s;
}

/*师资力量*/
/*.shizi{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-top: 40px;
}*/
.shizi .titls{
    position: relative;
    width: 100%;
    height: 45px;
    background: rgba(170,220,210,.3);
}
.shizi .titls li{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}
.shizi .titls li span{
    font-size: 14px;
    opacity: 0.6;
    font-weight: normal;
    letter-spacing: 0;
}
.shizi .titls li.active{
    color: #fff;
    background: #059c79;
}
.shizi .bnrbox {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
} 
.shizi .bnrbox .solbox {
    position: relative;
    height: 100%;
    transition: all ease 0.5s;
} 
.shizi .messbox {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    transition: all ease 0.5s;
    opacity: 1;
    filter: blur(0);
}

.shizi  .messbox.active {
    opacity: 1;
    filter: blur(0);
}


.zhicheng{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.zhicheng ul{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 40px;
    overflow: hidden;
    padding: 30px 10px 30px 120px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul.one{
    border-top: 1px dashed rgba(0,0,0,.1);
}

.zhicheng ul .zcfl{
    position: absolute;
    width: 60px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #059c79;
    border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    left: 30px;
    z-index: 10;
}
.zhicheng ul .linns{
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(170,220,210,.1);
    border-right: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul li{
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
}
.zhicheng ul li .xm{
    position: relative;
    height: 40px;
    line-height: 40px;
    width: auto;
    color: #333;
    transition: all 0.3s;
}
.zhicheng ul li .xm:hover{
    color: #059c79;
}

.jyscy{
    position: relative;
    width: 100%;
    height: 40px;
    margin: 30px 0px;
    background: rgba(170,220,210,.3);
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
}

#namedh{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    overflow: hidden;
    padding:10px 0;
}

#namedh li{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0 10px;
    transition: all 0.3s;
    cursor: pointer;
}
#namedh li .lins{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: rgba(170,220,210,.5);
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
}
#namedh li .lins:hover,
#namedh li.active .lins{
    background: #059c79;
    color: #fff;
}
.nameline{
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}

#nameList{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 35px;
    line-height: 40px;
}
#nameList .dingwei{
    position: relative;
    width: 100%;
    height:1px;
    float: left;
    margin-top:-90px;
}
#nameList .huanhang{
    position: relative;
    width: 100%;
    height:40px;
    float: left;
}
#nameList .huanhang .lines{
    position: relative;
    width: calc(100% + 35px);
    height:1px;
    top: 20px;
    left: -35px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
#nameList .zimu{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(170,220,210,.3);
    color: #333;
    margin-left: -29px;
    margin-top: 5px;
    border-radius: 3px;
    vertical-align: top;
    transition: all 0.3s;
}
#nameList .zimu.active{
    background: #059c79;
    color: #fff;
}
#nameList li{
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
    margin-left: -1px;
}
#nameList li .xm{
    position: relative;
    height: 40px;
    line-height: 40px;
    width: auto;
    color: #333;
    transition: all 0.3s;
}
#nameList li .xm:hover{
    color: #059c79;
}


/*附属图片样式结束*/
@media (max-width: 1025px) {
    .fs-picbox li .pic-box .txt-box {
        margin-top: -26px;
    }
    .fs-picbox li .pic-box .bg {
        margin-top: -25px;
    }
    .news-container .nw-title, .news-clist .nw-title {
        font-size: 16px;
    }
    .news-container .nw-date {
        font-size: 12px;
        margin-top: 5px;
    }
    .news-container .news-desc .nw-infos{
        font-size: 12px;
        height: 50px;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        line-height: 24px;
    }
}