@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
overflow-x:hidden

}
@font-face {
    font-family: "syst";
	src:url("../font/syst.ttf")
}

.cl{ clear:both}
.fl{ float:left;}
.fr{ float:right;}

::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}
img{ border:none}
div,ul,li
{
color:#000;
font-size:17px;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px; box-sizing:border-box}
a,a:link,a:visited,a:active {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #026734;
transition: 0.3s ease-in-out;
}

input::-webkit-input-placeholder{
color: #999;
}
WebKit browsers 
input::-webkit-input-placeholder { 
　color: #999;
}
Mozilla Firefox 4 to 18 
input:-moz-placeholder {  
　color: #999;
}
Mozilla Firefox 19+ 
input::-moz-placeholder {  
　　color: #999;
}
Internet Explorer 10+ 
input:-ms-input-placeholder { 
　　color: #999;
}

.warp{ width:calc(100% - 120px); max-width:1600px;}

/* 搜索按钮样式 */
.search-button {
padding: 15px 30px;
font-size: 18px;
background-color: #007bff;
color: white;
border: none;
border-radius: 50px;
cursor: pointer;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease, transform 0.3s ease;
}

.search-button:hover {
background-color: #0056b3;
transform: scale(1.05);
}

/* 黑色背景遮罩 */
.search-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 1000;
animation: fadeIn 0.3s ease;
}

