@charset "UTF-8";
header{
    position: static;
    background: #fff;
    padding: 0.15rem 0.6rem;
    animation: 0.8s ease .2s 1 normal backwards running fadeInDown;
}
/* 二级页面装饰图 */
.nyBanner{
    position: relative;
    animation: 0.8s ease .2s 1 normal backwards running fadeInUp;
    overflow: hidden;
}
.nyBanner img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
}
/* 内页二级导航 */
.nyEjNav{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: url(../img/erNavBg.png) no-repeat bottom -1px left;
    background-size: 100% auto;
    padding-bottom: 100px;
    padding-top: 200px;
}

.main .nyEjNav {
    background: url(../img/erNavBg2.png) no-repeat bottom -1px left;
}
.nyEjNav .w1600{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.nyEjNav h2{
    font-family: Microsoft YaHei;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
}
.nyEjNav h2::before{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    background: #FEBE52;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nyEjNav ul li{
    float: left;
    position: relative;
    margin-right: 0.5rem;
}
.nyEjNav ul li:last-of-type{
    margin-right: 0;
}
.nyEjNav ul li a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.nyEjNav ul li a:hover,.nyEjNav ul li.hover a{
    /* font-weight: bold; */
}
.nyEjNav ul li.hover a{
    background: url(../img/erNavIcon.png) no-repeat bottom center;
}
/* 当前位置 */
main{
    padding: 0.5rem 0;
    background: rgba(247,247,247,1);
    animation: 0.8s ease .4s 1 normal backwards running fadeInUp;
}
main.main{
    background: rgba(255,255,255,1);
}
.dqwz{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #D8D8D8;
}
.dqwz h2{
    font-family: Microsoft YaHei;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #862C88;
    line-height: 1;
}
.dqwz p,.dqwz p a{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #999999;
}
.dqwz p{
    padding-left: 20px;
    background: url(../img/dqwzIcon.png) no-repeat left center;
}
.dqwz p a:hover{
    color: #862C88;
}

/* 中心简介 */
.nyTit {
    display: flex;
    justify-content: center;
    margin: 0.1rem 0;
}
.nyTit h2{
    font-family: Microsoft YaHei;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 30px;
    background: url(../img/nyTitIcon.png) no-repeat left 14px;
    text-align: center;
}
.zxjjCon p{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #333333;
    text-align: justify;
    margin-bottom: 0.2rem;
    text-indent: 2em;
}

.zzjgCon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.jjVideo video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 1rem 0;
    max-width: 100%;
}
/* 专家委员会 */
.zjwyh{
    margin-top: 0.6rem;
}
.zjwyhTit {
    padding: 0.2rem 0.3rem;
    background: #862C88;
    margin-bottom: 0.4rem;
}
.zjwyhTit p{
    display: block;
    float: left;
    width: auto;
    min-width: 45%;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.zjwyhCon li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    position: relative;
}
.zjwyhCon li:nth-of-type(4n){
    margin-right: 0;
}
.zjwyhCon li a{
    display: block;
    width: 100%;
    height: 2.8rem;
    border-radius: 12px;
    border: 1px solid rgba(134, 44, 136, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(115, 17, 117, 0.15);
    overflow: hidden;
    padding: 0.4rem 0.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.zjwyhCon li a p:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
}
.zjwyhCon li a p:nth-of-type(2){
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #862C88;
    margin: 0.15rem 0;
}
.zjwyhCon li a p:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.2rem;
}
.zjwyhCon a::before{
    display: block;
    content: "";
    width: 100%;
    height: 0;
    background: #862C88 url(../img/noticeIconBg.png) no-repeat center;
    background-size: 80% auto;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .3s;
}
.zjwyhCon li.first a::after{
    display: block;
    content: "";
    border-left: 1rem solid transparent;
    border-top: 0.75rem solid #862C88;
    border-right: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.zjwyhCon li.first .leader{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}
.zjwyhCon a:hover::before{
    top: 0;
    height: 100%;
}
.zjwyhCon a:hover p:nth-of-type(1){
    color: #fff;
}
.zjwyhCon a:hover p:nth-of-type(2){
    color: #FEBE52;
}
.zjwyhCon a:hover p:nth-of-type(3){
    color: #fff;
}
.zjwyhCon li.first a:hover::after{
    border-top: 0.75rem solid #FEBE52;
}
.zjwyhCon li.first .leader{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
}

/* 平台信息 */
.ptxx ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 0.4rem;
}
.ptxx ul li:nth-of-type(3n){
    margin-right: 0;
}
.ptxx ul li a{
    display: block;
    width: 100%;
    padding: 0 0.4rem;
    background: #FFFFFF;
    border: 1px solid rgba(130, 50, 134, 0.1);
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}
.ptxx ul li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 0;
    background: #823286 url(../img/ptxxBg.png) no-repeat bottom center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transition: all .3s;
}
.ptxx ul li a p:nth-of-type(1){
    display: flex;
    justify-content: flex-start;
    font-family: Microsoft YaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #823286;
    align-items: center;
    margin: 0.2rem 0;
}
.ptxx ul li a p:nth-of-type(1) img{
    display: none;
    width: auto;
    height: auto;
    margin-right: 0.3rem;
}
.ptxx ul li a p:nth-of-type(1) img:nth-of-type(1){
    display: block;
}
.ptxx ul li a p:nth-of-type(2),.ptxx ul li a p:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #555555;
}
.ptxx ul li a p:nth-of-type(3){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.96rem;
    margin-bottom: 10px;
}
.ptxx ul li a p:nth-of-type(4){
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.54rem;
    letter-spacing: 0em;
    color: #B5B5B5;
    border-top: 1px solid rgba(181, 181, 181, 0.6);
}
.ptxx ul li a:hover::before{
    top: 0;
    height: 100%;
}
.ptxx ul li a:hover p{
    color: #fff;
}
.ptxx ul li a:hover p:nth-of-type(4){
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 1);
}
.ptxx ul li a:hover p:nth-of-type(1) img:nth-of-type(2){
    display: block;
}
.ptxx ul li a:hover p:nth-of-type(1) img:nth-of-type(1){
    display: none;
}
/* 仪器设备 */
.yqsbFrom{
    margin: 0.5rem 0;
}
.yqsbSearch{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #862C88;
    box-sizing: border-box;
    max-width: 9rem;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}
