* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}

body {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
	background-color: rgb(255, 255, 255);
	font-size: 0.75rem;
	font-family: "微软雅黑";

}

li {
	list-style: none;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

button,
input {
	outline: none;
}

button {
	background: none;
}

img {
	max-width: 100%;
}

.topBox {
	position: relative;
	width: 100%;
}
.cRed,
a.cRed:link,
a.cRed:visited {
	color: #F00;
}
.topBox>img,
.topBanner img,
.topBanner video {
	width: 100%;
}
.topBanner .swiper-pagination{
	bottom: 0.25rem;
}
.topBanner .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
}
.topBanner .swiper-pagination-bullet-active{
	background-color: #e73b06;
}

.openBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	max-width: 750px;
	top: 0;
	display: none;
}

.openNav {
	background-color: #fff;
	width: 60%;
	height: 100%;
	margin-left: 40%;
	position: relative;


}

.openNav ul {
	padding: 1rem 0;
	height: 85%;
	overflow-y:scroll;
}
.hoverYe p{
	color: #e00000;
}

.openNav ul>li>p,
.openNav ul>li>a {
	line-height: 1.2rem;
	padding: 0.5rem 1rem;
}
.openNav ul>li>a{
	display: block;
	line-height: 1rem;
}
.openNav ul>li{
	margin-bottom: 0!important;
}

.openNav ul>li>p {
	background: url(../img/down.png)no-repeat 90% center;
	background-size: 0.8rem;
}

.openUp>p {
	background: url(../img/up.png)no-repeat 90% center !important;
	background-size: 0.8rem !important;
}

.openNav ul li ol {
	background-color: rgb(247, 247, 247);
	padding-left: 2rem;
	display: none;
}

.openNav ul li ol li {
	line-height: 1.5rem;
}
.openNav ul li ol li a {
	display: block;
}
.openNav ul li {
	margin-bottom: 0.5rem;
}

.navBottom {
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0.5rem 0;
	border-bottom: 0.05rem solid #ccc;
	border-top: 0.05rem solid #ccc;
	justify-content: space-around;
}

.navBottom img {
	width: 1.2rem;
}

.logoIcon {
	position: absolute;
	left: 0.5rem;
	top: 1rem;
	width: 8rem;
}

.navBut {
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	width: 1.2rem;
	padding-left: 2.2rem;
	background-color: rgba(141, 217, 253, 0.4);
	z-index: 9;
}

.navSlide ol {
	background-color: #fff;
	box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 17%);
	-webkit-box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 17%);
	-moz-box-shadow:1px 2px 5px 2px rgb(0 0 0 / 17%);
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	display: none;

}
.navSlide ol li a{
	color: #333;
}

.navBox {
	width: 100%;
	line-height: 2rem;
	margin-top: -2rem;
	/* background-color: #e73b06; */
}

.navSlide {
	width: 85%;
	margin-left: 2%;
}

.navSlide li {
	text-align: center;
	color: #fff;
}

.navSlide li a {
	color: #fff;
}


.nav_list {
	display: flex;
	overflow-x: scroll;
	text-align: justify;
	overflow-y: hidden;
	box-sizing: border-box;
	white-space: nowrap;
}

.nav_list::-webkit-scrollbar {
	/*隐藏滚动条*/
	display: none;
}

.nav_list>li {
	margin-right: 1rem;
}

.activeBanner,
.addBox,
.jingpinCon,
.bannerAnli,
.newsTab {
	width: 92%;
	margin: 1rem auto;
}

