body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #2E4B70;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: .16rem;
    font-family: 'alphr';
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1360px) {
    .ctbx {
        width: 13rem;
    }
}

@media (min-width: 1440px) {
    .ctbx {
        width: 14rem;
    }
}

@media (min-width: 1660px) {
    .ctbx {
        width: 16.2rem;
    }
}

@media (min-width: 1860px) {}

@font-face {
    font-family: 'alphm';
    src: url(../fonts/Alibaba-PuHuiTi-Medium.otf)
}

@font-face {
    font-family: 'alphr';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf)
}

.header {
    width: 18.6rem;
    margin: auto;
}

.header .head_top .wp {
    width: 18.6rem;
   position: relative;
}


/* 首页 */

.head_top {
    position: fixed;
    top: 0.29rem;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 1.82rem;
    background-size: 100% 100%;
    transition: all 0.1s ease-out 0s;
}

.head_top.on {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 1.2rem;
    top: 0px;
}

.tc_logo {
    width: 6.7rem;
    float: left;
    height: 1.82rem;
    background: url(../images/logo-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.2rem;
}

.tc_logo span {
    position: relative;
    display: block;
    height: 100%;
    margin: 0.15rem 1.1rem 0 0.6rem;
    box-sizing: border-box;
}

.tc_logo img {
    position: absolute;
    left: 0px;
    top: 31px;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}

.head_top.on .tc_logo {
    height: 1.2rem;
}

.head_top.on .tc_logo span {
    margin-top: 0.27rem;
}

.head_rg {
    float: right;
    /* max-width: 12rem; */
    display: flex;
    background: #75207d;
    border-radius: 0.34rem;
    height: 0.68rem;
    margin-top: 0.26rem;
width: calc(100% - 6.7rem);
    right: 0.2rem;
 top:0;
        position: absolute;
}

.head_rg .sstc {
    float: right;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.37rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0.13rem 0.15rem 0 0;
    text-align: center;
}

.head_rg .en {
    float: right;
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    text-align: center;
    margin: 0.13rem 0.15rem 0;
   transition:all 0.1s ease-out 0s;
}

.head_rg .en a {
    font-family: 'alphr';
    font-size: 0.2rem;
    color: #FFFFFF;
}
.head_rg .en:hover{
  background: rgba(255, 255, 255, 0.6);
}
.sstc_box {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.sstc_box.showdiv {
    opacity: 1;
    visibility: visible;
}

.sstc_box .serclose {
    position: absolute;
    right: .3rem;
    top: .25rem;
    width: .3rem;
    height: .3rem;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
}

.sstc_box .serform {
    width: 90%;
    margin: 0 auto;
    margin: 0\0;
    -webkit-transform: translateY(1.5rem);
    transition: .2s .1s
}

.sstc_box.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.sstc_box .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto;
    position: relative;
}

.sstc_box .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    outline: none;
    border-style: none;
}

.sstc_box .serform .input-group .sub:before {
    content: '';
    background: linear-gradient(to right, #358CC2, #75207d);
    transform: skewX(-12deg);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    right: -6px;
    transform-origin: left bottom
}

.sstc_box .serform .input-group .sub:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}

.sstc_box .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    box-sizing: border-box;
}


/* 导航 */

.navbar {
    float: right;
    padding-left: 0.17rem;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 0.24rem;
    color: #fff;
    padding: 0 0.168rem;
    line-height: 0.5rem;
    display: block;
    box-sizing: border-box;
    margin: 0.08rem 0;

}

.navbar .navbar-nav>li:hover>a {
    /* font-weight: bold; */
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}


.navbar .hasChild:before {
   content: "";
   position: absolute;
   left:calc(50% - 7px);
   bottom: 0;
   z-index: 10;
    width: 0;
    height: 0;
    background: #fff;
    border-left: 7px solid #75207d;
    border-right: 7px solid #75207d;
    border-top: 8px solid transparent;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    
    transition: all 0.5s ease-out 0s;
    opacity: 0;
transform: scaleY(0); 
}

.navbar .hasChild:hover:before {
opacity: 1;
transform: scaleY(1);
}

.navbar .navbar-nav>li.current>a,
.navbar .navbar-nav>li:hover>a {
    background: #fff;
    border-radius: 0.5rem;
    color: #75207D;
}

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0px;
    background: rgba(117, 32, 125, 0.6);
   width: 160px;
    left: 50%;
    margin-left: -80px;
   transition: all 0.5s ease-out 0s;
}

.navbar .nav-child li a {
    font-size: 0.18rem;
    line-height: 0.24rem;
    padding: 0.1rem 0.05rem;
    display: block;
    color: #fff;
    box-sizing: border-box;
}

.navbar .nav-child li:hover a {
    background: #75207d;
}

.head_top.hdfixed .head_rg .navbar .navbar-nav>.current>a,
.head_top.hdfixed .head_rg .navbar .navbar-nav>li:hover>a {
    color: #75207d;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
    position: relative;
    margin-top: 0.3rem;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    /*-webkit-transition: all 500ms ease;*/
    border-radius: 0.8rem;
}

.banlb img {
    width: 100%;
    border-radius: 0.8rem;
}



/* .ban_box .ban-cir {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    bottom: 20px;
    background-size: 70%;
    border: 2px solid rgba(255, 255, 255, 1);
    animation: roted 80s linear infinite;
}


@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.ban_box .ban-dot {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.23rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.ban_box .ban-dot span {
    margin: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 15px;
    height: 15px;
    font-size: 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    width: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
}

.sydh {
    overflow: hidden;
    position: relative;
}

.sydh h1 {
    font-family: 'alphr';
    font-size: 0.46rem;
    font-weight: bold;
    float: left;
    padding-left: 0.35rem;
    background: url(../images/ic_sydh.png) no-repeat left center;
    background-size: auto 32px;
}

.sydh h1 b {
    color: #39BFA9;
    font-size: 0.4rem;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 0.12rem;
}

.sydh span {
    float: right;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #39BFA9;
    transition: all 0.3s ease-out 0s;
    border-radius: 0.24rem;
    padding: 0.06rem 0.25rem;
    border: #39BFA9 1px solid;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 0.08rem;
}

.sydh span a {
    color: #39BFA9;
}

.sydh span:hover {
    background: #39BFA9;
}

.sydh span:hover a {
    color: #fff;
}


/* 新闻动态 */

.cont_box {
    padding: 1.29rem 0 1.08rem;
    overflow: hidden;
}

.xwdt_box {
    overflow: hidden;
    padding: 0.4rem 0.61rem 0;
}

.xwdt {
    position: relative;
    margin: 0 -0.15rem;
}

.xwdt .lb {
    margin: 0 0.15rem;
}

.xwdt .lb .pic {
    position: relative;
    padding-bottom: 63%;
    overflow: hidden;
    border-radius: 30px;
}

.xwdt .lb .pic img {
    position: absolute;
  max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.xwdt .lb .pic img:hover {
   transform:translate(-50%, -50%)  scale(1.05);
}

.xwdt .lb .text {
    padding: 0.31rem 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.xwdt .lb .text .time {
    width: 0.85rem;
    font-family: 'alphr';
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 0.03rem;
}

.xwdt .lb .text h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
   font-family: 'alphm';
}

.xwdt .lb .text p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.22rem 0 0.29rem;
}

.xwdt .lb .text span {
    font-size: 0.2rem;
    color: #39BFA9;
}

.xwdt .lb:hover .text h2 {
    color: #39BFA9;
}

.xwdt .xwdt-next,
.xwdt .xwdt-prev {
    width: 1.22rem;
    height: 1.22rem;
    position: absolute;
    z-index: 5;
    top: 22%;
    outline: none;
    cursor: pointer;
    background: url(../images/xwdt_anbg.png) no-repeat center;
    background-size: auto 100%;
}

.xwdt .xwdt-next {
    left: -0.61rem;
}

