.layout-wrapper {
	display: flex;
	flex-direction: column;
}
html {
	font-size: 20px;
}
* {
	box-sizing: border-box;
}
h1 {
	margin-bottom: 0;
}
p {
	margin: 0;
}
input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: none;
	box-shadow: none;
	outline: none;
}
a {
	text-decoration: none;
	/* 鍘婚櫎榛樿鐨勪笅鍒掔嚎 */
	outline: none;
	/* 鍘婚櫎鏃х増娴忚鍣ㄧ殑鐐瑰嚮鍚庣殑澶栬櫄绾挎 */
	color: #333;
	/* 鍘婚櫎榛樿鐨勯鑹插拰鐐瑰嚮鍚庡彉鍖栫殑棰滆壊 */
	background-color: transparent;
}
a.active, a:active, a:focus, a:hover {
	color: #00982E !important;
	box-shadow: none;
}
.header-box {
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
	margin: 0 auto;
}
.header-box .logo img {
	width: 110px;
	height: 29px;
}
.header-right {
	display: flex;
	align-items: center;
}
.line {
	/* display: none; */
	width: 0;/* width: 1px;
  height: 2.1rem;
  margin-left: 1.15rem;
  margin-right: 0.9rem;
  background-color: #FFFFFF; */
}
.home-name {
	width: 126px;
	height: 14px;
	margin-left: 8px;
}
.xun {
	width: 0;
}
.header-menu {
	display: flex;
}
.header-menu img {
	width: 28px;
	height: 28px;
}
.layout-page-content {
	-webkit-box-flex: 1;
	flex-grow: 1;
	width: 100%;
	padding: 0 12px 12px;
	transition: padding 0.25s ease-in-out 0s;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
	padding-bottom: 40px !important;
}
.css-h2qpui {
	box-sizing: border-box;
	display: flex;
	/* margin-top: -20px; */
	flex-flow: row wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
}
.css-h2qpui .MuiGrid-item {
	padding-left: 20px;
}
.css-h2qpui .MuiGrid-item {
	padding-top: 20px;
}
.flex-content-j {
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
}
.d-bg-b {
	margin-top: 20px;
}
.d-bg-b img {
	width: 100%;
}
.comm-card2-title {
	display: flex;
	align-items: center;
	line-height: 18px;
	color: #00982e;
	justify-content: space-between;
	height: 36px;
	padding-bottom: 14px;
}
.comm-card2-title h5 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
}
.box-shadow {
	background-color: rgb(255, 255, 255);
	color: rgba(58, 53, 65, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 6px;
	box-shadow: rgb(58 53 65 / 10%) 0px 2px 10px 0px;
	background-image: none;
	overflow: hidden;
}
.comm-card {
	padding: 12px;
}
.comm-card {
	background-color: rgb(255, 255, 255);
	color: rgba(58, 53, 65, 0.87);
	border-radius: 6px;
	/* box-shadow: rgb(58 53 65 / 10%) 0px 2px 10px 0px; */
	background-image: none;
	overflow: hidden;
}
.car-title {
	display: flex;
	align-items: center;
	line-height: 36px;
	color: #00982E;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
	height: 36px;
	/* padding-bottom: 14px; */
	margin-bottom: 14px;
}
.car-title h5 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	height: 36px;
	line-height: 30px;
	position: relative;
}
.car-title h5::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	/* margin-bottom: -14px; */
	width: 100%;
	height: 0.2rem;
	background: #00982E;
	border-radius: 1px;
}
.car-title h5.no-line {
	display: flex;
	align-items: center;
}
.car-title h5 img {
	width: 20px;
	height: 20px;
	margin-right: 7px;
}
.car-title h5.no-line::after {
	display: none;
}
.no-border-line {
	border-bottom: none;
}
a.more {
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-size: 0.7rem;
	margin-bottom: 0.7rem;
}
.news-item {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #333333;
	height: 18px;
	line-height: 18px;
	align-items: center;
	margin-bottom: 16px;
}
.news-item.has-img-item {
	height: 80px;
}
.news-item:last-of-type {
	margin-bottom: 0;
}
.news-item a {
	flex: 1;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	width: 100%;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item a.has-img {
	display: flex;
	white-space: normal;
}
.news-item a.has-img img {
	width: 141px;
	height: 80px;
	margin-right: 14px;
}
.news-item a.has-img .new-msg-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.new-msg-box p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
	overflow: hidden;
}
.new-msg-box span {
	color: #999999;
	font-size: 12px;
}
.noW1 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item i {
	font-style: normal;
	flex: 0 0 78px;
	color: #999999;
	font-size: 0.7rem;
	margin-top: 4px;
}
.card-2 {
	background: #FAFAFA;
	border-radius: 2px;
	padding: 20px 12px;
}
.news-item-0 {
	position: relative;
	height: 18px;
	line-height: 18px;
	padding-left: 14px;
	margin-bottom: 14px;
}
.news-item-0:last-of-type {
	margin-bottom: 0;
}
.news-item-0 a {
	height: 18px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}