.activeBanner li p {
	position: absolute;
	bottom: 0;
	line-height: 2.8rem;
	background: url(../img/icon3.png) no-repeat bottom;
	width: 96%;
	padding-top: 1rem;
	padding: 0rem 2% 0 2%;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.activeBanner .swiper-pagination-bullet{
	opacity: 1;
	border-radius: 0.2rem;
	width: 1rem;
	height: 0.2rem;
	background-color: #fff;
}
.activeBanner  .swiper-pagination{
	bottom:0.25rem;
}
.activeBanner .swiper-pagination-bullet-active{
	background-color: #ed4552;
}

.newsItem {
	display: none;
}

.newsItem:nth-child(1) {
	display: block;
}

.tabNewsTop {
	display: flex;
	position: relative;
}

.tabNewsTop::before {
	content: "|";
	position: absolute;
	left: 27%;
	top: 0.45rem;
	color: #e8e8e8;
}

.tabNewsTop li {
	margin-right: 1.8rem;
	line-height: 2rem;
	font-size: 1rem;
	color: #333333;
}

.newsAct {
	color: #ed4552 !important;
}

.newsItem li {
	font-size: 0.75rem;
	line-height: 1.5rem;
	padding-left: 0.7rem;
	position: relative;
	padding-bottom: 0.5rem;
	border-bottom: 0.05rem solid #dadada;
	margin-bottom: 0.5rem;
}

.newsItem li a {
	color: #333;
}

.newsItem li a::before {
	content: "●";
	position: absolute;
	left: 0.1rem;
	font-size: 0.5rem;
	color: #ed4552;
}

.newsTab {
	position: relative;
}

.moreNews {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	font-size: 0.65rem;
}

.addBox li {
	margin-bottom: 1rem;
}

.jingpingBox {
	width: 100%;
	background: url(../img/icon6.png)no-repeat left top;
	min-height: 10rem;
	padding: 1rem 0;
}

.jingpinCon ul {
	display: flex;
	flex-wrap: wrap;
}

.jingpinCon ul li {
	width: 5.4rem;
	height: 5.4rem;
	background: url(../img/icon33.png)no-repeat;
	background-size: 100%;
	margin: 0.2rem 1%;
	position: relative;
}

.jpLogo {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.jpLogo img,
.codeJp img {
	width: 4rem;
	margin: auto;
}

.codeJp {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	opacity: 0;
}

.showcode {
	opacity: 1;
}

.huojiangBox {
	width: 100%;
	background: #daf2fc url(../img/icon35.png)no-repeat;
	padding: 1rem 0;
}

.bannerAnli li {
	background-color: #fff;
}

.bannerAnli li a {
	display: block;
	padding: 0.25rem;
}

.bannerAnli li p {
	margin: 0.5rem 0;
	color: #333;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.yewuBox {
	margin: 2rem 0 1rem 0;
}

.yewuList ul,
.wanduanTabTop,
.zhDTop {
	width: 92%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
}

.yewuList ul li {
	width: 22%;
	margin: 0.7rem 5.5%;
	text-align: center;
}

.yewuList ul li img {
	width: 3.5rem;
}

.yewuList ul li p {
	margin: 0.3rem 0;
	color: #333;
}

.wangduanItem,
.kehuduanItem,
.zhandianItem {
	display: none;
}

.wangduanItem:nth-child(1) {
	display: block;
}

.kehuduanItem:nth-child(1),
.zhandianItem:nth-child(1) {
	display: block;
}

.wangduanBox {
	padding: 1rem 0;
	background: #9ae9ff url(../img/icon36.png)no-repeat left top;
}

.wanduanTabTop {
	justify-content: space-between;
}

.wanduanTabTop li {
	font-size: 0.85rem;
	color: #333;
	padding: 0.3rem 0;
	font-weight: bold;
}

.onWangduan {
	color: #e51423 !important;
	border-bottom: 0.15rem solid #e51423;
}

.kehuduan {
	display: flex;
	justify-content: space-around;
}

.kehuduan li {
	color: #333;
}

.kehuOn {
	color: #e51423 !important;
}

.kehuduanCon {
	width: 92%;
	margin: 1rem auto;
}

.kehuText {
	position: relative;
	margin-bottom: 1rem;
}

.kehuText p {
	margin-left: 3.5rem;
	color: #333;
	line-height: 1.4rem;
}

.kehuText img {
	width: 3rem;
	position: absolute;
	left: 0;
}

.kehuImg {
	display: flex;
	/* width: 70%; */
	margin-left: 3rem;
	margin-right: 2rem;
}

.kehuImg>div {
	position: relative;

}

.kehuImg>div img {
	border: 0.2rem solid #b2b2b2;
	border-radius: 0.5rem;
}

.kehuImg>div:nth-child(1) {
	z-index: 5;
	width: 54%;
}

.kehuImg>div:nth-child(2) {
	margin-left: -1rem;
	z-index: 3;
	width: 46%;
	margin-top: 1rem;
}

.zhDTop {
	justify-content: space-between;
}

.zhDTop li {
	width: 47%;
	text-align: center;
	margin-bottom: 0.5rem;
	line-height: 1.8rem;
	/* border: 0.05rem solid #ccc; */
	border-radius: 2rem;
	font-size: 0.8rem;
	color: #fff;
	background-color: #ffa341;
}

.wangOn {
	background-color: #e51423!important;
	color: #fff !important;
}

.zhandianItem>a {
	background: url(../img/icon37.png)no-repeat left bottom;
	padding: 1.5rem 2.7rem;
	background-size: 100% 100%;
	display: block;
}

.zhandianItem>a img {
	width: 13.3rem;
	height: 8.5rem;
}

.gzhList {
	width: 92%;
	margin: 1rem auto;
	position: relative;
	height: 27rem;
}

.gzhList li {
	position: absolute;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

/* .gzhList li div>p:nth-child(2) {
	font-size: 1rem;
	color: rgb(230, 0, 18);
} */
.gzhCon {
	position: relative;
}

.gzhList li a>img {
	width: 4rem;
}
/* 
.gzhList li:nth-child(2) a>img {
	width: 4rem;
}

.gzhList li:nth-child(3) a>img {
	width: 4rem;
}

.gzhList li:nth-child(4) a>img {
	width: 3rem;
} */

/* .gzhList li:nth-child(5) a>img,
.gzhList li:nth-child(6) a>img,
.gzhList li:nth-child(7) a>img,
.gzhList li:nth-child(8) a>img {
	width: 2rem;
} */

.gzhCon a>p:nth-child(1) {
	color: #e60012;
	font-size: 0.8rem;
	margin: 0.3rem 0;
}

.gzhCon a>p:nth-child(4),
.gzhCon a>p:nth-child(3) {
	color: #878787;
	font-size: 0.7rem;
	margin: 0.2rem 0;
}

.gzhCode {
	position: absolute;
	top: 1.2rem;
	opacity: 0;
	display: none;
	background-color: #fff;
	padding: 0.5rem;
}

.gzhCode img {
	width: 3rem;
}

.gzhCode p {
	font-size: 0.7rem;
	color: #333;
	margin-bottom: 0.2rem;
}

.gzhCode {
	width: 5rem;

}

.gzhList li:nth-child(2) {
	left: 12rem;
	top: 3rem;
}

.gzhList li:nth-child(3) {
	left: 1rem;
	top: 8rem;
}

.gzhList li:nth-child(4) {
	left: 10rem;
	top: 12rem;
}

.gzhList li:nth-child(5) {
	left: 11rem;
	top: 21rem;
}

.gzhList li:nth-child(6) {
	left: 1rem;
	top: 18rem;
}
.gzhList li:nth-child(7) {
	left: 13rem;
	top: 1rem;
}

.gzhList li:nth-child(8) {
	left: 7rem;
	top: 11rem;
}

.gzhList li:hover .gzhCode {
	opacity: 1;
	display: block;
}

.gzhList li:nth-child(8) .gzhCode,
.gzhList li:nth-child(7) .gzhCode,
.gzhList li:nth-child(6) .gzhCode {
	left: -2rem;
	top: 0;
}

.gzhList li:nth-child(5) .gzhCode {
	left: -3rem;
	top: 0;
}

.gzhList li:nth-child(2) .gzhCode {
	left: -1rem;
	top: 1rem;
}

.shudataBox li {
	position: relative;
	margin-bottom: 1.5rem;
	min-height: 9rem;
}

.shudataBox li img {
	width: 6rem;
	position: absolute;
	left: 0;
	border: 0.1rem solid #ccc;
}

.szbText {
	margin-left: 6.7rem;
}

.shudataBox {
	width: 92%;
	margin: 0.5rem auto;
}

.szbText h4 {
	text-align: center;
	line-height: 2rem;
}

.szbText p {
	color: #333;
	line-height: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 0.5rem;
}

.szbText span {
	color: #0033BC;
	display: block;
	text-align: right;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.addguangBox {
	width: 92%;
	margin: 1rem auto;
}

.addguangBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.addguangBox ul li {
	width: 42%;
	background-color: #f5fdff;
	text-align: center;
	margin: 0.5rem 0;
	padding: 0.5rem;
}

.addguangBox ul li img {
	width: 3.5rem;
}

.addguangBox ul li p {
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.copyRight {
	width: 100%;
	padding: 1rem 0;
	background: #329cff;
	background-size: 100%;
}

.copyRight p {
	width: 92%;
	margin: 0.5rem auto;
	color: rgba(255, 255, 255, 0.7);
}

.copyRight p:nth-child(1) {
	font-size: 0.85rem !important;
	color: #ffd09e;
}

.copyRight p span {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 0.2rem;
	color: #ffd09e;
}

/* leader */

.ldList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10%;
}

.ldList ul li {
	margin-bottom: 1rem;
	width: 45%;
}

.ldList ul li:nth-child(1) {
	width: 100%;
	text-align: center;
}

.ldList ul li:nth-child(1) img {
	width: 9rem;
	height: auto;
}
#ldao12 li:nth-child(1){
	width: 100%;
}
#ldao22 li:nth-child(1){
	width: auto!important;
}
#ldao13 li{
	width: 29%!important;
}
#ldao13 li:nth-child(1){
	width: 100%!important;
}
#ldao13 li:nth-child(1) img{
	width: 7rem!important;
}