.xwdt .xwdt-prev {
    right: -0.61rem;
    transform: rotate(180deg);
}

.xwdt .xwdt-next:hover,
.xwdt .xwdt-prev:hover {
    background: url(../images/xwdt_anbg2.png) no-repeat center;
   background-size: auto 100%;
}

.xwdt .xwdt-prev:hover {
    transform: rotate(180deg);
}


/* 最新成果 */

.cont_box2 {
    padding: 0.88rem 0 0.9rem;
    border-radius: 0.8rem 0.8rem 0 0;
    background: linear-gradient(180deg, rgba(221, 201, 244, 0.2) 7%, rgba(255, 255, 255, 0) 100%);
}

.zxcg {
    padding-top: 0.51rem;
    overflow: hidden;
}

.zxcg li {
    padding-bottom: 0.19rem;
    margin-bottom: 0.35rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.zxcg li::after {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.63rem;
    background: url(../images/zxcg_xian.png) no-repeat;
    background-size: auto 100%;
}

.zxcg li .pic {
    width: 3.9rem;
    float: left;
    padding: 9px;
    position: relative;
    box-sizing: border-box;
}

.zxcg li .pic::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zxcg_lbbg.png) no-repeat;
    background-size: 100% 100%;
}

.zxcg li .pic span {
    display: block;
    position: relative;
    padding-bottom: 67.5%;
    overflow: hidden;
    border-radius: 30px;
}

.zxcg li .pic span img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.zxcg li:hover .pic span img {
   transform:translate(-50%, -50%)  scale(1.05);
}

.zxcg li .text {
    width: calc(100% - 4.5rem);
    float: right;
}

.zxcg li .text .tit {
    overflow: hidden;
    padding: 0.1rem 0 0.23rem;
}

.zxcg li .text .tit span {
     font-size: 0.2rem;
    color: #39BFA9;
    float: left;
    text-align: center;
    line-height: 0.26rem;
   font-family: 'Times New Roman', Times, serif;
}

.zxcg li .text .tit span b {
   font-weight: normal;
    font-size: 0.3rem;
}

.zxcg li .text .tit h2 {
    width: calc(100% - 0.85rem);
    float: right;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
    margin-top: 0.1rem;
    font-family: 'alphm';
}

.zxcg li .text p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.32rem;
}

.zxcg li .text .time {
    font-size: 0.2rem;
    color: #39BFA9;
    display: none;
}

.zxcg li .text .jt {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 50%;
    background: #39bfa9;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.zxcg li:hover .text .tit span,
.zxcg li:hover .text .tit h2 {
    color: #9937a2;
}

.zxcg li:hover .text .jt {
    background: #9937a2;
}


/* 学术活动 */

.cont_box3 {
    padding-bottom: 0.77rem;
    margin-left: 7.8%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.55rem;
}

.cont_box3::after {
    content: "";
    position: absolute;
z-index:-1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.79rem;
    background: url(../images/xsdt_bg.png) no-repeat left bottom;
    background-size: 100% 100%;
}

.sydh.dhxshd {
    position: absolute;
    left: 0.6rem;
    top: 3.04rem;
    width: 4.35rem;
    z-index: 6;
}

.sydh.dhxshd h1 {
    float: left;
}

.sydh.dhxshd span {
    float: left;
    margin-top: 0.2rem;
}

.xshd {
    position: relative;
}

.xshd .swiper-container {
    padding-right: 27%;
}

.xshd .swiper-slide {
    transform: translate(-8.3rem, 1.2rem);
}


/* .xshd .swiper-slide {
    width: 10.04rem!important;
    top: 0;
    right: 0;
}
.xshd .swiper-slide.swiper-slide-next {
    width: 11.37rem!important;
}

.xshd .swiper-slide.swiper-slide-active {
    width: 11.8rem!important;
} */

.xshd .swiper-slide.swiper-slide-active .xslb {
    position: relative;
    overflow: hidden;
}

.xshd .swiper-slide.swiper-slide-active .xslb::after {
    content: "";
    position: absolute;
    z-index: 7;
    right: 4.8rem;
    top: 5.75rem;
    width: 2rem;
    height: 3px;
    background: #39bfa9;
}

.xshd .swiper-slide.swiper-slide-active .xslb::before {
    content: "";
    position: absolute;
    z-index: 8;
    right: 4.63rem;
    top: 5.58rem;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/ic_yuan.png) no-repeat;
    background-size: 100% 100%;
}

.xshd .xslb .pic {
    width: 4.74rem;
    float: right;
    position: relative;
    height: 6.7rem;
}

.xshd .xslb .pic::after {
    content: "";
    position: absolute;
    z-index: 5;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
}

.xshd .swiper-slide.swiper-slide-active .xslb .pic::after {
    display: none;
}

.xshd .xslb .pic span {
    display: block;
    position: relative;
    width: 4.74rem;
    height: 6.7rem;
    overflow: hidden;
    border-radius: 30px;
}

.xshd .xslb .pic span img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.xshd .xslb .pic span img:hover {
    transform:translate(-50%, -50%)  scale(1.05);
}

.xshd .xslb .text {
    width: calc(100% - 5.6rem);
    float: left;
    display: none;
}

.xshd .swiper-slide.swiper-slide-active .xslb .text {
    display: block;
    margin-top: 5.5rem;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
}

.xshd .xslb .text h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.42rem;
    height: 0.84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
font-family: 'alphm';
}

.xshd .xslb .text span {
    position: relative;
    width: 0.92rem;
    height: 0.92rem;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin-top: 0.25rem;
}

.xshd .xslb .text span::before,
.xshd .xslb .text span::after {
    content: "";
    position: absolute;
    left: 0.21rem;
    top: 0.21rem;
    width: 0.5rem;
    height: 0.5rem;
}

.xshd .xslb .text span::before {
    z-index: 1;
    background: #39bfa9;
    border-radius: 50%;
}

.xshd .xslb .text span::after {
    z-index: 2;
    background: url(../images/jt_bai.png) no-repeat center;
}

.xshd .swiper-slide {
    z-index: 1;
}

.xshd .swiper-slide.swiper-slide-prev {
    opacity: 0;
}

.xshd .swiper-slide.swiper-slide-next {
    transform: translate(-5.3rem, 0.6rem);
    z-index: 2;
}

.xshd .swiper-slide.swiper-slide-next .xslb .pic {
    float: right;
}

.xshd .swiper-slide.swiper-slide-next .xslb .pic,
.xshd .swiper-slide.swiper-slide-next .xslb .pic span {
    width: 5.17rem;
    height: 7.3rem;
}

.xshd .swiper-slide.swiper-slide-next .xslb .pic::after {
    background: rgba(255, 255, 255, 0.6);
}

.xshd .swiper-slide.swiper-slide-active {
    transform: translateX(-3.3rem);
    z-index: 5;
    width: 11.8rem!important;
}

.xshd .swiper-slide.swiper-slide-active .xslb .pic {
    float: right;
}

.xshd .swiper-slide.swiper-slide-active .xslb .pic,
.xshd .swiper-slide.swiper-slide-active .xslb .pic span {
    width: 5.6rem;
    height: 7.9rem;
}


/* 科研平台 */

.cont_box4 {
    padding: 1.0rem 0 1.5rem;
    overflow: hidden;
    background: url(../images/cont_bg4.png) no-repeat center;
    background-size: cover;
}

.kypt {
    margin-left: 7.8%;
}

.ptlf {
    width: calc(100% - 10.5rem);
    float: left;
    margin-top: 0.75rem;
}

.ptrg {
    width: 9.4rem;
    float: right;
}

.ptlf .sydh {
    width: 6.5rem;
}

.ptlf .sydh span {
    margin-top: 0.08rem;
}

.ptlf .text {
    overflow: hidden;
    margin-top: 0.73rem;
}

.ptlf .text li {
    width: 100%;
    float: left;
    margin-bottom: 0.15rem;
    position: relative;
}