.yqsbSearch input.text{
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    padding: 0 20px;
    background: #fff;
    font-size: 16px;
    float: left;
    margin: 0;
    border: none;
    box-sizing: border-box;
}
.yqsbSearch input.submit{
    display: block;
    width: 60px;
    height: 58px;
    background: url(../img/yqsbSearch.png) no-repeat center;
}
.yqsbSelect{
    margin: 0 auto;
    position:relative;
    width: 100%;
    max-width: 9rem;
}
.yqsbSelect select{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #862C88;
    box-sizing: border-box;
    margin: 0.3rem auto 0;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
}
.yqsbSelect::before{
    display:block;
    content:"";
    border-top: 10px solid #862c88;
    border-bottom: 0px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index: 99;
}
.yqsb .yqsbCon li{
    float: left;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 0.4rem;
    padding-bottom: 0.5rem;
}
.yqsb .yqsbCon li:nth-of-type(4n){
    margin-right: 0;
}
.yqsb .yqsbCon li div.img,.yqsb .yqsbCon li div.img img{
    display: block;
    width: 100%;
    height: 2.5rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}
.yqsb .yqsbCon li:hover img{
    transform: scale(1.2);
}
.yqsb .yqsbCon li .txt{
    padding: 0.25rem;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-top: none!important;
    min-height: 215px;
}
.yqsb .yqsbCon li .txt h2{
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.64rem;
    margin-bottom: 0.15rem;
}
.yqsb .yqsbCon li .txt p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #555555;
}
.yqsb .yqsbCon li .btn {
    display: none;
}
.yqsb .yqsbCon li .btn a,.yqsb .yqsbCon li .btn p{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: #A76FAA;
    cursor: pointer;
}
.yqsb .yqsbCon li .btn p span {
    display: block;
    width: auto;
    line-height: 0.4rem;
    padding: 0 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 0.18rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity:0;
}
.yqsb .yqsbCon li .btn p:hover span {
    opacity:1;
}
.yqsb .yqsbCon li:hover{
    padding-bottom: 0;
}
.yqsb .yqsbCon li:hover .txt{
    background: #823286;
    border: 1px solid #823286;
}
.yqsb .yqsbCon li:hover .txt h2,.yqsb .yqsbCon li:hover .txt p{
    color: #fff;
}
.yqsb .yqsbCon li:hover .btn{
    display: block;
}
.yqsb .yqsbCon li .btn p:hover,.yqsb .yqsbCon li .btn a:hover{
    background: #FEBE52;
    color: #823286;
}

/* 规章制度 */
.gzzd ul li a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 1.15rem;
    letter-spacing: 0em;
    color: #333333;
    border-bottom: 1px dashed #BFBFBF;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gzzd ul li a span{
    color: #888888;
    display: block;
    font-weight: normal;
}
.gzzd ul li a:hover{
    color: #862C88;
    border-bottom: 1px dashed #862C88;
}

/* 培训通知 */
.pxtz ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 0.4rem;
}
.pxtz ul li:nth-of-type(4n){
    margin-right: 0;
}
.pxtz ul li a{
    display: block;
    width: 100%;
}
.pxtz ul li a p.img,.pxtz ul li .img img{
    display: block;
    width: 100%;
    height: 2.1rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}
.pxtz ul li a .txt{
    box-sizing: border-box;
    padding: 0.25rem 0.1rem 0.25rem 0.25rem;
    border: 1px solid #e2e2e2;
    border-top: none!important;
    background: #fff;
}
.pxtz ul li a .txt span{
    display: block;
}
.pxtz ul li a .txt span:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
    margin-bottom: 0.15rem;
}
.pxtz ul li a .txt span:nth-of-type(2),.pxtz ul li a .txt span:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pxtz ul li a:hover .txt{
    background: #823286 url(../img/noticeIconBg.png) no-repeat right center;
    border: 1px solid #823286;
    background-size: auto 80% ;
}
.pxtz ul li a:hover .txt span{
    color: #fff;
}
.pxtz ul li a:hover img{
    transform: scale(1.2);
}

/* 新闻动态 */
.new ul li a{
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px dashed #BFBFBF;
    align-items: center;
    justify-content: space-between;
}
.new ul li a .img{
    width: 4rem;
    height: 2.4rem;
    overflow: hidden;
}
.new ul li a .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.new ul li a .txt{
    width: calc(100% - 4.4rem);
}
.new ul li a .txt span{
    display: block;
}
.new ul li a .txt span:nth-of-type(1){
    font-family: Georgia;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #79207E;
    padding-left: 25px;
    background: url(../img/noticeIcon1.png) no-repeat left center;
}
.new ul li a .txt span:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.2rem 0;
}
.new ul li a .txt span:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #555555;
    max-height: 0.84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.new ul li.noImg .txt{
    width:100%;
}
.new ul li a:hover{
    border-bottom: 1px dashed #79207E;
}
.new ul li a:hover img{
    transform: scale(1.2);
}
.new ul li a:hover .txt span:nth-of-type(2){
    color: #79207E;
}
.fy{
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}
.fy a{
    display: block;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    margin: 0 6px;
}
.fy a.fySub{
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    color: #823286;
    padding: 0 0.1rem;
}
.fy a.num{
    width: 0.3rem;
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    color: #333333;
}
.fy a.on,.fy a:hover{
    color: #FFFFFF;
    background: #823286;
    border: 1px solid #823286;
}
/* 支撑与创新 */
.zcycx ul li {
    margin: 0.4rem 0;
}
.zcycx ul li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.zcycx ul li a .img{
    width: 48%;
    height: 3.8rem;
    overflow: hidden;
}
.zcycx ul li a .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.zcycx ul li a:hover .img img{
    transform: scale(1.2);
}
.zcycx ul li a .txt{
    width: 52%;
    background: #fff;
    padding: 0.4rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.zcycx ul li a .txt::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #823286;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: -1;
}
.zcycx ul li a .txt span{
    display: block;
}
.zcycx ul li a .txt span:nth-of-type(1){
    font-family: Georgia;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #79207E;
    padding-left: 25px;
    background: url(../img/noticeIcon1.png) no-repeat left center;
}
.zcycx ul li a .txt span:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    height: 0.64rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.24rem 0;
}
.zcycx ul li a .txt span:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.9rem;
    letter-spacing: 0em;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.zcycx ul li a .txt span:nth-of-type(4){
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    text-align: right;
    color: #862C88;
    margin-top: 0.24rem;
}
.zcycx ul li a:hover .txt::before{
    width: 100%;
}
.zcycx ul li a:hover .txt span{
    color: #FFFFFF;
}
.zcycx ul li a:hover .txt span:nth-of-type(1){
    background: url(../img/noticeIcon11.png) no-repeat left center;
}
.zcycx ul li.noImg .txt{
    width: 100%;
}

