@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;

}
.cl{ clear:both}
.fl{ float:left;}
.fr{ float:right;}

@font-face {
    font-family: "syst";
	src:url("../font/syst.ttf")
}

::-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;
font-family:Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px; box-sizing:border-box}
a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #01674b;
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:80%; max-width:1600px;}


.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:27px;}
.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;
} 
/*基础部分结束*/
.swiper-wrapper {
  will-change: transform; /* 优化性能 */
}
.tool{ width:100%; height:50px; background:#01674b; position:fixed; top:0; z-index:9; border-bottom:1px solid #34856f}
.toolw{ width:100%; padding:0 4% 0 4%;  height:50px; line-height:50px;color:rgba(255,255,255,.6); font-size:14px}
.toolw span{ float:right; cursor:pointer; margin-left:25px}
.toolw span img{ margin-right:5px; vertical-align:middle; margin-bottom:2px}
.toolw span a{ color:rgba(255,255,255,.6)}
header{ width:100%; padding:20px 4% 0 4%; background:url(../images/nav.png?v=1.4) top center repeat-x; position:fixed; top:50px; z-index:9; height:130px}
header .logo{ margin-top:10px; float:left}
@media screen and (max-width: 1590px) { 
header .logo{ width:35%; margin-top:20px} 
}
@media screen and (max-width: 1610px) { 
header .logo{ width:35%; margin-top:20px} 
}
@media screen and (max-width: 1825px) { 
header .logo{ width:25%; margin-top:20px} 
}
@media screen and (max-width: 1515px) { 
header .logo{ width:20%; margin-top:20px} 
}
header .r{ float:right; margin-top:30px}
header .r .h1{ text-align:right; color:#fff; font-size:14px; padding-bottom:15px}
header .r .h1 span{ padding:0 6px;}
header .r .h1 span a{ color:#fff; cursor:pointer}
/* 搜索按钮样式 */
.search-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #01674b;
    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:#01674b; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px}


/* 关闭按钮样式 */
.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;
    }
}

nav{height:44px;z-index:2; float:right;}

.nav li{
position: relative;
float: left;
padding:0 22px;
}

.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:#01674b;
top:0;
left:0;
text-align:center
}
.nav li a{
width:100% !important;
text-align:center;
float:left;
height:44px;
color:#fff;
font-size:20px;
font-weight:bold
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
.nav li a{
        font-size: 18px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1599px) {
.nav li a{
        font-size: 16px;
    }
}


@media screen and (max-width: 767px) {
.nav li a {
        font-size: 14px;
    }
}

.nav li a:hover{ color:#fff}

.nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:44px;
left:-20px;
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 10px;
margin:0;
box-sizing:border-box;
height:50px;
overflow:hidden;
line-height:50px;
width:auto;
display:block;
float:none;
color:#333;
font-size:15px;
cursor:pointer;
font-weight:normal;

}
.nav li .section-nav1 ul li a:hover {
color: #01674b;
}
/*首页大图切换*/
.mySwiper {
width: 100%;
height:580px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mySwiper .swiper-slide {
background: #fff;
overflow:hidden;
}

.slide-inner {
position:relative;
width: 100%;
height:100%;
}
.slide-inner img{width:100%; height:100%;object-fit: cover;}
.mySwiper .swiper-pagination{ bottom:30px !important;}
.mySwiper .swiper-pagination .swiper-pagination-bullet{ background:rgb(255,255,255,.5); width:40px;border-radius:0; height:4px}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{ background:rgb(255,255,255,1); width:40px; border-radius:0}

.p40{ padding-top:50px}
.ban{ width:100%; float:left; margin-bottom:35px;}
.ban strong{ float:left;font-size:30px; color:#01674b; font-family:syst}
.ban strong img{ vertical-align:middle; margin-right:3px}
.ban a{ font-size:14px; color:#666;float:right;position:relative; margin-top:6px; border-radius:50px; padding:10px 16px; border:1px solid #ddd; background:#fff;transition: 0.3s ease-in-out}
.ban a img{ margin-left:10px}
.ban a:hover{border:1px solid #01674b; background:#01674b; color:#fff;}
.ban a:hover img{filter: brightness(0) invert(1);}

.h_la{ width:70%; float:left;}
.h_ra{ width:27%; float:right}
.gg_item{ width:100%; float:left}
.gg_item a{ width:100%; float:left; border:1px solid #e0e0e0; height:82px; margin-bottom:14px;transition: 0.3s ease-in-out; padding:15px}
.gg_item a:last-child{ margin-bottom:0}
.gg_item a span{ width:100%; float:left; color:#01674b; font-size:17px; height:22px;}
.gg_item a strong{ width:100%; float:left;font-size:17px; height:30px; font-weight:normal; line-height:30px; overflow:hidden}
.gg_item a:hover{border:1px solid #01674b;transform:translateY(-5px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); border-radius:4px}

.dt_l{ width:52%; float:left;}
.dt_r{ width:45%; float:right;}


.dt_1{ width:100%; float:left; padding-bottom:15px; margin-bottom:10px; border-bottom:1px  dashed #ddd; margin-top:-5px;transition: 0.3s ease-in-out}
.dt_1 strong{ width:100%; height:30px; line-height:30px; overflow:hidden; font-size:18px; float:left; margin-bottom:5px}
.dt_1 strong .time{float:right; font-weight:normal; color:#01674b; margin-left:30px}
.dt_1 span{ width:100%; height:30px; line-height:28px; overflow:hidden; color:#666;float:left; font-size:15px; height:56px;}
.dt_1:hover{transform:translateY(-3px);}

.dt_2{ width:100%; float:left; height:59px; line-height:59px; overflow:hidden; border-bottom:1px  dashed #ddd;transition: 0.3s ease-in-out}
.dt_2 span{ float:right; margin-left:20px; color:#077c52; font-size:15px; padding:0 12px; border:1px solid #ddd; line-height:26px;height:26px; margin-top:12px; border-radius:0 10px 0 10px;transition: 0.3s ease-in-out}

.dt_2:hover span{color:#fff;border:1px solid #077c52; background:#077c52;}
.dt_2:hover{transform:translateY(-3px);}

.rz{ width:100%; background:url(../images/banner_04.png) center no-repeat; height:212px; margin-top:50px; margin-bottom:50px}
.rz_tit{ width:100%; height:105px; line-height:105px; text-align:center; float:left; color:#01674b; font-size:36px;font-family: syst;}
.rz_bro{ width:100%; float:left; border:1px solid #ccc; background:#fff; height:107px; padding:20px 0}
.rz_bro a{ position:relative; width:20%; height:67px; line-height:67px; color:#01674b; font-size:20px; font-weight:bold; text-align:center; float:left;transition: 0.3s ease-in-out}
.rz_bro a:after{ width:1px; height:67px; background:#ccc; content:''; right:0; top:0; position:absolute}
.rz_bro a:last-child:after{ display:none}
.rz_bro a img{ vertical-align:middle; margin-right:22px; margin-bottom:10px;transition: 0.3s ease-in-out}
.rz_bro a:hover{transform:translateY(-3px);}
.rz_bro a:hover img{transform: rotateY(180deg);transition: all ease-in-out .8s;-ms-transition: all ease-in-out .8s;-moz-transition: all ease-in-out .8s;-webkit-transition: all ease-in-out .8s;-o-transition: all ease-in-out .8s;}

.d_1{ width:32%; float:left; border:1px solid #ddd; padding:20px 15px; height:572px;}
.d_2{ width:32%; float:left; margin-left:2%; border:1px solid #ddd; padding:20px 15px; height:572px;}
.d_3{ width:32%; float:right; border:1px solid #ddd; padding:20px 15px; height:572px;}


.hdzs1{ width:100%; float:left; background:#fff; margin-bottom:14px;overflow:hidden;border-bottom:1px solid #ddd;transition: 0.3s ease-in-out; padding-bottom:15px}
.hdzs1 .l{ width:180px; height:115px; float:left;}
.hdzs1 .l img{ width:100%; height:100%;object-fit: cover;transition: 0.3s ease-in-out;}
.hdzs1 .r{ width:calc(100% - 195px);float:right;}
.hdzs1 .r .r1{ width:100%;float:left; height:25px; color:#01674b; font-size:15px; overflow:hidden; border-bottom:1px solid #ddd; margin-bottom:15px}
.hdzs1 .r .r2{ width:100%;float:left; height:56px; line-height:28px;font-size:17px; overflow:hidden;}
.hdzs1:hover{transform:translateY(-5px);}


.hd_item{ width:100%; float:left}
.hd_item a{ width:100%; float:left; background:#fff; overflow:hidden;height:60px; line-height:60px;border-bottom: 1px dashed #ddd;transition: 0.3s ease-in-out}
.hd_item a span{float: right;
    margin-left: 20px;
    color: #077c52;
    font-size: 15px;
    padding: 0 12px;
    border: 1px solid #ddd;
    line-height: 26px;
    height: 26px;
    margin-top: 15px;
    border-radius: 0 10px 0 10px;
    transition: 0.3s ease-in-out;}
.hd_item a:hover span{color:#fff;border:1px solid #077c52; background:#077c52;}
.hd_item a:hover{transform:translateY(-3px);}

.xyfc{ width:100%; background:#eaf7f5; padding:40px 0; overflow:hidden; margin-top:40px}
.box{ width:100%; float:left} 
#goleft {width: 100%;overflow: hidden;float:left;} 
#goleft #gols {width: 33100px;} 
#goleft1, #goleft2 {width: auto;float: left;}


.xytp{float:left;margin-right:35px; position:relative; width:270px; border:1px solid #ddd; padding:10px; background:#fff;transition: 0.3s ease-in-out}
.xytp .img{ width:100%; float:left; height:170px; overflow:hidden}
.xytp img{ width:100%; float:left;height:100%;object-fit: cover;transition: 0.3s ease-in-out}
.xytp .tit{ width:100%; float:left; height:40px; line-height:40px; text-align:center; overflow:hidden; font-size:16px}


.xytp:hover .img img {
    transform: scale(1.05);
}
.xytp:hover {
    border: 1px solid #01674b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mySwipera {
width:100%;
height:467px;
position:relative
}

.hd_item a:last-child{ margin-bottom:0}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:100%;}
.mySwipera .swiper-slide .img{ width:100%;float:left;height:360px; 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% - 360px);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 strong .time{ float:right; margin-left:20px; color:#01674b; font-weight:normal}
.mySwipera .swiper-slide .infos span{ width:100%;float:left; font-size:15px; height:52px; line-height:26px; color:#666; overflow:hidden}

.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);}

footer{ width:100%; background:url(../images/lc_52.png) center no-repeat #15855f; height:317px; overflow:hidden}
.fline{ width:100%; height:20px; border-bottom:1px solid rgba(255,255,255,.3); margin-bottom:60px}
.f_link{ width:100%; height:60px; border-bottom:1px solid #449d7f; float:left; color:#fff; line-height:60px; overflow:hidden}
.f_link *,.f_link a{ color:#fff}
.f_link strong{ float:left; font-size:18px}
.f_link a{ float:left; margin-left:20px; padding-top:2px}
footer .h1{ width:100%; height:140px; float:left;border-bottom:1px solid #449d7f;}
footer p{ width:100%; height:100px; float:left; line-height:100px; text-align:center; color:#fff; font-size:16px}
footer p span{ padding:0 10px}

.nyimg{ width:100%; height:510px; background:url(../images/ny1.png?t=1.1) 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: #01674b;
    width: 280px;
    text-align: center;
    height: 110px;
    line-height: 110px;
	font-family: "syst";
}

.ny_l {
    float: left;
    width: 280px;
    background: #01674b;
}
.ny_r{ float:right; width:calc(100% - 350px); padding-top:30px}
.ny_l_img{ width:100%; float:left; background:url(../images/n.png?t=1); 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:#01674b; 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:#01674b}
.site img{ height:20px; margin-right:10px; vertical-align:middle}
.site strong{ float:left; color:#01674b; font-size:24px}


.nyimg .bans .r{ width:80px; float:right;position:relative}
.nyimg .bans .r img{ position:relative}
.nyimg .bans .l .on{ color:#fff; font-weight:bold}
.nyimg .h2{ width:100%;position:absolute; z-index:1;bottom:150px; color:#fff; font-size:30px; font-weight:bold; line-height:80px;}
.nyimg .h3{ width:100%;position:absolute; z-index:1;bottom:130px; color:#fff; font-size:15px;}
.nyimg .h3 a{ color:#fff}

.dbline{ width:100%; height:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; float:left}
.disptit{ width:100%; font-size:24px; line-height:36px; float:left; font-weight:bold; text-align:center;}
.dispdes{ width:100%; font-size:14px; line-height:40px; float:left; border-bottom:1px dashed #ddd; padding-top:15px; margin-bottom:25px; text-align:center}
.infoarea{ width:100%; float:left;line-height:34px; background:#fff !important; min-width:600px; font-size:18px; font-family:宋体,'Noto Serif SC' !important;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}

.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:27px;}
.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;
} 

.news_2{ width:100%; float:left}
.news_2 li{ width:100%; float:left; margin-bottom:35px; height:280px; background:#f5f5f5; padding:30px;transition: 0.3s ease-in-out}
.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:#01674b; 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);}

.infolista{ width:100%; float:left;}
.infolista li{ width:100%; float:left; margin-bottom:15px; padding:15px 25px 15px 0; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolista li:hover{ background:#01674b}
.infolista li:hover *{ color:#fff !important}
.infolista li .date{ width:100px; float:left; border-right:1px solid #ddd}
.infolista li .date .date1{ width:100%; text-align:center; float:left; font-size:30px; font-weight:bold; height:30px; position:relative; margin-bottom:5px; color:#333}
.infolista li .date .date2{ width:100%; text-align:center; float:left; font-size:14px; color:#333}
.infolista li .area{ width:calc(100% - 120px);float:right; font-size:18px; line-height:50px; height:50px; overflow:hidden; padding-right:70px; background:url(../images/gg.png) right center no-repeat}
.infolista li:hover .area{ background:url(../images/gga.png) right center no-repeat}

.pb_sys_style3 .p_no_d {
    border: 1px solid #01674b !important;
    color: #fff;
    background-color: #01674b !important;
}


.zzry{ width:100%; float:left;}
.zzry ul{ display:inline}
.zzry li{ width:23%; float:left; margin-right:2.66%; margin-bottom:40px; border:1px solid #ddd; background:#fff;text-align: center;position:relative; overflow:hidden;padding:20px 20px 0 20px;transition: 0.3s ease-in-out;}
.zzry li:nth-child(4n){margin-right:0}
.zzry li:hover{ border:1px solid #01674b}
.zzry li .img{ width:100%; overflow:hidden; float:left; padding-top:74%; position:relative}
.zzry li .img img{ max-width:100%;overflow:hidden; height:100%; vertical-align:middle; cursor:pointer;object-fit: cover; position:absolute; content:''; top:0; left:0}
.imgmid{display:inline-block;*display:inline;*zoom:1;height:100%;width:1px;margin-left:-1px;vertical-align:middle}
.zzry li .tit{width:100%; float:left;text-align:center; height:50px; line-height:50px; overflow:hidden;}

.fwzn{ width:100%; float:left;}
.fwzn ul{ display:inline}
.fwzn ul li{ width:32%; float:left; margin-right:2%; margin-bottom:25px; background:#f8f7ff; border:1px solid #d8caef; height:164px; padding:25px 0;transition: 0.3s ease-in-out;}
.fwzn ul li strong{ width:100%; text-align:center; float:left; height:65px}
.fwzn ul li strong img{ height:100%;transition: 0.3s ease-in-out;}
.fwzn ul li span{ width:100%; text-align:center; float:left; padding-top:20px; font-size:18px; font-weight:bold}
.fwzn ul li:nth-child(3n){ margin-right:0}
.fwzn ul li a{ display:block;}
.fwzn li:hover{box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);border:1px solid #01674b; background:#01674b;}
.fwzn li:hover *{ color:#fff}
.fwzn li:hover *{filter: brightness(0) invert(1);}

.footkb{ width:100%; height:100px}
.ny_r{ float:right; width:calc(100% - 350px); padding-top:30px}

.fwzna a{ width:100%; float:left;background:#f8f7ff; border:1px solid #d8caef; height:110px; padding:25px 0;transition: 0.3s ease-in-out; margin-bottom:-1px}
.fwzna a strong{ width:100%; text-align:center; float:left; height:30px; font-weight:normal}
.fwzna a strong img{ height:100%;transition: 0.3s ease-in-out;}
.fwzna a span{ width:100%; text-align:center; float:left; padding-top:10px; font-size:16px; font-weight:bold}
.fwzna a:hover{box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);border:1px solid #01674b; background:#01674b;}
.fwzna a:hover *{ color:#fff}
.fwzna a:hover *{filter: brightness(0) invert(1);}

.fwznas a{ width:100%; float:left;background:#01674b; border:1px solid #01674b; height:110px; padding:25px 0;transition: 0.3s ease-in-out; margin-bottom:-1px}
.fwznas a strong{ width:100%; text-align:center; float:left; height:30px; font-weight:normal}
.fwznas a strong img{ height:100%;transition: 0.3s ease-in-out;filter: brightness(0) invert(1);}
.fwznas a span{ width:100%; text-align:center; float:left; padding-top:10px; font-size:16px; font-weight:bold; color:#fff}

.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:#01674b;border:1px solid #01674b;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}

.img-item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.img-item ul {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}

.img-item li {
    width: 23%;
    float: left;
    margin-right: 2.66%;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}

.img-item li:nth-child(4n) {
    margin-right: 0;
}

.img-item li:hover {
    border: 1px solid #01674b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 图片容器 - 调整为16:9比例 */
.img-item li .img {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-top:70%;
    position: relative;
    background: #f5f5f5;
}

.img-item li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}

.img-item li:hover .img img {
    transform: scale(1.05);
}

.imgmid {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    width: 1px;
    margin-left: -1px;
    vertical-align: middle;
}

.img-item li .tit {
    width: 100%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    padding: 0 5px;
    box-sizing: border-box;
}