.ptlf .text li:hover::before {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0.18rem;
    top: 50%;
    margin-top: -0.23rem;
    width: 0.46rem;
    height: 0.46rem;
    background: #4CD5BE;
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
}

.ptlf .text li:hover::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 0.34rem;
    top: 50%;
    margin-top: -0.07rem;
    width: 0.15rem;
    height: 0.13rem;
    background: url(../images/jt_bai.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s ease-out 0s;
}

.ptlf .text li a {
    display: block;
    width: 90%;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.38rem;
    padding: 0.16rem 0.5rem 0.16rem 0.4rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.02);
    background: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-out 0s;
    box-sizing: border-box;
   font-family: 'alphm';
}

.ptlf .text li:hover a {
    width: 100%;
    background: #9937A2;
    color: #fff;
    border-radius: 50px;
}

.ptrg {
    margin-right: -0.2rem;
}

.ptrg .pic {
    position: relative;
    overflow: hidden;
}

.ptrg .pic::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 2.2rem;
    height: 100%;
    background: linear-gradient(270deg, #F7F3FD 14%, rgba(247, 242, 253, 0) 100%);
}

.ptrg .pic::after {
    content: "";
    position: absolute;
    bottom: 0.15rem;
    right: 0;
    width: 42.5%;
    height: 1.5rem;
    background: linear-gradient(167deg, #EFD1F9 -12%, rgba(241, 209, 249, 0) 64%);
    border-radius: 16px;
}

.ptrg .pic ul:nth-of-type(1) {
    width: 55%;
    float: left;
    margin-top: 1.25rem;
}

.ptrg .pic ul:nth-of-type(2) {
    width: 45%;
    float: left;
    padding-left: 0.14rem;
    box-sizing: border-box;
}

.ptrg .pic li {
    width: 100%;
    float: left;
}

.ptrg .pic li span {
    display: block;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 16px;
    border: 8px solid rgba(227, 160, 244, 0.4);
}

.ptrg .pic li span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ptrg .pic ul:nth-of-type(1) li:nth-of-type(2) {
    width: 80%;
    margin-top: 0.08rem;
    margin-left: 20%;
}

.ptrg .pic ul:nth-of-type(2) li {
    margin-bottom: 0.13rem;
}


/* 底部 */

.dibu_bg {
    background: #39bfa9;
    padding: 0.9rem 0 0.95rem;
}

.dibu_bg .dbc1 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 0.38rem;
    margin-bottom: 0.5rem;
}

.dibu_bg .dbc1 .dblogo {
    width: 4.7rem;
    float: left;
}

.dibu_bg .dbc1 .dblogo img {
    max-width: 100%;
}

.dibu_bg .dbc1 .dibu_ewm {
    float: right;
}

.dibu_bg .dbc1 .dibu_ewm ul {
    float: left;
}

.dibu_bg .dbc1 .dibu_ewm ul li {
    position: relative;
    float: left;
    width: 45px;
    margin-left: 25px;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span {
    display: block;
    height: 100%;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span.dy {
    background: url(../images/ic_dy.png) no-repeat center;
    background-size: auto 54%;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span.wx {
    background: url(../images/ic_wx.png) no-repeat center;
    background-size: auto 54%;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span.wb {
    background: url(../images/ic_wb.png) no-repeat center;
    background-size: auto 54%;
}

.dbewm {
    display: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dibu_bg .dbc1 .dibu_ewm ul li:hover .dbewm {
    width: 120px;
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: -35px;
    transition: all 0.4s ease;
}

.dbewm .dbewm_bk {
    width: 110px;
    float: left;
}

.dbewm .dbewm_bk .dbewm_nr {
    width: 110px;
    float: left;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    border: #f2f2f2 1px solid;
}

.dbewm .dbewm_bk .dbewm_nr span {
    width: 110px;
    position: relative;
    float: left;
}

.dbewm .dbewm_bk .dbewm_nr:before {
    content: "";
    width: 0;
    height: 0;
    right: 50px;
    bottom: -10px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

.dbewm .dbewm_bk .dbewm_nr span img {
    width: 110px;
    height: 110px;
}

.dibu_bg .dbc2 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.6);
}

.dibu_bg .dbc2 .text1 {
    float: left;
}

.dibu_bg .dbc2 .text2 {
    float: right;
    margin-top: 0.6rem;
}
.dibu_bg .dbc2 .text2 a{
    color: rgba(255, 255, 255, 0.6);
}
.ltpic_box {
    position: relative;
    margin-top: 0.3rem;
}

.list_pic {
    margin-bottom: 0.28rem;
    overflow: hidden;
    border-radius: 0.8rem;
}

.list_pic img {
    width: 100%;
    border-radius: 0.8rem;
}

.ltpic_box .ltlmmc {
    position: absolute;
    left: 0px;
    bottom: 0.5rem;
    width: 100%;
}

.ltpic_box .ltlmmc h1 {
    display: block;
    font-size: 0.5rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    font-family: 'alphm';
    margin-bottom: 0.2rem;
}

.ltpic_box .ltlmmc span {
    display: block;
    padding-left: 0.28rem;
    background: url(../images/ic_home.png) no-repeat left center;
    font-size: 0.14rem;
    color: #fff;
}

.ltpic_box .ltlmmc span a {
    color: #fff;
}

.ltpic_box .ltlmmc span a:hover {
    color: #39bfa9;
}

.pcej {
    overflow: hidden;
}

.pcej a {
    display: inline-block;
    line-height: 0.52rem;
    height: 0.52rem;
    font-size: 0.24rem;
    color: #39bfa9;
    border-radius: 0.26rem;
    padding: 0 0.3rem;
    border: #39bfa9 1px solid;
    margin-right: 0.2rem;
    transition: all 0.3s ease-out 0s;
}

.pcej a.on,
.pcej a:hover {
    background: #39bfa9;
    color: #fff;
    font-weight: bold;
}

.sjmenu,
.ltdqwz {
    display: none;
}

.jjbox_bg {
    margin-top: 0.28rem;
    overflow: hidden;
    padding-top: 0.9rem;
    background: url(../images/jian_bg.png) no-repeat center top;
}

.jjbox_bg2 {
    padding-bottom: 1rem;
    background: url(../images/jian_bg2.png) no-repeat center bottom;
    overflow: hidden;
}

.jjsm {
    overflow: hidden;
}

.jjsm h1 {
    text-align: center;
    font-size: 0.46rem;
    color: #201E4C;
   font-family: 'alphm';
}

.jjsm h1 img {
    margin-right: 0.08rem;
}

.jjsm p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333;
    text-indent: 0.5rem;
    margin-top: 0.5rem;
}

.jjfx {
    padding: 0.9rem 0 0.6rem;
    overflow: hidden;
}

.jjfx .text {
    min-height: 5.55rem;
    width: calc(100% - 6.7rem);
    float: left;
    background: #f8f4fd url(../images/jjfx_bg.png) no-repeat right bottom;
    border-radius: 0.3rem;
    padding: 0.5rem 0.6rem 0;
    box-sizing: border-box;
}

.jjfx .text dl dt {
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #9937A2;
    margin-bottom: 0.25rem;
    overflow: hidden;
   font-family: 'alphm';
}

.jjfx .text dl dd {
    overflow: hidden;
}

.jjfx .text dl dd b,
.jjfx .text dl dd strong {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    float: left;
    font-size: 0.18rem;
    color: #fff;
    background: #9937a2;
    border-radius: 50%;
    text-align: center;
    margin-top: 0.15rem;
}

.jjfx .text dl dd span {
    width: calc(100% - 0.5rem);
    float: right;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.6rem;
}

.jjfx .pic {
    width: 6.4rem;
    float: right;
    min-height: 5.55rem;
    background: #f3f9f8;
    border-radius: 0.3rem;
    position: relative;
}

.jjfx .pic img {
    max-width: 100%;
   max-height: 100%;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
}

.jjfx_sm {
    overflow: hidden;
    padding-bottom: 0.75rem;
}

.jjfx_sm p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333;
    text-indent: 0.5rem;
}

.jjtit {
    position: relative;
    overflow: hidden;
}

.jjtit::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0.24rem;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}

.jjtit h1 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #9937A2;
    background: #fff;
    padding-right: 0.3rem;
    position: relative;
    z-index: 5;
    float: left;
}

