body {
    background: #ffffff;
}

/* banner开始 */
.banner {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.banner .tab_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 57px;
    background-color: rgba(255, 255, 255, .6);
	backdrop-filter: blur(5px);
    z-index: 9999;
}
.banner .tab_box ul {width:1200px;margin:0px auto;}
.banner .tab_box li {
    float: left;
    height: 57px;
	width:171px;
	text-align:center;
	position: relative;
}

.banner .tab_box li>a {
    display: block;
    font-size: 18px;
    line-height: 57px;
}

.banner .tab_box .active {
    background-color: #fff;
    opacity:.8;
}
.banner .tab_box li .card_bg {
	width: 1200px;
	position: absolute;
	top: 57px;
	display: none;
	background-color:#f00;
	}
.banner .tab_box li .card {
    position: absolute;
    top: 57px;
    box-sizing: border-box;
    padding:30px 0px;
    width: 1026px;
    height: auto;
    background-color: rgba(255, 255, 255,0.9);
    display: none;
	z-index:99;
}
.banner .tab_box li .card .lef{
	float:left;
	width:150px;
	line-height:26px;
	border-right: 1px solid #999;
	height: 155px;
	padding: 0px 20px;
    box-sizing: border-box;
	}
.banner .tab_box li .card .lef a {
	color:#015942;
	}	
.banner .tab_box li .card .lef a:hover {
	color:#008965;
	}	
.banner .tab_box li .card .lef img {
	width:230px;
	}
.banner .tab_box li .card .lef h4 {
	font-size:14px;
	line-height: 21px;
	}		
.banner .tab_box li .card .lef p {
	font-size:14px;
	line-height: 21px;
	text-align: justify;
	text-indent:24px;
	}	
.banner .tab_box li .card .lef .lef_main{
	overflow:hidden;	
}
.banner .tab_box li .card .lef .lef_main .img{
	float:left;
	width:120px;	
}
.banner .tab_box li .card .lef .lef_main .card_info {
    -webkit-line-clamp: 7;
}	
.banner .tab_box li .card .lef .lef_main_img{
	float:left;
	padding: 0px 20px;
    box-sizing: border-box;
	}	
.banner .tab_box li .card .lef .lef_navmenu {
    display: flex;
    justify-content: center;
    text-align: center;
	margin-top:10px;
}
.banner .tab_box li .card .lef .lef_navmenu .li {
    width: 20%;
    font-size: 14px;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74,85,104,var(--text-opacity));
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203,213,224,var(--border-opacity));
}

.banner .tab_box li .card .lef .lef_navmenu .li i {
    display: block;
    font-size: 40px;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transition-duration: .1s;
    line-height: 2;
}	
.banner .tab_box li .card .lef .lef_navmenu .li:hover i {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
}

.banner .tab_box li .card .midd {
    justify-content: center;
    text-align: center;
	width:154px;
	height: 155px;
	float: left;
	border-right: 1px solid #999;
}
.banner .tab_box li .card .midd img {
	width:55px;
	margin:19px auto;	
	transition: .1s ease;
}
.banner .tab_box li .card .midd img:hover {
   transform: scale(1.2);
   transition: .1s ease;
   
}
.banner .tab_box li .card .midd p {
	font-size: 14px;
	color:#015942;	
}
.banner .tab_box li .card .midd p:hover {
    color: #008965;
}

.banner .tab_box li .card .left {
    border-right: 1px solid #999;
    width: 171px;
    height: 155px;
	text-align:center;
}

.banner .tab_box li .card .left a {
    display: block;
    color: #015942;
    font-size: 14px;
    line-height:26px;
}

.banner .tab_box li .card .left a:hover {
    color: #000;
}

.banner .tab_box li .card .right {
    width: 400px;
    height: 100px;
    padding: 0 0 0 30px;
    transform-style: preserve-3d;
    transition-duration: .5s;
}

.banner .tab_box li .card .right .img {
    float: left;
}

.banner .tab_box li .card .right img {
    width: 240px;
    height: 140px;
    vertical-align: bottom;
}

.banner .tab_box li .card .righ {
    float:left;
	width: 150px;
    height: 155px;
	text-align:center;
	font-size: 14px;
    line-height: 26px;
}
.banner .tab_box li .card .righ a {
    display: block;
    color: #015942;
    font-size: 14px;
    line-height: 26px;
}
.banner .tab_box li .card .righ a:hover {
    color: #000;
}
.banner .banner_img {cursor:pointer;}

.card_main {
    position: absolute;
    display: none;
    clear: both;
    width: 100%;
}

.banner .tab_box li .card .card_main:nth-child(1) {
    display: block;
    transform: translateX(0) translateZ(85px);
}

.banner .tab_box li .card .card_main:nth-child(2) {
    transform: rotateX(60deg) translateZ(85px);
}

.banner .tab_box li .card .card_main:nth-child(3) {
    transform: rotateX(120deg) translateZ(85px);
}

.banner .tab_box li .card .card_main:nth-child(4) {
    transform: rotateX(180deg) translateZ(85px);
}

.banner .tab_box li .card .card_main:nth-child(5) {
    transform: rotateX(240deg) translateZ(85px);
}

.banner .tab_box li .card .card_main:nth-child(6) {
    transform: rotateX(300deg) translateZ(85px);
}

.card_info {
    float: left;
    width: 330px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
	text-align:left;
}

