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: #7d3785;
}

.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: "Microsoft YaHei";
}

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: 1800px) {
    .ctbx {
        width: calc(100vw - 3rem);
    }
}

.ctbx {
    max-width: 14.8rem;
}

@font-face {
    font-family: PingFang SC;
    src: url(/fonts/PingFang_m.ttf)
}

@font-face {
    font-family: PingFang B;
    src: url(/fonts/PingFang_b.ttf)
}


/* 细胞 */

.cont1_box {
    overflow: hidden;
    padding: 0.5rem 0 0.7rem;
    background: url(/images/ybg1.jpg) no-repeat center;
    background-size: cover;
}

.contnr {
    position: relative;
    overflow: hidden;
}

.cont1_box .contnr {
    padding: 0.4rem 0.4rem 0.4rem 0;
}

.cont1_box .contnr::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 4.3rem;
    height: 100%;
   background: url(/images/ytx1.png) no-repeat;
    background-size: cover;
}

.ytp,
.yjs {
    width: 50%;
}

.ytp {
    position: relative;
    z-index: 2;
}

.yxbrg {
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
}

.ytp .pad {
    box-sizing: border-box;
    overflow: hidden;
}

.yjs .pad {
    box-sizing: border-box;
}

.yjs .pad .tit {
    position: relative;
    padding-bottom: 0.1rem;
}

.yjs .pad .tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 4px;
    background: #961EA4;
}

.yjs .pad .tit h2 {
    font-family: PingFang B;
    font-size: 0.34rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.06rem;
}

.yjs .pad .tit h3 {
    font-family: Arial;
    font-size: 0.2rem;
    font-weight: normal;
    color: #731F85;
    margin-bottom: 0.08rem;
}

.yjs .pad .text {
    padding: 0.3rem 0;
    overflow-x: hidden;
}

.yjs .pad .text p {
    font-family: PingFang SC;
    font-size: 0.16rem;
    font-weight: 300;
    line-height: 0.3rem;
    height: 1.2rem;
    letter-spacing: normal;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.more a {
    display: block;
    height: .46rem;
    /*padding: 0 .16rem;*/
    line-height: .44rem;
    color: #9f42e6;
    font-weight: 700;
    width: 1.6rem;
    text-align: center;
    border: 1px solid #9f42e6;
}
.more a img{
  height:0.1rem;
}
.ytp .pad .pic {
    position: relative;
    z-index: 3;
    padding-bottom: 56%;
    overflow: hidden;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease;
}

.ytp .pad .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

.ytp .pad .pic img:hover {
    transform: scale(1.05);
}

.cont1_box .ytp .pad,
.cont2_box .yjs .pad {
    padding-left: 0.75rem;
}

.cont1_box .yjs .pad,
.cont2_box .ytp .pad {
    padding-right: 0.75rem;
}

.cont2_box {
    overflow: hidden;
    background: url(/images/ybg2.jpg) no-repeat center;
    background-size: cover;
}

.cont2_box .contnr {
    padding: 0.4rem 0 0.4rem 0.4rem;
}

.cont2_box .contnr::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 4.3rem;
    height: 100%;
   background: url(/images/ytx2.png) no-repeat;
    background-size: cover;
}

.cont2_box .contnr .yjs .pad .more {
    float: right;
}
.cont2_box .yjs .pad .tit::after{
      left: auto;
    right: 0;
}
.cont1_box.cont3_box {
    background: url(/images/ybg3.jpg) no-repeat center;
    background-size: cover;
}
.cont2_box .yjs .pad .tit{
      text-align: right;
}
.cont2_box .yjs .pad .text p{
  text-align: right;
}


.yxqbg1 {
    position: relative;
    background: url(/images/yxqbg1.jpg) no-repeat center;
    background-size: cover;
    padding: 0.9rem 0 0.6rem;
    overflow: hidden;
}

.yxqbg1::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 5.12rem;
    height: 100%;
    background: url(/images/yxqtx.png) no-repeat;
    background-size: 100% 100%;
}

.ysztit {
    font-family: PingFang B;
    font-size: 0.34rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    position: relative;
    padding-bottom: 0.13rem;
    overflow: hidden;
    text-align: center;
}

.ysztit::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -0.33rem;
    bottom: 0;
    width: 0.66rem;
    height: 0.04rem;
    background: #961EA4;
}

