/* 头部 */
.headerTop{
	margin-top: 9px;
	margin-bottom: 9px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}
.headerTop_welcom{
	width: 224px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	float: left;
}
.headerTop_rf{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	float: right;
}
.headerTop_rf a,.headerTop_rf i{
	color: #0D6108;
	margin-left: 8px;
}
.headerCon{
	margin-top: 9px;
	padding-top: 9px;
}
.headerCon_logo_textTop{
	height: 52px;
	line-height: 52px;
	margin-left: 16px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #212121;
}
.headerCon_logo_text{
	margin-left: 16px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #424242;
}
.headerCon_a{
	height: 81px;
	line-height: 81px;
	position: relative;
}
.headerCon_a .no:hover{
	color: #0D6108;
	font-weight: bold;
	font-family: Microsoft YaHei;
	position: relative;
}
.headerCon_a .no:hover::after{
	content: "";
	border: 8px solid;
	border-color: transparent transparent #0D6108 transparent;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%);
}

.headerCon_a .have:hover{
	color: #0D6108;
	font-weight: bold;
	font-family: Microsoft YaHei;
	position: relative;
}
.headerCon_a>ul>li{
	float: left;
	margin-left: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
}
.headerCon_a .have>ul{
	display: none;
}
.headerCon_a .have:hover>ul a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
}
.headerCon_a .have:hover>ul{
	width: 100px;
	line-height: 24px;
	border: 1px solid #FFFFFF;
	box-shadow:1px 1px 10px 1px #d3d3d3;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 68px;
	left: -20px;
	display: block;
	z-index: 999;
} 
.headerCon_a .have>ul::before{
	content: "";
	border: 18px solid;
	border-color: transparent transparent rgb(220,220,220,.6) transparent;
	position: absolute;
	top: -36px;
	left: 30px;
	/* display: none; */
}
.headerCon_a .have>ul::after{
	content: "";
	border: 16px solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -32px;
	left: 32px;
	/* display: none; */
}
.headerCon_a li.actived{
	color: #0D6108;
	font-weight: bold;
	font-family: Microsoft YaHei;
	position: relative;
}
.headerCon_a li.actived::after{
	content: "";
	border: 8px solid;
	border-color: transparent transparent #0D6108 transparent;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%);
}
.headerCon_input{
	width: 234px;
	margin-top: 20px;
}
.headerCon_input input{
	padding: 20px;
	width: 192px;
	height: 42px;
	border-radius: 21px 0 0 20px !important;
	border: none;
	background:#F3F3F3;
}
.headerCon_input button{
	width: 42px;
	height: 42px;
	border-radius: 0 21px 21px 0;
	border: none;
	background:url(/static/image/searchall.png) no-repeat center #F3F3F3;
}


/* 底部 */
.footer{
	width: 100%;
}
.footer .footer_Top{
	width: 100%;
	background-color: #11461E;
	padding-top: 27px;
	padding-bottom: 25px;
}
.footer .footer_bottom{
	width: 100%;
	background-color: #2E9E53;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
}
.footer .footer_bottom span{
	margin-right: 30px;
}
.footer .footer_left{
	width: 280px;
	color: #fff;
	padding-left: 58px;
}
.footer .footer_left div{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-bottom: 22px;
}
.footer .footer_left a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-top: 4px;
}
.footer .footer_center{
	width: 600px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 70px;
	padding-right: 70px;
	color: #fff;
}
.footer .footer_center .footer_center_box{
	margin-bottom: 8px;
}
.footer .footer_center .footer_center_h{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-bottom: 5px;
}
.footer .footer_center p a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .footer_right{
	width: 320px;
}
.footer .footer_right .footer_right_box{
	width: 174px;
	height: 178px;
	background-color: #042B0E;
	margin-left: 70px;
	position: relative;
}
.footer .footer_right .footer_right_in{
	width: 91px;
	height: 91px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}
.footer .footer_right img{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/* 登录后头部样式 */
.headerTop_rf .mine {
	position: relative;
	padding-bottom: 10px;
	cursor: default;
}

.headerTop_rf .mine span {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/static/image/not_login_head.png) no-repeat;
	vertical-align: middle;
}

.headerTop_rf .myCart_cart {
	display: inline-block;
	height: 22px;
	color: #333;
	margin-right: 30px;
	position: relative;
}

.headerTop_rf .myCart_cart span {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/static/image/top_shopcar.png) no-repeat;
	background-size: 22px 22px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.headerTop_rf .myCart_cart .myCart_Gnum {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #f00;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	position: absolute;
	top: -4px;
	left: 4px;
	color: #fff;
	font-size: 12px;
}

.headerTop_rf .mine ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #fff;
	box-shadow: 1px 1px 10px 1px #d3d3d3;
	width: 100px;
	line-height: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.headerTop_rf .mine:hover ul{display:block}

.headerTop_rf .mine ul::before {
	content: "";
	border: 12px solid;
	border-color: transparent transparent rgb(220, 220, 220, .6) transparent;
	position: absolute;
	top: -24px;
	left: 39px;
}

.headerTop_rf .mine ul::after {
	content: "";
	border: 10px solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -20px;
	left: 41px;
}