/* 大屏端header */
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10.9rem;
    background: #fff;
    width: 100%;
    position: relative;
    padding-right: 14.5rem;
    box-sizing: border-box;
}
header .logo{
    width: 59.7rem;
    height: auto;
    margin-left: 3.4rem;
}
nav ul {
    display: flex;
}
nav ul li{
    margin-right: 4.3rem;
    position: relative;
}
nav ul li a{
    font-size: 2rem;
    padding: 0 1.2rem;
    height: 10.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
nav ul li a:hover,nav ul li a.active{
    color: #1E81D6;
}
nav ul li a:hover,nav ul li a.active{
    border-bottom: 0.4rem solid #1E81D6;
    box-sizing: border-box;
}
.nav-dropdown{
    background: #fff;
    position: absolute;
    width: auto;
    top: 93%;
    left: 0;
    width: 18rem;
    font-size: 1.6rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,.1);
    border-radius: 0.4rem;
    display: none;
    z-index: 2;
    border-top: 1px solid rgba(222, 222, 222, 0.451);
}
.nav-dropdown a{
    height: 3rem;
    font-size: 1.6rem;
}
header .search-icon{
    width: 4.2rem;
    position: absolute;
    right: 4.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
header .search-icon:hover{
    transform: scale(1.05);
}
/* 大屏端header end */

/* 小屏端header */
/* 汉堡按钮样式 */
.menu-toggle {
    display: none;
    font-size: 36px;
    cursor: pointer;
    color:#1E81D6;
    font-weight: 700;
    width: 6rem;
    text-align: center;
    position: absolute;
    right: 8rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

/* 侧边栏样式 */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color:#1E81D6;
    color: white;
    z-index: 1050;
    transition: left 0.3s ease;
    font-size: 18px;
    overflow-y: auto;
}

.sidebar.open {
    left: 0;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar li > a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 15px 14px;
    border-bottom: 1px solid #b7b9bb;
    position: relative;
}

.sidebar li > a .caret {
    float: right;
    transition: transform 0.3s ease;
}

.sidebar ul ul {
    display: none;
    background-color: #1E81D6;
}

.sidebar ul ul li a {
    padding-left: 30px;
}

.sidebar li.active > ul {
    display: block;
}

.sidebar li.active > a .caret {
    transform: rotate(180deg);
}

/* 遮罩层 */
.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1040;
}