.yszyz {
    position: relative;
    z-index: 3;
    padding-top: 0.55rem;
}

.ysztp {
    width: 3.7rem;
    height: 3.7rem;
    float: left;
    border-radius: 50%;
    padding: 0rem 0.1rem 0.1rem 0;
    position: relative;
}

.ysztp::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #6E20C2 0%, #8D1EAB 100%);
    box-shadow: 0px 4px 20px 0px rgba(153, 58, 209, 0.3);
    border-radius: 50%;
}

.ysztp .pic {
    position: relative;
    z-index: 3;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #000;
}

.ysztp .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yszjs {
    width: calc(100% - 4.7rem);
    float: right;
}

.yszjs .tit {
    overflow: hidden;
}

.yszjs .tit h2 {
    font-family: PingFang SC;
    font-size: 0.3rem;
    font-weight: 300;
    color: #7C20B8;
    position: relative;
    padding-bottom: 0.18rem;
    padding-left: 0.15rem;
    box-sizing: border-box;
}

.yszjs .tit h2::before,
.yszjs .tit h2::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.yszjs .tit h2::before {
    background: #7C20B8;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    z-index: 2;
}

.yszjs .tit h2::after {
    bottom: 0;
    width: 80%;
    height: 0.1rem;
    background: url(/images/yszjs_xian.png) no-repeat left;
}

.yszjs .tit h2 span {
    color: #333333;
    display: inline-block;
    margin-left: 0.35rem;
}

.yszjs .tit h3 {
    font-size: 0.22rem;
    color: #333333;
    padding: 0.12rem 0rem 0.25rem;
    overflow: hidden;
    padding-left: 0.15rem;
    box-sizing: border-box;
}

.yszjs .jian {
    padding-left: 0.15rem;
    overflow: hidden;
}

.yszjs .jian p {
    font-family: PingFang SC;
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 3rem;
    letter-spacing: normal;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}


/* 研究中心 */

.yxqbg2 {
    padding: 1rem 0 0;
    overflow: hidden;
    background: url(/images/yxqbg2.jpg) no-repeat center;
    background-size: cover;
}

.yjzx {
    position: relative;
    margin: 0.33rem 0 1.1rem;
    overflow: hidden;
}

.yjzx .ylf,
.yjzx .yrg {
    width: 50%;
    float: left;
}

.yjzx .ylf ul {
    padding-right: 1.72rem;
}

.yjzx .ylf.yrg ul {
    padding-right: 0;
    padding-left: 1.72rem;
}