.jjlogo {
    text-align: center;
    padding: 0.6rem 0 0.65rem;
    overflow: hidden;
    width: 50%;
    margin: auto;
}

.jjlogo img {
    max-width: 100%;
}

.jjbs {
    padding: 0.5rem 0 0;
    overflow: hidden;
}

.jjbs dl {
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333333;
}

.jjbs dl dt,
.jjbs dl dd {
    width: 100%;
    float: left;
       text-indent: 0.5rem;

}

.jjbs dl dd {
    text-indent: 0.5rem;
}

.jjbs p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333333;
    margin-bottom: 0.7rem;
   text-indent: 0.5rem;
}

.jjbs .jjbs_xz {
    width: 43%;
    margin: auto;
    overflow: hidden;
    position: relative;
    
}

.jjbs .jjbs_xz::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.13rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/jjbs_xz.png) no-repeat;
    background-size: 100% 100%;
    z-index:-1;
}

.jjbs .jjbs_xz a {
    display: block;
    padding: 0.19rem 0.9rem 0.19rem 0.6rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #39bfa9;
    border: #39bfa9 1px solid;
    border-radius: 0.4rem;
    transition:all 0.3s ease-out 0s;
}

.jjbs .jjbs_xz:hover{
 
   border-radius: 0.4rem;
}
.jjbs .jjbs_xz:hover a{
  border-radius: 0.4rem;
   color: #fff;
    background: #9937A2;
  border: #9937A2 1px solid;
}
.jjbs .jjbs_xz:hover::after {
   background: url(../images/jjbs_xz2.png) no-repeat;
  background-size: 100% 100%;
    z-index:1;
}


.jjbs .jjbs_xz a img {
    float: right;
    transform: translateY(0.1rem);
}

.jjbs .jjbs_xz a:hover {
    font-weight: bold;
}


/* 院长寄语 */

.yzjy {
    position: relative;
}

.yzjy::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5.82rem;
    width: 100%;
    height: 1.7rem;
    border-radius: 0.3rem;
    background: linear-gradient(260deg, rgba(153, 55, 162, 0) 84%, #9937A2 150%);
}

.yzjy .pic {
    width: 4.28rem;
    height: 7.52rem;
    position: absolute;
    left: 0;
    top: 0;
}

.yzjy .text {
    width: calc(100% - 4.28rem);
    float: right;
}

.yzjy .text .tit {
    padding-left: 2.2rem;
    padding-bottom: 0.65rem;
}

.yzjy .text .tit h1 {
    font-size: 0.46rem;
    color: #201E4C;
}

.yzjy .text .tit h1 img {
    margin-right: 0.08rem;
}

.yzjy .text .sm {
    padding-left: 0.8rem;
    padding-bottom: 0.1rem;
    position: relative;
}

.yzjy .text .sm::before,
.yzjy .text .sm::after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/ic_yh1.png) no-repeat;
    background-size: 100% 100%;
}

.yzjy .text .sm::before {
    left: -0.3rem;
    top: 0;
}

.yzjy .text .sm::after {
    right: 0;
    bottom: 0;
    transform: rotate(-180deg);
}

.yzjy .text .sm p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333333;
    text-indent: 0.5rem;
    margin-bottom: 0.6rem;
}

.yzjy .text .lk {
    margin-top: 0.15rem;
    text-align: right;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333333;
}

.yzjy .text .lk h3 {
    font-weight: bold;
}


/* 组织架构 */

.zzjg {
    overflow: hidden;
    padding-bottom: 1.6rem;
    text-align: center;
}

.zzjg img {
    max-width: 100%;
}


/* 联系我们 */

.lxwm {
    padding-bottom: 1rem;
    overflow: hidden;
    margin: 0.34rem 0 0.6rem;
}

.lxwm ul {
    margin: 0 -0.14rem;
}

.lxwm li {
    width: 33.3%;
    float: left;
}

.lxwm li .mar {
    margin: 0 0.14rem;
    height: 2.7rem;
    border-radius: 0.4rem;
    background: #FFFFFF;
    border: 2px solid #F4D9FB;
    padding: 0.5rem;
    box-sizing: border-box;
}

.lxwm li .mar h2 {
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #999;
    margin-bottom: 0.4rem;
}

.lxwm li .mar h2 span {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.48rem;
    border-radius: 50%;
    text-align: center;
    background: #9937A2;
    margin-right: 0.18rem;
    font-weight: normal;
}

.lxwm li .mar p {
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #333;
}


/* 新闻列表页 */

.xwlbtj {
    margin: 0.15rem 0 1rem;
    overflow: hidden;
}

.xwlbtj ul {
    margin: 0 -0.23rem;
   min-height:5rem;
}

.xwlbtj li {
    width: 50%;
    float: left;
}

.xwlbtj li .mar {
    margin: 0 0.23rem;
    position: relative;
}

.xwlbtj li .mar .pic {
    position: relative;
    padding-bottom: 64%;
    overflow: hidden;
    border-radius: 30px;
}

.xwlbtj li .mar .pic img {
    position: absolute;
   max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.xwlbtj li .mar .pic img:hover {
   transform:translate(-50%, -50%)  scale(1.05);
}

.xwlbtj li .mar .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.25rem 1.2rem 0.15rem 0.35rem;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.54) 100%);
}

.xwlbtj li .mar .text span {
    font-size: 0.2rem;
    color: #fff;
    float: left;
    width: 1.1rem;
    font-family: 'Times New Roman', Times, serif;
    transform: translateY(-0.09rem);
}

.xwlbtj li .mar .text span b {
    font-size: 0.4rem;
    font-weight: normal;
    margin-right: 0.12rem;
}

.xwlbtj li .mar .text h2 {
    width: calc(100% - 1.1rem);
    float: right;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
    box-sizing: border-box;
   font-family: 'alphm';
}

.xwlbtj li:hover .mar .text h2 {
    transform: translateX(10px);
}

.xwlbtj li .mar .more {
    position: absolute;
    bottom: -0.21rem;
    right: -0.21rem;
}

.xwlbtj li .mar .more span {
    position: relative;
    width: 0.92rem;
    height: 0.92rem;
    background: #fff;
    border-radius: 50%;
    display: block;
}

.xwlbtj li .mar .more span::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0.21rem;
    top: 0.21rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #39bfa9;
    border-radius: 50%;
}

.xwlbtj li .mar .more span::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.21rem;
    top: 0.21rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/jt_bai.png) no-repeat center;
}

.xwlb {
    overflow: hidden;
}

.xwlb ul {
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.xwlb li {
    padding-bottom: 0.19rem;
    margin-bottom: 0.38rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.xwlb li::after {
    content: "";
    position: absolute;
    z-index: 5;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.63rem;
    background: url(../images/zxcg_xian.png) no-repeat;
    background-size: auto 100%;
}

.xwlb li .pic {
    width: 3.9rem;
    float: left;
    padding: 9px;
    position: relative;
    box-sizing: border-box;
}

.xwlb li .pic::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zxcg_lbbg.png) no-repeat;
    background-size: 100% 100%;
}

.xwlb li .pic span {
    display: block;
    position: relative;
    padding-bottom: 67.5%;
    overflow: hidden;
    border-radius: 30px;
}

.xwlb li .pic span img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.xwlb li:hover .pic span img {
   transform:translate(-50%, -50%)  scale(1.05);
}

.xwlb li .text {
    width: calc(100% - 4.5rem);
    float: right;
}