.ldList ul li img {
	width: 100%;
	height: auto;
}

.ldList ul li p {
	line-height: 1.2rem;
	text-align: center;
	font-size: .7rem;
	padding-bottom: 1%;
	padding-top: 3%;
	display: block;
	color: #666;
}

.ldList ul li p:first-of-type {
	line-height: 1.2rem;
	font-size: .9rem;


}


/* contact us */
.content {
	width: 92%;
	margin: 0 auto;
}

.lianxiBox,
.positionBox,
.yewuBox,
.zixunBox,
.jigouBox,
.wenzhangBox {
	width: 100%;
	margin: 5% auto;
}

.lianxiBox li h2 {
	font-size: 1.05rem;
	margin-bottom: 3%;
}

.lianxiBox li p {
	line-height: 1.4rem;
	font-size: .8rem;
	margin-bottom: 1%;
}

.lianxiBox li {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 3%;
	padding-top: 4%;
}

.lianxiBox {
	margin-bottom: 15%;
}

/* intro */
.titleBox,
.guanggaoBox {
	margin: 5% auto;
}

/* .guanggaoBox p {
	font-size: .75rem;
	line-height: 1.3rem;
	margin: 3% 0;

} */

.guanggaoBox img {}

/* news */

.zixunBox li a>p {
	font-size: .8rem;
	line-height: 1.5rem;
	-webkit-line-clamp: 2;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	width: 95%;
}