.card_info h4 {font-size:14px;line-height:30px;}
.card_info a {color:#015942;}
.card_info a:hover {color:#008965;}


@media screen and (max-width: 1920px) {
    .banner .tab_box .w {
        margin-left: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1600px) {
    .banner .tab_box .w {
        margin-left: 200px;
    }
}

@media screen and (max-width: 1440px) {
    .banner .tab_box .w {
        margin-left: 120px;
    }
}

@media screen and (max-width: 1366px) {
    .banner .tab_box .w {
        margin-left: 83px;
    }
}

@media screen and (max-width: 1280px) {
    .banner .tab_box .w {
        margin-left: 40px;
    }
}


/* totop */

.toTop {
    position: fixed;
    left: 50%;
    transform: translateX(620px);
    cursor: pointer;
}


/* footer */

.footer {
    position: relative;
    height: 410px;
    /*background-color: #fff;*/
}

.footer .linkBox {
    position: absolute;
    bottom: -96px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 1200px;
    height: 232px;
    padding: 30px 50px;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    z-index: 3;
}

.footer .linkBox a {
    display: inline-block;
    float: left;
    width: 220px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.footer .linkBox a:hover {
    color: #008965;
}

.footer_tab {
    width: 100%;
    height: 42px;
    background-color: #0c8d6c;
}

.footer_tab li {
    float: left;
    /*2023.7.24修改--padding: 0 25px 0 35px;*/
    line-height: 42px;
    color: #fff;
    cursor: pointer;
}

.footer_tab li .icon {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.footer_tab li:hover {
    /*2023.7.24修改--background-color: #007658;*/
}

.footer_tab li:nth-child(1){
	/*2023.7.24修改--background-color: #007658;*/
}

.footer .main {
    padding: 37px 0;
}

.footer .main .left {
    box-sizing: border-box;
    width: 520px;
    height: 170px;
    border-right: 1px solid #ccc;
}

.footer .main .left div {
    float: left;
    margin-right: 15px;
}

.footer .main .left .xwzx,
.footer .main .left .cxfz,
.footer .main .left .rczp {
    margin-right: 25px;
}

.footer .main .left a {
    display: block;
    font-size: 13px;
    line-height: 25px;
}
.footer .main .left span {font-weight:bold;}

.footer .main .middle {
    box-sizing: border-box;
    float: left;
    width: 310px;
    height: 170px;
    border-right: 1px solid #ccc;
    padding: 40px 15px 0;
}

.footer .main .middle a,
.footer .main .right a {
    display: block;
    float: left;
}

.footer .main .middle a:nth-child(2) {
    float: right;
}

.footer .main .middle a img {
    margin-bottom: 20px;
    width: 130px;
    height: 50px;
}

.footer .main .middle a p,
.footer .main .right a p {
    text-align: center;
    font-size: 14px;
}

.footer .main .right {
    box-sizing: border-box;
    width: 370px;
    height: 170px;
    padding: 20px 0px;
}

.footer .main .right a {
    margin-left: 20px;
	float: right;
}

.footer .main .right a:nth-child(3) {
    margin-right: 0;
}

.footer .main .right a img {
    margin-bottom: 10px;
    width: 103px;
    height: 103px;
}

.footer .bottom {
    text-align: center;
}

.footer .bottom p {
    font-size: 14px;
    line-height: 25px;
}

.footer .bottom a {color:#000;}
.footer .bottom a:hover {color:#008965;}

.current {
    margin-bottom: 30px;
}

.current span {
    margin: 0 8px;
}


/* 正文 */

.main_box {
    margin-bottom: 80px;
}

.main_box .left {
    width: 800px;
}

.main_box .left .article_top {
	padding:20px 0px;
	border-bottom: 1px solid #e2e2e2;
}

.main_box .left .article_title {
   font-size: 24px;    
    text-align: center;
	line-height: 40px;
    font-weight: 600;
}
.main_box .left .article_subtitle {
    font-size: 14px;
    text-align: center;
	line-height: 40px;
}
.main_box .left .article_introtitle {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding: 0px 20px;
}

.main_box .left .article_main {
    padding: 10px 0;
    font-size: 16px;
}

.main_box .left .article_info {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
	color: #666;
	margin-top: 5px;
}

.main_box .left .article_info span {
    display: inline-block;
}

.article_source {
    margin-left: 25px;
}
.article_time {
    margin: 0px 25px;
}

/*2023-08-14-添加*/
.main_box .left .article_att {
	padding-top: 50px;
}
/*添加结束*/

.main_box .left .article_other {
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
    text-align:right;
	padding-top: 10px;
	color: #666;
}

.change_zise {
    padding: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.article {
    line-height: 2em;
    font-size: 16px;
    text-align: center;
}

.article a {
    color: #01a796;
}
/* a{
    text-decoration: underline;
    color: #01a796;
} */
.article img {
    max-width: 700px;
}

.article p {
    text-align: center;
	margin:20px 0px;
}

.close_window {
    display: block;
    margin: 40px auto 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    overflow: hidden;
    width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
}

.close_window:hover {
    color: #01a796;
    cursor: pointer;
}

.main_box .right {
    width: 340px;
}

.main_box .right .rdxw {
    font-size: 18px;
    line-height: 48px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.rdxw_info {
    display: block;
    width: 100%;
}

.rdxw_info img {
    width: 340px;
    height: 204px;
    vertical-align: bottom;
}

.rdxw_info p {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.rexw_text_info a {
    display: block;
    line-height: 30px;
    font-size: 16px;
}