.xwlb li .text .tit {
    overflow: hidden;
    padding: 0.1rem 0 0.23rem;
}

.xwlb li .text .tit span {
    font-size: 0.2rem;
    color: #39BFA9;
    float: left;
    text-align: center;
    line-height: 0.26rem;
    font-family: 'Times New Roman', Times, serif;
}

.xwlb li .text .tit span b {
    font-weight: normal;
 font-size: 0.3rem;
}

.xwlb li .text .tit h2 {
    width: calc(100% - 0.85rem);
    float: right;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
    margin-top: 0.08rem;
   margin-top: 0.1rem;
   font-family: 'alphm';
}

.xwlb li .text p {
    font-size: 0.22rem;

    color: #999;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.32rem;
}

.xwlb li .text .time {
    font-size: 0.2rem;
    color: #39BFA9;
    display: none;
}

.xwlb li .text .jt {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.49rem;
    border-radius: 50%;
    background: #39bfa9;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.xwlb li .text .jt img {
    height: 0.16rem;
}

.xwlb li:hover .text .tit span,
.xwlb li:hover .text .tit h2 {
    color: #9937a2;
}

.xwlb li:hover .text .jt {
    background: #9937a2;
}


/*内容页*/

.contt_box {
    min-height: 450px;
}

.contt_tit {
    text-align: center;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 0.35rem;
    position: relative;
}

.contt_tit h1 {
    font-size: 0.36rem;
    color: #9937A2;
    font-family: 'alphm';
    margin-bottom: 0.3rem;
}

.contt_tit h3 {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
}

.contt_zhwen p {
    font-size: 0.24rem!important;
    color: #333!important;
    line-height: 0.5rem!important;
    margin-bottom: 0.15rem;
    text-indent: 0.5rem;
}

.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;
    margin-left: -0.5rem;
}

.contt_zhwen td {
    text-indent: 0em;
}

.contt_zhwen p td {
    text-indent: 0em;
    margin-bottom: 0px;
}

.contt_zhwen iframe {
    max-width: 90%;
    height: auto !important;
}

.contt_zhwen video {
    max-width: 90%;
    height: auto !important;
}

.contt_sxp {
    padding-top: 0.4rem;
    margin-top: 0.4rem;
    box-sizing: border-box;
    border-top: #CECECE 1px solid;
    position: relative;
}

.contt_sxp ul {
    width: calc(100% - 2rem);
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
    margin: 0.1rem 0;
}

.contt_sxp li a {
    color: #333;
    width: calc(100% - 1rem);
    float: left;
}

.contt_sxp li:nth-of-type(1):hover a {
    color: #39BFA9;
}

.contt_sxp li:nth-of-type(2):hover a {
    color: #9937A2;
}

.contt_sxp li span {
    width: 1rem;
    height: 0.4rem;
    border-radius: 5px;
    display: inline-block;
    float: left;
}

.contt_sxp li:nth-of-type(1) span {
    color: #39BFA9;
    background: linear-gradient(270deg, rgba(57, 191, 169, 0) 0%, rgba(57, 191, 169, 0.168) 100%);
}

.contt_sxp li:nth-of-type(2) span {
    color: #9937A2;
    background: linear-gradient(270deg, rgba(153, 55, 162, 0) 0%, rgba(153, 55, 162, 0.2) 100%);
}

.contt_sxp .back {
    position: absolute;
    right: 0;
    top: 0.8rem;
    width: 1.8rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.25rem;
    background: #9937A2;
    transition: all 0.3s ease-out 0s;
}

.contt_sxp .back a {
    display: block;
    font-size: 0.24rem;
    color: #fff;
}

.contt_sxp .back a img {
    margin-right: 0.1rem;
    height: 0.21rem;
}

.contt_sxp .back:hover {
    background: #75207D;
}

.contt_tit::before,
.contt_tit::after,
.contt_sxp::before,
.contt_sxp::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #cecece;
    bottom: -0.04rem;
}

.contt_tit::before,
.contt_sxp::before {
    left: 0;
}

.contt_tit::after,
.contt_sxp::after {
    right: 0;
}

.contt_sxp::before,
.contt_sxp::after {
    bottom: auto;
    top: -0.03rem;
}


/* 人才队伍 */

.rcdw {
    overflow: hidden;
    padding-top: 0.1rem;
}

.rcdw ul {
    margin: 0 -0.3rem;
}

.rcdw li {
    width: 20%;
    float: left;
    transition: all 0.3s ease-out 0s;
}

.rcdw li .mar {
    margin: 0 0.3rem 0.5rem;
    padding: 0.26rem 0.26rem 0.2rem;
    border-radius: 0.3rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #E3FAF7;
    box-sizing: border-box;
    transition: all 0.3s ease-out 0s;
}

.rcdw li .mar .pic {
    position: relative;
    padding-bottom: 138%;
    overflow: hidden;
    border-radius: 0.3rem;
}

.rcdw li .mar .pic img {
  position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
    transition:all 0.3s ease-out 0s;
}

.rcdw li:hover .mar .pic img {
    transform:scale(1.05);
}

.rcdw li .mar .text {
    padding: 0.05rem 0rem 0.07rem;
    overflow: hidden;
    text-align: center;
}

.rcdw li .mar .text h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.62rem;
    height: 0.62rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'alphm';
}

.rcdw li .mar .text p {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.05rem;
}

.rcdw li .mar .text span {
    height: 1px;
    background: #d8d8d8;
    position: relative;
    display: block;
}

.rcdw li .mar .text span::before,
.rcdw li .mar .text span::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #cecece;
    bottom: -0.03rem;
}

.rcdw li .mar .text span::before {
    left: 0;
}

.rcdw li .mar .text span::after {
    right: 0;
}

.rcdw li:hover .mar {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4DAFB 100%);
}


/* 人才队伍详情 */

.rcdw_xm {
    position: relative;
    border-radius: 0.3rem;
    box-sizing: border-box;
    border: 2px solid #dcf8f7;
    height: 4.1rem;
    margin-top: 0.7rem;
  background: linear-gradient(222deg, #FFFFFF 57%, #E3FAF7 116%);
}

.rcdw_xm::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/rcdw_xmbg.png) no-repeat;
    background-size: 100% 100%;
}

.rcdw_xm::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: -0.05rem;
    width: 100%;
    height: 100%;
    background: url(../images/rcdw_xm_xian.png) no-repeat top center;
    background-size: 100% 0.25rem;
    border-radius: 0.3rem;
}

.rcdw_xm .pic {
    width: 3rem;
    position: absolute;
    z-index: 3;
    top: -0.7rem;
    left: 0.7rem;
    border: #ddd 1px solid;
    border-radius: 0.3rem;
}

.rcdw_xm .pic span {
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
    border-radius: 0.3rem;
    display: block;
}

.rcdw_xm .pic span img {
    position: absolute;
     width: 100%;
     height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0.3rem;
}