.zixunBox li a {
	display: flex;
	margin-bottom: 1rem;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 0.5rem;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 1rem;
}
.zixunBox li a::before{
	content: "●";
	position: absolute;
	left: 0.1rem;
	top: 0.2rem;
	color: #e00000;
	font-size: 0.8rem;
}

/* .dataBox p:nth-child(2) {
	font-style: normal;
	line-height: 1.5rem;
	font-size: .9rem;
	color: #fc990a;
	display: block;
	text-align: center;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.dataBox p:nth-child(1) {
	display: block;
	font-size: 0.65rem;
	text-align: center;
	background: #d90000;
	color: #fff;
	line-height: 1.3rem;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
} */

.dataBox {
	display: none;
	/* border: 2px solid #d90000;
	width: 17%;
	border-radius: 0.3rem;
	overflow: hidden;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	margin-right: 3%; */
}

/* honor */

.zizhiCon,
.titleBox,
.guanggaoBox {
	margin: 9% auto 7%;
}

.guanggaoBox p,
.zizhiCon p {
	font-size: .8rem;
	line-height: 1.5rem;
	margin: 1% 0;
	/* text-indent: 2em; */
}

.zizhiCon img {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	display: block;
}

.jigouImg,
.zhaopinList,
.lianxiBox,
.wenzhangCon {
	margin-bottom: 10%;
}

/* recruitment */

.zhaopinList li {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5%;
	padding-top: 5%;
}

.zhaopinList li h2 {
	font-size: 1rem;
	margin-bottom: 3%;
}

.zhaopinList li p {
	line-height: 1.1rem;
	font-size: .8rem;
	margin-bottom: 3%;
}

.zhaopinList li span {
	line-height: 1.3rem;
	font-size: .8rem;
	font-weight: bold;
	display: block;
	margin-bottom: 3%;
}

/* pages */
.wenzhangCon img {
	width: 80%;
	display: block;
	margin: 2% auto;
}

.wenzhangTitle h1 {
	line-height: 1.5rem;
	font-size: 1.1rem;
	text-align: center;
}

.wenzhangTitle span {
	line-height: 1rem;
	font-size: .65rem;
	color: #666666;
	margin: 2% 0;
	display: block;
	text-align: center;
}

.wenzhangTitle {
	list-style: inside;
	list-style-type: none;
	border-bottom: 1px #cccccc dashed;
	margin-bottom: 9%;
}