/* 联系我们 */
.lxwm ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 0.4rem;
    padding: 0.4rem;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(130, 50, 134, 0.1);
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.lxwm ul li::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #862C88;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.lxwm ul li:nth-of-type(3n){
    margin-right: 0;
}
.lxwm ul li h2{
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: left; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    min-height: 0.6rem;
    color: #823286;
    border-bottom: 1px solid rgba(130, 50, 134, 0.1);
    margin-bottom: 0.1rem;
    padding-bottom: 0.2rem;
}
.lxwm ul li p{ 
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.42rem;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 30px;
}
.lxwm ul li p:nth-of-type(1){
    background: url(../img/lxwmIcon1.png) no-repeat left center;
}
.lxwm ul li p:nth-of-type(2){
    background: url(../img/lxwmIcon2.png) no-repeat left center;
}
.lxwm ul li p:nth-of-type(3){
    background: url(../img/lxwmIcon3.png) no-repeat left center;
}
.lxwm ul li:hover::before{
    width: 100%;
}
.lxwm ul li:hover h2,.lxwm ul li:hover p{
    color: #FFFFFF;
}
.lxwm ul li:hover h2{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lxwm ul li:hover p:nth-of-type(1){
    background: url(../img/lxwmIcon11.png) no-repeat left center;
}
.lxwm ul li:hover p:nth-of-type(2){
    background: url(../img/lxwmIcon22.png) no-repeat left center;
}
.lxwm ul li:hover p:nth-of-type(3){
    background: url(../img/lxwmIcon33.png) no-repeat left center;
}
/* 招聘职位 */
.zpzw ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.4rem;
}
.zpzw ul li:nth-of-type(2n){
    margin-right: 0;
}
.zpzw ul li a{
    display: block;
    width: 100%;
    border: 1px solid rgba(130, 50, 134, 0.1);
    border-top: 2px solid #862C88;
    background: #FFFFFF;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}
.zpzw ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #823286;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition:  all .3s;
}
.zpzw ul li a h2{
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.zpzw ul li a p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zpzw ul li a:hover h2{
    color: #fff;
    font-weight: bold;
}
.zpzw ul li a:hover p{
    color: #fff;
}
.zpzw ul li a:hover::before{
    width: 100%;
}

/* 加入我们 - 详情 */
.zpzwContent{
    background: #fff;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(130, 50, 134, 0.1);
    border-top: 2px solid #823286;
    box-sizing: border-box;
    margin-top: 0.5rem;
}
.zpzwContent h2.bt{
    font-family: Microsoft YaHei;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #333333;
    margin-bottom: 0.5rem;
}
.zpzwContent .zpzwTxt{
    margin-bottom: 0.5rem;
}
.zpzwContent .zpzwTxt h2,.zpzwContent .zpzwTxt p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #333333;
}

/* 仪器简介 */
.yqjjCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.4rem 0;
}
.yqjjCon .img{
    width: 5rem;
}
.yqjjCon .img img{
    display: block;
    width: 100%;
    height: auto;
}
.yqjjCon .yqjjText{
    width: calc(100% - 5.8rem);
}
.yqjjCon .yqjjText h2.bt{
    font-family: Microsoft YaHei;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 30px;
    background: url(../img/nyTitIcon.png) no-repeat left center;
}
.yqjjCon .yqjjText p.txt{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #333333;
    margin: 0.3rem 0;
    text-align: justify;
}
.yqjjCon .yqjjText p.about{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.45rem;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 30px;
}
.yqjjCon .yqjjText .icon1{
    background: url(../img/yqjjIcon1.png) no-repeat left center;
}
.yqjjCon .yqjjText .icon2{
    background: url(../img/yqjjIcon2.png) no-repeat left center;
}
.yqjjCon .yqjjText .icon3{
    background: url(../img/yqjjIcon3.png) no-repeat left center;
}
.yqjjCon .yqjjText a, .yqjjCon .yqjjText p.noBtn{
    display: block;
    width: 2.8rem;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0em;
    color: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    background: #823286;
    text-align: center;
    margin-top: 0.4rem;
    cursor:pointer;
}
.yqjjCon .yqjjText a:hover,.yqjjCon .yqjjText p.noBtn:hover{
    background:#FEBE52;
}
.yqjjCon .yqjjText p.noBtn span {
    display: block;
    width: auto;
    line-height: 0.4rem;
    padding: 0 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 0.18rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity:0;
    z-index: 9999;
}
.yqjjCon .yqjjText p.noBtn:hover span{
    opacity: 1;
}
.yqjjTab .tabIn {
    margin-bottom: 0.5rem;
}
.yqjjTab .tabIn li{
    cursor: pointer;
    float: left;
    margin-right: 0.25rem;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.6rem;
    letter-spacing: 0em;
    color: #333333;
    background: #F0F0F0;
    padding: 0 0.5rem;
    text-align: center;
    position: relative;
}
.yqjjTab .tabIn li:hover{
    background: #823286;
    color: #fff;
}
.yqjjTab .tabIn li.in{
    background: #823286;
    color: #fff;
}
.yqjjTab .tabIn li.in::before{
    display: block;
    content: "";
    border-left: 10px solid transparent;
    border-top: 10px solid #823286;
    border-right: 10px solid transparent;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}