.rcdw_xm .text {
    width: calc(100% - 3.7rem);
    float: right;
    padding: 0.45rem 0.7rem;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.rcdw_xm .text h2 {
    font-size: 0.3rem;
    font-family: 'alphm';
    line-height: 0.4rem;
    height: 0.4rem;
    color: #39BFA9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.rcdw_xm .text h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.4rem;
    height: 0.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 0.05rem;
}

.rcdw_xm .text span {
    margin: 0.16rem 0 0.35rem;
    width: 80%;
    height: 1px;
    background: url(../images/rcdw_xmxian.png) no-repeat left;
    display: block;
}

.rcdw_xm .text h4,
.rcdw_xm .text p {
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #333333;
}
.rcdw_xm .text p{
  margin-top:0.2rem;
}
.rcdw_js {
    padding-top: 0.3rem;
    overflow: hidden;
}

.rcdw_js .text {
    padding: 0.3rem 0;
    overflow: hidden;
}

.rcdw_js .text .tit {
    padding-left: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #333;
    background: url(../images/ic_zls.png) no-repeat left center;
    background-size: auto 0.27rem;
    margin-bottom: 0.2rem;
}

.rcdw_js .text .xq {
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #333;
}

.rcdw_js .text .xq p {
    font-size: 0.24rem!important;
    line-height: 0.5rem!important;
    color: #333!important;
    text-indent: 0.5rem;
}
.rcdw_js .text .xq p span{
   font-size: 0.24rem!important;
    line-height: 0.5rem!important;
    color: #333!important;
}
.rcdw_js .text .xq h3 {
    color: #39BFA9;
    font-size: 0.28rem;
    line-height: 0.5rem;
    text-indent: 0.5rem;
}


/* 列表页文字 */

.list_lb {
    
}

.list_lb ul {
    padding-bottom: 0.5rem;
    overflow: hidden;
   min-height:5rem;
}

.list_lb li {
    width: 100%;
    float: left;
}

.list_lb li .mar {
    overflow: hidden;
    margin-bottom: 0.48rem;
    padding-bottom: 0.43rem;
    transition: all 0.4s ease-out 0s;
    box-sizing: border-box;
    border-bottom: #cecece 1px dashed;
}

.list_lb li .mar .time {
    width: 1.2rem;
    float: left;
    padding-right: 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-size: 0.2rem;
    color: #39BFA9;
    position: relative;
    text-align: center;
    line-height: 0.34rem;
}

.list_lb li .mar .time span {
    font-size: 0.36rem;
    font-family: 'alphm';
    display: inline-block;
    margin-top: 0.2rem;
}

.list_lb li .mar .time::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 1.1rem;
    background: #e5e5e5;
    right: 0;
    top: 0;
}

.list_lb li .mar .text {
    width: calc(100% - 1.4rem);
    float: right;
    box-sizing: border-box;
    padding: 0 2.3rem 0 0.4rem;
    position: relative;
}

.list_lb li .mar .text h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
    font-family: 'alphm';
}

.list_lb li .mar .text p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_lb li .mar .text span {
    display: none;
    font-size: 0.2rem;
    color: #39BFA9;
    margin-top: 0.1rem;
}

.list_lb li .mar .text::before {
    content: "";
    position: absolute;
    right: 0.6rem;
    top: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 50%;
    background: #39bfa9;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.list_lb li .mar .text::after {
    content: "";
    position: absolute;
    right: 0.6rem;
    top: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/jt_bai.png) no-repeat center;
    background-size: auto 0.16rem;
}

.list_lb li:hover .mar {
    border-bottom: #9937a2 1px dashed;
}

.list_lb li:hover .mar .time,
.list_lb li:hover .mar .text h2 {
    color: #9937a2;
}

.list_lb li:hover .mar .text::before {
    background: #9937a2;
}


/* 加入我们 */

.jiaru {
    margin: 0.5rem 0 0.75rem;
    border: #f4d9fb 2px solid;
    border-radius: 0.3rem;
    overflow: hidden;
    padding: 0.3rem 0.05rem 0.5rem;
}

.jiaru li {
    width: 50%;
    float: left;
    position: relative;
}

.jiaru li .mar,
.jiaru2 .lb .cont li .mar {
    margin: 0rem 0.3rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.jiaru li .mar a,
.jiaru2 .lb .cont li .mar a {
    display: block;
    border-bottom: #fbf2fd 0.02rem solid;
    padding: 0.27rem 0;
    margin-bottom: 0.02rem;
}

.jiaru li .mar::before,
.jiaru2 .lb .cont li .mar::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #9937a2;
    transition: all 0.1s ease-out 0s;
}

.jiaru li .mar::after,
.jiaru2 .lb .cont li .mar::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0.02rem;
    height: 0.02rem;
    width: 0;
    background: #9937a2;
    transition: all 0.3s ease-out 0s;
}

.jiaru li:hover .mar::before,
.jiaru2 .lb .cont li:hover .mar::before {
    left: auto;
    right: 0;
}

.jiaru li:hover .mar::after,
.jiaru2 .lb .cont li:hover .mar::after {
    width: 100%;
}

.jiaru li .mar h2,
.jiaru2 .lb .cont li .mar h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.45rem;
    box-sizing: border-box;
   font-family: 'alphm';
}

.jiaru2 .lb .cont li .mar h2 {
    margin-right: 0;
}

.jiaru li .mar i {
    position: absolute;
    top: 0.3rem;
    right: 0;
}

.jiaru li .mar span,
.jiaru2 .lb .cont li .mar span {
    font-size: 0.2rem;
    color: #9937a2;
}

.jiaru li:hover .mar h2,
.jiaru li:hover .mar span,
.jiaru2 .lb .cont li:hover .mar h2,
.jiaru2 .lb .cont li:hover .mar span {
    color: #9937a2;
}

.jiaru2 {
    overflow: hidden;
}

.jiaru2 .lb {
    width: calc(50% - 0.3rem);
    float: left;
}

.jiaru2 .lb:nth-of-type(2) {
    float: right;
}

.jiaru2 .lb .cont {
    border: #f4d9fb 2px solid;
    border-radius: 0.3rem;
    overflow: hidden;
    padding: 0.3rem 0.05rem 0.5rem;
    margin-top: 0.5rem;
}

.jiaru2 .lb .cont li {
    width: 100%;
    float: left;
    position: relative;
}


/* 研究中心 */

.yjzx_box {
    background: url(../images/yjzx_bg.png) no-repeat center bottom;
    overflow: hidden;
}

.yjzx_box .cont {
    height: 6rem;
    position: relative;
    padding-top: 1.1rem;
}

.yjzx_box .cont .min {
    width: 5.07rem;
    height: 4.4rem;
    margin: 0 auto;
    background: url(../images/yjzx_m.png) no-repeat center;
    background-size: 100% 100%;
}

.yjzx_box .cont .lf,
.yjzx_box .cont .rg {
    position: absolute;
    z-index: 3;
    top: 0;
}

.yjzx_box .cont .lf {
    left: 0;
    width: calc(50% - 0.31rem);
}

.yjzx_box .cont .rg {
    right: 0;
    width: calc(50% - 0.235rem);
}

.yjzx_box .cont .lf li,
.yjzx_box .cont .rg li {
    width: 100%;
    float: left;
}

.yjzx_box .cont .lf li .mar,
.yjzx_box .cont .rg li .mar {
    background: url(../images/yjzx_lb.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.5rem 1rem 0.48rem 0.8rem;
    box-sizing: border-box;
    margin: 0.189rem 0;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.yjzx_box .cont .rg li .mar {
    background: url(../images/yjzx_lb2.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx_box .cont .lf li:hover .mar::before,
.yjzx_box .cont .rg li:hover .mar::before {
    content: "";
    position: absolute;
    width: 0.52rem;
    height: 0.52rem;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.26rem;
    border-radius: 50%;
    background: #fff;
}

.yjzx_box .cont .lf li:hover .mar::after,
.yjzx_box .cont .rg li:hover .mar::after {
    content: "";
    position: absolute;
    width: 0.52rem;
    height: 0.52rem;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.26rem;
    background: url(../images/jt_lu.png) no-repeat center;
    background-size: auto 0.26rem;
}

.yjzx_box .cont .lf li .mar h2,
.yjzx_box .cont .rg li .mar h2 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 0.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'alphm';
}

.yjzx_box .cont .lf li .mar p,
.yjzx_box .cont .rg li .mar p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    height: 0.34rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
}

.yjzx_box .cont .lf li:nth-of-type(1) .mar,
.yjzx_box .cont .lf li:nth-of-type(3) .mar {
    margin-left: 1.25rem;
}

.yjzx_box .cont .lf li:nth-of-type(2) .mar {
    margin-right: 1.25rem;
}

.yjzx_box .cont .rg li:nth-of-type(1) .mar,
.yjzx_box .cont .rg li:nth-of-type(3) .mar {
    margin-right: 1.25rem;
}

.yjzx_box .cont .rg li:nth-of-type(2) .mar {
    margin-left: 1.25rem;
}

.yjzx_box .cont .lf li:hover .mar,
.yjzx_box .cont .rg li:hover .mar {
    background: url(../images/yjzx_lb_h.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx_box .cont .lf li:hover .mar h2,
.yjzx_box .cont .rg li:hover .mar h2,
.yjzx_box .cont .lf li:hover .mar p,
.yjzx_box .cont .rg li:hover .mar p {
    color: #fff;
}

.list_lf {
    width: 3.4rem;
    float: left;
}

.list_lf .lftit {
    border-radius: 0.3rem;
    background: #9937A2;
    overflow: hidden;
    padding: 0.11rem 0.2rem;
    text-align: center;
}

.list_lf .lftit h1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
}

.sideMenu {
    padding: 0.25rem 0.35rem;
    box-sizing: border-box;
    margin-top: 0.14rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12%, #FFFFFF 100%);
    border: 1px solid #F4DAFB;
    position: relative;
    border-radius: 0.3rem;
}

.sideMenu::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0.48rem;
    top: -0.15rem;
    width: 1px;
    height: 0.4rem;
    border-left: #9937A2 1px dashed;
}

.sideMenu li {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 0.1rem;
}

.sideMenu li::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0.13rem;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: #9937A2 1px dashed;
}

.sideMenu li:nth-last-child(1):before {
    height: calc(100% - 0.4rem);
}

.sideMenu li em {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 50%;
    margin-top: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/ltsjx.png) no-repeat center;
    cursor: pointer;
}