.srarch{width:100%;height:60px;}
.searchl{ width:500px; border:none; background:#fff; padding-left:15px; height:54px; line-height:54px; font-size:14px; color:#666; float:left}
.searchr{ width:110px; border:none; background:#026734; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px;transition: 0.3s ease-in-out;}
.searchr:hover{ background:#068746}

/* 关闭按钮样式 */
.close-button {
position:absolute;
width:50px;
height:50px;
z-index:1;
top:10%;
right:20px;
font-size: 24px;
background-color: #fff;
color: #000;
border: none;
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease;
display:none
}

.close-button:hover {
background-color: #ff1a1a;
transform: rotate(90deg);
color:#fff
}

/* 动画效果 */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

@keyframes slideIn {
from {
transform: translateY(-50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}



@media screen and (max-width:1400px) {
.header .logo{ float:left;filter: brightness(0) invert(1); width:30%}
.headers .logo{ float:left;width:30%}
}


.header {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 994;
transition: all .7s ease-out 0s;
background:url(../images/bg_1.png) top center no-repeat;
padding: 20px 60px 55px 60px;
}

.header .tool{ width:100%; overflow:hidden; padding-bottom:20px;}
.header .tool .logo{ float:left;}
.header .tool .link{ float:right; font-size:14px; padding-top:30px}
.header .tool .link a{ color:#fff; cursor:pointer}
.header .tool .link a img{ vertical-align:middle; margin-right:5px; margin-bottom:4px;}
.header .tool .link em{ font-style:normal; color:#fff; font-size:18px; text-align:center; padding:0 10px;}
.mobile{}
.header.showdiv,
.body_home.showdiv .header {
opacity: 1;
transform: none;
}

.header .logo {
font-size: 24px;
font-weight: bold;
margin-right: auto;
}

.header .nav-menu {
display: flex;
gap: 30px;
list-style: none;
}

.header .nav-menu li a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}

.header .nav-menu li a:hover {
color: #3498db;
}

.menu{ height:70px; border-bottom:1px solid rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.2); width:100%}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  height: 70px;
  z-index: 2;
  transition: 0.3s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li{
position:relative; 
float: none;
padding:0 18px;
}
.nav li:last-child{
position: relative;
float: left;
padding:0 0 0 18px;
}

.caret {
display:block;	
width: 100%;
height: 4px;
vertical-align: middle;
position:absolute;
background:#026734;
top:0;
left:0;
text-align:center
}
.header .nav li a{
width:100% !important;
text-align:center;
float:left;
height:70px;
line-height:70px;
color:#851725;
font-size:22px;
font-weight:bold
}


@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .header .nav li a {
        font-size: 20px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1599px) {
    .header .nav li a {
        font-size: 16px;
    }
}


@media screen and (max-width: 767px) {
    .header .nav li a {
        font-size: 14px;
    }
}

.header .nav li a:hover{ color:#fff}

.nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:70px;
left:-25px;
width:140%;
}



.nav li .section-nav1{height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
position:static;
padding:0px;
margin:0px;
width:100%;
overflow:hidden;
}
.nav li .section-nav1 ul li {
position:static;
padding:0px;
background:#fff;
width:100%;
float:left;
}
.nav li .section-nav1 ul li a {
background:rgba(255,255,255,.8);
text-align:center;
padding:0px 5px;
margin:0;
box-sizing:border-box;
height:50px;
overflow:hidden;
line-height:50px;
width:auto;
display:block;
float:none;
color:#333;
font-size:16px;
cursor:pointer;
font-weight:normal;

}
.nav li .section-nav1 ul li a:hover {
color: #026734;

}
.p220{padding-top:200px}
.
/*首页大图切换*/


.mySwiper {
width: 100%;
height:100vh;
}

.mySwiper .swiper-slide {
background: #fff;
overflow:hidden;
}


.mySwiper .swiper-slide img{width:100%; height:100%; position:relative; z-index:1;object-fit: cover;}


.mySwiper .swiper-pagination{ bottom:30px !important;display:flex;justify-content: flex-end; padding-right:4%}
.mySwiper .swiper-pagination .swiper-pagination-bullet{width:36px !important; line-height:36px; height:36px !important; color:#fff !important; font-weight:normal; font-size:18px; background:rgba(255,255,255,0);}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{ background:#026734}

.swiper-navigation-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px; /* 箭头与数字之间的间距 */
}


.swiper-pagination {
font-size: 18px;
font-weight: bold;
color: #333;
padding: 8px 16px;
border-radius: 20px;
min-width: 40px;
text-align: center;
}


.mySwipera {
width:100%;
height:500px;
position:relative
}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:100%;}
.mySwipera .swiper-slide .img{ width:100%;float:left;height:390px; overflow:hidden}
.mySwipera .swiper-slide .img img{ width:100%;float:left;height:100%;object-fit: cover;transition: 0.3s ease-in-out}
.mySwipera .swiper-slide .infos{ width:100%;height:calc(100% - 390px);border:1px solid #ddd; background:#fff;padding:10px 15px 0 15px; float:left}
.mySwipera .swiper-slide .infos strong{ width:100%; float:left;font-size:17px; height:25px; line-height:25px;overflow:hidden; margin-bottom:5px; margin-top:5px}
.mySwipera .swiper-slide .infos span{ width:100%;float:left; font-size:15px; height:24px; line-height:24px; color:#666; overflow:hidden}
.mySwipera .swiper-slide .infos em{ width:100%; float:left;font-size:16px; height:25px; line-height:25px;overflow:hidden; color:#026734; font-style:normal}

.mySwipera .swiper-paginationa{ bottom:100px !important; z-index:2; position:absolute; width:100%; text-align:center}
.mySwipera .swiper-paginationa .swiper-pagination-bullet{ width:40px; height:7px;background: rgba(255,255,255,.2);border-radius: 0;}
.mySwipera .swiper-paginationa .swiper-pagination-bullet-active{background:#fff;border-radius:50px;width:40px; height:7px;}
.kz{justify-content: space-between;display: flex; width:100%; position:absolute; bottom:30px; width:80%; margin-left:10%}


.mySwipera .swiper-slide:hover .img img{transform: scale(1.1);}
.xwfg{ width:100%; float:left; height:30px}
.home_l{ width:48%; float:left;}
.home_r{ width:48%; float:right;}

.dbline{ width:100%; height:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; float:left}
.disptit{ width:100%; font-size:28px; line-height:1.8; float:left; font-weight:bold; text-align:center;}
.disptit p{ padding:0 !important; margin:0 !important}
.dispdes{ width:100%; font-size:14px; line-height:40px; float:left; background:#fafafa; padding:15px 0; margin-top:10px;margin-bottom:15px; text-align:center; border:1px solid #ddd}
.infoarea{ width:100%; float:left;line-height:1.8; background:#fff !important; min-width:600px; font-size:20px; font-family:宋体;text-align: justify}
.infoarea table,.infoarea video{ max-width:100%}
.infoarea img{ max-width:100% !important; height:auto !important; overflow:hidden !important}
.printico{ background:url(../images/print.gif) left center no-repeat; padding-left:20px; margin-right:20px}
.closeico{ background:url(../images/close1.gif) left center no-repeat; padding-left:20px}
.tools{ text-align:right; width:100%; font-size:14px; line-height:30px}
#share-3{float:left; width:50%; text-align:left}

.v_news_content{ font-size:20px; line-height:1.8; font-family:font-family: 宋体, 'Noto Serif SC';}

.v_news_content H2 {
font-size: 16px; font-weight:normal}
.v_news_content .icon {
border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
margin-top:15px;}
.v_news_content DIV {
LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
margin: 14px 0px; line-height: 32px; 
;}

.v_news_content span {
font-size: 16px;
;}

.v_news_content A {
color: #1e50a2;
;}
.v_news_content A:visited {
color: #1e50a2;
;}
.v_news_content A:hover {
color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px;} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
margin: 8px 0px; line-height: 27px; 
}

.v_news_content .vsbcontent_end {
margin: 14px 0px; line-height: 32px; 
}

.v_news_content .vsbcontent_img{
text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
font-size: 16px;
}        
.v_news_content.newscontent_m p {
font-size: 14px;
} 
.v_news_content.newscontent_s p {
font-size: 12px;
} 
.v_news_content H2 {
font-size: 16px
;}
.v_news_content .icon {
border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
margin-top:15px;}
.v_news_content DIV {
LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
margin: 14px 0px; line-height: 32px; text-indent: 32px;
;}

.v_news_content span {
font-size: 16px;
;}

.v_news_content A {
color: #1e50a2;
;}
.v_news_content A:visited {
color: #1e50a2;
;}
.v_news_content A:hover {
color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
margin: 8px 0px; line-height: 27px; text-indent: 32px;
}

.v_news_content .vsbcontent_end {
margin: 14px 0px; line-height: 32px; text-indent: 32px;
}

.v_news_content .vsbcontent_img{
text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
font-size: 16px;
}        
.v_news_content.newscontent_m p {
font-size: 14px;
} 
.v_news_content.newscontent_s p {
font-size: 12px;
} 


.pb_sys_style3 .p_no_d {
border: 1px solid #026734 !important;
color: #fff;
background-color: #026734 !important;
}

.hleft{ width:71%; float:left}
.hright{ width:26%; float:right}
.ban{ width:100%; float:left; padding-bottom:10px; margin-bottom:25px; border-bottom:1px solid #c8eed0; display:flex;justify-content: space-between; }
.ban strong{ margin-left:0;}
.ban a{
    position:relative; 
    font-size:14px; 
    color:#026734;
    text-align: left;
    display: inline-block; 
    width:100px;
    padding-right:20px;
	line-height:72px;
	margin-top:15px
}


.ban a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../images/home_15.png) center no-repeat;
    transition: transform 0.4s ease;
}


.ban a:hover::after {
    transform: translateY(-50%) rotate(360deg);
}


.ban a::before { 
    content:'';
    position:absolute; 
    right:19px;
    top:50%;
    transform:translateY(-50%);
    width:40px; 
    height:1px; 
    background:#026734;
	transition: 0.3s ease-in-out;
}
.ban a:hover::before {width:45px;}

.title-bar {
  display: flex;
  margin-left:0

}

.title-bar .line {
  width: 6px;
  height:58px;
  background-color: #026734;
  margin-right: 12px;
  margin-top:18px
}

.title-bar .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-bar .text h2 {
  margin: 0;
  font-size:36px;
  font-family:'syst';
  font-weight: bold;
  color: #026734;
  padding:0
}

.title-bar .text span {
  font-size: 14px;
  color: #026734;
  margin-top: 2px;
  text-transform:uppercase
}

.gg-item{ width:100%; float:left}
.gg-item a{ width:100%; float:left; background:#fff; border:1px solid #e5e5e5; padding:16px; margin-bottom:20px;transition: 0.3s ease-in-out;}
.gg-item a:last-child{ margin-bottom:0}
.gg-item a span{ width:100%; float:left; font-size:15px; color:#026734}
.gg-item a strong{ width:100%; float:left; font-size:15px; font-weight:normal; font-size:17px; height:30px; line-height:30px; overflow:hidden}
.gg-item a:hover{border:1px solid #026734;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}

.news_l{ width:55%; float:left}
.news_r{ width:43%; float:right}

.news_r a {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 5px 14px 10px 14px;
  margin-bottom: 11px;
  transition: 0.3s ease-in-out;
  position: relative;
  color: #333;
}
.news_r a:first-child {
  margin-bottom:12px;
}
.news_r a:hover{border:1px solid #026734;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}

.news_r a .time {
  width: 100%;
  float: left;
  height: 25px;
  line-height: 25px;
  color: #666;
  padding-left: 20px;
  overflow: hidden;
  background: url(../images/home_19.png?v=1) left center no-repeat;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.news_r a .tit {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  overflow: hidden;
  color: #333;
  transition: 0.3s ease-in-out;
}

.news_r a.active .tit {
  width: calc(100% - 80px);
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  overflow: hidden;
  color: #333;
  transition: 0.3s ease-in-out;
  margin-top:8px
}

.news_r a.active .des{  width: calc(100% - 80px);float: right;height:25px; line-height:25px; overflow:hidden; font-size:14px;color:rgba(255,255,255,.5);transition: 0.3s ease-in-out;}

.news_r a.active{
  background: #026734;
  color: #fff;
  height:83px;
  overflow:hidden;
  padding: 5px 14px 10px 4px;
  margin-bottom:12px
}


.news_r a.active .time1 {
  width: 75px;
  float: left;
  overflow: hidden;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.news_r a.active .time1 .time1_1 {
  width: 100%;
  text-align:center;
  font-size:36px;
  font-weight:bold;
  float: left;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.news_r a.active .time1 .time1_2 {
  width: 100%;
  text-align:center;
  font-size:14px;
  float: left;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.news_r a .des,
.news_r a .time1 {
  display: none;
}



.news_r a.active .time{ display:none}
.news_r a.active .time1,.news_r a.active .des{ display:block
}

.news_r a.active .tit{color: #fff;}


.gjzx{ width:100%; background:#edf6e9; overflow:hidden; margin-top:50px; margin-bottom:50px; padding-top:40px; padding-bottom:40px}

.gjzx_item{ width:100%; float:left}
.gjzx_item a{ width:24%; float:left; border:1px solid #fff; background:#fff; padding:20px; margin-right:1.33%; margin-bottom:20px; overflow:hidden;transition: 0.3s ease-in-out;}
.gjzx_item a:nth-child(n+5){ margin-bottom:0}
.gjzx_item a:nth-child(4n){ margin-right:0}
.gjzx_item a .l{ width:35px; float:left; margin-top:8px; background:url(../images/info.png?v=1) top no-repeat; height:21px}
.gjzx_item a .r{ width:calc(100% - 35px); float:left}
.gjzx_item a .r .r1{ width:100%; float:left; font-size:17px; line-height:30px; height:60px; overflow:hidden; margin-bottom:10px}
.gjzx_item a .r .r2{ width:100%; float:left; font-size:15px; color:#026734; border-top:1px solid #e0e0e0; padding-top:12px}
.gjzx_item a:hover{border:1px solid #026734;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}
.gjzx_item a:hover .l{background:url(../images/info1.png) top no-repeat;}

.h_left2{ width:48.5%; float:left}
.h_right2{ width:48.5%; float:right}

.hdzs1{ width:100%; float:left; background:#fff; margin-bottom:14px; padding:15px; overflow:hidden;border:1px solid #fff;transition: 0.3s ease-in-out;}
.hdzs1 .l{ width:225px; height:145px; float:left;}
.hdzs1 .l img{ width:100%; height:100%;object-fit: cover;transition: 0.3s ease-in-out;}
.hdzs1 .r{ width:calc(100% - 245px);float:right;}
.hdzs1 .r .r1{ width:100%;float:left; height:25px; color:#026734; font-size:15px; overflow:hidden}
.hdzs1 .r .r2{ width:100%;float:left; height:30px; line-height:30px;font-size:17px; overflow:hidden; margin-bottom:10px}
.hdzs1 .r .r3{ width:100%;float:left; height:60px; line-height:30px;font-size:15px; color:#666; overflow:hidden;}
.hdzs1:hover{border:1px solid #026734;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}

.hd_item{ width:100%; float:left}
.hd_item a{ width:100%; float:left; background:#fff; overflow:hidden; margin-bottom:15px; height:68px; line-height:68px; padding:0 20px;border:1px solid #fff;transition: 0.3s ease-in-out}
.hd_item a span{ color:#026734; margin-right:10px;}
.hd_item a:hover{border:1px solid #026734;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}

.bszn{ width:100%; margin-top:40px; background:url(../images/bg_03.png) top center no-repeat; overflow:hidden}
.bsznw{ width:98%; background:#fff; overflow:hidden; margin-top:65px; min-width:200px; padding-top:30px; padding-bottom:50px}

.bszn_ban{ width:100%; float:left; margin-bottom:35px}
.bszn_ban strong{ 
width:100%;
float:left;
margin-bottom:5px;
text-align:center;
font-size:36px;
font-family:'syst';
font-weight: bold;
color: #026734;
}
.bszn_ban span{ 
width:100%;
float:left;
text-align:center;
font-size:14px;
color: #026734;
text-transform:uppercase
}

.bszn_item{ width:100%; float:left}
.bszn_item a{ width:24%; float:left; border:1px solid #ccc; background:#fff; padding:20px; margin-right:1.33%; margin-bottom:24px; overflow:hidden;transition: 0.3s ease-in-out;}
.bszn_item a:nth-child(n+5){ margin-bottom:0}
.bszn_item a:nth-child(4n){ margin-right:0}
.bszn_item a .h1{ width:100%; float:left; font-size:17px; line-height:30px; height:60px; overflow:hidden; margin-bottom:10px}
.bszn_item a .h2{ width:100%; float:left; font-size:15px; color:#026734; border-top:1px solid #e0e0e0; padding-top:12px}
.bszn_item a:hover{border:1px solid #026734;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}
.bszn_item a:hover .l{background:url(../images/info1.png) top no-repeat;}
.bszn_more{ width:100%; text-align:center; float:left;}
.bszn_more a{
    position:relative; 
    font-size:14px; 
    color:#026734;
    text-align: left;
    display: inline-block; 
    width:100px;
    padding-right:20px;
	line-height:72px;
	margin-top:15px
}


.bszn_more a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../images/home_15.png) center no-repeat;
    transition: transform 0.4s ease;
}


.bszn_more a:hover::after {
    transform: translateY(-50%) rotate(360deg);
}


.bszn_more a::before { 
    content:'';
    position:absolute; 
    right:19px;
    top:50%;
    transform:translateY(-50%);
    width:40px; 
    height:1px; 
    background:#026734;
	transition: 0.3s ease-in-out;
}
.bszn_more a:hover::before {width:45px;}
.tsjx{ width:100%; padding-top:60px;background:url(../images/bg_04.png) bottom center no-repeat; overflow:hidden}
.tsjx_l{ width:380px; float:left; height:626px; background:url(../images/home_27.png) top no-repeat; padding:48px 38px;}
.tsjx_l strong{ width:100%; float:left;font-family:'syst'; font-size:36px; color:#fff}

.tsjx_l_more{ width:100%; text-align:right; float:left; padding-top:420px}
.tsjx_l_more a{
    position:relative; 
    font-size:14px; 
    color:#fff;
    text-align: left;
    display: inline-block; 
    width:100px;
    padding-right:20px;
	line-height:72px;
	margin-top:15px
}


.tsjx_l_more a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../images/home_15a.png) center no-repeat;
    transition: transform 0.4s ease;
}


.tsjx_l_more a:hover::after {
    transform: translateY(-50%) rotate(360deg);
}


.tsjx_l_more a::before { 
    content:'';
    position:absolute; 
    right:19px;
    top:50%;
    transform:translateY(-50%);
    width:40px; 
    height:1px; 
    background:#fff;
	transition: 0.3s ease-in-out;
}
.tsjx_l_more a:hover::before {width:45px;}

.tsjx_r{ width:calc(100% - 385px); float:right;}
.tsjx_r a{ float:left; position:relative;}
.tsjx_r a strong{ width:100%; height:54px; line-height:54px; background:rgba(0,0,0,.5); overflow:hidden; color:#fff; font-size:18px; padding:0 10px; position:absolute; z-index:1; left:0; bottom:0; font-weight:normal}
.tsjx_r a:nth-child(1),.tsjx_r a:nth-child(2),.tsjx_r a:nth-child(3){ float:left; width:33%; margin-right:0.33%; height:250px; margin-bottom:5px; overflow:hidden}
.tsjx_r a:nth-child(3),.tsjx_r a:nth-child(5){ margin-right:0}
.tsjx_r a img{ width:100%; height:100%;object-fit: cover;transition: 0.3s ease-in-out;}
.tsjx_r a:nth-child(4),.tsjx_r a:nth-child(5){ float:left; width:calc(50% - 5px); margin-right:49.5%; height:370px; margin-right:5px; overflow:hidden}
.tsjx_r a:hover img{transform: scale(1.1);}

.xsfw{ width:100%; background:url(../images/bg_05.png) bottom center no-repeat; overflow:hidden; padding-top:50px; padding-bottom:100px}
.xsfw_item{ width:100%; float:left; margin-top:40px;}
.xsfw_item a{ width:8%; float:left; position:relative; margin-right:5.14%}
.xsfw_item a:last-child{ margin-right:0}
.xsfw_item a .h1 {
  width: 100%;
  float: none; 
  position: relative;
  text-align: center;
  padding-top: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.xsfw_item a .h1 img{ width:50%;position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%); z-index:1}
  
.xsfw_item a .h1:after{ z-index:0; border:2px dashed rgba(2,103,52,.5); width:96%; height:96%; content:''; position:absolute;left: 50%;top: 50%; transform: translate(-50%, -50%); border-radius:100%;pointer-events: none;}
.xsfw_item a .h1:before{ z-index:0; border:2px dotted rgba(2,103,52,.8); width:55%; height:55%; content:''; position:absolute;border-radius:100%;top:50%;left:50%;transform: translate(-50%, -50%);pointer-events: none;}
.xsfw_item a:hover .h1:after{animation: spin 1s linear infinite; background:rgba(255,255,255,.5)}
.xsfw_item a:hover .h1:before{animation: spina 4s linear infinite; background:#fff}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spina {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.xsfw_item a .h2{ width:100%; padding-top:15px; text-align:center; float:left}

.friend-links-select {
  position: relative;
  width: 49%;
  float:left;
  margin-bottom: 20px;
}
.friendmar{ margin-right:2%}
.select-btn {
  width: 100%;
  padding: 12px 40px 12px 15px;
  background:rgba(255,255,255,.2);
  cursor: pointer;
  border:none;
  font-size: 15px;
  color: #fff;
  text-align: left;
  position: relative;
}

.select-btn::after {
/*  content: '▼';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color:rgba(255,255,255,.5);*/
}

.select-btn:hover {
  background:rgba(255,255,255,.4);
}



/* 下拉选项 */
.select-options {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: none;
  max-height:220px;
  overflow-y: auto;
  display: none;
  z-index: 100;
}

.select-options.show {
  display: block;
}

.select-option {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;

}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background: #026734;
  color: #fff;
}

/* 自定义滚动条 */
.select-options::-webkit-scrollbar {
  width: 6px;
}

.select-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

footer{ width:100%; background:url(../images/foot_03.png) bottom center no-repeat #026734; padding:75px 0 55px 0; height:315px}
footer .warp {
    display: flex;
    justify-content: space-between;
}

.f_l {
    margin-left: 0;
    width: 26%;
	margin-right:0;
    min-height: 30px;
}

.f_2 {
    width: 400px;
    flex-shrink: 0;
}

.f_3 {
    margin-right: 0;
    width: 115px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
}
.f_3 img{ width:100%}
.f_2 .h1{width:100%; float:left; padding-bottom:20px; margin-bottom:15px; border-bottom:1px solid rgba(255,255,255,.5)}
.f_2 .h1 img{ width:100%}
.f_2 .h2{width:100%; float:left;}
.f_2 .h2 span{width:50%; float:left;font-size:15px; color:#fff; height:30px; line-height:30px}
.f_2 .h2 span:nth-child(2n){ text-align:right}
.f_l .h1{ width:100%; float:left; padding-bottom:15px; margin-bottom:20px; border-bottom:1px solid rgba(255,255,255,.2); color:#fff; font-size:18px}
.copy{ width:100%; height:60px; line-height:60px; color:#fff; font-size:15px; border-top:1px solid rgba(255,255,255,.2); background:#026734}
.c_l{ float:left; height:60px; line-height:60px;color:rgba(255,255,255,.5); font-size:15px}
.c_l a{color:rgba(255,255,255,.5)}
.c_r{ float:right; height:60px; line-height:60px;color:rgba(255,255,255,.5); font-size:15px}
.nyimg{ width:100%; height:510px; background:url(../images/ny1.png) center no-repeat; padding-top:400px}
.nyimg .bclass {
    width: 100%;
    float: left;
}
.nyimg .bclass strong {
    float: left;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    background: #026734;
    width: 280px;
    text-align: center;
    height: 110px;
    line-height: 110px;
	font-family: "syst";
}

.ny_l {
    float: left;
    width: 280px;
    background: #026734;
}
.ny_r{ float:right; width:calc(100% - 350px); padding-top:30px}
.ny_l_img{ width:100%; float:left; background:url(../images/n.png); height:250px; opacity:.5}
.b_lm a{ width:220px; float:left; height:62px; line-height:62px; padding-left:45px; background:#fff; margin-left:28px; border-bottom:1px solid #ddd}
.b_lma a{width:220px; float:left; height:62px; line-height:62px; padding-left:45px; background:#fff; margin-left:28px; border-bottom:1px solid #ddd; background:#fff; color:#026734; background-position:180px 22px}

.site{ width:100%; border-bottom:1px solid	#ddd; height:50px; line-height:50px; padding-bottom:10px; margin-bottom:30px;box-sizing:border-box; float:left; font-size:14px; text-align:right}
.site a{ color:#026734}
.site img{ height:20px; margin-right:10px; vertical-align:middle}
.site strong{ float:left; color:#026734; font-size:24px}

.infolist{ width:100%; float:left; margin-bottom:25px}
.infolist li{ width:100%; float:left;transition: 0.3s ease-in-out; height:60px; line-height:60px; overflow:hidden; border:1px solid #ddd; margin-bottom:20px; padding:0 15px; box-sizing:border-box}
.infolist li span{ float:right; padding-left:20px;}
.infolist li strong{ font-size:16px; font-weight:normal}
.infolist li:hover{ background:#026734;border:1px solid #026734;color:#fff;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transform:translateY(-2px);}
.infolist li a{ float:left; width:100%; height:100%}
.infolist li a:hover{ color:#fff}
.footkb{ width:100%; height:100px}

.news_2{ width:100%; float:left}
.news_2 li{ width:100%; float:left; margin-bottom:35px;height:280px; background:#f5f5f5; padding:20px;transition: 0.3s ease-in-out; overflow:hidden}
.news_2 li .l{ width:330px; height:100%; overflow:hidden; float:left;transition: 0.3s ease-in-out}
.news_2 li .l img{ width:100%; height:100%;object-fit:cover;transition: 0.3s ease-in-out;}
.news_2 li .r{ float:right; width:calc(100% - 370px);}
.news_2 li .rf{ float:right; width:100%;}
.news_2 li .r .r_1,.news_2 li .rf .r_1{ width:100%;height:30px; color:#666; float:left;line-height:30px; overflow:hidden; margin-bottom:20px;}
.news_2 li .r .r_2,.news_2 li .rf .r_2{ width:100%;font-size:18px; line-height:25px; height:25px; overflow:hidden; float:left; font-weight:bold; margin-bottom:10px}
.news_2 li .r .r_3,.news_2 li .rf .r_3{ width:100%;font-size:18px; line-height:25px; height:50px; overflow:hidden; float:left; font-size:15px; color:#666; margin-bottom:30px}
.news_2 li .r .r_4,.news_2 li .rf .r_4{ width:100%; float:left; font-size:15px; color:#026734; line-height:29px;}
.news_2 li .r .r_4 img,.news_2 li .rf .r_4 img{ float:left; vertical-align:middle; margin-right:8px}
.news_2 li:hover .l img{transform: scale(1.1);}

.jg_item{ width:100%; float:left; margin-bottom:100px}
.jg_item a{
	width: 24%;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 20px;
	height:100px;
	font-size:16px;
	line-height:100px;
	overflow:hidden;
    margin-right: 1.33%;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.jg_item a img{ vertical-align:middle; margin-right:10px;}
.jg_item a:nth-child(4n){ margin-right:0}

.jg_item a:hover {
    border: 1px solid #026734;
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	border-radius:6px
}

.dslist{ width:100%; float:left}
.dslist ul{ display:inline}
.dslist li{ width:48.5%; float:left; background:#fff; height:190px; margin-bottom:30px; margin-right:3%; border:1px solid #ddd; box-sizing:border-box;transition: 0.3s ease-in-out;}
.dslist li:nth-child(2n){margin-right:0}
.dslist li .dsl{ width:130px; float:left;height:100%}
.dslist li .dsl img{ width:100%;height:100%;object-fit: cover;}

.dslist li .dsr{float:left;width:calc(100% - 180px); margin-left:25px}
.dslist li .dsr strong{float:left;width:100%; font-size:17px; font-weight:normal; height:40px; line-height:40px; margin-top:10px}
.dslist li .dsr em{float:left;width:100%; font-size:14px; font-weight:normal; height:112px; overflow:hidden; font-style:normal; line-height:28px; color:#666}

.dslist li:hover {
    border: 1px solid #026734;
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}