html,body{
	height: 100%;
    overflow-x: hidden;
}
body{
	background: url(../../images/fujian/background.jpg) no-repeat;
	background-size: 100% 100%;
}
.el-empty__image{
    width: .9rem;
}
#app{
	width: 13rem;
	margin: 0 auto;
	padding-bottom: 1rem;
    height: 100%;
}
.nowheight{
    min-height: 80%;
}
.new-nav{
	position: relative;
	width: 1.8rem;
	margin-right: 10px;
	padding: .65rem .15rem 0;
}
.main{
	position: relative;
	width: 11rem;
	padding: .25rem;
}
.bg{
	background: linear-gradient(#fff, #fff, #fff, #fff, #fff, #fff, rgba(255,255,255, 0));
	border-radius: .08rem;
}
.new-head{
	padding: .2rem .1rem;
}
.logo img{
	height: 1.1rem;
}
.search{
	background: #fff;
	border-radius: 0.2rem;
	padding: .1rem .15rem;
}
.search img{
	width: .2rem;
    cursor: pointer;
}
.empty{
    color: var(--font-color-grey);
    padding-top: .2rem;
    font-size: .14rem;
    min-height: 2rem;
}

/* 导航 */
.new-nav .nav-item{
	position: relative;
	display: flex;
	align-items: center;
	background: var(--font-color-green);
	border-radius: .5rem .08rem .08rem .5rem;
	transition: all linear .4s;
	color: #fff;
	height: .5rem;
	cursor: pointer;
	margin-bottom: .4rem;
}
.new-nav .nav-item.cur{
	background: #206bc6;
}
.new-nav .nav-item.cur::after{
	position: absolute;
	content: '';
	display: block;
	width: 4px;
	height: .5rem;
	background: #206bc6;
	right: -.15rem;
}
.new-nav .nav-item .icon{
	background: url('') center no-repeat #fff;
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	margin: 0 8px 0 2px;
}
.new-nav .nav-item:hover .icon{
	animation:xz 0.5s linear 0.1s ;transition: all .8s;
}
.new-nav .zhishu{
	position: absolute;
	left: -.65rem;
	bottom: 0;
	width: 2.02rem;
}
@keyframes xz{
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

/* 新闻 */
.section .head .title{
	font-size: .2rem;
	color: var(--font-color-green);
    align-items: flex-end;
}
.section .head .title .policyclass{
    color: var(--font-color-grey);
}
.more{
	font-size: .14rem;
	color: var(--font-color-grey1)!important;
}
.more:hover{
	color: var(--font-color-green);
}
.more img{
	width: 0.08rem;
	margin-left: .03rem;
}
.news-box{
	margin-top: .2rem;
	padding-bottom: .24rem;
	margin-bottom: .24rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.news-box .news{
	width: 5rem;
	height: 3.15rem;
	border-radius: .08rem;
	overflow: hidden;
}
.news-box .news .news-item{
	position: relative;
	width: 100%;
	height: 3.15rem;
}
.news-box .news .news-item .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(4,22,5,.7);
	padding: .12rem .2rem;
	color: #fff;
}
.news-box .news-info{
	width: 5rem;
}
.news-box .news-info .date{
	position: relative;
	width: 0.66rem;
	height: 0.69rem;
	border-radius: 0.04rem;
	background-color: var(--font-color-green);
	border: 1px solid var(--font-color-green);
	text-align: center;
}
.news-box .news-info .date .day{
	font-size: 0.28rem;
	color: #ffffff;
	font-family: "J DZheng HT";
	line-height: .36rem;
}
.news-box .news-info .date .time{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0.32rem;
	line-height: .32rem;
	background-color: #ffffff;
	font-size: 0.12rem;
}
.news-box .news-info .top-info{
	width: calc(100% - .8rem);
}
.news-box .news-info .top-info .title{
	font-size: .18rem;
}
.news-box .news-info .top-info .intro{
	font-size: var(--font-size-sm);
	color: var(--font-color-grey);
	margin-top: .1rem;
}
.news-cell{
	margin-top: .2rem;
	background: url(../../images/fujian/diandian.png) left center no-repeat;
	padding-left: .1rem;
}
.news-cell a{
	position: relative;
	width: 80%;
	padding-right: .3rem;
    font-size: .14rem;
}
.news-cell .time{
	font-size: .14rem;
}
.news-cell a:hover{color: var(--font-color-green);text-decoration: underline;}
.news-list{
	width: 4.8rem;
}
.new-box .bor{
	width: 1px;
	height: 1.9rem;
	border-right: 1px dashed rgba(0,0,0,.1);
}
.new-list{
    width: 4.8rem;
}

/* 尽责参与 */
.xingshi{
	color: #113a22;
	line-height: 1.5;
	margin: .2rem 0;
	font-weight: 600;
    font-size: .14rem;
}
.head .grey{
	font-size: .12rem;
	margin-left: .08rem;
}
.head .diqu{
	font-size: .14rem;
	color: #113a22;
	font-weight: 600;
}
.head .diqu select{
	border: none;
	outline: none;
	color: #113a22;
}
.project .more, .zs-box .more{
	flex: 1;
	justify-content: flex-end;
}
.nborder.project{
	padding-bottom: .05rem;
	margin-bottom: .25rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.project .project-cell{
	margin-bottom: .2rem;
}
.project .project-cell.themes{
	margin-bottom: .35rem;
}
.project ul{
	margin-top: .3rem;
}
.project .project-cell img{
	width: 1.3rem;
	height: .9rem;
	object-fit: cover;
	border-radius: .08rem;
}
.project .project-cell .item-cont{
	width: calc(100% - 1.45rem);
	margin-left: .15rem;
}
.project .project-cell h3{
	color: #004f41;
	font-size: .18rem;
	margin-bottom: .05rem;
}
.project .project-cell .item-cont>p{
	font-size: .12rem;
	margin-bottom: 0.1rem;
	color: rgba(17,58,34,0.7);
}
.project .project-cell .item-cont .tip>div:first-child{
	margin-right: .15rem;
}
.project .project-cell .item-cont h3{
    font-size: .15rem;
}
.project .project-cell .item-cont .tip span{
	font-size: .12rem;
	color: rgba(17,58,34,0.7);
}
.project .project-cell .item-cont .tip p {
    color: #004f41;
    font-weight: bold;
    font-size: .12rem;
}
.project .project-cell .item-cont .tip p i{
	font-style: normal;
	color: #0092bb;
}
.project .project-cell .item-cont .tip .orange p i {
    color: #ff7a00;
}
.resize{
	-webkit-animation: start 1.5s infinite ease-in-out;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;right: 0;
	bottom: 0;
}
@-webkit-keyframes start {
    0%,30% {opacity: 0;-webkit-transform: translate(0,-8px);}
    60% {opacity: 1;-webkit-transform: translate(0,0);}
    100% {opacity: 0;-webkit-transform: translate(0,10px);}
}
@-moz-keyframes start {
    0%,30% {opacity: 0;-moz-transform: translate(0,-8px);}
    60% {opacity: 1;-moz-transform: translate(0,0);}
    100% {opacity: 0;-moz-transform: translate(0,10px);}
}
@keyframes start {
    0%,30% {opacity: 0;transform: translate(0,-8px);}
    60% {opacity: 1;transform: translate(0,0);}
    100% {opacity: 0;transform: translate(0,10px);}
}
.address{
	flex-wrap: wrap;
}
.ads-cell{
  width: 4.65rem;
  padding: .08rem 0;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #113a22;
  margin-bottom: .15rem;
}
.first-cell-ads.ads-cell{
	width: 100%;
	height: 52px;
	background-color: var(--font-color-green);
	color: #fff;
	border: none;
	margin: .2rem 0 .3rem;
}
.address .ads-cell .tt{
  font-size: 0.18rem;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.address .ads-cell .info{
  font-size: 0.12rem;
  padding-left: 5%;
  color: rgba(17,58,34,.7);
  width: 80%;
}
.address .ads-cell .info .itm{
  font-size: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address ul .info .itm{font-size: 0.12rem!important;}
.address .ads-cell .info span{
  font-size: 0.14rem;
  color: #113a22;
  margin-left: 5px;
}
.first-cell-ads.ads-cell .info{
	width: 90%;padding-left: 2%;margin-left: 0;
}
.first-cell-ads.ads-cell .tt{
	width: 10%;
	text-align: right;
	font-size: .22rem;
}
.first-cell-ads.ads-cell .info .itm{
	margin-right: .2rem;
}
.huoyan{
    width: 2.6rem;
    float: right;
}

/* 基地 */
.jidi-box{
	margin-top: .2rem;
}
.p-item{
	width: 2.18rem;
}
.jidi-box .p-item .imgs{
	width: 100%;
	height: 1.5rem;
	border-radius: .06rem;
	margin-bottom: .1rem;
}
.jidi-box .p-item .title{
	margin-bottom: .1rem;
    font-size: .15rem;
}
.jidi-box .p-item .des{
	font-size: var(--font-size-sm);
	color: var(--font-color-grey);
}

/* 个人中心 */
.zs-sm{
	flex-direction: column;
}
.zs-sm img{
	width: .85rem;
	height: .85rem;
}
.zs-sm p{
	font-size: .1rem;
	color: var(--font-color-grey1);
}
.zs-search{
	margin-left: .3rem;
}
.zs-search .input{
	height: 100%;
	border-radius: .04rem;
	padding: .08rem .1rem;
	border: 1px solid #e3e2e2;
}
.zs-search .button{
	border: none;
	border-radius: 0 .04rem .04rem 0;
    cursor: pointer;
}
.zs-box{
	margin: .15rem 0;
}
.zs-box.bor1{
	padding-bottom: .15rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.zs-box ul{
	margin-bottom: .1rem;
}
.zs-box .zs-cell img{
	width: 2.36rem;
	height: 1.65rem;
	object-fit: cover;
}
.zs-box .zs-cell{
	margin-right: .1rem;
}
.zs-box .zs-cell:nth-child(4n){
	margin-right: 0;
}

/* 关于我们 */
.about-nav{
	align-items: flex-end;
	padding-bottom: .2rem;
	margin-bottom: .25rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.about-nav .nav-a{
	margin-right: .5rem;
	cursor: pointer;
}
.about-nav .nav-a.cur{
	color: var(--font-color-green);
	font-size: .2rem;
}
.about .intro{
	color: #113a22;
	line-height: 1.8;
	margin-bottom: .9rem;
    text-indent: 2em;
}
.about .kouh p{
	margin-bottom: .3rem;
}
.about .kouh p:last-child{
	margin-bottom: 0;
}
.about .gzh {
	width: 1.75rem;
	margin-left: 1.75rem;
}
.about .gzh p{
	color: #113a22;
	text-align: center;
	margin-bottom: .15rem;
}
.about .gzh .img{
	width: 100%;
    aspect-ratio: 95/95;
	border-radius: .08rem;
    overflow: hidden;
	border: 1px dashed var(--font-color-green);
    padding: .1rem;
}
.about .gzh .img img{
    object-fit: fill;
}

.about{
    height: 100%;
}
.lvhua{
    overflow-y: scroll;
    height: 80%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.lvhua::-webkit-scrollbar { width: 0 !important }
.lvhua h3{
	font-size: 0.3rem;
	color: #5b5b5b;
	text-align: center;
	margin-top: 0.15rem;
	margin-bottom: 0.4rem;
}
.lvhua h2{
    font-size: 22px;
    color: #389a00;
    margin-top: 30px;
    margin-bottom: 20px;
}
.lvhua p{
    color: #767676;
    font-size: 14px;
    text-indent: 28px;
    text-align: justify;
    line-height: 25px;
    font-family: 微软雅黑;
}
.lvhua h4{
    font-size: 15px;
    color: #7F7F7F;
    margin: 20px 0;
}
.lvhua .text{
    padding-bottom: 100px;
}
.lvhua .rwjs{
    margin: 30px auto;
}
.lvhua .rwjs img{
    display: block;
    margin: 0 auto;
}
.lvhua .rwjs p{
    text-indent: 0;
    text-align: center;
    margin: 15px 0;
}
.lvhua .rwjs h6{
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}
.lvhua p span{
    margin-right: 50px;
}

/* 视频 */
.video-mask{
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
}
.video-box{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.video-box .modal-hd {
    position: relative;
    height: 32px;
    box-sizing: content-box;
    padding: 14px 20px;
    background-color: #f5f5f5;
    flex: 0 0 100%;
    max-width: 840px;
}
.video-box .modal-hd .title {
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    color: #424242;
}
.video-box .modal-hd .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #757575;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
    border-radius: 15px;
}
.video-box .modal-hd .close:hover {
    background-color: #e53935;
    color: #fff;
}
.video-box .modal-bd {
    flex: 0 0 100%;
    max-width: 880px;
    background-color: #eee;
}
.video-box video {
    width: 880px;
    height: 495px;
    margin: 0 auto;
}
.xs-click, .xs-img{
    width: 100%;
    height: 100%;
}
.xs-img{
    position: relative;
}
.xs-click{
    position: absolute;
    top: 0;
}
.xs-click .x-item{
    width: calc(100% / 8);
    height: 100%;
    cursor: pointer;
}
[v-clock]{
    display: none;
}

@media (max-width: 1450px) {
    .news-cell a{
        width: 75%;
    }
    .news-list{
        width: 4.65rem;
    }
    .news-box .news-info .date{
        width: .9rem;
    }
    .news-box .news-info .top-info {
        width: calc(100% - 1rem);
    }
    .about .gzh{
        width: 1.9rem;
        margin-left: 1.2rem;
    }
}

@media (max-width: 1340px) {
    .project .project-cell .item-cont .tip>div:first-child{margin-right: .1rem;}
    .project .project-cell .item-cont{margin-left: .1rem;}
    .new-box .bor{height: 3rem;}
    .news-list{width: 4.72rem;}
}

@media (max-width: 1100px) {
    .about .gzh{
        width: 2.2rem;
    }
}

@media (max-height: 800px) {
    .nowheight{
        min-height: 90%;
    }
}
