﻿/*头部*/

header {
	z-index: 9999;
}

.head_oneh {
	height: 120px;
}

.logo_left  img{height:64px ;}
.logo_left span {
	display: block;
	width: 1px;
	height: 50px;
	background-color: #006d47;
	margin: 0px 18px;
}

.logo_title {
	font-size:28px;
    line-height: 30px;
	color: #006d47;
	font-weight: 600;
}

.headright {
}

.headright .hd {
	margin-left: 15px;
}

.headright .hd span {
	font-size: 20px;
	line-height: 1;
	color: #00644a;
	font-weight: bold;
}

.headright .hd p {
    font-size: 22px;
	line-height: 100%;
	color: #ff1000;
	margin-top: 5px;
	font-weight: bold;
}



.head_two {
	height: 70px;
	background-color: #006d47;
}

.flex_item {
	position: relative;flex: 1;text-align: center;
}

.flex_item_a {
	display: inline-block;
	padding: 0px 20px;
	line-height: 70px;
	color: #FFFFFF;
	width: 100%;
}

.item_posi {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	display: none;
	z-index: 9999;
}


.item_box {
	padding: 0px;
}

.item_box_a {
	display: block;
	text-align: center;
	padding: 6px 0;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px solid #eee;
	transition: all 0.4s;
}

.item_box_a:hover{background-color: #00644a;color: #ffffff;}

.flex_item>a.hvr-underline-from-left:before{background: #acce22;  height: 2px;}
.flex_item>a:hover,.flex_item  a.on{color:#acce22;}
.flex_item>a.on.hvr-underline-from-left:before{width: 100%;}

/*底部*/
footer {background-color: #006d47;}
footer,
footer a,
footer p,
footer span {
	color: #fff;
}

.foot_box {
	padding-top: 48px;
	padding-bottom: 20px;
}

.foot_img {
	width: 111px;
	margin-right: 100px;
}

.foot_list .foot_item {
	margin-right: 38px;
}

.foot_list .foot_item:nth-last-of-type(1) {
	margin-right: 0px;
}

.foot_item h3 {
	margin-bottom: 10px;
}

.foot_item h3 a {
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}

.foot_itema {
	font-size: 12px;
	line-height: 26px;
	display: block;
}

.lxfs_img {
	padding-right: 24px;
	border-right: 1px solid #fff;
	margin-right: 24px;
}

.lxfs_img img {
	width: 84px;
}

.lxfs_img p {
	font-size: 14px;
	line-height: 1;
	margin-top: 8px;
}

.lxfs_dh img {
	width: 41px;
}

.lxfs_dh p {
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 8px;
}

.lxfs_dh span {
	font-size: 22px;
	line-height: 1;
	display: block;
}

.foot_two {
	margin-top: 30px;
	border-top: 1px solid #FFFFFF;
}

.foot_two_left {
	font-size: 14px;
	line-height: 50px;
}

.foot_two_right,
.foot_two_right a {
	font-size: 14px;
	line-height: 50px;
}


/*公共子导航*/

.about_dh {
	height: 70px;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #eeeeee;
}

.about_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.about_flex .about_lj {
	width: calc((100% - 4px) / 5);
	text-align: center;
}

.about_flex .about_lj a {
	font-size: 17px;
	line-height: 36px;
	display: inline-block;
	color: #000000;
}

.about_flex .about_lj.on a,
.about_flex .about_lj:hover a {
	color: #006d47;
	border-bottom: 1px solid #006d47;
}

.about_flex .line_hx {
	width: 1px;
	height: 13px;
	background-color: #000000;
}

.about_flex .line_hx:nth-last-of-type(1) {
	display: none;
}



@media screen and (max-width: 1200px) {
.foot_img{margin-right: 70px;}

}

@media screen and (max-width: 992px) {
	.headright {
		display: none;
	}
	.head_two {
		display: none;
	}
	header {
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
		position: relative;
	}
	.head_oneh {
		height: 60px;
	}
	.logo_img img {
		height: 30px;
	}
	.logo_left span {
		height: 24px;
		margin: 0px 12px;
	}
	.logo_title {
    font-size: 14px;
    line-height: 16px;
    }
    
    .about_flex .about_lj a {
    font-size: 14px;
    line-height: 24px;
    }
    .about_dh {
    height: 50px;
    }
    
    footer { background-color: #000;}
    .foot_one{display: none;}
    .foot_two{flex-wrap: wrap;margin-top: 0px;border-top:0px;}
    .foot_box{padding-top: 30px;padding-bottom: 70px;}
    .foot_two_left{font-size: 14px;line-height: 24px;}
    .foot_two_right, .foot_two_right a{font-size: 14px;line-height: 30px;}

}