body {
    background: #f1f1f1;
}

body {
    background-color: #f5f5f5;
    position: relative;
}


/* 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;}


/* 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;}


/* list */

.list {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 40px;
}

.list .tab_box {
    float: left;
    width: 190px;
    margin-right: 55px;
}

.list .tab_box .tab_box_xwzx {
    margin-bottom: 15px;
}

.list .tab_box .tab_box_xwzx img {
    width: 190px;
    vertical-align: bottom;
}

.tab_list a {
    display: block;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}

.tab_list a span {
    margin-right: 10px;
    color: #aaa;
}

.tab_list a:hover span {
    color: #008965;
}


/* 新闻列表 */

.list .news_list {
    float: left;
    width: 890px;
}
.list .news_list h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
	color: #008965;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
	/* background: url(https://www.impc.com.cn/resource/img/list_title_icon.png) no-repeat left 3px; */
	padding-left: 20px;
}

.list .news_list .news h4 {
    font-size: 24px;
    font-weight: normal;
	color: #008965;
}

.list .news_list .news {
    display: block;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
	position:relative;
}
.list .news_list .news img  {
    float:left;
	width:320px;
	height:180px;
	margin-right:10px;
}
.list .news_list .news img:hover{
    /*transform: scale(1.01);
    transition: 0.2s;
	*/
	opacity: 0.8;
}

.list .news_list .news_title {
    font-size: 24px;
    color: #0c0d0d;
    margin-bottom: 10px;
}
.list .news_list .news_title a{
	line-height:40px;
	}


.list .news_list .artCon {
    font-size: 18px;
    color: #000;
    line-height: 40px;
}

.list .news_list .news_abstract {
    font-size: 14px;
    color: #7b7878;
    line-height: 24px;
	text-indent:24px;
}

.list .news_list .news_time {
    font-size: 12px;
    color: #8c8c8c;
	text-align: right;
	line-height:30px;
}

.list .news_list .news .news-item-left
{
	width:300px;
	float:left;
}
.list .news_list .news .news-item-left img
{
	width:300px;
}
.list .news_list .news .news-item-right
{
	width:570px;
	float:right;
}

.pic-item {
	width:280px;
	height: 180px;
	float:left;
	text-align:center;
	margin-right:20px;
	position: relative;
	margin-bottom:20px;
}
.pic-item:nth-child(3n) {
    margin-right: 0;
}
.pic-item img {
	width:280px;
	height:180px;
}
.pic-item img:hover{
    /*transform: scale(1.01);
    transition: 0.2s;
	*/
	opacity: 0.8;
}
.pic-item h3 {
	font-size: 16px;
	font-weight:normal;	
	line-height:35px;
	position: absolute;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.6);
    width: 100%;
	height:35px;
}
.pic-item h3 a {color:#fff;}

.pic-shzr-item {
	width:280px;
	float:left;
	text-align:center;
	margin-right:20px;
	/*2023-08-14-添加代码*/
	margin-bottom:10px;
	/*添加结束*/
}
.pic-shzr-item:nth-child(3n) {
    margin-right: 0;
}
.pic-shzr-item img {
	width:280px;
	height:380px;
	padding-bottom:10px;
}
.pic-shzr-item img:hover{
    transform: scale(1.01);
    transition: 0.2s;
}
.pic-shzr-item h3 {
	font-size: 14px;
	font-weight:normal;	
	line-height:24px;
}

.list .topic_list {
    overflow:hidden;
}
.list .topic_list h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
	color: #008965;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
	background: url(https://www.impc.com.cn/resource/img/list_title_icon.png) no-repeat left 3px;
	padding-left: 20px;
}

.list .topic_list .topic-item {
	width:275px;
	height: 180px;
	float:left;
	text-align:center;
	margin-right:20px;
	position: relative;
	margin-bottom:20px;
}
.list .topic_list .topic-item:nth-child(4n) {
    margin-right: 0;
}
.list .topic_list .topic-item .topic_img {
	width:275px;
	height:180px;
}
.list .topic_list .topic-item .topic_img:hover{
    /*transform: scale(1.01);
    transition: 0.2s;
	*/
	opacity: 0.8;
}
.list .topic_list .topic-item h3 {
	font-size: 16px;
	font-weight:normal;	
	line-height:35px;
	position: absolute;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.6);
    width: 100%;
	height:35px;
}
.list .topic_list .topic-item h3 a {color:#fff;}
.list .topic_list .topic-item .cpj {width:40px;height:40px;position: absolute;left:50%;bottom:50%;margin-left:-20px;margin-bottom:-20px;}


.list .xuanlv_list {
    overflow:hidden;
}
.list .xuanlv_list h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
	color: #008965;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
	background: url(https://www.impc.com.cn/resource/img/list_title_icon.png) no-repeat left 3px;
	padding-left: 20px;
}
.list .xuanlv_list .xuanlv-item{
	overflow:hidden;
	border-bottom: 1px #ccc solid;
    margin-bottom: 30px;
}

.list .xuanlv_list .xuanlv-item-left{
	width:720px;
	float:left;
	margin-right:20px;
	position: relative;
	margin-bottom:20px;
}
.list .xuanlv_list .xuanlv-item:nth-child(2n) {
    margin-right: 0;
}
.list .xuanlv_list .xuanlv-item .xuanlv_img {
	width:720px;
	height:400px;
}
.list .xuanlv_list .xuanlv-item .xuanlv_img:hover{
    /*transform: scale(1.01);
    transition: 0.2s;
	*/
	opacity: 0.8;
}
.list .xuanlv_list .xuanlv-bg {	
    width: 100%;
	height:100px;
}

.list .xuanlv_list .xuanlv-item h3 {
	color:#000;
	font-size: 20px;
    font-weight: bold;
	line-height:35px;	
}
.list .xuanlv_list .xuanlv-item h4 {
	color:#ccc;
	font-size: 14px;
	font-weight:normal;	
	line-height:30px;
	text-align:left;
}
.list .xuanlv_list .xuanlv-item p {
	color:#000;
	font-size: 14px;
	font-weight:normal;	
	line-height:30px;
	text-align:left;
}

/*mdxf*/
.list .mdxf_list {
    overflow:hidden;
}
.list .mdxf_list h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
	color: #008965;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
	background: url(https://www.impc.com.cn/resource/img/list_title_icon.png) no-repeat left 3px;
	padding-left: 20px;
}

.list .mdxf_item {
	width:215px;
	float:left;
	text-align:center;
	margin-right:20px;
	position:relative;
}
.list .mdxf_item:nth-child(5n) {
    margin-right: 0;
}
.list .mdxf_item img {
	width:215px;
	height:303px;
	padding-bottom:10px;
}
.list .mdxf_item img:hover{
    transform: scale(1.01);
    transition: 0.2s;
}

.list .mdxf_item h3 {
	font-size: 14px;
	font-weight:normal;	
	line-height:24px;
	height:80px;
}

/* 分页 */

.pages {
    text-align: center;
    clear: both;
    width: auto;
    margin: 40px auto 40px;
    font-size: 0;
}

.pages li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eeeeee;
    font-size: 14px;
	margin-right: 5px;
}

.pages a {
    display: block;
    width: 50px;
    height: 50px;
}

.pages li:hover a,
.pages .page-active a {
    color: #fff;
}

.pages .page-active,
.pages li:hover {
    background-color: #0c8d6c;
    border: 1px solid #0c8d6c;
}