.news-item-0::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #96D3A8;
	border-radius: 50%;
}
.menu-item {
	height: 56px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 0.8rem;
	color: #333333;
	font-weight: 600;
	margin-bottom: 12px;
}
.menu-item>a {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.left-item {
	box-sizing: border-box;
	margin: 0px;
	flex-direction: row;
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.center-item {
	/* width: 41.33%; */
	box-sizing: border-box;
	margin: 0px;
	flex-direction: row;
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.right-item {
	/* width: 26%; */
	box-sizing: border-box;
	margin: 0px;
	flex-direction: row;
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.nav-list-bg {
	display: none;
	height: 56px;
	background: #EDF8FE;
}
.nav-list-box {
	/* width: 1200px; */
	height: 56px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-list {
	display: flex;
	align-items: center;
	flex: 1;
}
.nav-list a {
	display: block;
	color: #333333;
}
.nav-list a:hover {
	color: #009830;
	text-decoration: none;
}
.nav-list a {
	font-size: 16px
}
.nav-list>div.active {
	position: relative;
}
.nav-list>div.active a {
	color: #009830;
}
.nav-list>div.active::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	margin-bottom: -15px;
	width: 100%;
	height: 2px;
	background: #009731;
	border-radius: 1px;
}
.search-cxt {
	display: flex;
	align-items: center;
	position: relative;
}
.search-cxt img {
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}
.search-cxt .skk {
	width: 206px;
	height: 32px;
	background: rgba(255, 255, 255, 0.9);
	padding-left: 33px;
	font-size: 0.8rem;
	border: none;
}
 .search-cxt .skk::-webkit-input-placeholder {
 color: #666666;
 font-size: 0.8rem;
 font-weight: normal;
}
.search-cxt .search-btn {
	width: 72px;
	height: 32px;
	background: #00982F;
	border-radius: 0px 4px 4px 0px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.banner-box-wrap {
	margin-top: 22px;
	margin-bottom: 32px;
	height: 300px;
	background: #D8D8D8;
}
.banner-box {
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #D8D8D8;
}
.banner-box img {
	height: 300px;
	width: 100%;
}
.footer-bg {
	padding: 12px 0 0rem 0;
	background: #F2F2F2;
}
.footer-box {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.footer-box .friend-link-title {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #00982E;
	line-height: 16px
}
.footer-box a {
	color: #333333;
	font-size: 14px;
	margin-right: 12px;
}
.footer-p {
	border-top: 1px solid #EAEAEA;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.footer-p p {
	padding: 12px 32px;
}
.friend-link {
	padding: 12px 32px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	/* font-size: 18px; */
	background: #fff;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.4);
	text-align: center;
	line-height: 20px;
	font-size: 0.6rem;
	color: #000;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #FFFFFF;
	border-radius: 3px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	right: 24px;
	width: 300px;
	left: auto;
	text-align: right;
}
.swiper-slide a:hover .baner-txt {
	color: #00982E;
}
.baner-txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.6);
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	padding: 0 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.layout-content-box .nav-a {
	display: flex;
	height: 36px;
	background: #FFFFFF;
	position: relative;
	margin-top: 1.6rem;
	padding: 0 0 0 12px;
	border-bottom: 1px solid #EEEEEE;
}
.layout-content-box .nav-a::after {
	width: 4px;
	height: 18px;
	background: #00982E;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 1px;
}
.flex-785 {
	box-sizing: border-box;
	margin: 0px;
	flex-direction: row;
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.flex-415 {
	box-sizing: border-box;
	margin: 0px;
	flex-direction: row;
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.m-mt15 {
	margin-top: 20px;
}
.nav-a a {
	font-size: 0.8rem;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
}
.nav-content {
	padding: 22px;
}
.nav-content .title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #333333;
	line-height: 35px;
	text-align: center;
}
.nav-content .text-time {
	font-size: 0.7rem;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
	text-align: center;
}
.txt-content {
	margin-top: 20px;
	padding: 23px 0;
	border-top: 1px solid #EEEEEE;
	font-size: 0.9rem;
	font-weight: 400;
	color: #333333;
	line-height: 24px
}
.txt-content p {
	font-size: 0.9rem;
	font-weight: 400;
	color: #333333;
	line-height: 24px
}
.flex-gr {
	display: flex;
	overflow: hidden;
}
.left-menu {
	display: none;
}
.right-content {
	overflow: hidden;
	flex: 1;
}
.msg-list {
	padding: 21px 0;
}
.msg-item {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;/* line-height: 25px; */
}
.msg-item a {
	flex: 1;
	font-size: 0.9rem;
	color: #333333;
	white-space: nowrap;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 0.6rem;
}
.msg-item span {
	flex: 0 0 100px;
	color: #999999;
	font-size: 0.8rem;
}
.page-no-box {
	display: flex;
	flex-wrap: wrap;
}
.page-no-box a, .page-no-box span {
	background: #FFFFFF;
	border-radius: 2px;
	font-size: 0.7rem;
	border: 1px solid #EEEEEE;
	text-decoration: none;
	text-align: center;
	margin-right: 8px;
	padding: 4px 10px;
	color: #333;
}
.page-no-box .active {
	border-color: #00982E;
}
.nodorder {
	border: none !important;
}
.mask-box {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	top: 0;
	left: 100%;
	z-index: 999;
	transition: all 300ms;
}
.page-title {
	text-align: center;
	position: relative;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 16px;
}
.page-title>img {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}
.m-nav-search {
	display: flex;
	justify-content: center;
}
.m-nav-search .skk {
	background-color: #F2F2F2;
	border-radius: 4px 0px 0px 4px;
}
.m-nav-list {
	display: flex;
	flex-wrap: wrap;
	padding: 14px;
}
.m-nav-item {
	width: 92px;
	height: 27px;
	background: #F2F2F2;
	border-radius: 4px;
	margin-right: 8px;
	text-align: center;
	line-height: 27px;
	margin-bottom: 14px;
	color: #333;
}
.m-nav-item a {
	color: #333;
	font-size: 0.7rem;
}
.m-nav-item:nth-of-type(3n) {
	margin-right: 0;
}
.go-home {
	text-align: center;
}
.go-home a {
	font-size: 0.7rem;
	color: #1A9DE0;
	text-decoration: underline;
}
.m-margin-t {
	margin-top: 20px;
}
.layout-content-box {
	padding: 12px;
}
.list-comm-content {
	margin: 21px 0;
}
.person-list {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
}
.person-list .person-item {
	width: 145px;
	height: 245px;
	margin-right: 34px;
	margin-bottom: 18px;
	overflow: hidden;
}
.person-item a {
	font-size: 0;
}
.person-item img {
	display: block;
	width: 145px;
	height: 203px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
.person-item a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.person-item span {
	display: block;
	height: 42px;
	line-height: 42px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}
 @media (min-width: 600px) {
.nav-list {
	justify-content: space-between;
}
.left-item {
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.center-item {
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.right-item {
	/* width: 26%; */
	flex-basis: 100%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
}
.header {
	height: 7.05rem;
}
.header-box {
	width: 100%;
	display: flex;
	align-items: center;
	height: 80px;
	margin: 0 auto;
}
.header-box .logo img {
	width: 176px;
	height: 46px;
}
.header-right {
	display: flex;
	align-items: center;
}
.home-name {
	width: 202px;
	height: 22px;
}
}
 @media (min-width: 900px) {
.layout-page-content {
	background-color: #fff;
	padding: 0;
}
.layout-content-box {
	padding: 0;
}
.nav-list-bg {
	display: block;
}
.nav-list {
	justify-content: space-between;
	margin-right: 24px;
}
.header-menu {
	display: none;
}
.left-item {
	flex-basis: 33.3%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 33.3%;
}
.center-item {
	flex-basis: 41.33%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 41.33%;
}
.right-item {
	/* width: 26%; */
	flex-basis: 28.66%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 28.66%;
}
.flex-785 {
	flex-basis: calc(50% - 12px);
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: calc(50% - 12px);
}
.flex-415 {
	margin-left: 23px;
}
.m-mt15 {
	margin-top: 0;
}
.header {
	height: 7.05rem;
}
.header-box {
	width: 100%;
	display: flex;
	align-items: center;
	height: 7.05rem;
	margin: 0 auto;
}
.header-box .logo img {
	width: 11.4rem;
	height: 3rem;
}
.header-right {
	display: flex;
	align-items: center;
}
.line {
	width: 1px;
	height: 1.3rem;
	margin-left: 0.7rem;
	margin-right: 0.55rem;
	background-color: #FFFFFF;
}
.home-name {
	width: 10.05rem;
	height: 1.05rem;
}
.xun {
	width: 11.75rem;
	height: 1.45rem;
	margin-left: 3.2rem;
}
.box-shadow {
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
}
.left-menu {
	display: block;
	flex: 0 0 240px;
	margin-top: 32px;
	margin-right: 32px;
}
.left-menu-item {
	width: 240px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-menu-item.active {
	background: #00982E;
	color: #fff;
}
.left-menu-item.active a {
	color: #fff;
}
.left-menu-item a {
	text-align: center;
	font-size: 0.9rem;
	color: #333333;
	line-height: 56px;
	display: block;
}
.left-menu-item:hover a {
	color: #fff;
}
.left-menu-item:hover {
	background: #00982E;
	color: #fff;
}
.left-menu-item a:hover {
	color: #fff !important;
}
.m-margin-t {
	margin-top: 0;
}
}
 @media (min-width: 1200px) {
.layout-page-content {
	max-width: 100%;
	background-color: #fff;
	padding: 0;
}
.layout-content-box {
	padding: 0;
}
.nav-list-box {
	width: 1200px;
}
.nav-list-bg {
	display: block;
}
.nav-list {
	justify-content: flex-start;
}
.left-item {
	flex-basis: 33.3%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 33.3%;
}
.center-item {
	flex-basis: 41.33%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 41.33%;
}
.nav-list>div {
	margin-right: 48px;
}
.right-item {
	flex-basis: 28.66%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 28.66%;
}
.flex-785 {
	flex-basis: calc(50% - 12px);
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: calc(50% - 12px);
}
.flex-415 {
	margin-left: 23px;
}
.m-mt15 {
	margin-top: 0;
}
.header {
	height: 11.3rem;
}
.header-box {
	height: 11.3rem;
}
.header-box .logo img {
	width: 18.25rem;
	height: 4.8rem;
}
.line {
	width: 1px;
	height: 2.1rem;
	margin-left: 1.15rem;
	margin-right: 0.9rem;
}
.home-name {
	width: 16.1rem;
	height: 1.7rem;
}
.xun {
	width: 18.8rem;
	height: 2.35rem;
	margin-left: 5.15rem;
}
.box-shadow {
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
}
.layout-content-box {
	width: 1200px;
	margin: 0 auto;
}
.left-menu {
	display: block;
	flex: 0 0 240px;
	margin-top: 32px;
	margin-right: 32px;
}
.left-menu-item {
	width: 240px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-menu-item.active {
	background: #00982E;
	color: #fff;
}
.left-menu-item.active a {
	color: #fff;
}
.left-menu-item a {
	text-align: center;
	font-size: 0.9rem;
	color: #333333;
	line-height: 56px;
	display: block;
}
.left-menu-item:hover a {
	color: #fff;
}
.left-menu-item:hover {
	background: #00982E;
	color: #fff;
}
.left-menu-item a:hover {
	color: #fff !important;
}
.m-margin-t {
	margin-top: 0;
}
}
 @media (min-width: 1440px) {
.layout-page-content {
	max-width: 1200px;
	padding: 0;
}
.layout-content-box {
	padding: 0;
}
.nav-list-bg {
	display: block;
}
.nav-list {
	justify-content: flex-start;
}
.nav-list-box {
	width: 1200px;
}
.header-box {
	max-width: 1200px;
}
.nav-list>div {
	margin-right: 48px;
}
.header {
	height: 11.3rem;
}
.header-box {
	height: 11.3rem;
}
.header-box .logo img {
	width: 18.25rem;
	height: 4.8rem;
}
.line {
	width: 1px;
	height: 2.1rem;
	margin-left: 1.15rem;
	margin-right: 0.9rem;
}
.home-name {
	width: 16.1rem;
	height: 1.7rem;
}
.xun {
	width: 18.8rem;
	height: 2.35rem;
	margin-left: 5.15rem;
}
.box-shadow {
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
}
/* .footer-box {
    width: 1200px;
  } */
.footer-p p {
	padding: 12px 0;
	width: 1200px;
	margin: 0 auto;
}
.friend-link {
	padding: 12px 0;
	width: 1200px;
	margin: 0 auto;
}
.left-menu {
	display: block;
	flex: 0 0 240px;
	margin-top: 32px;
	margin-right: 32px;
}
.left-menu-item {
	width: 240px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-menu-item.active {
	background: #00982E;
	color: #fff;
}
.left-menu-item.active a {
	color: #fff;
}
.left-menu-item a {
	text-align: center;
	font-size: 0.9rem;
	color: #333333;
	line-height: 56px;
	display: block;
}
.left-menu-item:hover a {
	color: #fff;
}
.left-menu-item:hover {
	background: #00982E;
	color: #fff;
}
.flex-785 {
	flex-basis: calc(50% - 12px);
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: calc(50% - 12px);
}
.flex-415 {
	margin-left: 23px;
}
.m-mt15 {
	margin-top: 0;
}
.left-menu-item a:hover {
	color: #fff !important;
}
.m-margin-t {
	margin-top: 0;
}
}
 @media (min-width: 1536px) {
.header-box {
	max-width: 1200px;
}
.layout-content-box {
	padding: 0;
}
.nav-list-bg {
	display: block;
}
.nav-list {
	justify-content: flex-start;
}
.nav-list-box {
	width: 1200px;
}
.nav-list>div {
	margin-right: 48px;
}
.left-item {
	flex-basis: 33.3%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 33.3%;
}
.center-item {
	flex-basis: 41.33%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 41.33%;
}
.right-item {
	flex-basis: 28.66%;
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: 28.66%;
}
.box-shadow {
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
}
/* .footer-box {
    width: 1200px;
  } */
.left-menu {
	display: block;
	flex: 0 0 240px;
	margin-top: 32px;
	margin-right: 32px;
}
.left-menu-item {
	width: 240px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-menu-item.active {
	background: #00982E;
	color: #fff;
}
.left-menu-item.active a {
	color: #fff;
}
.left-menu-item a {
	text-align: center;
	font-size: 0.9rem;
	color: #333333;
	line-height: 56px;
	display: block;
}
.left-menu-item:hover a {
	color: #fff;
}
.left-menu-item:hover {
	background: #00982E;
	color: #fff;
}
.flex-785 {
	flex-basis: calc(50% - 12px);
	-webkit-box-flex: 0;
	flex-grow: 0;
	max-width: calc(50% - 12px);
}
.flex-415 {
	margin-left: 23px;
}
.m-mt15 {
	margin-top: 0;
}
.left-menu-item a:hover {
	color: #fff !important;
}
.m-margin-t {
	margin-top: 0;
}
}
/*鏂板浠ｇ爜*/
.ui-droplist-li {
	color: #333333 !important;
}
/*鏂板浠ｇ爜end*/

/*鍙嬫儏閾炬帴鏂板 */
.link-box {
	display: flex;
}
.link-item {
	margin-right: 24px;
}
.link-box select {
	width: 120px;
	height: 26px;
}
/*鍙嬫儏閾炬帴鏂板end */
























