@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 1000px;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	background: #fff;
	font-family: 'Microsoft YaHei';
}

.text-primary {
	color: #4A7FF5;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}


button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

/* select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
} */

table {
	border-collapse: collapse;
}

.scale {
	display: block;
	overflow: hidden;
}

.scale img {
	transition: 0.6s all;
}

.scale:hover img {
	transform: scale(1.06);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex {
	display: flex;
}

.flex_bd {
	flex: 1;
	min-width: 0;
}


.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.containerPc {
	width: 1264px;
	margin: 0 auto;
	/*position: relative;*/
}


.containerPc_bn {
	width: 515px;
	margin: 0 auto;
}

.containerPc_bn .menuList {
	height: 220px;
}

.containerPc_bn .menuList-item {
	width: 100%;
	padding-left: 30px;
}

.head {
	/* 	position: fixed;
	top: 0; */
	left: 0;
	z-index: 980;
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #fff;
}




.head.c-style2 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.top-head .containerPc {
	display: flex;
	align-items: center;
}

.head-left {
	padding: 12px 0 20px;
}

.head-logo {
	/*display: flex;*/
	flaot:left;
	align-items: center;
}
.head-logo img{
	margin-top: 10px;
	height: 50px;
	margin-right: 5px;
	vertical-align: top;
}
.weiye-logo {
	display: inline-block;
	vertical-align: middle;
	background-image: url('/images/top/iconAll.png');
	background-repeat: no-repeat;
	width: 65px;
	position: relative;
	height: 58px !important;
	background-size: 60px auto;
	bottom: 10px;
	background-position: 0px -8px;
}
.logo_content {
	display: inline-block;
	margin-top: 10px;
	border-left: 1px solid #D2D2D2;
}
.logo_content .logo_title {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.logo_refe{
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	display: block;
}
.logo-text {
	font-size: 28px;
	color: #333333;
}

.head-right {
	margin-left: 50px;
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
}



.search-bar {
	position: relative;
	width: 480px;
	display: flex;
	align-items: center;
	border: 1px solid #057F69;
	border-radius: 20px;
	background-color: rgba(5, 127, 105, 0.05);
}

.search-select{
	width: 165px;
	position: relative;
}

.search-select::after{
	position: absolute;
	content: '';
	right: 0;
	width: 1px;
	height: 22px;
	background-color: #057F69;
	top: 50%;
	transform: translateY(-50%);
}


.search-select  .layui-input{
	background-color: transparent;
	border-radius: 0;
	border: 0;
	color: #057F69;
	text-align: center;
}


.search-select  .layui-form-select .layui-edge{
	border-top-color: #057F69;
}

.search-bar .form-control {
	font-size: 14px;
	padding: 6px 64px 6px 12px;
	box-shadow: none !important;
	height: 42px;
	display: block;
	color: #057F69;
	border-radius: 20px;

	width: 100%;
}

.search-bar .form-control::placeholder {
	color: #057F69;
}

.search-select  .layui-input::placeholder {
	color: #057F69;
}

.icosearch {
	color: #057F69;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.icosearch .iconfont {
	font-size: 20px;
}


.head-nav li {
	display: inline-block;
	margin-left: 20px;
}

.head-nav li a {
	color: #6A6F78;
	line-height: 30px;
	text-align: center;
}

.head-nav-icon {
	color: #057F69;
	background-color: rgba(5, 127, 105, 0.1);
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.top_num{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #df0024;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}
.top-nav {
	background-color: #057F69;
	/*position: absolute;*/
	top:1.08rem;
	z-index: 900;
	width: 100%;
}


.top-nav .navbar-nav {
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.navbar-nav a {
	color: #fff;
}

.nav-item{
	flex: 1 1 auto;
}

.nav-item .nav-link {
	font-size: 16px;
	color: #fff;
	position: relative;
	padding: 16px 32px !important;
	display: block;
	text-align: center;
	width:100%;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
	background-color: rgba(255, 255, 255, 0.1);
}
.active{
	background-color: rgba(255, 255, 255, 0.1);
}

.top-dropMemu {
	background-color: #057F69;
	border-radius: 0 0 10px 10px;
	/*height: 452px;*/
	height: 370px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.bzqt-dropMemu {
	background-color: #057F69;
	border-radius: 0 0 10px 10px;
	/*height: 452px;*/
	height: 370px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.bzqt-dropMemu.open  {
	display: block;
}
/*微生物分类样式*/
.ly_hd_nav_menu {
    width: 2.04rem;
    height: auto;
    position: absolute;
    z-index: 20;
    display: none;
    max-height: 4.4rem;

	background-color: #057F69;
	border-radius: 0 0 10px 10px;
	/*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
	top: 100%;
	padding-top: 10px;


}

.ly_hd_nav_menu > div {
    /*width: 198px;*/
    width: 2.04rem;
    background: #057F69;
    height: 44px;
    overflow: hidden;
}
.ly_hd_nav_menu > div:last-child{
	border-bottom-left-radius: 10px;
}
.ly_hd_nav_menu_left {
    width: 100%;
    /*width: 2rem;*/
    height: 44px;
    float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ly_hd_nav_banner:hover .ly_hd_nav_menu_left a {
    background: #057F69;
    color: #fff;
}

.ly_hd_nav_menu_left a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    padding-left: 28px;
    text-align: left;
    background: #057F69;
}
.ly_hd_nav_banner:hover .ly_hd_nav_menu_left a:hover{
    background-color: rgba(255, 255, 255, 0.1);
    border-left:2px solid #fff;
    font-size: 14px;
    font-weight: bold;

}
.ly_hd_nav_menu_left .on{
    background-color: rgba(255, 255, 255, 0.1);
    border-left:2px solid #fff;
    font-size: 14px;
    font-weight: bold;
}
.ly_hd_nav_menu_right {
   /* width: 4rem;*/
    background: #057F69;
    height: 362px;
    /*left: 1.98rem;*/
    left: 204px;
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 0;
	border-radius: 0 0 10px;
	padding-top:10px ;
}

.ly_hd_nav_menu_right::-webkit-scrollbar {
    display: none;
}

.ly_hd_nav_menu_right_box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0px 0px 20px 0px;
    overflow: hidden;
}

.ly_hd_nav_menu_right_box_bt {
    width: 360px;
    height: auto;
    float: left;
    text-align: left;
    padding-left: 35px;
	padding-top: 8px;
}

.ly_hd_nav_menu_right_box_bt .nav_menu_list_title, .ly_hd_nav_menu_right_box_bt h3 {
    font-weight: bold;
   /* margin-top: 0.2rem;*/
    margin-bottom: 5px;
	line-height: 28px;
}

.ly_hd_nav_menu_right_box_bt .nav_menu_list_title a, .ly_hd_nav_menu_right_box_bt h3 a {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.ly_hd_nav_menu_right_box_tree a {
    font-size: 0.14rem;
    color: #333333;
    margin-top: 0.1rem;
    line-height: inherit;
    background: none;
    padding-left: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 0px;
    float: none;
    text-align: inherit;
    border-right: 1px solid #dcdcdc;
    padding: 0rem 0.05rem;
    height: 0.15rem;
    line-height: 0.14rem;
}

.ly_hd_nav_menu_right_block {
    overflow: hidden;
    padding-top: 0.1rem;
}

.ly_hd_nav_menu_right_block a {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 0.3rem;
    border: none;
    margin-top: 0.15rem;
}
.top-dropMemu.open  {
	display: block;
}

.bn-dropMemu {
	background-color: #057F69;
	border-radius: 0 0 10px 10px;
	height: 508px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.microorganism{
	width:5rem;

	height: 2.1rem;
}
.bn-dropMemu.open  {
	display: block;
}
.jc-dropMemu {
    background-color: #057F69;
    border-radius: 0 0 10px 10px;
    height: 508px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.detection{
	width:30%;
	margin-left: 836px;
	height: 4.45rem;
}
.jc-dropMemu.open  {
    display: block;
}
.common-dropMemu {
	background-color: #057F69;
	border-radius: 0 0 10px 10px;
	height: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.common-dropMemu.open {
	display: block;
}

.top-slide {
	padding-top: 10px;
	display: flex;
}

.top-slide .hd {
	width: 233px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-slide .hd ul li {
	font-size: 14px;
	color: #fff;
	/*margin-bottom: 12px;*/
	padding-left: 28px;
	border-left: 2px solid transparent;
	line-height: 44px;
}

.top-slide .hd ul li.on {
	background-color: rgba(255, 255, 255, 0.1);
	border-left-color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.top-slide .hd ul li:last-child{
	margin-bottom: 0;
}


.top-slide .bd {
	flex: 1;
	min-width: 0;
}

.menuList {
	display: flex;
	height: 355px;
	overflow-y: auto;
}

.menuList::-webkit-scrollbar{
	width: 0;
	height: 0;
	display: none;
}

.menuList-item {
	width: 33.33%;
	padding-left: 30px;
}

.menuList-item-group {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 30px;
}

.menuList-item-group .title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 5px;
}



.menuList-item-group ul li {
	margin-bottom: 4px;
}

.menuList-item:last-child .menuList-item-group{
	border-right: 0;
}


.menu_ul{
	margin: 0 -10px;
}

.menu_ul a {
	display: inline-block;
	padding: 0 7px;
	line-height: 1;
	margin-bottom: 10px;
	border-right: 1px solid #fff;
	opacity: 0.6;
}
.menu_ul a:last-child{
	border-right:none;
	margin-bottom: 20px;
}
.menu_ul a:hover{
	opacity: 1;
}

.menuList-item-group ul li a {
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 38px;
	opacity: 0.6;
	padding-left: 22px;
	border-left: 2px solid transparent;
}

.menuList-item-group ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	border-left-color: #fff;
}


.menuList-item-group+.menuList-item-group {
	margin-top: 20px;
}

.navbar-toggler {
	padding: 0;
	border: 0;
}

.navbar-toggler-icon {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.navbar-toggler {
	margin-left: auto;
	margin-right: 30px;
}


.nav-item--active {
	position: relative;
}



.navbar-right {
	position: relative;
	margin-left: auto;
}

.nav-dropMemu {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	width: 200px;
	background-color: #057F69;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 3px 7.8px 0px rgba(0, 48, 105, 0.25);
	padding: 10px 0;
	top: 100%;
	display: none;
}

.nav-dropMemu li a {
	display: block;
	font-size: 14px;
	color: #fff;
	/*opacity: 0.6;*/
	line-height: 48px;
	padding-left: 15px;
	border-left: 2px solid transparent;
}


.nav-dropMemu li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	font-size: 14px;
	border-left-color: #fff;
}



.nav-item:hover .nav-dropMemu {
	display: block;
}
.bncc-dropMemu {
	position: absolute;
	transform: translateX(-50%);
	left: 39%;
	width: 185px;
	background-color: #057F69;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 3px 7.8px 0px rgba(0, 48, 105, 0.25);
	padding: 10px 0;
	top: 100%;
	display: none;
}

.bncc-dropMemu li a {
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 48px;
	padding-left: 15px;
	border-left: 2px solid transparent;
}


.bncc-dropMemu li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	font-size: 14px;
	border-left-color: #fff;
}



.nav-item:hover .bncc-dropMemu {
	display: block;
}

.bncc-wsw {
	position: absolute;
	transform: translateX(-50%);
	left: 170%;
	width: 261px;
	background-color: #057F69;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 3px 7.8px 0px rgba(0, 48, 105, 0.25);
	padding: 10px 0;
	top: 0;
	display: none;
}

.bncc-wsw li a {
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 48px;
	padding-left: 15px;
	border-left: 2px solid transparent;
}


.bncc-wsw li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	font-size: 14px;
	border-left-color: #fff;
}



.bncc-hsbzp:hover .bncc-wsw {
	display: block;
}
.navbar-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 18px 0 0;
}

.modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
}

.modal.fade .modal-dialog {
	transform: translate(-50%, -200%);
}

.modal.show .modal-dialog {
	transform: translate(-50%, -50%);
}

.c-open .navbar-nav {
	overflow-y: auto;
}


::placeholder {
	color: #999999;
}


.foot {
	background-color: #F3F7FD;
	position: relative;
}

.foot-bottom {
	background-color: #057F69;
	padding: 15px 0;
}


.foot-main {
	padding: 40px 0 50px;
}


.foot-copy {
	color: #fff;
	text-align: center;
}


.foot-main .containerPc {
	display: flex;
	justify-content: space-between;
}

.foot-left {
	width: 440px;
}

.foot-logo {
	display: flex;
	align-items: center;
}
.foot-logo img{
	margin-top: 10px;
	height: 0.5rem;
	margin-right: 0.05rem;
	vertical-align: top;
}
.foot-desc {
	color: #6A6F78;
	line-height: 2;
	padding: 20px 0 15px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}


.foot-group li {
	margin-top: 20px;
}

.foot-group li a {
	display: flex;
	align-items: center;
}


.foot-group li a .label {
	color: #333333;
	border: 1px solid rgba(51, 51, 51, 0.1);
	padding: 12px 25px;
	line-height: 20px;
	flex: 1;
	min-width: 0;
}

.foot-group li a .arrow {
	background-color: #057F69;
	color: #fff;
	width: 48px;
	text-align: center;
	height: 46px;
	line-height: 46px;
}


.foot-group li a .arrow .iconfont {
	font-size: 20px;
}


/*.foot-center {*/
/*	margin-left: auto;*/
/*}*/

.foot-list {
	display: flex;
}

.foot-item:first-child {
	border-left: 0;
}

.foot-item {
	padding: 0 50px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}


.foot-item .title,
.foot-right .title {
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
}


.foot-item ul li a {
	color: #333333;
	/*opacity: 0.5;*/
}

.foot-item ul li {
	margin-bottom: 16px;
}



.foot-right {
	width: 260px;
}
.foot-social-img a{
	margin-right: 7px;
}

/*.social-list {*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*}*/



.social-list li a {
	display: flex;
	align-items: center;
	/*flex-direction: column;*/
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
	/*opacity: 0.5;*/
}

.social-list li a img {
	width: 48px;
	height: 48px;
	margin-top: 14px;
}


/* .warpper {
	padding-top: 108px;
} */


.breadcrumb-box {
	padding: 15px 0;
}

.breadcrumb-box {
	display: flex;
	align-items: center;
}

.breadcrumb-left {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding-right: 4px;
}


.breadcrumb-list a,
.breadcrumb-list span {
	font-size: 12px;
	color: #999999;
}


.main {
	min-height: 500px;
	position: relative;
	/*margin-top: 56px;*/
}


.pagination-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #e7e7e7;
	border: 1px solid #d5d5d5;
	padding: 4px;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.pagination-btn {
	padding: 2px;
	line-height: 1;
	margin: 0 2px;
}

.pagination-flex .line {
	width: 1px;
	height: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #d5d5d5;
}

.pagination-flex .record {
	margin-left: 25px;
}

.pagination-flex .jump {
	margin-left: 10px;
}

.pagination-flex select {
	border: 1px solid #d5d5d5;
	margin-right: 10px;
	background-color: #ffffff;
}

.pagination-flex .jump input {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	width: 32px;
	line-height: 18px;
	text-align: center;
	margin: 0 5px;
}

.pagination-box {
	padding: 24px;
}

.pagination-flex .total {
	padding-right: 15px;
}


.main-flex {
	display: flex;
	margin-top: 15px;

}

.main-aside {
	/*width: 255px;*/
	width: 202px;
	margin-right: 50px;
}

.aside-head {
	padding: 20px 0;
}

.aside-title {
	font-size: 18px;
	padding-left: 15px;
	color: #057F69;
	font-weight: bold;
	line-height: 25px;
	border-left: 6px solid #057F69;
}


.tree-nav>li {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.tree-nav>li>a.active,
.tree-nav>li.open>a {
	color: #057F69;
	font-weight: 600;
}

.tree-nav>li>a {
	display: block;
	font-size: 14px;
	color: rgba(51, 51, 51, 0.8);
	padding: 20px 15px;
}

.tree-nav>li>a .arrow {
	float: right;
}

.tree-nav>li>a .arrow .iconfont {
	font-size: 14px;
}


.tree-nav>li.open>a .arrow {
	transform: rotate(-180deg);
}


.tree-second {
	margin-top: -8px;
}


.tree-subMenu>a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 25px;
	top: 18px;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	border-left-color: #a5a5a5;
}


.tree-second>li>a {
	font-size: 14px;
	color: #666666;
	padding: 10px 15px 10px 57px;
	display: block;
	line-height: 24px;
	position: relative;
}

.tree-second>li>a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #333333;
	opacity: 0.2;
	left: 40px;
	top: 50%;
	margin-top: -1px;
}

.tree-second>li>a.active {
	color: #057F69;
}


.tree-second>li>a.active::before {
	opacity: 1;
	background-color: #057F69;
}


.main-body {
	flex: 1;
	min-width: 0;
}


.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 16px 0 0 50px;
	height: 100px;
}

.main-cn {
	font-size: 28px;
	color: #FFFFFF;
}

.main-en {
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.5;
	text-transform: uppercase;
}

.aside-fixed {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 882;
}

.aside-fixed ul {
	background-color: #057F69;
	border-radius: 20px 0 0 20px;
	width: 64px;
	/*overflow: hidden;*/
}

.aside-fixed ul li {
	position: relative;
}

.aside-fixed ul li::after {
	content: '';
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
}

.aside-fixed ul li:last-child::after {
	display: none;
}


.aside-fixed ul li a {
	display: block;
	text-align: center;
	line-height: 1;
	padding: 20px 10px;
	position: relative;
}
.aside-fixed ul li a b{
	z-index: 5000;
	color: #333;
	background: #fff;
	width: 44px;
	font-style: inherit;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	display: none;
	box-shadow: 0 0 12px 0px rgb(0 0 0 / 40%);
	transition: 0.1s;
	font-weight: normal;
	opacity: 0.95;
	border: 1px solid;
	position: absolute;
	right: 2px;
	top: 69%;
}
.aside-fixed ul li a:hover b{
	display: block;
}
.aside-fixed ul li a> .num{
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	background: #df0024;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}
.aside-fixed ul li .iconfont {
	color: #FFFFFF;
	font-size: 24px;
}

.aside-fixed ul li:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.aside-fixed ul li:hover::after {
	display: none;
}

@media screen and (max-width:1300px) {
	.containerPc {
		width: 100%;
		padding: 0 20px;
	}

	.search-bar {
		width: 350px;
	}

	.foot-item {
		padding: 0 25px;
	}

	.foot-center {
		margin-left: 0;
	}

	.menuList-item {
		padding-left: 20px;
	}
}
.search-select >.layui-unselect{
	text-align: center;
}

/*分享栏目*/

.ly_right_fix_share {
	display: none;
	position: absolute;
	top: 0.05rem;
	right: 0.6rem;
	width: 2.2rem;
}

.share-item:hover .ly_right_fix_share {
	display: block; /* 悬浮时显示 */
}

.ly_right_fix_share span {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	cursor: pointer;
	background-image: url('/images/common/spiritmap-new.png');
	background-repeat: no-repeat;
}
.bds_weixin{
	background-position: -70px 0;
}
.share_qq {
	background-position: 0 0;
}
.share_xlwb {
	background-position: -281px -1px;
}
.share_qzone {
	background-position: -210px 0;
}
.share_link {
	background-position: -140px 0;
}

.bshare-custom {
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	right: 0.05rem;
	top: 0;
	border-radius: 50%;
	display: block;
	opacity: 0;
	z-index: 1;
}

.bshare-custom a{
	all: initial;
}



.wechat_share_img{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.wechat_share_yy{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
}
.wechat_share_content{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.5rem;
	margin-top: -1.75rem;
	background: #fff;
}
.wechat_share_title{
	width: 100%;
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.16rem;
	padding-left: 0.1rem;
	border-bottom: 1px solid #ccc;
}
.wechat_share_title span{
	color: #df0024;
	margin-left: 0.05rem;
}
.wechat_share_title img{
	width: 0.2rem;
	float: right;
	margin-top: 0.07rem;
	margin-right: 0.1rem;
	cursor: pointer;
}
.wechat_share_imgwidth{
	width: 100%;
	padding: 0.2rem;
}