.yqjjTab .tabCon>div{
    display: none;
    animation: 0.5s ease .3s 1 normal backwards running fadeInUp;
}
.yqjjTab .tabCon>div.con{
    display: block;
}
.yqjjTab .tabCon div p{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.45rem;
    letter-spacing: 0em;
    color: #333333;
}
/* 内容页 */
main .content {
    margin: 0.6rem 0;
}
main .content .con{
    width: 100%;
    padding-right: 0.4rem;
    box-sizing: border-box;
    /* border-right: 1px dashed #BFBFBF; */
    position: relative;
}
main .content .con .bt{
    font-family: Microsoft YaHei;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #333333;
}
main .content .con .wzxx{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #888888;
    padding: 0.3rem 0;
    border-bottom: 1px dashed #d8d8d8;
    margin-bottom: 0.3rem;
}
main .content .con .absolute{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-200%, 100%);
}
main .content .absolute p{
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #888888;
    text-align: center;
    margin-bottom: 0.1rem;
    cursor: pointer;
}
main .content .absolute em{
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #888888;
    text-align: center;
    margin-bottom: 0.1rem;
    cursor:pointer;
}
main .content .con .absolute em{
    display: flex;
    width: 0.5rem;
    height: 0.5rem;
    background: #862C88;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
main .content .absolute p:hover{
    color: #FEBE52;
}
main .content .absolute p:hover em{
    background: #FEBE52;
}
.my-share-d{
    width: 80px;
    top: 50%;
    left: -120%;
    position: absolute;
    display: none;
    transform: translateY(-50%);
}
.my-share-d>div{
    display: block;
    width: .44rem;
    height: .44rem;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(141, 141, 141, 0.11);
    cursor: pointer;
    transition: .4s;
    margin-bottom: 10px;
}
.my-share-d>div:hover{
    background: rgba(141, 141, 141, 0.3);
}
.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.9);display: none;top: 0;left: 0;z-index: 1000;display: none;justify-content: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}
main .content .con .conSub p,main .content .con .conSub span{
    font-family: Microsoft YaHei!important;
    font-size: 0.16rem!important;
    font-weight: normal;
    line-height: 0.4rem!important;
    letter-spacing: 0em;
    color: #333333!important;
    text-align: justify;
    text-indent: 2em;
}
main .prevNext{
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}
main .prevNext a{
    display: block;
    width: 49%;
    border: 1px solid #DFDFDF;
    border-top: 2px solid #862C88;
    background: #fff;
    padding: 0.3rem 0.15rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main .prevNext a:hover{
    color: #862C88;
}
.conLink{
    width: 25%;
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.conLink h2{
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 30px;
    background: url(../img/nyTitIcon.png) no-repeat left center;
}
.conLink ul{
    margin-top: 0.3rem;
    border-top: 1px solid #BFBFBF;
}
.conLink ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 0.3rem;
}
.conLink ul li:nth-of-type(2n){
    margin-right: 0;
}
.conLink ul li a{
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    text-align: center;
    color: #333333;
    line-height: 0.46rem;
    background: rgba(134, 44, 136, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conLink ul li a:hover{
    color: #FFFFFF;
    background: rgba(134, 44, 136, 1);
}

/* 平台简介 */
.ptjj .nyTit{
    justify-content: flex-start;
}
.ptjj .ptjjSub{
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.ptjj .ptjjSub .ptjjLeft{
    width: 67%;
}
.ptjjLeft .text1 p{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #333333;
    text-align: justify;
}
.ptjjLeft .text1 h2{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0em;
    color: #333333;
    background: url(../img/nyTitIcon.png) no-repeat left center;
    padding-left: 30px;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}
.ptjjLeft .text1 h3{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    color: #862C88;
    margin: 0.2rem 0;
}
.ptjj .ptjjSub .ptjjRight{
    width: 28%;
    padding: 0.25rem 0.4rem;
    background: #823286;
    box-sizing: border-box;
}
.ptjjRight .rightT img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}
.ptjjRight .rightT h2{
    font-family: Microsoft YaHei;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.54rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin: 0.2rem 0;
}
.ptjjRight .rightT h2 span{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FEBE52;
    margin-left: 15px;
}
.ptjjRight .rightText p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0em;
    text-align: justify;
    color: #FFFFFF;
}
.ptjjRight .rightB h2{
    font-family: Microsoft YaHei;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-left: 30px;
    background: url(../img/nyTitIcon2.png) no-repeat left center;
    margin: 0.5rem 0 0.3rem;
}
.ptjjRight .rightB ul li a{
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.3);
    text-indent: 0.4rem;
    line-height: 0.6rem;
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-bottom: 0.24rem;
}
.ptjjRight .rightB ul li a span{
    font-size: 0.16rem;
}
.ptjjRight .rightB ul li a:hover{
    background: rgba(254, 176, 19, 1);
}
.ptjjYq h2{
    font-family: Microsoft YaHei;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #862C88;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 0.5rem;
}
.ptjjYq h2 a{
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #823286;
}
.ptjjYq h2 a:hover{
    color: #FEBE52;
}
.ptjjYq ul li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 0.5rem;
}
.ptjjYq ul li:nth-of-type(3n){
    margin-right: 0;
}
.ptjjYq ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.ptjjYq ul li a .img{
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
}
.ptjjYq ul li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.ptjjYq ul li a:hover img{
    transform: scale(1.2);
} 
.ptjjYq ul li a .txt{
    padding: 0.25rem 0.25rem 0;
    border: 1px solid #E2E2E2;
    border-top: none;
    box-sizing: border-box;
    background: #fff;
}
.ptjjYq ul li a .txt span{
    display: block;
}
.ptjjYq ul li a .txt span:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ptjjYq ul li a .txt span:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.84rem;
    margin: 0.1rem 0;
}
.ptjjYq ul li a .txt span:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #B5B5B5;
    border-top: 1px solid #E2E2E2;
}
.ptjjYq ul li a:hover .txt{
    background: #862C88;
    border: 1px solid #862C88;
    border-top: none;
}
.ptjjYq ul li a:hover .txt span{
    color: #fff!important;
}
.ptjjYq ul li a:hover .txt span:nth-of-type(3){
    border-top: 1px solid rgba(255,255,255,0.3);
}
/* 历史沿革 */
.lsyg{
    position: relative;
}
.lsyg ul{
    margin: 0.8rem 0;
    padding: 0 30px;
    box-sizing: border-box;
}
.lsyg p.next,.lsyg p.prev{
    display: block;
    width: 30px;
    height: 0.46rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    text-align: center;
    background: url(../img/lsygIcon.png) no-repeat center;
}
.lsyg p.next{
    left: 0;
    transform: rotateY(180deg) translateY(-50%);
}
.lsyg p.prev{
    right: 0;
}
.lsyg ul li{
    position: relative;
}
.lsyg ul li.t::before{
    display: block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: 0;
}
.lsyg ul li.t0::after{
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}
.lsyg ul li.t0::before,.lsyg ul li.t1::before{
    background: #E2E2E2;
}
.lsyg ul li.t0::after{
    background: rgba(240, 240, 240, 1);
}
.lsyg ul li.t2::before{
    background: #F0F0F0;
}
.lsyg ul li.t3::before{
    background: rgba(134, 44, 136, 0.3);
}
.lsyg ul li p{
    display: block;
    width: 100%;
    text-align: center;
    font-family: Arial;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.46rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: #862C88;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 99;
    position: relative;
    margin: 2rem 0;
}
.lsyg ul li h2{
    width: 100%;
    height: auto;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #333333;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.lsyg ul li h2.color{
    color: #823286;
}
.lsyg ul li h2.bold{
    font-weight: bold;
}
.lsyg ul li:nth-of-type(even) h2:nth-of-type(1){
    top: 0;
}
.lsyg ul li:nth-of-type(even) h2:nth-of-type(2){
    bottom: 0;
}
.lsyg ul li:nth-of-type(odd) h2:nth-of-type(1){
    bottom: 0;    
}
.lsyg ul li:nth-of-type(odd) h2:nth-of-type(2){
    top: 0;    
}
.lsyg ul li h2::before{
    display: block;
    content: "";
    width: 1px;
    height: 1.2rem;
    background: #823286;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.lsyg ul li h2::after{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #823286;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.lsyg ul li:nth-of-type(even) h2:nth-of-type(1)::before,.lsyg ul li:nth-of-type(even) h2:nth-of-type(1)::after{
    top: 120%;
}
.lsyg ul li:nth-of-type(even) h2:nth-of-type(2)::before,.lsyg ul li:nth-of-type(even) h2:nth-of-type(2)::after{
    bottom: 120%;
}
.lsyg ul li:nth-of-type(odd) h2:nth-of-type(1)::before,.lsyg ul li:nth-of-type(odd) h2:nth-of-type(1)::after{
    bottom: 120%;
}
.lsyg ul li:nth-of-type(odd) h2:nth-of-type(2)::before,.lsyg ul li:nth-of-type(odd) h2:nth-of-type(2)::after{
    top: 120%;
}
/* 媒体查询 */
@media only screen and (max-width: 1820px){
    .my-share-d{
        left: 0;
        top: 100%;
        transform: translateY(0px);
    }
}
@media only screen and (max-width: 1680px){
    main .content .con .absolute{     
        display: flex;       
        position: static;      
        transform: translate(0, 0);        
        justify-content: flex-end;       
        margin-top: 0.5rem;
    }
    main .content .absolute p, main .content .absolute a {
        display: flex;
        align-items: center;
        margin-right: 20px;
        margin-bottom: 0;
    }
    main .content .con .absolute span {
        margin-right: 10px;
    }
    .my-share-d {
        left: auto;
        right: 20px;
        top: 120%;
        width: auto;
        transform: translateY(0);
        background: #fff;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
        padding: 5px 0;
    }
    
    .my-share-d>div {
        float: left;
        margin: 0 10px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1460px){
    .nyEjNav{
        padding-bottom:0.8rem;
    }
}
@media only screen and (max-width: 1240px){}
@media only screen and (max-width: 1040px){
    main{
        padding: 40px 0;
    }

    .fy {
        margin-top: 0.4rem;
    }
    .dqwz{
        padding-bottom: 15px;
    }
    .dqwz h2{
        font-size: 26px;
    }
    .nyTit{
        margin: 20px 0;
    }
    .nyTit h2{
        font-size: 22px;
        background: url(../img/nyTitIcon.png) no-repeat left 12px;
    }
    .zjwyhCon li{
        width: 32%;
    }
    .zjwyhCon li:nth-of-type(4n){
        margin-right: 2%;
    }    
    .zjwyhCon li:nth-of-type(3n){
        margin-right: 0;
    }
    .zjwyhCon li a{
        padding: 15px;
    }
    .zjwyhCon li a p:nth-of-type(1){
        font-size: 20px;
        line-height: 1;
    }
    .zjwyhCon li a p:nth-of-type(2){
        line-height: 1.2;
    }
    .zjwyhCon li a p:nth-of-type(3){
        line-height: 1.5;
    }
    .zjwyh{
        margin-top: 40px;
    }
    .zjwyhTit{
        margin-bottom: 30px;
    }
    .zcycx ul li a .img{
        width: 40%;
        height: 240px;
    }
    .zcycx ul li a .txt{
        width: 60%;
        padding: 20px;
    }
    .zcycx ul li a .txt span:nth-of-type(1){
        font-size: 18px;
    }
    .zcycx ul li a .txt span:nth-of-type(2){
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        margin: 15px 0;
    }
    .zcycx ul li a .txt span:nth-of-type(3){
        font-size: 15px;
        line-height: 20px;
        height: 60px;
    }
    .zcycx ul li a .txt span:nth-of-type(4){
        line-height: 1;
        margin-top: 15px;
    }
    .lxwm ul li{
        width: 49%;
    }
    .lxwm ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .lxwm ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .zpzw ul li a{
        padding: 30px;
    }
    .zpzw ul li a h2{     
        font-size: 20px;       
        margin-bottom: 10px;
    }
    .zpzw ul li a p{
        font-size: 15px;
        line-height: 30px;
    }
    .zpzw ul li {
        margin-bottom:30px;
    }
    .zpzwContent{     
        padding: 30px 50px;   
        margin-top: 40px;
    }
    .zpzwContent h2.bt,.zpzwContent .zpzwTxt{
        margin-bottom: 30px;
    }
    .new ul li a .img{   
        width: 260px;    
        height: 180px;
    }
    .new ul li a .txt{
        width:calc(100% - 280px);
    }
    .new ul li a .txt span:nth-of-type(2){
        margin: 10px 0;
    }
    .new ul li a{
        padding:20px 0;
    }
    .pxtz ul li a p.img, .pxtz ul li .img img{
        height: 200px;
    }
    .pxtz ul li a .txt{
        padding: 10px;
    }
    .pxtz ul li a .txt span:nth-of-type(1){
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        margin-bottom: 5px;
    }
    .pxtz ul li a .txt span:nth-of-type(2),.pxtz ul li a .txt span:nth-of-type(3){
        font-size: 15px;
        line-height: 22px;
    }
    .gzzd ul li a{
        font-size: 20px;
        line-height: 0.6rem;
    }
    .gzzd ul li a span{
        font-size:16px;
    }
    .ptxx ul li a{
        padding: 0 20px;
    }
    .ptxx ul li{
        margin-top: 30px;
    }
    .ptxx ul li a p:nth-of-type(1){
        font-size: 20px;
        margin: 15px 0;
    }
    .ptxx ul li a p:nth-of-type(1) img{
        height:56px;
        margin-right:20px;
    }
    .yqsb .yqsbCon li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .yqsb .yqsbCon li .txt{
        padding:15px;
        min-height: 165px;
    }
    .yqsb .yqsbCon li div.img, .yqsb .yqsbCon li div.img img{
        height:280px;
    }
    .yqsb .yqsbCon li .txt h2{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .yqsbFrom{
        margin:0.4rem 0;
    }
    .yqsbSelect select{
        margin-top:20px;
    }
    .yqjjCon{
        margin:30px 0;
    }
    .yqjjCon .img{
        width:35%;
    }
    .yqjjCon .yqjjText{
        width: 62%;
    }
    .yqjjCon .yqjjText h2.bt{
        font-size: 24px;
    }
    .yqjjCon .yqjjText p.txt{
        font-size: 16px;
        line-height: 30px;
        margin: 15px 0;
    }
    .yqjjCon .yqjjText p.about{
        font-size: 16px;
        line-height: 30px;
    }
    .yqjjCon .yqjjText a, .yqjjCon .yqjjText p.noBtn{
        margin-top: 20px;
        font-size: 16px;
        line-height: 40px;
    }
    .yqjjTab .tabIn li{
        width: 20%;
        padding: 0;
        margin-right: 0;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }
    .yqjjTab .tabIn{
        margin-bottom: 40px;
    }
    .conLink{
        width: 100%;
        padding-left: 0;
    }
    main .content .con{
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    main .content{
        margin: 40px 0;
    }
    main .content .con .bt{
        font-size: 26px;
    }
    main .prevNext{
    margin: 30px 0;
    }
    main .content .con .absolute {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .my-share-d {
        left: auto;
        right: 20px;
        top: 100%;
        width: auto;
        transform: translateY(0);
        background: #fff;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
        padding: 5px 0;
    }
    .my-share-d>div {
        float: left;
        margin: 0 10px;
        margin-bottom: 0;
    }
    main .content .con .wzxx{
        padding: 20px 0;
    }
    main .content .con .conSub p, main .content .con .conSub span{
        line-height: 32px!important;
    }
    main .prevNext a{
        padding: 20px 10px;
    }
    .conLink h2{font-size: 22px;}
    .conLink ul {margin-top: 20px;}
    .conLink ul li {margin-top: 20px;}
    .ptjj .ptjjSub{
        flex-direction: column-reverse;
    }
    .ptjj .ptjjSub .ptjjLeft,.ptjj .ptjjSub .ptjjRight{
        width: 100%;
        margin-bottom: 20px;
    }
    .ptjj .ptjjSub .ptjjRight{
        padding: 20px;
    }
    .ptjjRight .rightT h2{
        text-align: center;
        font-size: 24px;
        margin: 5px 0;
        line-height: 38px;
    }
    .ptjjRight .rightB h2{
        font-size: 24px;
        margin: 10px 0 15px;
    }
    .ptjjRight .rightB ul li{
        float:left;
        width: 23.5%;
        margin-right: 2%;
    }
    .ptjjRight .rightB ul li:nth-of-type(4n){
        margin-right:0;
    }
    .ptjjRight .rightB ul li a{
        margin-bottom:10px;
        line-height: 48px;
        text-indent: 15px;
        font-size: 20px;
    }
    .ptjjLeft .text1 p{
        font-size: 16px;
        line-height: 32px;
    }
    .ptjjLeft .text1 h2{
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .ptjjLeft .text1 h3{
        margin: 15px 0;
    }
    .ptjjYq ul li{
        width: 32%;
        margin-right: 2%;
    }
    .ptjjYq ul li a .img{
        height: 2.8rem;
    }
    .ptjjYq h2{font-size: 30px;padding-bottom: 10px;margin-top: 30px;}
    .nyEjNav h2{
        font-size: 30px;
    }
    .nyEjNav ul li a{ 
        font-size: 20px;
    }
    .nyEjNav .w1600{
        padding-bottom:0;
    }
    .nyEjNav{
        padding-bottom:60px;
    }
    .nyEjNav ul li{
        margin-right: 30px;
    }
}
@media only screen and (max-width: 840px){
    .pxtz ul li{
        width:49%;
        margin-top: 30px;
    }
    .pxtz ul li:nth-of-type(3n){
        margin-right:2%;
    }
    .pxtz ul li:nth-of-type(2n){
        margin-right:0;
    }
    .ptxx ul li{
        width: 49%;
    }
    .ptxx ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .ptxx ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .yqsb .yqsbCon li{
        width: 49%;
    }
    .yqsb .yqsbCon li:nth-of-type(3n){
        margin-right: 2%;
    }
    .yqsb .yqsbCon li:nth-of-type(2n){
        margin-right: 0;
    }
    .ptjjYq ul li{
        width: 49%;
        margin-top: 30px;
    }
    .ptjjYq ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .ptjjYq ul li:nth-of-type(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px){
    main{
        padding: 30px 0;
    }
    .fy {
        margin-top: 30px;
    }
    .zjwyhCon li{
        width: 49%;
        margin-bottom: 15px;
    }
    .zjwyhCon li:nth-of-type(3n){
        margin-right: 2%;
    }   
    .zjwyhCon li:nth-of-type(2n){
        margin-right: 0%;
    } 
    .zjwyh{
        margin-top: 20px;
    }
    .zjwyhTit{
        margin-bottom: 20px;
        padding: 10px 15px;
    }
    .zjwyhTit p{
        width: 100%;
    }
    .zcycx ul li{
        margin: 30px 0;
    }
    .lxwm ul li{   
        padding: 20px;    
        margin-top: 30px;
    }
    .lxwm ul li h2{
        font-size: 20px;
        padding-bottom: 10px;
        min-height: 55px;
    }
    .lxwm ul li p{
        font-size: 14px;
        line-height: 1.2;
        margin: 15px 0;
    }
    .lxwm ul li p:last-of-type{
        margin-bottom:0;
    }
    .zpzw ul li {
        margin-bottom:20px;
    }
    .zpzw ul li a{
        padding: 20px;
    }
    .zpzw ul li a h2{     
        font-size: 18px;       
        margin-bottom: 5px;
    }
    .zpzw ul li a p{
        font-size: 14px;
    }
    .zpzwContent{
        padding: 20px 30px;
        margin-top: 30px;
    }
    .zpzwContent h2.bt,.zpzwContent .zpzwTxt{
        margin-bottom: 20px;
    }
    .zpzwContent h2.bt{
        font-size: 20px;
    }
    .zpzwContent .zpzwTxt h2,.zpzwContent .zpzwTxt p{
        font-size: 15px;
        line-height: 28px;
    }
    .new ul li a .txt span:nth-of-type(1){
        font-size: 16px;
    }
    .new ul li a .txt span:nth-of-type(2){
        font-size: 18px;
        line-height: 24px;
    }
    .new ul li a .txt span:nth-of-type(3){
        font-size: 15px;
        line-height: 20px;
        max-height: 40px;
        -webkit-line-clamp: 2;
    }
    .new ul li a{
        padding:15px 0;
    }
    .gzzd ul li a{
        font-size: 18px;
    }
    .ptxx ul li{
        margin-top: 20px;
    }
    .ptxx ul li a{
        padding: 0 10px;
    }
    .ptxx ul li a p:nth-of-type(1){
        font-size: 18px;
        margin: 15px 0 8px;
    }
    .ptxx ul li a p:nth-of-type(2), .ptxx ul li a p:nth-of-type(3){
        font-size: 14px;
        line-height: 24px;

    }
    .ptxx ul li a p:nth-of-type(4){ 
        line-height: 40px;
    }
    .ptxx ul li a p:nth-of-type(1) img{
        height:48px;
        margin-right: 10px;
    }
    .yqsb .yqsbCon li .txt h2{
        font-size:18px;
    }
    .yqsb .yqsbCon li .txt p{
        font-size:15px;
        line-height: 24px;
    }
    .yqsbFrom{
        margin:30px 0;
    }
    .yqsbSearch{
        height:42px;
        line-height:42px;
        border-radius: 5px;
    }
    .yqsbSearch input.submit{
        height:40px;
        width: 40px;
    }
    .yqsbSearch input.text{
        padding: 0 10px;
        font-size: 14px;
        width: calc(100% - 40px);
    }
    .yqsbSelect select{
        height:42px;
        line-height:42px;
        border-radius: 5px;
        padding: 0 10px;
        font-size: 14px;
        margin-top: 10px;
    }
    .yqsbSelect::before{
        right:10px;
    }
    .yqjjCon{
        flex-direction: column;
        margin: 20px 0;
    }
    .yqjjCon .img{
        width:100%;
    }
    .yqjjCon .img img{
        width:100%;
        max-width:60%;
        margin:0 auto 15px;
    }
    .yqjjCon .yqjjText{
        width: 100%;
    }
    .yqjjTab .tabIn li{
        font-size: 16px;
        line-height: 42px;
    }
    .yqjjTab .tabIn{
        margin-bottom: 30px;
    }
    .yqjjTab .tabCon div p{
        font-size: 15px;
        line-height: 30px;
    }
    main .content{
        margin: 30px 0;
    }
    main .content .con .bt{font-size: 22px;}
    main .content .con .wzxx{padding: 10px 0;font-size: 14px;margin-bottom: 20px;}
    main .content .con .conSub p, main .content .con .conSub span{font-size: 14px!important;line-height: 26px!important;}
    main .prevNext{
        margin: 10px 0;
        flex-direction: column;
    }
    main .content .con .absolute {
        margin-top: 10px;
    }
    main .prevNext a{width: 100%;margin: 10px 0;}
    .conLink h2{font-size: 20px;}
    .conLink ul {margin-top: 10px;}
    .conLink ul li {margin-top: 10px;}
    .ptjj .ptjjSub .ptjjRight{
        padding: 20px 15px 10px;
    }
    .ptjjRight .rightB ul li{
        width: 49%;
    }
    .ptjjRight .rightB ul li:nth-of-type(4n){
        margin-right:2%;
    }
    .ptjjRight .rightB ul li:nth-of-type(2n){
        margin-right:0%;
    }
    .ptjjYq ul li a .txt{
        padding: 15px 15px 0;
    }
    .ptjjYq ul li a .txt span:nth-of-type(1){
        font-size: 20px;
    }
    .ptjjYq ul li a .txt span:nth-of-type(2){
        font-size: 15px;
        line-height: 24px;
        height: 72px;
    }
    .ptjjYq ul li a .txt span:nth-of-type(3){
        font-size: 14px;
        line-height: 40px;
    }
    .ptjjYq h2{font-size: 24px;margin-top: 20px;}
    .nyEjNav{
        position: static;
        padding-top: 10px;
        padding-bottom: 0;
        background: #f7f7f7;
    }
    .main .nyEjNav {
        background: none;
    }
    .nyEjNav h2{
        display:none;
    }
    .nyEjNav ul li a{
        color:#333333;
        line-height: 35px;
    }
    .nyEjNav ul li.hover a,.nyEjNav ul li a:hover{
        color: #862c88;
    }
    .nyEjNav .w1600{
        justify-content: center;
    }
    .nyEjNav ul li{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 560px){
    main{
        padding: 20px 0;
    }
    .fy {
        margin-top: 20px;
    }

    .fy a {
        margin: 0 3px;
        font-size: 12px!important;
    }

    .fy a.num {
        width: 20px;
    }

    .fy a.fySub {
        padding: 0 5px;
    }
    .dqwz{
        padding-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .dqwz h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dqwz p,.dqwz p a{
        font-size: 12px;
    }
    .dqwz p{
        padding-left: 20px;
    }
    .nyTit h2{
        font-size: 18px;
        line-height: 26px;
        background: url(../img/nyTitIcon.png) no-repeat left 8px;
    }
    .zxjjCon p{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .jjVideo video{
        margin: 40px 0;
    }
    .zcycx ul li a{
        flex-direction: column;
    }
    .zcycx ul li a .img{
        width: 100%;
        height: auto;
    }
    .zcycx ul li a .txt{
        width: 100%;
        padding: 20px;
    }
    .zcycx ul li a .txt span:nth-of-type(1){
        font-size: 16px;
    }
    .zcycx ul li a .txt span:nth-of-type(2){
        font-size: 16px;
        line-height: 22px;
        height: auto;
        margin: 15px 0;
    }
    .zcycx ul li a .txt span:nth-of-type(3){
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }
    .zcycx ul li a .txt span:nth-of-type(4){
        margin-top: 20px;
    }
    .zcycx ul li{
        margin: 20px 0;
    }
    .lxwm ul li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .zpzw ul li{
        width:100%;
        margin-right: 0;
    }
    .zpzwContent{
        padding: 15px;
        margin-top: 20px;
    }
    .zpzwContent h2.bt,.zpzwContent .zpzwTxt{
        margin-bottom: 15px;
    }
    .zpzwContent h2.bt{
        font-size: 18px;
    }
    .zpzwContent .zpzwTxt h2,.zpzwContent .zpzwTxt p{
        font-size: 14px;
        line-height: 22px;
    }
    .new ul li a .img{
        width: 160px;
        height: 110px;
    }
    .new ul li a .txt{
        width: calc(100% - 175px);
    }
    .new ul li a .txt span:nth-of-type(2){
        font-size: 16px;
        margin: 5px 0;
    }
    .new ul li a .txt span:nth-of-type(3){
        font-size: 14px;
    }
    .pxtz ul li{
        width:100%;
        margin-top: 20px;
    }
    .pxtz ul li a p.img, .pxtz ul li .img img{
        height:auto;
    }
    .pxtz ul li a .txt span:nth-of-type(1){
        height:auto;
    }
    .gzzd ul li a{
        font-size: 16px;
        line-height: 44px;
    }
    .gzzd ul li a span{
        font-size: 14px;
    }
    .ptxx ul li{
        width: 100%;
        margin-right: 0;
    }
    .ptxx ul li a p:nth-of-type(3){
        height: auto;
        margin-bottom: 10px;
    }
    .yqsb .yqsbCon li{
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .yqsb .yqsbCon li div.img, .yqsb .yqsbCon li div.img img{
        height:auto;
        max-height: 220px;
    }
    .yqsb .yqsbCon li .btn{
        display:block;
    }
    .yqsb .yqsbCon li .txt{
        padding:10px;
        min-height: 100px;
    }
    .yqsb .yqsbCon li .txt h2{
        font-size:16px;
        margin-bottom: 5px;
    }
    .yqsb .yqsbCon li .txt p{
        font-size:14px;
    }
    .yqsbFrom{
        margin:20px 0;
    }
     .yqjjCon .yqjjText h2.bt{
        font-size: 20px;
    }
    .yqjjCon .yqjjText p.txt{
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
    }
    .yqjjCon .yqjjText p.about{
        font-size: 14px;
        line-height: 26px;
    }
    .yqjjCon .yqjjText a, .yqjjCon .yqjjText p.noBtn{
        margin-top: 10px;
        font-size: 14px;
        line-height: 36px;
        border-radius: 10px 0 10px 0;
    }
    .yqjjTab .tabIn li{
        font-size: 14px;
    }
    .yqjjTab .tabIn{
        margin-bottom: 20px;
    }
    .yqjjTab .tabCon div p{
        font-size: 14px;
        line-height: 26px;
    }
    main .content{
        margin: 20px 0 0;
    }
    main .content .con .bt{
        font-size: 18px;
    }
    main .content .con .wzxx{
        margin-bottom:10px;
    }
    main .prevNext a{margin: 5px 0;padding: 10px 5px;}
    .conLink h2{font-size: 18px;}
        .ptjjRight .rightT h2{
        text-align: center;
        font-size: 20px;
        margin: 5px 0;
        line-height: 28px;
    }
    .ptjjRight .rightB h2{
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .ptjjRight .rightB ul li a{
        margin-bottom:10px;
        line-height: 40px;
        text-indent: 10px;
        font-size: 18px;
    }
    .ptjjLeft .text1 h2{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .ptjjLeft .text1 h3{
        margin: 10px 0;
    }
    .ptjjLeft .text1 p{
        font-size: 14px;
        line-height: 26px;
    }
    .ptjjYq ul li{
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .ptjjYq ul li a .img{
        height:auto;
    }
    .ptjjYq ul li a .txt span:nth-of-type(1){
        font-size: 18px;
    }
    .ptjjYq ul li a .txt span:nth-of-type(2){
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }
    .ptjjYq ul li a .txt span:nth-of-type(3){
        font-size: 12px;
        line-height: 32px;
    }
    .ptjjYq h2{
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 5px;
        margin-top: 10px;
    }
    .nyEjNav ul li{
        margin-right: 10px;
    }
    .nyEjNav ul li a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px){
    .zjwyhCon li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .zjwyhCon li:nth-of-type(2n){
        margin-right: 0%;
    }
    .zjwyhCon li a{
        height: auto;
    }  
    .pxtz ul li a .txt span:nth-of-type(1){
        font-size:16px;
        line-height: 22px;
    }
    .pxtz ul li a .txt span:nth-of-type(2),.pxtz ul li a .txt span:nth-of-type(3){
        font-size:14px;
    }
    .yqjjCon .img img{
        max-width:80%;
    }
    .yqsb .yqsbCon li .btn a, .yqsb .yqsbCon li .btn p{
        font-size: 0.14rem;
    }
}
@media (min-width:560px) and  (max-width:800px){
   .dqwz p{
       margin-left: 18px;
   }	
}