.body-item{
    width: 100%;
    height: 67rem;
}
.item-content{
    width: 140rem;
    margin: auto;
}
/* banner */
.body-item.bi1{
    background: url(banner-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 6rem;
    box-sizing: border-box;
}
.body-item.bi1 .list-img{
    display: flex;
    justify-content: space-between;
}
.body-item.bi1 .img-wrap{
    width: 65rem;
    height: 36.7rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
}
.body-item.bi1 .list-text{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.body-item.bi1 h2{
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 5rem;
    margin: 2rem 0;
}
.body-item.bi1 p{
    max-width: 60rem;
}
.body-item.bi1 .see-detail{
    width: 17.6rem;
    height: 6.7rem;
    border-radius: 3.4rem;
    border: 2px solid #FFFFFF;
    line-height: 6.7rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.body-item.bi1 .see-detail:hover{
    font-size: 2rem;
}
.body-item.bi1 .see-detail img{
    width: 3.6rem;
    vertical-align: middle;
}
/* banner end */

/* new */
.body-item.bi2{
    background: url(news-bg.png) no-repeat center center;
    background-size: cover;
    height: 67rem;
    padding-top: 3rem;
}
.title-has-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-has-more img{
    height: 9.3rem;
}
/* .item-title-wrap .en{
    height: 9.3rem;
    width: 17rem;
    line-height: 9.3rem;
    font-family: MicrosoftYaHei;
    font-size: 6rem;
    font-weight: 700;
    color: rgba(142, 198, 249, 1);
    position: relative;
}
.item-title-wrap .en::after{
    content: '';
    position: absolute;
    width: 4rem;
    height: 0.4rem;
    background: #1E81D6;
    left: 0;
    bottom: -1rem;
}
.item-title-wrap.middle .en::after{
    left: 50%;
    transform: translateX(-50%);
}
.item-title-wrap .zh{
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    color: rgba(68, 68, 68, 1);
    position: absolute;
    bottom: 0.7rem;
    width: 100%;
}
.item-title-wrap.middle .zh{
    text-align: center;
} */
.see-more{
    width: 15.5rem;
    height: 5.2rem;
    border: 1px solid #1E81D6;
    border-radius: 3.1rem;
    color: #1E81D6;
    line-height: 5.2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}
.see-more:hover{
    font-size: 2rem;
}

.bi2 .list-wrap{
    display: flex;
    /* justify-content: space-between; */
    margin-top: 4.6rem;
}
.bi2 .list-wrap .list-item1{
    width: 68rem;
    height: 38.1rem;
    margin-right: 4rem;
}
.list-item1.topnews {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.list-item1.topnews .swiper-slide{
	width: 100%;
}
.list-item1.topnews .swiper-slide a{
	height: 100%;
	position: relative;
	display: block;
	line-height: 0px;
	overflow: hidden;
	width: 100%;
}
.list-item1.topnews .swiper-slide a img{
	height: 100%;
	width: 100%;
	transition: all 0.3s;
	opacity: 0.3
}
.list-item1.topnews .swiper-slide-active a img:hover{
    transform: scale(1.05);
}
.list-item1.topnews .swiper-slide a .top-ifm{
	display: none;
	background: linear-gradient(0deg, #0A3C98 0%, rgba(10,60,152,0) 100%);
}
.list-item1.topnews .swiper-slide-active a .top-ifm{
	display: block;
}
.list-item1.topnews .swiper-slide-active a img{
	opacity: 1;
	transition: all 0.3s;
}
.list-item1 .top-ifm{
	min-height: 119px;
    background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, #000000 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 4rem 2rem 1rem;
    box-sizing: border-box;
}
.list-item1 .top-date{
	font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 3rem;
    max-width: 14rem;
    border-top: 1px solid #fff;
    padding-top: 0.5rem;
    margin: 0 0 0 1rem;
}
.list-item1 .top-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 4.2rem;
	width: calc(100% - 2rem);
    margin: 0 0 0 1rem;
}
.list-item1 .swiper-ctrl{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	margin: auto;
}
/* .list-item1 .swiper-button-next{
	width: 30px;
	height: 51px;
	background: url(top-R-en.png) no-repeat center;
	background-size: 100% 100%;
	right: calc((100% - 1430px) / 2 + 20px);
}
.list-item1 .swiper-button-prev{
	width: 30px;
	height: 51px;
	background: url(top-L-en.png) no-repeat center;
	background-size: 100% 100%;
	left: calc((100% - 1430px) / 2 + 20px);
}
.list-item1 .swiper-button-next::after,.swiper-button-prev::after{
	display: none;
	content: ""
}
.list-item1 .swiper-horizontal>.swiper-pagination-bullets{
	left: auto;
	bottom: 10px;
	right: 10px;
	width: auto;
} */
.list-item1 .swiper-pagination-bullet{
	width: 1rem;
	height: 1rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
	opacity: 1;
	margin: 0px 0.3rem;
}
.list-item1 .swiper-pagination-bullet-active{
	/* width: 2.4rem; */
    background-color: #1E81D6;
}
.list-item1 .swiper-pagination{
	position: absolute;
	bottom: 1.8px;
	right: 2rem;
    bottom: 1rem;
}
.bi2 .list-wrap .list-item2{
    width: 32rem;
    height: 38.1rem;
    margin-right: 4rem;
    position: relative;
}
.bi2 .list-wrap .list-item2:last-child{
    margin-right: 0;
}
.bi2 .list-wrap .img-wrap{
    width: 32rem;
    height: 17.9rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.bi2 .list-wrap .title{
    font-weight: 700;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    cursor: pointer;
}
.bi2 .list-wrap .title:hover{
    color: #1E81D6;
}
.bi2 .list-wrap .text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: #777777;
}
.bi2 .see-more{
    margin: 5.4rem 0 0 auto;
}
.bi2 .list-wrap .list-item2 .top-date{
    padding-top: 2rem;
    border-top: 1px solid #9b9a9a;
    text-align: right;
}
/* new end */

/* research */
.body-item.bi3{
    background: url(research-bg.png) no-repeat center center;
    background-size: cover;
    height: 68rem;
    padding-top: 3rem;
}
.body-item.bi3 .item-title,.body-item.bi4 .item-title{
    height: 9.3rem;
    display: block;
    margin: auto;
}
.body-item.bi3 .list-wrap{
    display: flex;
    /* justify-content: space-between; */
    margin-top: 4.2rem;
}
.bi3 .list-wrap .list-item2{
    width: 44rem;
    height: 45.8rem;
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    margin-right: 4rem;
}
.bi3 .list-wrap .list-item2:last-child{
    margin-right: 0;
}
.bi3 .list-wrap .img-wrap{
    width: 100%;
    height: 24.6rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    margin-bottom: 3.4rem;
}
.bi3 .list-wrap .title{
    left: 0;
    top: 21.6rem;
    width: 30.3rem;
    height: 6.1rem;
    border-radius: 0px 3.1rem 3.1rem 0px;
    background: #1e81d6;
    color: #fff;
    cursor: pointer;
    position: absolute;
    line-height: 6.1rem;
    padding: 0 1rem 0 3rem;
    box-sizing: border-box;
}
.bi3 .list-wrap .title:hover{
    /* color: #1E81D6; */
}
.bi3 .list-wrap .text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: #777777;
    padding: 0 3rem;
    margin-top: 5rem;
}
.see-detail-img{
    width: 9.5rem;
    height: 2.6rem;
    position: absolute;
    bottom: 2.3rem;
    right: 3rem;
    cursor: pointer;
    transition: all 0.3s;
}
.see-detail-img:hover{
    transform: scale(1.05);
}
.bi3 .see-more{
    margin: 5.4rem auto 0;
}
/* research end */

/* achievement */
.body-item.bi4{
    background: url(achievement.png) no-repeat center center;
    background-size: cover;
    height: 68rem;
    padding-top: 3rem;
    position: relative;
}
.bi4 .item-content{
    width: 154rem;
    height: 83%;
    position: relative;
}
.topnews2 {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    height: 70%;
    margin-top: 4rem;
}
.topnews2 .swiper-wrapper{
    width: 90%;
}
.topnews2 .swiper-slide{
	width: 100%;
}
.topnews2 .swiper-slide .slide-content{
	height: 100%;
	position: relative;
	display: block;
	line-height: 0px;
	/* overflow: hidden; */
	width: 94%;
    margin-left: 6%;
    background: #fff;
}
.topnews2 .swiper-slide .slide-content > img{
	height: auto;
	width: 40%;
    position: absolute;
    left: -6%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1rem;
}
.topnews2 .swiper-slide-active{
    z-index: 3;
}
.topnews2 .swiper-slide.swiper-slide-next{
	transform: translateX(10%);
	z-index: 1;
}
.topnews2 .swiper-slide.swiper-slide-prev{
	transform: translateX(-10%);
	z-index: 1;
}
.topnews2 .top-ifm{
	width: 64%;
    margin-left: 36%;
    padding: 3rem 5.4rem 3rem 0;
    box-sizing: border-box;
}
.topnews2 .top-date-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 2.7rem;
}
.topnews2 .top-date{
    width: 12.5rem;
    height: 4rem;
    border-radius: 3.1rem;
    border: 1px solid rgba(30, 129, 214, 0.5);
    color: #1E81D6;
    text-align: center;
    line-height: 4rem;
}
.topnews2 .line{
    height: 1px;
    background-color:rgba(30, 129, 214, 0.5);
    flex: 1;
}
.topnews2 .top-title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.9rem;
    color: #1E81D6;
    margin-bottom: 4.5rem;
}
.topnews2 .top-text{
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #777777;
}
.topnews2 .see-detail-img{
    right: 56.6%;
    bottom: 13%;
}
.topnews2 .swiper-ctrl{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	margin: auto;
}
.topnews2 .swiper-button-next{
	width: 5rem;
    height: 5rem;
	background: url(yuan-right.png) no-repeat center;
	background-size: 100% 100%;
	right: 0;
    opacity: 0.8;
    cursor: pointer;
}
.topnews2 .swiper-button-prev{
	width: 5rem;
    height: 5rem;
	background: url(yuan-left.png) no-repeat center;
	background-size: 100% 100%;
	left: 0;
    opacity: 0.8;
    cursor: pointer;
}
.topnews2 .swiper-button-next::after,.topnews2 .swiper-button-prev::after{
	content: '';
}
.topnews2 .swiper-horizontal>.swiper-pagination-bullets{
	left: auto;
	bottom: 10px;
	right: 10px;
	width: auto;
}
.topnews2 .swiper-pagination-bullet{
	width: 1rem;
	height: 1rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
	opacity: 1;
	margin: 0px 0.3rem;
}
.topnews2 .swiper-pagination-bullet-active{
	/* width: 2.4rem; */
    background-color: #1E81D6;
}
.topnews2 .swiper-pagination{
	position: absolute;
	bottom: 12%;
	left: 88%;
    width: 8rem;
    color: #1E81D6;
}
.topnews2 .swiper-pagination-total{
    color: #7eacd6
}
.bi4 .see-more{
    background: #1E81D6;
    background-size: cover;
    color: #fff;
    margin: 5.4rem auto 0;
}
/* achievement end */
/* 科研装备 */
.body-item.bi5{
    background: url(equipment-bg.png) no-repeat center center;
    background-size: cover;
    height: 53rem;
    padding-top: 3rem;
}
.bi5 .title-has-more img{
    margin-left: 7rem;
}
.bi5 .item-content{
    width: 154rem;
    position: relative;
}
.bi5 .list-wrap{
    /* display: flex; */
    margin-top: 5.2rem;
    position: relative;
}
.kyzbSwiper{
    width: calc(100% - 14rem);
    margin: auto;
    overflow: hidden;
}
.bi5 .list-wrap .swiper-button-next3{
    width: 5rem;
    height: 5rem;
    background: url(yuan-right.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.bi5 .list-wrap .swiper-button-prev3{
    width: 5rem;
    height: 5rem;
    background: url(yuan-left.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.bi5 .list-wrap .list-item2{
    width: 32rem;
    height: 23.5rem;
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    margin-right: 4rem;
}
.bi5 .list-wrap .list-item2:last-child{
    margin-right: 0;
}
.bi5 .list-wrap .img-wrap{
    width: 100%;
    height: 18rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    margin-bottom: 1.3rem;
}
.bi5 .list-wrap .title{
    cursor: pointer;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: center;
}
.bi5 .list-wrap .title:hover{
    color: #1E81D6;
}
.bi5 .see-more{
    margin: 5.4rem auto 0;
}
/* 科研装备 end */
/* footer */
.bi6{
    background: url(footer-bg.png) no-repeat center center;
    background-size: cover;
    height: auto;
    color: #fff;
}
.bi6 .item-content{
    padding: 4rem 0;
}
.bi6 .f-top{
    padding-top: 4.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bi6 .f-top .f-left{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}
.bi6 .f-top .f-left img{
    height: 4.4rem;
    display: block;
    margin-bottom: 3rem;
    background-color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
}
.bi6 .f-top .f-right{
    display: flex;
}
.bi6 .f-right .links{
    margin-right: 19.8rem;
    line-height: 4rem;
}
.bi6 .f-right .links li:nth-child(n+2):hover{
    color: #003982;
}
.bi6 .f-right .about{
    line-height: 4rem;
}
.bi6 .f-right .about img{
    vertical-align: middle;
    margin-right: 1rem;
}
.bi6 .f-right .links li:first-child,.bi6 .f-right .about li:first-child,.yqlj{
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.bi6 .f-line{
    height: 1px;
    background-color: #fff;
    margin: 3rem 0 3rem;
}
.bi6 .f-bottom{
    text-align: center;
}
body{
    background-color: #eef7ff;
}
/* footer end */
/* 通用细览左侧导航 */
.main-content{
    max-width: 140rem;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 5.2rem;
    min-height: 48.5vh;
    box-sizing: border-box;
    align-items: flex-start;
}
.nav-left{
    width: 24rem;
    background: #fff;
    margin-right: 3rem;
    box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.16);
}
.nav-left li:first-child{
    padding-left: 10%;
    height: 7rem;
    background: #00449e;
    color: #fff;
    line-height: 7rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.nav-left li{
    position: relative;
}
.nav-left li:nth-child(n+2)::after{
    content: '';
    width: 0;
    height: calc(100% - 1px);
    position: absolute;
    top: 0;
    left: -0;
    background: #1e81d6;
    z-index: 0;
    border-radius: 0rem 3rem 3rem 0rem;
    transition: all 0.3s;
}
.nav-left li:nth-child(n+2):hover::after,.nav-left li:nth-child(n+2).active::after{
    width: calc(100% + 3rem);
}
.nav-left li:nth-child(n+2)::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 0.8rem solid #fff; /* 箭头颜色 */
    border-right: 0;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.nav-left li:nth-child(n+2):hover::before,.nav-left li:nth-child(n+2).active::before{
    left: calc(100% + 1rem);
}
.nav-left li a{
    width: 80%;
    display: block;
    margin: auto;
    border-bottom: 1px solid #dddddd;
    height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}
.nav-left li a:hover,.nav-left li:nth-child(n+2).active a{
    color: #fff;
}
.content-right{
    padding: 0 4rem 4rem 4rem;
    box-sizing: border-box;
    flex: 1;
    background: #fff;
    min-height: 34vh;
    margin-bottom: 6rem;
    margin-left: 1rem;
}
.article-title-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    line-height: 6rem;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 3.7rem;
}
.article-title-wrap .title{
    font-size: 2rem;
    position: relative;
}
.article-title-wrap .title::before{
    content: '';
    width: 100%;
    height: 0.4rem;
    background: #1e81d6;
    position: absolute;
    left: 0;
    top: 0;
}
.article-title-wrap .route{
    font-size: 1.6rem;
    color: #777777;
}
.article-content{
    line-height: 2.6rem;
}
/* 通用细览左侧导航end */
/* 人员图片列表 */
.renyuan-content{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19.2rem, 19.2rem)); /* 根据需要调整最小宽度 */
    gap: 7rem; /* 设置网格间距 */
    justify-content: center;
}
.renyuan-item img{
    width: 19.2rem;
    height: 28.3rem;
    object-fit: cover;
}
.renyuan-content .name{
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
}
.renyuan-content .name:hover{
    color: #1E81D6;
}
/* 人员图片列表end */
/* 人员图文列表 */
.renyuan-content.tuwen{
    grid-template-columns: 1fr;
}
.renyuan-content.tuwen .renyuan-item {
    display: flex;
}
.renyuan-content.tuwen .renyuan-item img{
    margin-right: 4.8rem;
}
.renyuan-content.tuwen .name{
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 3px solid #1E81D6;
    padding-bottom: 0.6rem;
}
.renyuan-content.tuwen p{
    line-height: 2.6rem;
}
/* 人员图文列表end */
/* 科研设备图片列表 */
.renyuan-content.keyan{
    grid-template-columns: repeat(auto-fill, minmax(32rem, 32rem)); /* 根据需要调整最小宽度 */
    gap: 4rem; /* 设置网格间距 */
}
.renyuan-content.keyan .renyuan-item img{
    width: 32rem;
    height: 18rem;
}
/* 科研设备图片列表end */
/* 文字列表 */
.wz-list li{
    padding-left: 3.3rem;
    position: relative;
    margin-bottom: 1.8rem;
}
.wz-list li::before{
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background: #1E81D6;
    position: absolute;
    left: 0;
    top: 1rem;
}
.wz-list li a{
    line-height: 2.1rem;
}
.wz-list li a:hover{
    color: #1E81D6;
}
/* 文字列表end */
/* 图文列表 */
.renyuan-content.tuwen1{
    grid-template-columns: 1fr;
    gap: 4rem;
}
.renyuan-content.tuwen1 .renyuan-item {
    display: flex;
    padding-bottom: 3rem;
    border-bottom: 1px solid #dddddd;
}
.renyuan-content.tuwen1 .renyuan-item img{
    width: 28.8rem;
    height: 16.3rem;
    margin-right: 3.1rem;
}
.renyuan-content.tuwen1 .title{
    font-weight: 700;
}
.renyuan-content.tuwen1 .title:hover{
    color: #1E81D6;
}
.renyuan-content.tuwen1 p{
    line-height: 2.6rem;
}
.renyuan-content.tuwen1 .time{
    color: #1E81D6;
}
/* 图文列表end */
/* 人员细览 */
.renyuan-info{
    display: flex;
    margin-bottom: 4rem;
}
.renyuan-info img{
    width: 19.2rem;
    height: 28.3rem;
    object-fit: cover;
}
.renyuan-info .info{
    flex: 1;
    background-color: #1E81D6;
    color: #fff;
    padding: 3.9rem 3.1rem;
    box-sizing: border-box;
}
.renyuan-info .info .name{
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 0.7rem;
    margin-bottom: 3rem;
    border-bottom: 3px solid #fff;
    display: inline-block;
}
.renyuan-info .details{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}
.renyuan-jl{
    margin-bottom: 4rem;
}
.renyuan-jl .jl-title{
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #e8f4ff;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 3rem;
    box-sizing: border-box;
    border-left: 3px solid #1E81D6;
    margin-bottom: 2rem;
}
/* 人员细览end */
/* 通用细览 */
.art-title{
    font-size: 2.6rem;
    text-align: center;
    color: #444444
}
.art-time-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E81D6;
    margin-bottom: 2rem;
}
.art-time-wrap .art-time{
    margin-right: 10rem;
}
.art-time-wrap .font-size span{
    display: inline-block;
    margin-right: 1rem;
    cursor: pointer;
}
.art-time-wrap .font-size span:last-child{
    margin-right: 0;
}
/* 通用细览end */
/* 响应式：手机端显示汉堡按钮 */
@media (max-width: 1024px) {
    .menu-toggle {
        display: block;
    }
    nav{display: none;}
    /* 左侧导航手机端样式 */
    .nav-left{
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        border: 1px solid #dddddd;
        transition: all 0.3s;
        overflow: hidden;
        z-index: 2;
        height: 7rem;
    }
    .nav-left li:first-child{
        padding: 0;
    }
    /* .nav-left li:nth-child(n+2){
        position: relative;
        left: -100%;
        transition: all 0.5s;
    }
    .nav-left li:nth-child(n+3){
        transition: all 0.8s;
    } */
    .nav-left li{
        background-color:#fff
    }
    .main-content{
        padding-top: 7rem;
        position: relative;
    }
    /* 左侧导航手机端样式 end */
}
/* 小屏端header end */

@media (max-width: 1800px) {
    header{
        padding-right: 10rem;
    }
    header .logo{
        /* width: 57rem; */
    }
    nav ul li{
        margin-right: 2.3rem;
    }
}
@media (max-width: 1600px) {
    header .logo{
        width: 54rem;
    }
    nav ul li{
        margin-right: 0.3rem;
    }
    .bi4 .item-content, .bi5 .item-content{
        width: 140rem;
    }
}
@media (max-width: 1400px) {
    header .logo{
        width: 41rem;
    }
    nav ul li{
        margin-right: 0rem;
    }
    nav ul li a{
        padding: 0 0.8rem;
    }
    .item-content,.bi4 .item-content,.bi5 .item-content{
        width: 120rem;
    }
    .body-item.bi1 .img-wrap{
        width: 57rem;
        height: 32rem;
    }
    .bi2 .list-wrap .list-item1{
        height: 29.1rem;
    }
    .bi3 .list-wrap .img-wrap{
        height: 21.6rem;
        margin-bottom: 2rem;
    }
    .bi3 .list-wrap .title{
        position: static;
    }
    .bi3 .list-wrap .text{
        margin-top: 2rem;
    }
}
@media (max-width: 1200px) {
    header{
        padding-right: 6rem;
    }
    header .logo{
        width: 33rem;
    }
    header .search-icon{
        width: 3.2rem;
        right: 2.4rem;
    }
    nav ul li a{
        font-size: 1.8rem;
    }
    .item-content,.bi4 .item-content,.bi5 .item-content{
        width: 102.4rem;
    }
    .bi5 .list-wrap .list-item2{
        width: 27rem;
        height: 22.5rem;
    }
    .body-item.bi1 .img-wrap {
        width: 50rem;
        height: 28rem;
    }
    .bi2 .list-wrap .list-item1{
        height: 18.1rem;
    }
    .bi3 .list-wrap .img-wrap {
        height: 18.6rem;
    }
    .topnews2 .see-detail-img
    {
        right: 52.8%;
        bottom: 5%;
    }
    .topnews2 .swiper-pagination {
        bottom: 5%;
    }
    .bi5 .list-wrap .img-wrap{
        height: 14rem;
        margin-bottom: 3.3rem;
    }
    .bi6{
        /* height: 54rem; */
    }
    .bi6 .f-top {
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    header .logo{
        width: 80%;
    }
    header .search-icon{
        width: 4.2rem;
    }
    .item-content,.bi4 .item-content,.bi5 .item-content{
        width: 76.8rem;
    }
    .body-item.bi1 .img-wrap {
        width: 37rem;
        height: 20.72rem;
    }
    .body-item.bi2,.body-item.bi3,.body-item.bi5{
        height: auto;
        padding-bottom: 6rem;
    }
    .bi2 .list-wrap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bi2 .list-wrap .list-item1{
        margin-right: 0;
        width: 100%;
        height: 42.1rem;
        margin-bottom: 2rem;
    }
    .bi2 .list-wrap .list-item2{
        width: 36rem;
    }
    .bi2 .list-wrap .img-wrap
    {
        width: 36rem;
        height: 20.9rem;
    }
    .body-item.bi3 .list-wrap{
        flex-wrap: wrap;
    }
    .bi3 .list-wrap .list-item2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        height: 58.8rem;
    }
    .bi3 .list-wrap .img-wrap{
        height: 46rem;
    }
    .bi3 .list-wrap .title{
        position: absolute;
        top: 38.6rem;
        width: 50rem;
    }
    .body-item.bi4{
        height: 100rem;
    }
    .topnews2{
        height: 84%;
    }
    .topnews2 .top-ifm {
        width: 94%;
        margin-left: 0;
        padding: 0;
        margin: auto;
    }
    .topnews2 .see-detail-img {
        right: 83%;
        bottom: 2%;
    }
    .topnews2 .swiper-pagination {
        bottom: 2%;
    }
    .topnews2 .swiper-slide .slide-content{
        width: 100%;
        margin-left: 0;
        border-radius: 1rem;
    }
    .topnews2 .swiper-slide .slide-content > img{
        position: static;
        width: 100%;
        transform: translateY(0);
    }
    .topnews2 .swiper-slide.swiper-slide-next{
        transform: translateX(12%);
    }
    .topnews2 .swiper-slide.swiper-slide-prev{
        transform: translateX(-12%);
    }
    .body-item.bi5{
        height: 68.6rem;
    }
    .bi5 .list-wrap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bi5 .list-wrap .list-item2:nth-child(2){
        margin-right: 0;
    }
    .bi5 .list-wrap .list-item2{
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }
    .bi5 .list-wrap .img-wrap{
        height: 0;
        margin-bottom: 1rem;
        padding-bottom: 56%;
    }
    .bi5 .list-wrap .title{
        margin-bottom: 1rem;
        padding: 1rem 0 2rem 0;
    }
}
@media (max-width: 768px) {
    .menu-toggle{
        width: 4rem;
        right: 7rem;
    }
    header .search-icon{
        width: 4rem;
        right: 2rem;
    }
    .item-content,.bi4 .item-content,.bi5 .item-content{
        width: 94%;
    }
    .body-item.bi1,.body-item.bi5{
        padding-top: 6.3rem;
        height: auto;
        padding-bottom: 6rem;
    }
    .body-item.bi1 .img-wrap:first-child{
        width: 100%;
        height: auto;
    }
    .body-item.bi1 .img-wrap:first-child img{
        height: auto;
        position: relative;
    }
    .body-item.bi1 .img-wrap:last-child{
        display: none;
    }
    .body-item.bi1 .list-text{
        flex-wrap: wrap;
    }
    .body-item.bi1 h2{
        margin-top: 5rem;
    }
    .bi2 .list-wrap .list-item1{
        margin-bottom: 4rem;
    }
    .bi2 .list-wrap .list-item2{
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 4rem;
    }
    .bi2 .list-wrap .img-wrap,.bi3 .list-wrap .img-wrap{
        width: 100%;
        height: auto;
    }
    .bi2 .list-wrap .img-wrap img,.bi3 .list-wrap .img-wrap img,.bi5 .list-wrap .img-wrap img{
        height: auto;
        position: relative;
    }
    .bi3 .list-wrap .list-item2{
        height: auto;
        padding-bottom: 6rem;
    }
    .bi3 .list-wrap .title{
        position: static;
        width: 90%;
    }
    .topnews2{
        height: 87%;
    }
    .topnews2 .see-detail-img{
        right: 79%;
    }
    .topnews2 .swiper-pagination{
        left: 84%;
    }
    .bi5 .list-wrap .list-item2{
        width: 100%;
        margin-right: 0;
    }
    .bi6 .f-right .links{
        margin-right: 5rem;
    }
    .renyuan-content.keyan{
        grid-template-columns: 1fr;
    }
    .renyuan-content.keyan .renyuan-item img{
        width: 100%;
        height: auto;
    }
    .renyuan-info .details{
        font-size: 1.6rem;
    }
    .renyuan-info .info{
        padding: 1.9rem 2.1rem;
    }
    .bi6 .f-top .f-left{
        grid-template-columns: 1fr;
    }
    
    .article-content .trs_editor_view img{
        max-width: 100%;
    }
}