.sideMenu li.current em {
    transform: rotate(90deg);
}

.sideMenu li h3 a {
    display: block;
    padding: 0.2rem 0.45rem 0.2rem 0.2rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
}

.sideMenu li h3 a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0.35rem;
    width: 0.07rem;
    height: 0.07rem;
    background: #9937A2;
    border-radius: 50%;
}

.sideMenu li h3 a::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: -0.08rem;
    top: 0.28rem;
    width: 0.2rem;
    height: 0.2rem;
    border: #9937A2 1px solid;
    border-radius: 50%;
    opacity: 0;
}

.sideMenu dl {
    display: none;
    overflow: hidden;
}

.sideMenu dl dd {
    position: relative;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.26rem;
    cursor: pointer;
    padding: 0.05rem 0.2rem;
    box-sizing: border-box;
}

.sideMenu li.current h3>a,
.sideMenu li:hover h3>a,
.sideMenu dl dd.current,
.sideMenu dl dd:hover,
.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #9937A2;
}

.sideMenu li.current h3 a::after,
.sideMenu li:hover h3>a::after {
    opacity: 1;
}


/* .sideMenu li.current em,
.sideMenu li:hover em {
    background: url(../images/ltsj2.png) no-repeat center;
} */

.sideMenu li.current dl {
    display: block !important;
    padding-bottom: 0.2rem;
}

.list_rg {
    float: right;
    width: calc(100% - 4.2rem);
}


/* 研究中心-中心介绍 */

.ky_zxjs {
    padding-top: 0.5rem;
    overflow: hidden;
    min-height: 4.5rem;
}

.ky_zxjs p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333;
    text-indent: 0.5rem;
}


/* 研究中心-学术带头人 */

.tdtit {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #333;
    padding-left: 0.45rem;
    background: url(../images/ic_luse.png) no-repeat left center;
    margin-top: 0.55rem;
}

.tddtr {
    margin: 0.35rem 0 0.1rem;
    overflow: hidden;
    padding: 0.5rem 0.45rem;
    background: linear-gradient(222deg, #FFFFFF 57%, #E3FAF7 116%);
    border-radius: 0.3rem;
    box-sizing: border-box;
    border: 2px solid #E3FAF7;
}

.tddtr .pic {
    width: 2.8rem;
    height: 2.8rem;
    float: left;
    border-radius: 50%;
    position: relative;
}

.tddtr .pic::after {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.02rem;
    width: 100%;
    height: 100%;
    background: #78d4c5;
    background: linear-gradient(180deg, rgba(57, 191, 169, 0) -15%, #39BFA9 100%);
    border-radius: 50%;
}

.tddtr .pic span {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}

.tddtr .pic span img {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.tddtr .text {
    float: right;
    width: calc(100% - 3.6rem);
}

.tddtr .text h2 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.5rem;
    padding-bottom: 0.1rem;
    border-bottom: #eee 1px solid;
}

.tddtr .text h2 b {
    color: #39BFA9;
    display: inline-block;
    margin-right: 0.35rem;
}

.tddtr .text p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.38rem;
    height: 1.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.25rem 0 0.5rem;
}

.tddtr .text span {
    transition: all 0.5s ease;
}

.tddtr .text span a {
    color: #39BFA9;
    font-size: 0.18rem;
    display: inline-block;
    position: relative;
    height: 0.34rem;
    line-height: 0.34rem;
    padding-right: 0.5rem;
}

.tddtr .text span:hover {
    transform: translateX(10px);
}

.tddtr .text span a::before,
.tddtr .text span a::after {
    content: "";
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 0.34rem;
    height: 0.34rem;
}

.tddtr .text span a::before {
    z-index: 1;
    background: #39bfa9;
    border-radius: 50%;
}

.tddtr .text span a::after {
    z-index: 2;
    background: url(../images/jt_bai4.png) no-repeat center;
}

.tdcy {
    overflow: hidden;
}

.tdcy ul {
    margin: 0 -0.54rem;
}

.tdcy li {
    width: 33.3%;
    float: left;
    transition: all 0.3s ease-out 0s;
}

.tdcy li .mar {
    margin: 0.4rem 0.54rem 0;
    padding: 0.25rem 0.5rem 0.2rem;
    border-radius: 0.3rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #E3FAF7;
    box-sizing: border-box;
    transition: all 0.3s ease-out 0s;
}

.tdcy li .mar .pic {
    position: relative;
    padding-bottom: 137%;
    overflow: hidden;
    border-radius: 0.3rem;
}

.tdcy li .mar .pic img {
   position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
    transition:all 0.3s ease-out 0s;
    border-radius: 0.3rem;
}

.tdcy li:hover .mar .pic img {
    transform:scale(1.05);
}

.tdcy li .mar .text {
    overflow: hidden;
    text-align: center;
    padding: 0.05rem 0 0.07rem;
}

.tdcy li .mar .text h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.62rem;
    height: 0.62rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'alphm';
}

.tdcy li .mar .text p {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.05rem;
}

.tdcy li .mar .text span {
    height: 1px;
    background: #d8d8d8;
    position: relative;
    display: block;
}

.tdcy li .mar .text span::before,
.tdcy li .mar .text span::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #cecece;
    bottom: -0.03rem;
}

.tdcy li .mar .text span::before {
    left: 0;
}

.tdcy li .mar .text span::after {
    right: 0;
}


/* 科研平台 */

.kptlb {
    border-radius: 0.3rem;
    box-sizing: border-box;
    border: 2px solid #F7E5FC;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.kptlb .bg {
    padding: 0.44rem 0.5rem 0.64rem;
    overflow: hidden;
}

.kptlb .bg .pic {
    width: 5rem;
    float: left;
    border-radius: 0.3rem;
    position: relative;
    margin-top: 0.2rem;
}

.kptlb .bg .pic::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}

.kptlb .bg .text {
    width: calc(100% - 5.5rem);
    float: right;
}

.kptlb .bg .pic span {
    display: block;
    position: relative;
    padding-bottom: 64%;
    overflow: hidden;
    border-radius: 0.3rem;
    z-index: 2;
}

.kptlb .bg .pic span img {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.3rem;
}

.kptlb .bg .text h2 {
    font-size: 0.32rem;
    color: #333;
    line-height: 0.8rem;
    max-height: 0.8rem;
    overflow: hidden;
    border-bottom: #cbcbcb 1px solid;
   font-family: 'alphm';
}

