html {
	height: 100%;
	width: 100%;
	font-size: 16px;
}

/** { -webkit-user-select: none; }*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Microsoft Yahei";
	color: #000;
	background-color: #fff;
}

strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
	;
}

section,
header,
article,
time,
nav,
footer,
figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

input:focus,
a:focus {
	outline: none;
}

fieldset,
img {
	display: block;
	border: 0;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

em {
	font-style: normal
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

button,
input,
textarea,
select {
	font-family: tahoma, arial, simsun, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
	vertical-align: middle;
}

button,
input,
textarea,
select {
	*font-size: 100%;
}

textarea {
	resize: none;
}

legend {
	color: #000;
}

a {
	vertical-align: baseline;
	cursor: pointer;
	color: #000;
}

a,
a:visited {
	text-decoration: none;
}

/* 公共css */
.wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.w1578{
	width: 1578px;
	margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}

.shangqiao{
	cursor: pointer;
}

.flexR{
	display: flex;
}

.flexRC{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexW{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.flexC{
	display: flex;
	flex-direction: column;
}
.flexCC{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexCB{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
[v-cloak] {
	display: none !important;
}

section {
	margin-top: 70px;
	flex: 1;
	letter-spacing: .43px;
}

#cnzz_stat_icon_1262038122{
	display: none;
}
#cnzz_stat_icon_1262038122 img{
	width: 0;
	height: 0;
}

.color-green{
	color: #50972c;
}

.color-grey{
	color: #9a9a9a;
}
.over1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.over2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*右侧导航*/
.rightMenu{
	display: block;
	width: 66px;
	height: auto;
	position: fixed;
	top: 40%;
	right: 30px;
	z-index: 90;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.rightMenu li{
	height: 76px;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.rightMenu li>a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #666666;
	text-align: center;
	padding-top: 15px;
}
.rightMenu li::after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.rightMenu li:last-child::after{
	display: none;
}
.rightMenu li span{
	display: block;
	width: 100%;
	height: 26px;
	margin: 0 auto 7px;
	text-align: center;
}
.rightMenu li span img{
	display: block;
	margin: 0 auto;
}
.rightMenu li span .img2{
	display: none;
}
.rightMenu li em{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	overflow: visible;
	position: absolute;
	top: 5px;
	right: 8px;
	background: #50982c;
	color: #fff;
	font-size: 12px;
}
.rightMenu li:hover em{
	background: #b2d600;
	color: #50982c;
}
.rightMenu li:hover{
	background: #50982c;
}
.rightMenu li:hover::after{
	display: none;
}
.rightMenu li:hover a{
	color: #fff;
}
.rightMenu li:hover span .img1{
	display: none;
}
.rightMenu li:hover span .img2{
	display: block;
}
.rightMenu li.zhiding a{
	padding-top: 14px;
}
.rightMenu li.zhiding span{
	margin: 0;
}

.rightMenu li:nth-child(1){

}

.rightMenu .rightMenu-show{
	display: none;
	position: absolute;
	left: -180px;
	top: 0;
	background-color: #ffffff;
	padding: 10px 0;
	width: 180px;
	height: 77px;
	line-height: 30px;
	box-shadow: -5px 0px 10px 0 rgb(0 0 0 / 8%);
}
.rightMenu .rightMenu-show p:nth-child(1){
	font-size: 20px;
	font-weight: 700;
	color: #50972d;
	/*padding-bottom: 10px;*/
}