@charset "utf-8";
body{background-color: #F5F7FA;}
/******内页******/
.inpage-container{min-height: 500px;box-sizing: border-box;padding: 20px 0 20px;}
/*面包屑*/
.bread{position: relative;display: inline-block;vertical-align: top;font-size: 16px;line-height: 20px;font-weight: normal;color: #666;white-space: nowrap;}
.bread .icon{display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em .4em 0 0;opacity: .6;}
.bread a{position: relative;display: inline-block;vertical-align: top;margin: 0 4px;color: #666;transition: 0.3s;}
.bread a:nth-of-type(1){margin-left: 0;}
.bread a.on,.bread a:hover{color: #048E45;}
/*分页*/
.page{padding-top: 50px;font-size: 0;text-align: center;}
.page > *{height: 40px;display: inline-block;box-sizing: border-box;padding: 0 1.1em;margin: 0 5px;background-color: #fff;border: 1px solid #e6e6e6;font-size: 14px;line-height: 40px;color: #333;transition: 0.3s;}
.page input{width: 30px;text-align: center;}
.page .no-border{padding: 0 .5em;border-color: transparent;}
.page > a.on,.page > a:hover{background-color: #048E45;border-color: #048E45;color: #fff;}

/*内页banner*/
.inpage-banner{position: relative;height: 500px;}
.inpage-banner .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-position: center;background-size: cover;background-repeat: no-repeat;}
/*内页头部栏*/
.inpage-top-wrap{height: 60px;box-sizing: border-box;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.inpage-top-wrap .w1400{display: flex;justify-content: space-between;align-items: center;}
.inpage-top-wrap .top-title{position: relative;padding: 0 40px;background: #00706B;background-size: cover;font-size: 24px;line-height: 60px;font-weight: bold;color: #fff;white-space: nowrap;}
.inpage-top-wrap .top-nav-swiper{position: relative;flex: 1;overflow: hidden;margin: 0 30px;}
.inpage-top-wrap .top-nav-swiper .swiper-slide{width: auto;margin: 0 25px;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a{position: relative;display: block;font-size: 18px;line-height: 80px;text-align: center;transition: 0.3s;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background-color: currentColor;transform: scaleX(0);transform-origin: left;transition: transform 0.3s;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a:hover{color: #048E45;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a:hover::after{transform: scaleX(1);}
.inpage-top-wrap .top-nav-swiper .swiper-slide a.on{color: #048E45;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a.on::after{transform: scaleX(1);}
.inpage-top-wrap .top-nav-swiper .swiper-scrollbar-drag{background-color: #048E45;}
/*内页标题*/
.inpage-title{margin-bottom: 50px;text-align: center;}
.inpage-title .name{position: relative;display: inline-block;vertical-align: top;font-size: 24px;line-height: 1;font-weight: bold;}
/*内页三级导航栏*/
.inpage-third-nav{display: flex;justify-content: center;margin-bottom: 80px;}
.inpage-third-nav a{position: relative;display: block;padding: 0 2.5em 20px;border-bottom: 5px solid #ddd;font-size: 18px;line-height: 20px;text-align: center;font-weight: bold;color: #999;transition: 0.3s;}
.inpage-third-nav a::before{content: '';position: absolute;left: 0;top: 0;width: 1px;height: 20px;background-color: #ddd;}
.inpage-third-nav a::after{content: '';position: absolute;left: 0;right: 0;bottom: -5px;height: 5px;background-color: #048E45;transform: scaleX(0);transition: 0.3s;}
.inpage-third-nav a:first-child::before{display: none;}
.inpage-third-nav a:hover::after{transform: scaleX(1);}
.inpage-third-nav a.on{color: #048E45;}
.inpage-third-nav a.on::after{transform: scaleX(1);}

/*新闻详情*/
.news-details-box{min-height: 500px;box-sizing: border-box;padding: 100px 100px 100px;background-color: #fff;}
.news-details-box .title{margin-bottom: 10px;font-size: 33px;line-height: 36px;text-align: center;}
.news-details-box .func-wrap{display: flex;justify-content: center;align-items: center;padding: 15px 0;border-bottom: 1px solid #eee;}
.news-details-box .record{line-height: 20px;color: #666;}
.news-details-box .record span{display: inline-block;vertical-align: top;margin-left: 35px;}
.news-details-box .record span:first-child{margin-left: 0;}
.news-details-box .record span .icon{display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em .4em 0 0;opacity: .6;}
.news-details-box .share-wrap .item .icon{filter: none;}
.news-details-box .share-wrap .weixin-btn{border-color: #00C800;}
.news-details-box .share-wrap .weibo-btn{border-color: #F5AA16;}
.news-details-box .share-wrap .qq-btn{border-color: #FF3D00;}
.news-details-box .content{padding: 50px 0;font-size: 16px;line-height: 2;}
.news-details-box .content p{margin-bottom: 20px;}
.news-details-box .content em{font-style: italic;}
.news-details-box .jump-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;border-top: 1px solid #eee;}
.news-details-box .jump-wrap .btn{width: 100%;margin: 10px 0;font-size: 16px;line-height: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-details-box .jump-wrap .btn .icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}
.news-details-box .jump-wrap .btn:hover{color: #00706B;}

/*历史沿革区*/
.history-box{padding: 70px 100px;background-color: #fff;}
/*历史信息列表*/
.history-info-list{}
.history-info-list li{display: flex;}
.history-info-list li > .con-l{width: 28%;}
.history-info-list li > .con-r{width: 72%;}
.history-info-list li .title{position: relative;display: flex;align-items: center;padding-right: 100px;color: #048E45;white-space: nowrap;}
.history-info-list li .title::after{content: '';position: absolute;right: 40px;top: 50%;width: 60px;height: 4px;margin-right: -2px;background-color: #048E45;}
.history-info-list li .title .num{height: 50px;padding-right: 20px;margin-right: 20px;border-right: 1px solid #ddd;font-size: 60px;line-height: 50px;font-weight: bold;}
.history-info-list li .title .tit{font-size: 20px;line-height: 30px;font-weight: bold;}
.history-info-list li .list{position: relative;padding-left: 50px;}
.history-info-list li .list::before{content: '';position: absolute;left: 0;top: 0;bottom: 0;width: 1px;background-color: #ddd;}
.history-info-list li .list dd{display: flex;align-items: flex-start;padding: 20px 0;border-bottom: 1px dashed #ddd;line-height: 24px;cursor: pointer;}
.history-info-list li .list dd:first-child{border-top: 1px dashed #ddd;}
.history-info-list li .list dd .year{position: relative;height: 24px;font-size: 20px;font-weight: bold;color: #999;white-space: nowrap;transition: 0.3s;}
.history-info-list li .list dd .year::before{content: '';position: absolute;left: -58px;top: 4px;width: 14px;height: 14px;background-color: #F9F9F9;border: 1px solid #ddd;border-radius: 50%;transition: 0.3s;}
.history-info-list li .list dd .year::after{content: '';position: absolute;left: -54px;top: 8px;width: 8px;height: 8px;background-color: #ddd;border-radius: 50%;transition: 0.3s;}
.history-info-list li .list dd .year i{margin-left: .3em;font-size: 12px;font-weight: normal;}
.history-info-list li .list dd .txt{position: relative;padding-left: 80px;font-size: 16px;}
.history-info-list li .list dd .txt::before{content: '';position: absolute;left: 15px;top: 12px;width: 50px;height: 2px;margin-top: -1px;background-color: #ddd;}
.history-info-list li .list dd .txt p{margin-bottom: 15px;}
.history-info-list li .list dd:hover .year{color: #048E45;}
.history-info-list li .list dd:hover .year::before{border-color: #048E45;animation: dotZoomAni 1s linear infinite;}
.history-info-list li .list dd:hover .year::after{background-color: #048E45;}
@keyframes dotZoomAni{
	100%{transform: scale(1.6);opacity: 0;}
}

/*实验室机构区*/
.lab-organization-box{text-align: center;}
.lab-organization-box img{cursor: zoom-in;}

/*人员信息表格*/
.person-info-table{width: 100%;border-collapse: collapse;border: 1px solid #048E45;}
.person-info-table *{box-sizing: border-box;}
.person-info-table tr{}
.person-info-table tr:nth-child(2n+1){background-color: rgba(4,142,69,.05);}
.person-info-table td{max-width: 400px;height: 70px;padding: 1em;border-right: 1px solid rgba(4,142,69,.3);text-align: center;line-height: 1.5;word-break: break-all;}
.person-info-table .title td{height: 80px;background-color: #048E45;border-right: 1px solid rgba(255,255,255,.3);font-size: 20px;font-weight: bold;color: #fff;}

/*新闻列表*/
.news-list{
    padding-top: 50px;
}
.news-list li{margin-top: 0px;}
.news-list li:first-child{padding-top: 0px;background: #FFF;}
.news-list li a{display: flex;padding: 25px 100px;background-color: #fff;transition: 0.3s;}
.news-list li .tit{flex: 1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;padding-left: 15px;transition: 0.3s;}
.news-list li .tit::before{content: '';position: absolute;left: 0;top: 50%;width: 6px;height: 6px;margin-top: -3px;background-color: #00706B;border-radius: 50%;}
.news-list li .date{margin-left: 40px;color: #000;}
.news-list li a:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.news-list li a:hover .tit{color: #FF9C00;transform: translateX(.3em);}

/*通知列表*/
.notice-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.notice-list li{width: 49%;margin-bottom: 2%;}
.notice-list li a{display: flex;align-items: center;padding: 30px;background-color: #fff;transition: 0.3s;}
.notice-list li .date{flex: 0 0 54px;padding-right: 25px;margin-right: 25px;border-right: 1px solid #EDEDED;font-family: Arial;text-align: center;white-space: nowrap;}
.notice-list li .date .big{background-color: #ADADAD;border-radius: 5px 5px 0 0;font-size: 20px;line-height: 28px;color: #fff;transition: 0.3s;}
.notice-list li .date .small{background-color: #F0F0F0;font-size: 12px;line-height: 20px;color: #666;}
.notice-list li .tit{flex: 1;max-height: 50px;line-height: 25px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.notice-list li a:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.notice-list li a:hover .date .big{background-color: #048E45;}
.notice-list li a:hover .tit{color: #048E45;}

/*研究人员列表*/
.research-person-list{}
.research-person-list li{display: flex;margin-top: 35px;background-color: #fff;}
.research-person-list li:first-child{margin-top: 0;}
.research-person-list li .title{flex: 0 0 230px;display: flex;justify-content: center;align-items: center;box-sizing: border-box;padding: 1em;background-color: #048E45;font-size: 22px;line-height: 1.5;text-align: center;color: #fff;}
.research-person-list li .list{flex: 1;overflow: hidden;padding: 5px 30px;font-size: 0;}
.research-person-list li .list dd{display: inline-block;vertical-align: top;margin: 20px 50px 20px 0;}
.research-person-list li .list dd a{position: relative;display: block;padding: 0 0 4px 12px;font-size: 18px;line-height: 20px;transition: 0.3s;}
.research-person-list li .list dd a::before{content: '';position: absolute;left: 0;top: 7px;width: 6px;height: 6px;background-color: #ddd;border-radius: 50%;transition: 0.3s;}
.research-person-list li .list dd a::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background-color: #048E45;transform: scaleX(0);transform-origin: left;transition: 0.3s;}
.research-person-list li .list dd a:hover{color: #048E45;}
.research-person-list li .list dd a:hover::before{background-color: #048E45;}
.research-person-list li .list dd a:hover::after{transform: scaleX(1);}
/*提示文字*/
.research-person-list-tips{margin-top: 20px;text-align: right;line-height: 2;color: #666;}

/*图片列表*/
.pic-list{font-size: 0;}
.pic-list li{display: inline-block;vertical-align: top;width: 31.33%;margin: 0 0 5% 3%;}
.pic-list li:nth-child(3n+1){margin-left: 0;}
.pic-list li a{display: block;}
.pic-list li .pic{overflow: hidden;}
.pic-list li .pic em{display: block;padding-top: 61%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.pic-list li .tit{padding: 0 1em;margin-top: 20px;line-height: 30px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.pic-list li a:hover .pic em{transform: scale(1.05);}
.pic-list li a:hover .tit{color: #048E45;}

/*专利信息区*/
.patent-info-box{}
.patent-info-box > .title{display: flex;}
.patent-info-box > .title span{flex: 1;display: flex;justify-content: center;align-items: center;height: 80px;box-sizing: border-box;padding: 0 1em;background-color: #048E45;line-height: 20px;text-align: center;color: #fff;position: relative;}
.patent-info-box > .title span::before{content: '';position: absolute;left: 0;top: 50%;width: 1px;height: 20px;background-color: rgba(255,255,255,.3);transform: translateY(-50%);}
.patent-info-box > .title span:nth-child(1){flex: 0 0 10%;}
.patent-info-box > .title span:nth-child(2){flex: 0 0 40%;}
.patent-info-box > .title span:nth-child(3){flex: 0 0 15%;}
.patent-info-box > .title span:nth-child(4){flex: 0 0 15%;}
.patent-info-box.paper > .title span:nth-child(3){flex: 0 0 20%;}
.patent-info-box.paper > .title span:nth-child(4){flex: 0 0 10%;}
.patent-info-box.paper > .title span:nth-child(5){flex: 0 0 20%;}
.patent-info-box.paper > .title span:nth-child(3){flex: 0 0 20%;}
.patent-info-box.cghj > .title span:nth-child(1){flex: 0 0 10%;}
.patent-info-box.cghj > .title span:nth-child(2){flex: 0 0 30%;}
.patent-info-box.cghj > .title span:nth-child(3){flex: 0 0 15%;}
.patent-info-box.cghj > .title span:nth-child(4){flex: 0 0 10%;}
.patent-info-box.cghj > .title span:nth-child(5){flex: 0 0 10%;}
.patent-info-box.sdpz > .title span:nth-child(1){flex: 0 0 10%;}
.patent-info-box.sdpz > .title span:nth-child(2){flex: 0 0 10%;}
.patent-info-box.sdpz > .title span:nth-child(3){flex: 0 0 15%;}
.patent-info-box.sdpz > .title span:nth-child(4){flex: 0 0 15%;}
.patent-info-box.sdpz > .title span:nth-child(5){flex: 0 0 15%;}
.patent-info-box.sdpz > .title span:nth-child(6){flex: 0 0 10%;}
/*专利信息列表*/
.patent-info-list{}
.patent-info-list li{display: flex;align-items: center;margin-top: 15px;background-color: #fff;transition: 0.3s;}
.patent-info-list li span{flex: 1;display: flex;justify-content: center;align-items: center;box-sizing: border-box;padding: 20px 1em;line-height: 30px;text-align: center;word-break: break-all;}
.patent-info-list li span:nth-child(1){flex: 0 0 10%;}
.patent-info-list li span:nth-child(2){flex: 0 0 40%;}
.patent-info-list li span:nth-child(3){flex: 0 0 15%;}
.patent-info-list li span:nth-child(4){flex: 0 0 15%;}
.patent-info-list li:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.patent-info-list.paper li span:nth-child(3){flex: 0 0 20%;}
.patent-info-list.paper li span:nth-child(4){flex: 0 0 10%;}
.patent-info-list.paper li span:nth-child(5){flex: 0 0 20%;}
.patent-info-list.cghj li span:nth-child(1){flex: 0 0 10%;}
.patent-info-list.cghj li span:nth-child(2){flex: 0 0 30%;}
.patent-info-list.cghj li span:nth-child(3){flex: 0 0 15%;}
.patent-info-list.cghj li span:nth-child(4){flex: 0 0 10%;}
.patent-info-list.cghj li span:nth-child(5){flex: 0 0 10%;}
.patent-info-list.sdpz li span:nth-child(1){flex: 0 0 10%;}
.patent-info-list.sdpz li span:nth-child(2){flex: 0 0 10%;}
.patent-info-list.sdpz li span:nth-child(3){flex: 0 0 15%;}
.patent-info-list.sdpz li span:nth-child(4){flex: 0 0 15%;}
.patent-info-list.sdpz li span:nth-child(5){flex: 0 0 15%;}
.patent-info-list.sdpz li span:nth-child(6){flex: 0 0 10%;}

/*文章列表*/
.article-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.article-list li{width: 49%;margin: 0 0 20px;}
.article-list li a{position: relative;display: block;padding: 20px 100px 20px 50px;background-color: #fff;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.article-list li a::before{content: '';position: absolute;left: 35px;top: 50%;width: 6px;height: 6px;margin-top: -3px;background-color: #048E45;border-radius: 50%;}
.article-list li a::after{content: '';position: absolute;right: 40px;top: 50%;width: 24px;height: 24px;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDQ4RTQ1IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik0xMi44MiA2LjQ3NGMtLjM4NCAwLS42NC4yNTctLjY0LjY0MVYxNy41bC0zLjMzNC0zLjAxM2MtLjI1Ni0uMjU2LS42NC0uMTkyLS44OTcuMDY0LS4yNTcuMjU3LS4xOTMuNjQxLjA2NC44OThsNC40MjMgNC4wMzhhLjU4Mi41ODIgMCAwIDAgLjQ0OS4xOTJjLjA2NCAwIC4xOTIgMCAuMjU2LS4wNjQuMjU2LS4xMjguMzg1LS4zMi4zODUtLjU3N1Y3LjExNWMtLjA2NC0uMzItLjMyLS42NC0uNzA1LS42NHptMy45NzUgOC4wMTNsLTIuNzU3IDIuNWEuNjg2LjY4NiAwIDAgMC0uMDY0Ljg5OGMuMTI5LjEyOC4zMi4xOTIuNDUuMTkyLjEyNyAwIC4zMi0uMDY0LjQ0OC0uMTkybDIuNzU2LTIuNWEuNjg2LjY4NiAwIDAgMCAuMDY0LS44OThjLS4xOTItLjI1Ni0uNjQtLjI1Ni0uODk3IDB6Ii8+PHBhdGggZD0iTTE5LjM1OSA2LjQxQzE5LjI5NSAyLjg4NSAxNi4zNDYgMCAxMi44MjEgMCA5LjI5NSAwIDYuMzQ2IDIuODg1IDYuMjgyIDYuNDEgMi43NTYgNi42NjcgMCA5LjYxNSAwIDEzLjIwNSAwIDE2LjkyMyAzLjAxMyAyMCA2Ljc5NSAyMGMuMzg0IDAgLjY0LS4yNTYuNjQtLjY0MXMtLjI1Ni0uNjQxLS42NC0uNjQxYy0zLjA3NyAwLTUuNTEzLTIuNS01LjUxMy01LjUxM3MyLjQzNi01LjUxMyA1LjUxMy01LjUxM2guMDY0YS43MjguNzI4IDAgMCAwIC41MTMtLjE5Mi43MjguNzI4IDAgMCAwIC4xOTItLjUxM3YtLjQ0OWMwLTIuODg0IDIuMzcyLTUuMjU2IDUuMjU3LTUuMjU2IDIuODg0IDAgNS4yNTYgMi4zNzIgNS4yNTYgNS4yNTZ2LjQ1YzAgLjE5MS4wNjQuMzg0LjE5Mi41MTJzLjMyLjE5Mi41MTMuMTkyaC4xMjhjMy4wMTMgMCA1LjUxMyAyLjUgNS41MTMgNS41MTNzLTIuNSA1LjUxMy01LjUxMyA1LjUxM2MtLjM4NCAwLS42NC4yNTYtLjY0LjY0MXMuMjU2LjY0MS42NC42NDFjMy43MTggMCA2LjczMS0zLjA3NyA2LjczMS02Ljc5NSAwLTMuNTktMi43NTYtNi41MzgtNi4yODItNi43OTV6Ii8+PC9nPjwvc3ZnPg==');background-size: 100% 100%;transform: translateY(-50%);filter: brightness(0) invert(.6);}
.article-list li a:hover{color: #048E45;box-shadow: 0 0 20px rgba(0,0,0,.1);}
.article-list li a:hover::after{filter: none;}

/*学术报告列表*/
.academic-report-list{font-size: 0;}
.academic-report-list li{display: inline-block;vertical-align: top;width: 31.33%;margin: 0 0 3% 3%;font-size: 14px;}
.academic-report-list li:nth-child(3n+1){margin-left: 0;}
.academic-report-list li a{display: block;padding: 30px;background-color: #fff;transition: 0.3s;}
.academic-report-list li .tit{line-height: 20px;text-align: center;transition: 0.3s;}
.academic-report-list li .name{margin-top: 20px;line-height: 20px;text-align: center;color: #666;transition: 0.3s;}
.academic-report-list li .record{position: relative;padding-top: 20px;margin-top: 20px;border-top: 1px solid #ddd;}
.academic-report-list li .record::before{content: '';position: absolute;left: 50%;top: 0;width: 50px;height: 4px;background-color: #048E45;transform: translate(-50%,-50%) scaleX(0);transition: 0.3s;}
.academic-report-list li .record .item{margin-top: 10px;line-height: 20px;}
.academic-report-list li .record .item:first-child{margin-top: 0;}
.academic-report-list li .record .item .icon{display: inline-block;vertical-align: middle;width: 12px;height: 12px;margin: -.25em .4em 0 0;filter: brightness(0) invert(.6);}
.academic-report-list li a:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.academic-report-list li a:hover .tit{color: #048E45;}
.academic-report-list li a:hover .name{color: #048E45;}
.academic-report-list li a:hover .record::before{transform: translate(-50%,-50%) scaleX(1);}

/*联系我们区*/
.contact-box{display: flex;flex-wrap: wrap;background-color: #fff;}
.contact-box > .con-l{width: 28%;}
.contact-box > .con-r{width: 72%;}
/*联系信息列表*/
.contact-info-list{padding: 0 40px;}
.contact-info-list li{display: flex;align-items: center;padding: 40px 0;border-top: 1px solid #E6E6E6;}
.contact-info-list li:first-child{border-top: 0;}
.contact-info-list li .icon{position: relative;width: 48px;height: 48px;margin-right: 18px;background-color: #F1F1F1;border-radius: 50%;}
.contact-info-list li .icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50%;height: 50%;margin: auto;}
.contact-info-list li .info{line-height: 1.6;}
.contact-info-list li .info .tit{font-weight: bold;}
.contact-info-list li .info .txt{color: #666;}
/*电子地图*/
.e-map{position: relative;padding-top: 55%;}
.e-map iframe{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}


/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px){
	
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px){
	/*内页banner*/
	.inpage-banner{height: 350px;}
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px){
	/*内页banner*/
	.inpage-banner{height: 320px;}
	/*内页头部栏*/
	.inpage-top-wrap{height: 60px;}
	.inpage-top-wrap .top-title{padding: 0 30px;font-size: 18px;line-height: 60px;}
	.inpage-top-wrap .top-nav-swiper{margin: 0 20px;}
	.inpage-top-wrap .top-nav-swiper .swiper-slide{margin: 0 20px;}
	.inpage-top-wrap .top-nav-swiper .swiper-slide a{font-size: 16px;line-height: 60px;}
	/*内页标题*/
	.inpage-title{margin-bottom: 40px;}
	.inpage-title .name{font-size: 22px;}
	/*内页三级导航栏*/
	.inpage-third-nav{margin-bottom: 50px;}
	.inpage-third-nav a{padding: 0 1.5em 15px;border-bottom: 4px solid #ddd;font-size: 16px;}
	.inpage-third-nav a::after{bottom: -4px;height: 4px;}
	
	/*历史沿革区*/
	.history-box{padding: 40px 50px;}
	/*历史信息列表*/
	.history-info-list li .title .num{height: 40px;padding-right: 10px;margin-right: 15px;font-size: 50px;line-height: 40px;}
	.history-info-list li .title .tit{font-size: 18px;line-height: 25px;}
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px){
	/******内页******/
	.inpage-container{padding: 40px 0;}
	
	/*内页banner*/
	.inpage-banner{height: 260px;}
	/*内页头部栏*/
	.inpage-top-wrap .top-nav-swiper .swiper-slide{margin: 0 15px;}
	.inpage-top-wrap .top-nav-swiper .swiper-slide a{font-size: 15px;}
	/*内页标题*/
	.inpage-title{margin-bottom: 30px;}
	.inpage-title .name{font-size: 20px;}
	/*内页三级导航栏*/
	.inpage-third-nav{margin-bottom: 40px;}
	
	/*历史沿革区*/
	.history-box{padding: 40px;}
	/*历史信息列表*/
	.history-info-list li .title::after{right: 25px;width: 40px;}
	.history-info-list li .title .num{font-size: 40px;}
	.history-info-list li .title .tit{font-size: 16px;line-height: 20px;}
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px){
	/******内页******/
	.inpage-container{min-height: 300px;padding: 30px 0 40px;}
	/*面包屑*/
	.bread{padding: 0 20px 0 25px;font-size: 14px;}
	.bread .icon{top: 2px;width: 16px;height: 16px;}
	/*分页*/
	.page{padding-top: 30px;}
	.page > *{padding: 0 .8em;margin: 0 3px;height: 30px;font-size: 12px;line-height: 28px;}
	
	/*内页banner*/
	.inpage-banner{height: 120px;margin-top: 0;}
	/*内页头部栏*/
	.inpage-top-wrap{display: none;}
	/*内页三级导航栏*/
	.inpage-third-nav{margin-bottom: 30px;}
	.inpage-third-nav a{padding: 0 .6em 10px;border-bottom: 2px solid #ddd;font-size: 14px;}
	.inpage-third-nav a::before{top: 5px;height: 10px;}
	.inpage-third-nav a::after{bottom: -2px;height: 2px;}
	
	/*新闻详情*/
	.news-details-box{padding: 25px 15px;}
	.news-details-box .title{margin-bottom: 15px;font-size: 18px;line-height: 26px;text-align: center;}
	.news-details-box .func-wrap{padding: 10px 0;flex-wrap: wrap;}
	.news-details-box .func-wrap .share-wrap{display: none;}
	.news-details-box .record{width: 100%;font-size: 13px;text-align: center;}
	.news-details-box .record span{margin: 0 5px;}
	.news-details-box .record span .icon{width: 12px;height: 12px;}
	.news-details-box .content{padding: 10px 0;font-size: 15px;}
	.news-details-box .content p{margin-bottom: 10px;}
	.news-details-box .jump-wrap{padding-top: 10px;margin-top: 0;}
	.news-details-box .jump-wrap .btn{margin: 5px 0;font-size: 14px;}
	
	/*历史沿革区*/
	.history-box{padding: 30px 20px;}
	/*历史信息列表*/
	.history-info-list li > .con-l{flex: 0 0 100px;}
	.history-info-list li > .con-r{flex: 1;}
	.history-info-list li .title{flex-wrap: wrap;padding-right: 0;}
	.history-info-list li .title::after{display: none;}
	.history-info-list li .title .num{height: 30px;padding-right: 0;margin-right: 0;border-right: 0;font-size: 30px;line-height: 30px;}
	.history-info-list li .title .tit{margin-top: 5px;font-size: 14px;}
	.history-info-list li .list{padding-left: 20px;}
	.history-info-list li .list dd{padding: 10px 0;}
	.history-info-list li .list dd .year{font-size: 16px;}
	.history-info-list li .list dd .year::before{left: -28px;}
	.history-info-list li .list dd .year::after{left: -24px;}
	.history-info-list li .list dd .txt{padding-left: 10px;font-size: 14px;}
	.history-info-list li .list dd .txt::before{display: none;}
	.history-info-list li .list dd .txt p{margin-bottom: 10px;}
	
	/*人员信息表格*/
	.person-info-table td{max-width: 200px;min-width: 60px;height: 60px;padding: 1em .5em;line-height: 1.2;}
	.person-info-table .title td{height: 70px;font-size: 14px;}
	
	/*新闻列表*/
	.news-list li{margin-top: 15px;}
	.news-list li a{padding: 15px;}
	.news-list li .date{display: none;}
	
	/*通知列表*/
	.notice-list li{width: 100%;margin-bottom: 15px;}
	.notice-list li a{padding: 15px;}
	.notice-list li .date{padding-right: 15px;margin-right: 15px;}
	
	/*研究人员列表*/
	.research-person-list li{flex-wrap: wrap;margin-top: 25px;}
	.research-person-list li .title{flex: 0 0 100%;font-size: 18px;}
	.research-person-list li .list{padding: 10px;}
	.research-person-list li .list dd{margin: 10px;}
	.research-person-list li .list dd a{font-size: 15px;}
	/*提示文字*/
	.research-person-list-tips{margin-top: 10px;}
	
	/*图片列表*/
	.pic-list li{width: 48%;margin: 0 0 30px 4%;}
	.pic-list li:nth-child(3n+1){margin-left: 4%;}
	.pic-list li:nth-child(2n+1){margin-left: 0;}
	.pic-list li .tit{padding: 0 .5em;margin-top: 15px;line-height: 20px;}
	
	/*专利信息区*/
	.patent-info-box{padding-bottom: 10px;overflow-x: auto;}
	.patent-info-box > .title{width: 600px;}
	.patent-info-box > .title span{height: 60px;padding: 0 .5em;}
	.patent-info-box > .title span::before{display: none;}
	.patent-info-box > .title span:nth-child(2){flex: 0 0 30%;}
	/*专利信息列表*/
	.patent-info-list{width: 600px;}
	.patent-info-list li{margin-top: 10px;}
	.patent-info-list li span{padding: 10px .5em;line-height: 20px;}
	.patent-info-list li span:nth-child(2){flex: 0 0 30%;}
	
	/*文章列表*/
	.article-list li{width: 100%;margin: 0 0 15px;}
	.article-list li a{padding: 10px 40px 10px 30px;}
	.article-list li a::before{left: 15px;}
	.article-list li a::after{right: 15px;width: 16px;height: 16px;}
	
	/*学术报告列表*/
	.academic-report-list li{width: 100%;margin: 0 0 20px;}
	.academic-report-list li a{padding: 20px;}
	.academic-report-list li .name{margin-top: 10px;}
	.academic-report-list li .record{padding-top: 15px;margin-top: 15px;}
	
	/*联系我们区*/
	.contact-box > .con-l{width: 100%;}
	.contact-box > .con-r{width: 100%;}
	/*联系信息列表*/
	.contact-info-list{padding: 5px 20px;}
	.contact-info-list li{padding: 15px 0;}
	.contact-info-list li .icon{width: 40px;height: 40px;margin-right: 10px;}
	/*电子地图*/
	.e-map{padding-top: 100%;}
}