.wenzhangCon span {
	/* display: block; */
	/* margin: auto;
	text-align: center;
	color: rgb(127, 127, 127);
	font-size: .7rem; */
}

.wenzhangCon p {
	line-height: 1.5rem;
	font-size: .8rem;
	color: #333333;
	margin: 3% 0;
}
.wenzhangCon video{
	width: 100%;
	height: auto;
}
.tabYeBox{
	min-height: 25rem;
}

/* cases */
.waterfall {
	column-count: 2;
	column-gap: 1rem;
}

.item {
	break-inside: avoid;
	margin-bottom: 1rem;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgb(0 0 0 / 46%);
	display: flex;
	flex-direction: column;

}

.item img {
	width: 96%;
	height: auto;
	display: block;
	margin: 2%;
	aspect-ratio: auto !important;
}

.caption {
	padding: 10px;
	background: white;
	font-size: .65rem;
	color: #333;
	line-height: 1.1rem;
}

.load-more {
	text-align: center;
	padding: 20px 0;
}





.positionBox,
.positionBox a {
	color: rgb(127, 127, 127);
	font-size: .7rem;
}

.gotop {
	position: fixed;
	z-index: 99;
	right: 5%;
	bottom: 5rem;
	width: 2rem;
}

/* 业务板块 */
.tabYeTop {
	width: 96%;
	margin-left: 4%;
}

.tabYeTop li p {
	text-align: center;
	margin: 0.5rem auto;
	font-size: 0.75rem;
}

.tabYeTop li img {
	width: 2.5rem;
	display: block;
	margin: auto;
}

.yeTabCon {
	width: 92%;
	margin: 1rem auto;
}

.yeItem {
	display: none;
	margin-bottom: 1rem;
}

.yeItem:nth-child(1) {
	display: block;
}

.yeItem p {
	line-height: 1.4rem;
	margin: 0.5rem 0;
}

.yetext {
	margin-bottom: 1rem;
}

.yetext img {
	display: block;
	width: 100%!important;
	height: auto!important;
	margin: 0.5rem auto;
}

.yetext>span {
	font-size: 0.85rem;
	font-weight: bold;
}

/* 搜索页面 */
.souBox {
	display: flex;
}

.souBox .layui-btn-container {
	width: 20%;
	border: 0.05rem solid #d2d2d2;
	border-right: none;
}

.souBox .layui-btn {
	height: 1.8rem;
	line-height: 1.8rem;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	margin-right: 0;
	border: none;
	font-size: 0.75rem;
}

.souBox input {
	border: 0.05rem solid #d2d2d2;
	padding: 0 2.5%;
	border-right: none;
	width: 55%;
	line-height: 1.8rem;
}

.souBut {
	background-color: #fc990a;
	color: #fff;
	line-height: 1.8rem;
	width: 20%;
}
.JieguoBox{
	min-height: 10rem;
}

.JieguoBox>p {
	font-size: 0.75rem;
	color: #666;
	margin: 0.5rem auto;
}

.JieguoBox ul li a {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 1rem;
}
.JieguoBox ul li a::before{
	    content: "●";
	    position: absolute;
	    left: 0.1rem;
	    top: 0.2rem;
	    color: #e00000;
	    font-size: 0.8rem;
}

.dayBox {
	display: none;
	/* width: 20%;
	border: 0.06rem solid rgb(222, 0, 0);
	border-radius: 0.3rem;
	overflow: hidden;
	max-height: 3rem; */
}

.JieguoBox ul li a p {
	width: 95%;
	color: #333;
	line-height: 1.5rem;
	max-height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color:#333;
	-webkit-box-orient: vertical;
}

/* .dayBox span {
	display: block;
	text-align: center;
}

.dayBox span:nth-child(1) {
	background-color: #de0000;
	font-size: 0.65rem;
	color: #fff;
	line-height: 1.3rem;
} */

.JieguoBox ul li {
	margin-bottom: 1rem;
	border-bottom: 0.05rem solid #f3f3f3;
	padding-bottom: 0.5rem;
}

.dayBox span:nth-child(2) {
	color: #fc990a;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.gzhlogo{border-radius: 50%;}
@font-face {
    font-family: 'FZBiaoYS'; /* 自定义字体名称 */
    src: url('/static/plugins/fonts/FZBiaoYS.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FZDaYS'; /* 自定义字体名称 */
    src: url('/static/plugins/fonts/FZDYSK.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}