.yjzx .ymin {
    width: 3.52rem;
    background: url(/images/yjzx_tpbg.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 0.9rem;
    margin-left: -1.72rem;
}

.yjzx .ymin .pic {
    padding: 0.5rem;
    overflow: hidden;
}

.yjzx .ymin .pic img {
    width: 100%;
    height: 100%;
}

.yjzx .ylf li {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    transition: .5s;
    padding-right: 0.5rem;
}

.yjzx .ylf.yrg li {
    padding-right: 0;
    padding-left: 0.5rem;
}

.yjzx .ylf li .mar {
    border-radius: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 0.2rem 0.55rem 0.15rem 0.35rem;
    position: relative;
    margin: 0.09rem 0;
    box-sizing: border-box;
    height: 1.2rem;
    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;
}

.yjzx .ylf li .mar .sjbg {
    padding-right: 0.2rem;
    box-sizing: border-box;
    padding-top: 0.1rem;
}

.yjzx .ylf li:nth-of-type(1) .mar .sjbg,
.yjzx .ylf li:nth-of-type(3) .mar .sjbg,
.yjzx .ylf li:nth-of-type(4) .mar .sjbg {
    padding-top: 0rem;
}

.yjzx .ylf.yrg li .mar {
    padding: 0.18rem 0.35rem 0.12rem 0.55rem;
    box-sizing: border-box;
}

.yjzx .ylf.yrg li .mar .sjbg {
    padding: 0.1rem 0 0 0.2rem;
}

.yjzx .ylf li::after {
    content: "";
    position: absolute;
    z-index: 0;
}

.yjzx .ylf li .mar h2 {
    font-family: PingFang SC;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.02rem;
}

.yjzx .ylf li .mar p {
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yjzx .ylf li:hover .mar {
    background: linear-gradient(265deg, #731F81 -37%, #7C1FD0 99%);
}

.yjzx .ylf li:hover .mar .sjbg {
    background: url(/images/yjt2.png) no-repeat right center;
}

.yjzx .ylf li:hover .mar h2,
.yjzx .ylf li:hover .mar p {
    color: #fff;
}

.yjzx .ylf li:nth-of-type(1)::after {
    right: -0.7rem;
    top: 0.6rem;
    width: 1.59rem;
    height: 0.96rem;
    background: url(/images/yjzx_ic01.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf li:nth-of-type(2)::after {
    right: -0.29rem;
    top: 0.7rem;
    width: 1.19rem;
    height: 0.46rem;
    background: url(/images/yjzx_ic02.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf li:nth-of-type(3)::after {
    right: -0.29rem;
    top: 0.3rem;
    width: 1.19rem;
    height: 0.45rem;
    background: url(/images/yjzx_ic03.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf li:nth-of-type(4)::after {
    right: -0.7rem;
    bottom: 0.65rem;
    width: 1.59rem;
    height: 0.85rem;
    background: url(/images/yjzx_ic04.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf.yrg li:nth-of-type(1)::after {
    left: -0.7rem;
    top: 0.6rem;
    height: 0.96rem;
    background: url(/images/yjzx_ic05.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf.yrg li:nth-of-type(2)::after {
    left: -0.29rem;
    top: 0.70rem;
    width: 1.19rem;
    height: 0.46rem;
    background: url(/images/yjzx_ic06.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf.yrg li:nth-of-type(3)::after {
    left: -0.29rem;
    top: 0.3rem;
    width: 1.19rem;
    height: 0.45rem;
    background: url(/images/yjzx_ic07.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx .ylf.yrg li:nth-of-type(4)::after {
    left: -0.7rem;
    bottom: 0.63rem;
    height: 0.85rem;
    background: url(/images/yjzx_ic08.png) no-repeat;
    background-size: 100% 100%;
}

.yrczp {
    height: 1.5rem;
    line-height: 1.5rem;
    background: url(/images/yrczp_tp.png) no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1rem;
}

.yrczp a {
    display: block;
    font-family: PingFang B;
    font-size: 0.32rem;
    color: #FFFFFF;
}

.yrczp a img {
    margin-left: 0.75rem;
    transition: all 0.3s ease-out 0s;
}

.yrczp:hover img {
    transform: translateX(-15px);
}


/* 人工智能 */

.yrgzn_bg1 {
    padding: 0.65rem 0rem 0.9rem;
    overflow: hidden;
    background: url(/images/yrgzn_bg1.jpg) no-repeat;
}

.yrgjs_nr {
    padding: 0.5rem 0.9rem;
    overflow: hidden;
    background: #F2F3F9;
    margin-bottom: 0.7rem;
}

.yrgjs_nr .jianj {
    padding-top: 0.3rem;
    overflow: hidden;
}

.yrgjs_nr .jianj p {
    font-family: PingFang SC;
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666666;
}

.yrgjs_xq {
    overflow: hidden;
}

.yrgjs_xq ul {
    margin: 0px -26px;
}

.yrgjs_xq li {
    width: 25%;
    float: left;
}

.yrgjs_xq li .mar {
    margin: 0px 26px;
    position: relative;
    height: 3.3rem
}

.yrgjs_xq li .mar .pic {
    position: relative;
    overflow: hidden;
    height: 3.3rem;
}

.yrgjs_xq li .mar .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.yrgjs_xq li .mar .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0 0.45rem;
    box-sizing: border-box;
    text-align: center;
}

.yrgjs_xq li .mar .text {
    height: 2.5rem;
}

.yrgjs_xq li .mar .text h1 {
    font-family: PingFang SC;
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: #FFFFFF;
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.10rem;
}

.yrgjs_xq li:nth-of-type(1) .mar .text h1 {
    margin-top: 0.4rem;
}

.yrgjs_xq li .mar .text span {
    display: block;
    width: 0.36rem;
    height: 0.04rem;
    background: #fff;
    margin: auto;
}

.yrgjs_xq li .mar .text h3 {
    margin-top: 0.15rem;
    font-family: Arial;
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yrgjs_xq li .mar .djjr {
    position: absolute;
    left: 0px;
    bottom: 0.4rem;
    width: 100%;
    text-align: center;
 font-size: 0.18rem;
    line-height: 0.4rem;
    color: #FFFFFF;
transition: all 0.4s ease-out 0s;
}

.yrgjs_xq li .mar .djjr a {
   color: #FFFFFF;
        display: inline-block;
    
}
.yrgjs_xq li .mar .djjr:hover{
 transform: translateY(5px);;
}

/* 研究开元k98成果展示 */

.yrgzn_bg2 {
    overflow: hidden;
    background: url(/images/yrgzn_bg2.jpg) no-repeat;
    position: relative;
    margin-bottom: 0.8rem;
}

.yrgzn_bg2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 49%;
    height: 100%;
    background: url(/images/yrgzn_tp2.png) no-repeat;
    background-size: 100% 100%;
}

.yrgzn_cg {
    width: 50%;
    float: right;
    padding: 1.15rem 0 1.35rem;
    overflow: hidden;
}

.yrgzn_cg h1 {
    font-family: PingFang B;
    font-size: 0.34rem;
    letter-spacing: normal;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 0.12rem;
    margin-bottom: 0.35rem;
}

.yrgzn_cg h1::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 0.66rem;
    height: 0.04rem;
    background: #fff;
}

.yrgzn_cg p {
    font-family: PingFang SC;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #FFFFFF;
}

.yrgzn_cg .more {
    margin-top: 1.05rem;
}

.yrgzn_cg .more a {
    color: #fff;
    border: 1px solid #fff;
}


/* 共设置6中心 */

.gs6zx_bg {
    padding: 0.7rem 0rem 0.9rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
    background: url(/images/gs6zx_bg.jpg) no-repeat;
    background-size: cover;
}

.gs6zx_bg .gs6zx {
    position: relative;
    overflow: hidden;
    margin-top: 0.35rem;
}

.gslf {
    width: 50%;
    float: left;
    overflow: hidden;
}

.gslf ul {
    padding-right: 2.42rem;
    box-sizing: border-box;
}

.gslf.gsrg ul {
    padding-right: 0;
    padding-left: 2.42rem;
}

.gslf li {
    width: 100%;
    float: left;
}

.gslf li .mar {
    padding: 0.3rem 0.35rem 0.28rem;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0.15rem 0;
    transition: all 0.5s ease;
}

.gslf li .mar::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0.3rem;
    width: 0.04rem;
    height: 0.6rem;
    background: #731f83;
}

.gslf li:hover .mar a {
    display: block;
    padding-right: 0.45rem;
    box-sizing: border-box;
}

.gslf li .mar h2 {
    font-family: PingFang SC;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.08rem;
}

.gslf li .mar p {
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: 0.24rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gslf li:hover .mar {
    background: linear-gradient(265deg, #731F81 -37%, #7C1FD0 98%);
}

.gslf li:hover .mar::before {
    display: none;
}

.gslf li:hover .mar a {
    background: url(/images/yjt2.png) no-repeat right center;
}

.gslf li:hover .mar h2,
.gslf li:hover .mar p {
    color: #fff;
}

.gslf li::after {
    content: "";
    position: absolute;
    z-index: 2;
}

.gslf li:nth-of-type(1).on::after {
    width: 1.57rem;
    height: 1.81rem;
    margin-left: -1.59rem;
    left: 50%;
    top: 0.4rem;
    background: url(/images/gs6zx_ic06.png) no-repeat;
    background-size: 100% 100%;
}

.gslf li:nth-of-type(2).on::after {
    width: 1.8rem;
    height: 1.81rem;
    margin-left: -1.86rem;
    left: 50%;
    top: 1.35rem;
    background: url(/images/gs6zx_ic05.png) no-repeat;
    background-size: 100% 100%;
}

.gslf li:nth-of-type(3).on::after {
    width: 1.57rem;
    height: 1.81rem;
    margin-left: -1.59rem;
    left: 50%;
    top: 2.29rem;
    background: url(/images/gs6zx_ic04.png) no-repeat;
    background-size: 100% 100%;
}

.gslf.gsrg li:nth-of-type(1).on::after {
    width: 1.57rem;
    height: 1.81rem;
    margin-left: 0;
    left: auto;
    margin-right: -1.59rem;
    right: 50%;
    top: 0.4rem;
    background: url(/images/gs6zx_ic01.png) no-repeat;
    background-size: 100% 100%;
}

.gslf.gsrg li:nth-of-type(2).on::after {
    width: 1.8rem;
    height: 1.81rem;
    margin-left: 0;
    left: auto;
    margin-right: -1.86rem;
    right: 50%;
    top: 1.35rem;
    background: url(/images/gs6zx_ic02.png) no-repeat;
    background-size: 100% 100%;
}

.gslf.gsrg li:nth-of-type(3).on::after {
    width: 1.57rem;
    height: 1.81rem;
    margin-left: 0;
    left: auto;
    margin-right: -1.59rem;
    right: 50%;
    top: 2.29rem;
    background: url(/images/gs6zx_ic03.png) no-repeat;
    background-size: 100% 100%;
}

.gsmin {
    width: 4.84rem;
    float: left;
    padding: 0 0.56rem;
    box-sizing: border-box;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    margin-left: -2.42rem;
}

.gsmin .nr {
    position: relative;
    overflow: hidden;
    width: 3.71rem;
    height: 3.71rem;
    background: url(/images/gs6zx_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.gsmin .num {
    position: relative;
    width: 100%;
    height: 100%;
}

.gsmin .num li {
    float: left;
    position: absolute;
    z-index: 5;
}

.gsmin .num span {
    display: block;
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #9F90AF;
}

.gsmin .num li:nth-of-type(1) {
    width: 1.57rem;
    height: 1.81rem;
    left: 0.25rem;
    top: 0;
}

.gsmin .num li:nth-of-type(1) span {
    margin: 0.68rem 0 0 0.3rem;
}

.gsmin .num li:nth-of-type(2) {
    width: 1.57rem;
    height: 1.81rem;
    right: 0.25rem;
    top: 0;
}

.gsmin .num li:nth-of-type(2) span {
    margin: 0.71rem 0.29rem 0 0;
    float: right;
}

.gsmin .num li:nth-of-type(3) {
    width: 1.8rem;
    height: 1.81rem;
    left: 0rem;
    top: 0.95rem;
}

.gsmin .num li:nth-of-type(3) span {
    line-height: 1.81rem;
    margin-left: 0.15rem;
}

.gsmin .num li:nth-of-type(4) {
    width: 1.8rem;
    height: 1.81rem;
    right: 0rem;
    top: 0.95rem;
}

.gsmin .num li:nth-of-type(4) span {
    line-height: 1.81rem;
    float: right;
    margin-right: 0.15rem;
}

.gsmin .num li:nth-of-type(5) {
    width: 1.57rem;
    height: 1.81rem;
    left: 0.26rem;
    bottom: 0;
}

.gsmin .num li:nth-of-type(5) span {
    bottom: 0.38rem;
    left: 0.6rem;
    position: absolute;
}

.gsmin .num li:nth-of-type(6) {
    width: 1.57rem;
    height: 1.81rem;
    right: 0.26rem;
    bottom: 0;
}

.gsmin .num li:nth-of-type(6) span {
    bottom: 0.38rem;
    right: 0.6rem;
    position: absolute;
}

.gsmin .shu {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -1.07rem;
    margin-top: -1.07rem;
    width: 2.14rem;
    height: 2.14rem;
    line-height: 2.14rem;
    text-align: center;
    font-family: PingFang SC;
    font-size: 1rem;
    letter-spacing: normal;
    color: #731F83;
    border-radius: 50%;
    background: #fff;
}


/* 中心带头人 */

.yzxdtr_box {
    padding: 0.9rem 0 0.7rem;
    overflow: hidden;
}

.dtrtit {
    font-family: PingFang B;
    font-size: 0.34rem;
    color: #333333;
    position: relative;
    padding-left: 0.17rem;
    overflow: hidden;
}

.dtrtit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.18rem;
    width: 0.04rem;
    height: 0.36rem;
    background: linear-gradient(180deg, #5B21CE 0%, #941EA5 100%);
}

.yzxdtr_jj {
    padding-top: 0.5rem;
    overflow: hidden;
}

.yzxdtr_jj p {
    font-family: PingFang SC;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #555;
    text-indent: 0.4rem;
    margin-bottom: 0.11rem;
}

.yzxdtr_jj p img {
    max-width: 100%;
    display: block;
    margin: 0.35rem auto 0;
}

.yzxdtr_box2 {
    padding: 0.6rem 0 0.8rem;
    overflow: hidden;
    background: #f2f3f9;
}

.yzxdtr_sm {
    padding-top: 0.5rem;
    overflow: hidden;
}

.yzxdtr_sm .tp {
    width: 2.5rem;
    float: left;
}

.yzxdtr_sm .tp span {
    position: relative;
    padding-bottom: 134%;
    overflow: hidden;
    display: block;
}

.yzxdtr_sm .tp span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yzxdtr_sm .jj {
    width: calc(100% - 3.2rem);
    float: right;
}

.yzxdtr_sm .jj .tit {
    overflow: hidden;
}

.yzxdtr_sm .jj .tit h2 {
    font-family: PingFang SC;
    font-size: 0.3rem;
    color: #7C20B8;
    position: relative;
    padding-bottom: 0.17rem;
    box-sizing: border-box;
}

.yzxdtr_sm .jj .tit h2::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #d8d8d8;
    width: 100%;
    height: 0.01rem;
    z-index: 2;
}

.yzxdtr_sm .jj .tit h2 span {
    font-size: 0.22rem;
    color: #333333;
    display: inline-block;
    margin-left: 0.5rem;
}

.yzxdtr_sm .jj .tit h3 {
    font-size: 0.22rem;
    color: #333333;
    padding: 0.18rem 0rem 0.25rem;
    overflow: hidden;
    box-sizing: border-box;
}

.yzxdtr_sm .jj .xq {
    overflow: hidden;
    padding-bottom: 0.35rem;
}

.yzxdtr_sm .jj .xq p {
    font-family: PingFang SC;
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 1.2rem;
    letter-spacing: normal;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.yzxdtr_box3 {
    padding: 0.85rem 0 0.6rem;
    overflow: hidden;
}

.yzxdtr_box3 .jsxq {
    padding-top: 0.5rem;
    overflow: hidden;
}

.yzxdtr_box3 .jsxq ul {
    margin: 0px -27px;
}

.yzxdtr_box3 .jsxq li {
    width: 25%;
    float: left;
}

.yzxdtr_box3 .jsxq li .mar {
    margin: 0px 27px 0.56rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.yzxdtr_box3 .jsxq li .mar::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1.6rem;
    background: url(/images/ytdcy_bg.png) no-repeat;
    background-size: 100% 100%;
}

.yzxdtr_box3 .jsxq li .mar .pic {
    padding: 0.4rem 0.6rem 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
}

.yzxdtr_box3 .jsxq li .mar .pic span {
    position: relative;
    padding-bottom: 134%;
    overflow: hidden;
    display: block;
    border: #f2f3f9 1px solid;
    box-sizing: border-box;
}

.yzxdtr_box3 .jsxq li .mar .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

.yzxdtr_box3 .jsxq li .mar .pic span img:hover {
    transform: scale(1.05);
}

.yzxdtr_box3 .jsxq li .mar .text {
    padding: 0 0.15rem 0.15rem;
    overflow: hidden;
    text-align: center;
}

.yzxdtr_box3 .jsxq li .mar .text h2 {
    font-family: PingFang SC;
    color: #7c20b8;
    font-size: 0.26rem;
    line-height: 0.34rem;
    height: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.06rem;
}

.yzxdtr_box3 .jsxq li .mar .text p {
    font-family: PingFang SC;
    color: #333;
    font-size: 0.18rem;
    line-height: 0.34rem;
    height: 0.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yzzjg_box {
    padding: 0.35rem 0 1.6rem;
    overflow: hidden;
}

.yzzjg_box img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.yyjzx_bt {
    padding: 0.6rem 0 0.3rem;
    overflow: hidden;
    border-bottom: #D1CDCD 1px solid;
}

.yyjzx_bt h1 {
    font-family: PingFang SC;
    font-size: 0.34rem;
    line-height: normal;
    color: #73207C;
    text-align: center;
}

.yyjzx_js {
    padding: 0.5rem 0 2.1rem;
    font-family: PingFang SC;
}

.yyjzx_js p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #555555;
    text-indent: 0.4rem;
}
.putit .intit .h4{
      position: relative;
}
.putit .intit .h4 .en2{
       font-family: Arial;
    font-size: 0.19rem;
    font-weight: normal;
    color: #731F85;
    margin-top: 0.16rem;
    display: inline-block;
    position: absolute;
}


.cont2_box.cont4_box {
    background: url(/images/yylbg1.jpg) no-repeat center;
    background-size: cover;
   padding-bottom:0.7rem;
}

.cont1_box.cont4_box {
    padding: 0.7rem 0 1.1rem;
    background: url(/images/yylbg1.jpg) no-repeat center;
    background-size: cover;
}

.yylzx_bg2 {
    padding: 0.7rem 0rem 0.8rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
    background: url(/images/yylbg2.jpg) no-repeat center;
    background-size: cover;
}

.yylzx {
    padding-top: 0.5rem;
    overflow: hidden;
}

.yylzx li {
    width: 20%;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.yylzx li .mar {
    margin: 0 -0.13rem;
    position: relative;
    overflow: hidden;
}

.yylzx li:nth-of-type(2n) .mar {
    margin-top: 0.8rem;
}

.yylzx li .mar .num {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: -0.7rem;
    background: url(/images/yylxh_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.yylzx li .mar .num h1 {
    display: block;
    text-align: center;
    font-family: Arial;
    font-size: 0.22rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: #FFFFFF;
}

.yylzx li .mar .text {
    margin-top: 0.1rem;
    background: url(/images/yylzx_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 115%;
    transition: all 0.4s ease-out 0s;
}

.yylzx li .mar .text .js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.yylzx li .mar .text .js h2 {
    margin: 1.62rem 0 0.05rem;
    font-family: PingFang SC;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    max-height: 0.6rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
}

.yylzx li .mar .text .js h3 {
    font-family: Arial;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    height: 0.72rem;
    letter-spacing: normal;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 0.1rem;
}

.yylzx li .mar .text .js span {
    text-align: center;
    margin-top: 0.05rem;
    height: 0.24rem;
    opacity: 0;
}

.yylzx li:hover .mar .text {
    background: url(/images/yylzx_bg2.png) no-repeat center;
     background-size: 100% 100%;
}

.yylzx li:hover .mar .text .js span {
    display: block;
    opacity: 1;
}

.yxwdt_box {
    background: url(/images/yxwdt_bg.jpg) no-repeat center;
    margin: 0.5rem 0 0.2rem;
}

.yxwdt {
    background: #F3F4F9;
    overflow: hidden;
    margin: 0.4rem auto;
    position: relative;
}

.yxwdt_box .pic {
    width: 7.2rem;
    float: left;
}

.yxwdt_box .text {
    width: calc(100% - 7.8rem);
    float: right;
}

.yxwdt_box .text .mar {
    padding-right: 0.38rem;
    overflow: hidden;
}

.yxwdt_box .text .mar .xian {
    width: calc(100% - 1.4rem);
    height: 1px;
    background: #D8D8D8;
    margin-top: 0.76rem;
}

.yxwdt_box .text .mar .time {
    width: 0.72rem;
    height: 0.72rem;
    background: #931fa6;
    text-align: center;
    color: #fff;
    font-family: Poppins;
}

.yxwdt_box .text .mar .time b {
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    margin-top: 0.08rem;
    display: inline-block;
}

.yxwdt_box .text .mar .time span {
    font-size: 0.14rem;
}

.yxwdt_box .text .mar .tit {
    overflow: hidden;
}

.yxwdt_box .text .mar .tit h2 {
    font-family: Alibaba PuHuiTi;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.28rem;
    height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    margin: 0.32rem 0 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxwdt_box .text .mar .tit p {
    font-family: Alibaba PuHuiTi;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    height: 1.12rem;
    letter-spacing: normal;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.yxwdt_box .text .mar .tit span {
    display: none;
}

.yxwdt .yxwdt-prev,
.yxwdt .yxwdt-next {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    z-index: 10;
    bottom: 0.45rem;
    right: 0.5rem;
    cursor: pointer;
    outline: none;
}

.yxwdt .yxwdt-prev {
    background: url(/images/yxwdt-prev.png) no-repeat;
    background-size: 100% 100%;
    right: 1.1rem;
}

.yxwdt .yxwdt-next {
    background: url(/images/yxwdt-next.png) no-repeat;
    background-size: 100% 100%;
}

.yxwdt .yxwdt-prev:hover {
    background: url(/images/yxwdt-prev2.png) no-repeat;
    background-size: 100% 100%;
}

.yxwdt .yxwdt-next:hover {
    background: url(/images/yxwdt-next2.png) no-repeat;
    background-size: 100% 100%;
}

.more.yxwmr a {
    margin: auto;
}