.kptlb .bg .text p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.38rem;
    height: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
}

.kptlb.num1 .bg {
    background: #fff url(../images/kypt_bg.png) no-repeat right bottom;
    background-size: auto 100%;
}

.kptlb.num1 .bg .pic::after {
    background: #c8dfed;
}

.kptlb.num2 .bg {
    background: #f4f2f7 url(../images/kypt_bg2.png) no-repeat left bottom;
    background-size: auto 100%;
}

.kptlb.num2 .bg .pic::after {
    background: #f4d9fb;
}

.kptlb.num3 .bg {
    background: #fff url(../images/kypt_bg3.png) no-repeat right bottom;
    background-size: auto 100%;
}

.kptlb.num3 .bg .pic::after {
    background: #f1ddc0;
}

.kptlb.num4 .bg {
    background: #f4f2f7 url(../images/kypt_bg4.png) no-repeat left bottom;
    background-size: auto 100%;
}

.kptlb.num4 .bg .pic::after {
    background: #a6b4d4;
}

.kptlb.num5 .bg {
    background: #fff url(../images/kypt_bg5.png) no-repeat right bottom;
    background-size: auto 100%;
}

.kptlb.num5 .bg .pic::after {
    background: #f4e4e4;
}

.kptlb.num2 .bg .pic,
.kptlb.num4 .bg .pic {
    float: right;
}

.kptlb.num2 .bg .text,
.kptlb.num4 .bg .text {
    float: left;
}


/* 学术动态列表 */

.kyxsdt {
    overflow: hidden;
}

.kyxsdt ul {
    margin: 0 -0.3rem;
    overflow: hidden;
    min-height:5rem;
}

.kyxsdt li {
    width: 33.3%;
    float: left;
}

.kyxsdt li .mar {
    border-radius: 0.4rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #F4D9FB;
    padding: 0.37rem;
    overflow: hidden;
    margin: 0 0.3rem 0.5rem;
    transition: all 0.3s ease-out 0s;
}

.kyxsdt li:hover .mar {
    background: linear-gradient(180deg, #F4D9FB 0%, rgba(244, 217, 251, 0) 100%);
}

.kyxsdt li .mar .pic {
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
    border-radius: 0.3rem;
}

.kyxsdt li .mar .pic img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.3rem;
}

.kyxsdt li:hover .mar .pic img {
   transform:translate(-50%, -50%)  scale(1.05);
}

.kyxsdt li .mar .text {
    overflow: hidden;
    padding-top: 0.35rem;
}

.kyxsdt li .mar .text p {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.44rem;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.4rem;
    box-sizing: border-box;
}

.kyxsdt li .mar .text p:nth-of-type(1) {
    background: url(../images/xs_sj.png) no-repeat 3px center;
}

.kyxsdt li .mar .text p:nth-of-type(2) {
    background: url(../images/xs_dd.png) no-repeat left center;
}

.kyxsdt li .mar .text span {
    margin-top: 0.22rem;
    width: 1.35rem;
    height: 0.34rem;
    line-height: 0.34rem;
    display: inline-block;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    border-radius: 0.5rem;
}

.kyxsdt li .mar .text span.wei {
    background: #39BFA9;
}
.kyxsdt li .mar .text span.ing{
  background: #9937A2;
}
.kyxsdt li .mar .text span.yi {
    background: #B5B5B5;
}


/* 专利成果列表页 */

.ltzlcg {
    overflow: hidden;
}

.ltzlcg ul {
    margin: 0 -0.3rem;
    overflow: hidden;
   min-height:5rem;
}

.ltzlcg li {
    width: 50%;
    float: left;
}

.ltzlcg li .mar {
    border-radius: 0.4rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #F4D9FB;
    padding: 0.29rem;
    overflow: hidden;
    margin: 0 0.3rem 0.5rem;
    transition: all 0.3s ease-out 0s;
}

.ltzlcg li:hover .mar {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #F4DAFB 100%);
}

.ltzlcg li .mar .pic {
    width: 3rem;
    float: left;
}

.ltzlcg li .mar .pic span {
    position: relative;
    padding-bottom: 129%;
    overflow: hidden;
    border-radius: 0.3rem;
    display: block;
}

.ltzlcg li .mar .pic span img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.3rem;
}

.ltzlcg li:hover .mar .pic span img {
   transform:translate(-50%, -50%)  scale(1.05);
}

.ltzlcg li .mar .text {
    width: calc(100% - 3.4rem);
    float: right;
    height: 3.85rem;
    position: relative;
}

.ltzlcg li .mar .text h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.44rem;
    max-height: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.3rem 0 0.18rem;
}

.ltzlcg li:hover .mar .text h2 {
    color: #9937A2;
}

.ltzlcg li .mar .text p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.34rem;
    max-height: 1.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.18rem 0 0.65rem;
}

.ltzlcg li .mar .text i {
    width: 0.35rem;
    height: 0.06rem;
    background: #39BFA9;
    display: inline-block;
}

.ltzlcg li:hover .mar .text i {
    background: #9937A2;
}

.ltzlcg li .mar .text .xq {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ltzlcg li .mar .text .xq span {
    transition: all 0.3s ease-out 0s;
    float: right;
    position: relative;
    padding-right: 0.5rem;
    font-size: 0.18rem;
    color: #39BFA9;
    display: inline-block;
    line-height: 0.34rem;
}

.ltzlcg li .mar .text .xq span::before,
.ltzlcg li .mar .text .xq span::after {
    content: "";
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 0.34rem;
    height: 0.34rem;
}

.ltzlcg li .mar .text .xq span::before {
    z-index: 1;
    background: #39bfa9;
    border-radius: 50%;
}

.ltzlcg li .mar .text .xq span::after {
    z-index: 2;
    background: url(../images/jt_bai4.png) no-repeat center;
    background-size: auto 0.12rem;
}

.ltzlcg li:hover .mar .text span {
    color: #9937A2;
    transform: translateX(5px);
}

.ltzlcg li:hover .mar .text span::before {
    background: #9937A2;
}


/* 成果最新动态 */

.cgzxdt {
    overflow: hidden;
}

.cgzxdt ul {
    margin: 0 -0.3rem;
    overflow: hidden;
    min-height:5rem;
}

.cgzxdt li {
    width: 33.3%;
    float: left;
}

.cgzxdt li .mar {
    border-radius: 0.4rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #F4D9FB;
    padding: 0.36rem;
    overflow: hidden;
    margin: 0 0.3rem 0.5rem;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.cgzxdt li:hover .mar {
    background: linear-gradient(180deg, #F4DBFB 0%, #FFFFFF 100%);
}

.cgzxdt li .mar span {
    position: absolute;
    left: 0;
    top: 0.38rem;
    width: 1.8rem;
    height: 0.34rem;
    line-height: 0.34rem;
    border-radius: 0 0.5rem 0.5rem 0;
    padding-left: 0.36rem;
    background: #39BFA9;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}

.cgzxdt li .mar .pic {
    position: relative;
    padding-bottom: 64%;
    overflow: hidden;
    border-radius: 0.3rem;
    display: block;
}

.cgzxdt li .mar .pic img {
    position: absolute;
   max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.3rem;
}

.cgzxdt li .mar .pic img {
    transform:translate(-50%, -50%)  scale(1.05);
}

.cgzxdt li .mar h2 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.44rem;
    height: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.58rem 0 0.25rem;
}

.cgzxdt li .mar p {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.34rem;
    height: 1.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
}

.cgzxdt li .mar:hover span {
    background: #9937A2;
}

.cgzxdt li .mar:hover h2 {
    color: #9937A2;
}

.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9937A2;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #9937A2;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}




.pb_sys_style1 .p_no_d {
    border: 1px solid #39BFA9!important;
    background-color: #39BFA9!important;
}