@charset "utf-8";
#header{position: fixed;}
/*内页公共样式*/
.n_banner{ position: relative; z-index: 1; overflow: hidden;}
.n_banner .img .img_hezi{padding-bottom: 30.83% !important;}
.n_banner .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; bottom: 0;}

.n_banner .top .wp{height: 100%;display: flex;z-index: 100;justify-content: center;align-items: center;}
.n_banner .top h3{font-size: .4rem;color: #fff;font-weight: bold;}

.mianbao{display: flex;align-items: center;margin: .15rem 0 .5rem;}
.mianbao *{font-size: .16rem;color: #fff;font-style: normal;line-height: 1.5;color: rgba(255,255,255,.7);}

.mianbao span{margin: 0 .06rem;}
.mianbao img{margin: -.03rem .06rem 0 0;height: .14rem;}

.list_sj{position: relative;background: rgba(0, 0, 0, .5); width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;}

.list_sj ul{display: flex;flex-wrap: wrap;min-height: .6rem;}
.list_sj ul li *{ transition: .5s;}
.list_sj ul li{justify-content: center;align-items: center;display: flex;height: .6rem;}
.list_sj ul li a{width: 100%;font-size: .22rem;color: #fff;position: relative;z-index: 1;padding: 0 .4rem;font-family: cam;line-height: 1.5;}
.list_sj ul li a:before{content: "";position: absolute;width: 0.1rem;height: 0.07rem;background: url(../images/nav-j.png) no-repeat;background-size: 100% 100%;left: 50%;transform: translateY(-50%);top: 100%;opacity: 0;}

.list_sj ul li.on a:before, .list_sj ul li a:hover:before{ opacity: 1}
.list_sj ul li.on a, .list_sj ul li a:hover{ color: #f68c1a}

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;float: left;width: 100%;background: #276f4a;}
#bnt_back { position: absolute; left: 15px; top: 0px; }
#bnt_back img { height: 28px; }
#bnt_back svg { fill: rgb(255, 255, 255); height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: rgb(255, 255, 255); text-align: center; margin: 0px; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 15px; top: 0px; height: 50px; cursor: pointer; color: rgb(255, 255, 255); font-size: 18px; display: flex; align-items: center; }
#bnt_sub_nav svg { fill: rgb(255, 255, 255); height: 20px; vertical-align: middle; width: 20px; }
#bnt_sub_nav img { display: block; height: 20px; }
#bnt_sub_nav.on img { transform: rotate(-180deg); }
#sub_nav_content { background: rgb(240, 243, 245); display: none; box-shadow: rgb(153, 153, 153) 0px 0px 5px; z-index: 9; }
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0px; }
#sub_nav_content ul li a { display: block; border-left: 2px solid rgb(202, 158, 78); height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: rgb(83, 84, 85); }
#sub_nav_content ul li.on a { color: rgb(202, 158, 78); }
#sub_nav_content dl { font-size: 0px; overflow: hidden; background: rgb(255, 255, 255); padding: 10px 0px; }
#sub_nav_content dt { position: relative; background: rgb(255, 255, 255); z-index: 999; width: 100%; display: inline-block; margin-bottom: 0px; float: left; }
#sub_nav_content dt a { margin: 0px 20px; display: block; color: rgb(91, 83, 73); line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0px; opacity: 0; display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: rgb(250, 250, 251); }
#sub_nav_content dt.title i { opacity: 1; }
#sub_nav_content dt.title_on { background: rgb(250, 250, 251); }
#sub_nav_content dt.title_on a { color: #276f4a; border-top: 1px solid rgb(255, 255, 255);}
#sub_nav_content dt.title_on a i { color: #276f4a;}
#sub_nav_content dt.last a { border-top: 1px solid rgb(248, 248, 248); }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #276f4a;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px; }
#sub_nav_content dd a { padding: 0px 25px; line-height: 30px; border-top: 1px solid rgb(231, 231, 231); font-size: 12px; color: rgb(91, 83, 73); display: block; height: 30px; }
#sub_nav_content dd a.on { color: #276f4a; }

.n_pad1{ padding: .84rem 0 1.46rem;}
.n_container .wp, .n_banner .wp{ max-width: 14rem;}
/* 三级导航 */
.san-nav{width: 100%;background: #f8f8f8;}
.san-nav ul{display: flex;justify-content: center;align-items: flex-end;flex-wrap: wrap;}
.san-nav li{/* height: 0.8rem; */display: flex;align-items: flex-end;padding:0 .3rem;}
.san-nav a{display: inline-block;/* margin: 0 0.4rem; */font-size: 0.16rem;color: #a9a9a9;display: flex;align-items: center;height: 0.6rem;transition: 0.5s;}
.san-nav a::after{height: 0.02rem;left: 0;background: rgba(0,0,0,0);width:100%}
.san-nav a.on::after{background: #276f4a;}
.san-nav a:hover,.san-nav a.on{color: #276f4a;}
.inner{padding: .5rem 0 0rem;}
@media(min-width: 1200px){	
  .mianbao a:hover{ color: #fff;}
}
@media(max-width: 1200px){	
  #m_n_nav{ display: block;}
  .list_sj{ display: none;}
}
@media(max-width: 1024px){
	.inner{padding:.4rem 0;}
  .n_banner .img:after{height: 1rem;}
  .mianbao{margin: .15rem 0 .3rem;}
}
@media(max-width: 768px){
	.n_pad1{padding: .5rem 0;}
  .n_banner .top h3{ font-size: .3rem;}
  .n_banner .top .line{ margin: .1rem 0;}
  .n_banner .top .line img{ height: .06rem }
  .n_banner .img .img_hezi{padding-bottom: 40% !important;}
}
@media(max-width: 456px){
	
} 

/* 内容页 */
.contbg {background: #f7f7f7;padding: 0 0 .6rem;}
.content{overflow: visible;}
.cont-ny{justify-content:space-between;}
.new-cont{width: 70%;background: #fff;padding: .7rem 0.35rem 0.4rem  .35rem;}
.cont-r{width: 30%;padding: 0.7rem 0.4rem 0 0;}
.new-cont h3{color: #333;font-size: 0.24rem;line-height: 0.38rem;}
.cont-tit{margin: 0.25rem 0;padding-bottom: 0.2rem;border-bottom: 2px dotted #e5e5e5;display: flex;flex-wrap: wrap;align-items: center;}
.cont-tit span{font-size: 0.2rem;color: #276f4a;line-height: 1.4;}
.article{padding-bottom: 0.3rem;}
.article p{font-size: 0.17rem !important;color: #333 !important;line-height: 0.28rem !important;margin-bottom: 0.2rem;}
.article p span{font-size: 0.2rem !important;color: #333 !important;line-height: 0.28rem !important;}
.article p img,.article p video{height: auto !important;}
.sticky {position: sticky;top: 1.2rem;}
.cont-r h2{color: #333;font-size: 0.4rem;margin-bottom: .25rem;}
.cont-r li{padding: .18rem 0;}
.cont-r li span{display: inline-block;font-size: 0.2rem;color: #276f4a;padding-bottom: .1rem;border-bottom: 2px solid #276f4a;}
.cont-r li h3{font-size: 0.2rem;color: #333;line-height: 0.32rem;transition: 0.5s;max-height: 0.64rem\0;margin-top: .2rem;}
.article p img{height: auto !important;}


.pages{padding-top: 0.3rem;/* border-top: 1px solid #d6d0d0; */justify-content: center;}
.pages p{font-size: 0.16rem;color: #333;line-height: 0.32rem;transition: 0.5s;justify-content: center;}
.pages p a{color: #333;padding: 0 0.1rem;transition: 0.5s;width: .5rem;display: block;}
@media(min-width: 1024px){
  .cont-r li a:hover h3{color: #276f4a;}
}
@media screen and (max-width: 1024px) {
.new-cont{width: 100%;padding: .2rem;}
.cont-r{display: none;}
.cont-titl{width:100%;}
.cont-tit span{margin-right:0.2rem;}
.article{padding-bottom: 0;}
}

/* 新闻列表 */
.piclist ul{margin: 0 -0.4rem;}
.piclist li{width: 33.3%;padding: 0 0.4rem;margin-bottom: 1.25rem;}
.piclist li a{display: block;}
.piclist li span{display: inline-block;font-size: 0.2rem;color: #276f4a;padding-bottom: .1rem;border-bottom: 2px solid #276f4a;margin-top: .2rem;}
.piclist li h3{font-size: 0.2rem;color: #333;line-height: 0.32rem;margin-top: .2rem;height: .98rem\0;}
.piclist li *{transition: 0.5s;}

@media(min-width: 1024px){
 .piclist li a:hover h3{color: #276f4a;}
}
@media(max-width: 1024px){
  .piclist ul{margin: 0 -0.1rem;}
  .piclist li{width: 33.3%;padding: 0 0.1rem;margin-bottom: .3rem;}

}
@media(max-width: 768px){
  .piclist li{width: 50%;}

}

/* 通知公告 */
.tzgg li{margin-bottom: .25rem;}
.tzgg li a{height: 2.1rem;display: block;padding: .25rem 0;}
.tzgg li a::after{background: #f2f2f2;height: 100%;width: auto;left: -.25rem;right: -.25rem;opacity: 0;}
.tzgg li span{font-size: 0.24rem;color: #276f4a;display: inline-block;padding-bottom: .1rem;border-bottom: 2px solid #276f4a;}
.tzgg li h3{font-size: 0.2rem;color: #333;line-height: 0.32rem;margin: .2rem 0 .2rem;}
.tzgg li p{font-size: 0.16rem;color: #999;line-height: 0.26rem;max-height: 0.52rem\0;}
.tzgg li *{transition: 0.5s;}



@media(min-width: 1024px){
  .tzgg li a:hover::after{opacity: 1;}
  .tzgg li a:hover h3,.tzgg li a:hover p{color: #276f4a;}
}
@media(max-width: 1024px){
 
}
@media(max-width: 768px){
  .tzgg li a{height: auto;padding: 0;}
  .tzgg li h3{margin: .15rem 0;}
.tzgg li span{font-size:.18rem;}

}

/* 简介页 */
.jj-ban h3{height: 100%;display: flex;align-items: center;justify-content: center;width: 50%;padding-right: 5%;}
.jj-ban .h3-r{width: 50%;height: 100%;padding-left: 5%;display: flex;align-items: center;border-left: 1px solid rgba(255,255,255,.1);}
.jj-ban .h3-r p{font-size: 0.24rem;color: #fff;line-height: 0.36rem;font-family: cam;max-height: 2.16rem;}

.jjy img{width: 100%;}
.jjy .fl01 .left{width: 35%;}
.jjy .fl01 .right{width: 100%;padding-left: 0.4rem;}
.jjy .fl01 .right p{font-size: 0.24rem !important;color: #333;line-height: 0.42rem !important;font-family: cam !important;margin-bottom: 0.2rem;}
.jjy .fl01 .right p span{font-size: 0.24rem !important;color: #333;line-height: 0.42rem !important;font-family: cam !important;}



@media(max-width: 1024px){
  
}

@media(max-width: 768px){
  .jjy .fl01 .left{width: 100%;margin-bottom: .25rem;}
  .jjy .fl01 .right{width: 100%;padding-left: 0rem;}
  .jj-ban .h3-r{/* display: none; */}
  .jj-ban .h3-r p{font-size:.18rem;line-height:1.4}
}

/* 图片列表 */
.xyfg ul{margin: 0 -0.18rem;}
.xyfg li{width: 33.3%;padding:0 0.18rem;margin-bottom: 0.4rem;}
.xyfg li a{display: block;position: relative;z-index: 1;padding: .15rem;}
.xyfg li a::after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;border: 1px solid #dcdcdc;background: #fff;z-index: -1;}
.xyfg li h3{font-size: 0.22rem;color: #333;line-height: 0.5rem;text-align: center;height: 50px;transition: 0.5s;padding-top: .05rem;}
.xyfg li .scale .imged{padding-bottom: 70%;}


@media(min-width: 1025px){	
	.xyfg li a:hover h3{color: #045fbd;}
}
@media(max-width: 1024px){	
	.xyfg .vde{margin-bottom: 0.3rem;}
	.xyfg ul{margin: 0 -0.1rem;}
	.xyfg li{padding: 0 0.1rem;margin-bottom: 0.3rem;}
	.xyfg li a::after{left: 0;right: 0;}
	.xyfg li h3{height: 0.4rem;line-height: 0.4rem;}
}

@media(max-width: 768px){	
	.xyfg li{width: 50%;}
	.xyfg li:last-child{/*display:none;*/}
  .j_pages{margin-top: .3rem;}
}





/*====翻页====*/
.j_pages{display: flex;justify-content: center;margin-top: 0.6rem;flex-wrap: wrap;}
.j_pages .box{display: flex;padding: 0;font-size: 0;align-items: center;flex-wrap: wrap;}
.j_pages a{/* padding: 0px 0.13rem; */height: 0.3rem;line-height: 0.3rem;display:inline-block;margin: 0 .07rem 0.1rem;color: #919191;font-size: 0.14rem;transition:all .3s;/* border:1px solid #ccc; */width: .3rem;text-align: center;border-radius: 50%;}
.j_pages a font{ padding:0 0.1rem}
.j_pages .on{background: #276f4a;color: #fff;border:none;border-radius: 50%;}
.j_pages a:hover{background: #276f4a;color:#fff!important;}
.j_pages span{color:#919191; height: 0.34rem;line-height: 0.34rem;display:inline-block; font-size:0.14rem;}
.j_pages input{color:#919191;padding: 0px 0.16rem;height: 0.4rem;line-height: 0.4rem;display:inline-block;font-size:0.14rem;background:#f6f6f6;border:none;cursor:pointer;border-radius: 0;transition: 0.6s;}
.j_pages input[type="text"]{ width:0.4rem; padding:0; text-align:center}
.j_pages input[type="submit"]:hover{ background: #276f4a; color:#fff}

@media(max-width: 768px){	
	
  .j_pages{margin-top: .3rem;}
}