* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p{
	margin: 0;
	padding: 0;
}
/* 清除列表样式 */
ul,
ol {
	list-style: none;
	padding-left: 0;
}

/* 链接样式归一化 */
a {
	text-decoration: none;
	color: inherit;
}

/* 图片基线对齐修正 */
img {
	vertical-align: bottom;
}
body {
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    background: #E5E3E3;
    font-family: Microsoft YaHei;
	position: relative;
}
.mt-5{
	margin-top: 5px !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-15{
	margin-top: 15px !important;
}
.font14{
	font-size: 14px !important;
}
.color333{
	color: #333 !important;
}
.text-center{
	text-align: center !important;
}
.height275{
	height: 275px;
}
.sectionScale{
	width: 145%;
	transform: scale(0.7) translate(-23%, -22%);
	transform-origin: center center;
}
.bgtransparent{
	background: transparent !important;
}
.padding0{
	padding: 0 !important;
}
.pb-10{
	padding-bottom: 10px !important;
}
.navs-more-a{
	display: block;
	width: 100%;
	color: #fff;
}
.navs-more a,.jdzc_1 a{
	color: #fff;
}
.header-bar-wrap{
	background: #fff;
}
.header-bar-wrap #header-bar{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3px;
}
.header-bar-wrap #header-bar li{
	width: calc(33.3% - 3px);
	height: 40px;
	background: #01562f;
	
}
.header-bar-wrap #header-bar li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	font-size: 14px;
	align-items: center;
}
.header-bar-wrap #header-bar li img{
	width: 25px;
	margin-right: 5px;
}
.header-bar-wrap #header-bar .sub-navs{
	width: 100%;
	border-radius: 5px;
}
.header-bar-wrap #header-bar .sub-navs li{
	background: #fff;
}

.header-bar-wrap #header-bar .sub-navs li a{
	color: #01562f;
}
.marquee {
  width: 100%;
  height: 40px;
  overflow: hidden;
  color: #fff;
  background: #01562f;
  line-height: 40px;
  margin-top: -1px;
  padding: 0 15px;
}
.horizontal {
  white-space: nowrap;
  animation: scrollH 10s linear infinite;
}
.vertical {
  height: 200px;
  animation: scrollV 8s linear infinite;
}
@keyframes scrollH {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scrollV {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.nav-sec {
  padding: 1.2% 0;
}
.nav-sec a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #333;
}
.nav-sec a.ny:before {
  content: '>';
  vertical-align: middle;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin: 0 8px 0 6px;
  -webkit-font-smoothing: antialiased;
}

.sidebar {
	width: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #01562f;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 1000;
	padding-top: 2vh;
}

.sidebar-content {
	padding: 20px 0;
	color: white;
}

.open-btn {
	color: #fff;
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 1001;
	padding: 5px;
	border: 0;
}

.header-wrap {
	z-index:100;
	position:relative;
	top:0;
	z-index:10;
	min-width:320px;
	max-width:640px;
	-webkit-transition:all 2s;
	-o-transition:all 2s;
	-moz-transition:all 2s;
	transition:all 2s
}
.ybm-topbar {
	position:relative;
	z-index:999;
	max-width:640px;
	min-width:320px;
	width:100%;
	-webkit-box-shadow:0 2px 4px 0 rgba(168,163,163,.75);
	box-shadow:0 2px 4px 0 rgba(168,163,163,.75);
}
.ybm-topbar a {
	display:block;
	position:relative;
	background-image: url();
	height: 50px;
	background-repeat: no-repeat;
	background-size: 150%100%;
	background-position: center;
}
.iBanner{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.swiper-container1,#swiper1{
	height: 100%;
	position: relative;
}
.swiper-slide{
	overflow: hidden;
	height: 100%;
	display: flex;
	  justify-content: center; /* 水平居中 */
	  align-items: center; /* 垂直居中，如果需要的话 */
}
.swiper-slide img{
	height: 100%;
	display: block;
}
.section{
	padding: 15px 15px 0 15px;
	background: #fff;
}
.sectionTitle{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.sectionTitle span{
	background: #fff;
	padding: 0 10px;
	display: inline-block;
	color: #444;
	border-radius: 10px;
	font-size: 13px;
	float: right;
}
.sectionTitle2{
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 8px 0;
	text-align: center;
}
.sectionMiddle{
	min-height: 200px;
}
 .xdfjc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	width: 100%;
	justify-content: space-between;
}

.xdfjc .xdfjc-item {
	width: 48.5%;
	box-sizing: border-box; /* 包含内边距和边框在宽度内 */
	position: relative;
	background: #fff;
}

.xdfjc .xdfjc-item .xdfjc-thumb img {
	display: block;
	width: 100%;
	height: 147px;
}
.xdfjc-desc{
	color: #333;
	font-weight: 400;
	padding-left: 5px;
	line-height: 20px;
	font-size: 12px;
}
.view-btn {
	position: absolute;
	bottom: 5px;
	right: 13px;
	width: 26px;
	height: 26px;
	background: #a21f27;
	border-radius: 50%
}
.view-btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 15px
}
.bg_huise .container {
	margin: 0 auto;
}
.bg_huise .spec-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.bg_huise .container .people {
	flex: 0 0 calc(50% - 5px); /* 每个项目占50%宽度 */
	box-sizing: border-box; /* 包含内边距和边框在宽度内 */
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px 50px;
	margin-bottom: 10px;
	overflow: hidden;
	z-index: 0;
}

.bg_huise .container div.people.hot::before {
	content: "火爆";
	display: block;
	position: absolute;
	right: -25px;
	top: -6px;
	background-color: #00aa00;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 54px;
	width: 80px;
	text-align: center;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	z-index: 1;
}

.bg_huise .container div.people div.l {
	position: relative;
	z-index: 1;
}

.bg_huise .container div.people img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}


.bg_huise .container div.people .li-title {
	color: #a21f27;
	font-size: 16px;
	font-weight: bold;
	/* width: 120px; */
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
}


.bg_huise .container  div.people .li-intro {
	font-size: 12px;
	line-height: 16px;
	width: 60%;
}

.bg_huise .container div.people .li-more {
	display: block;
	margin: 10px 0;
	width: 85px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #a21f27;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #a21f27;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 99;
}
.li-more.noposition{
	/* left: 50% !important; */
}

.bd {
	width: 100%;
	overflow: hidden;
}
#gbbm{
	background: #fff;
	height: 200px;
}
#gbbm .swiper-slide{
	height: 40px!important;
}
.infoList{
	background: #fff;
}
.infoList li {
	line-height: 40px;
	height: 40px!important;
	border-bottom: dashed 1px #E5E3E3;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.infoList li span{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
}
.infoList li span:nth-child(1) {
	width: 25%;
}

.infoList li span:nth-child(2) {
	width: 20%;
	color: #eb161e;
}

.infoList li span:nth-child(3) {
	width: 10%;
}

.infoList li span:nth-child(4) {
	width: 45%;
	color: #eb161e;
}

.rmwd-wrap {
	margin: 0 auto;
	padding: 20px 20px;
	background-color: #f3f5f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	gap: 10px;
}

.rmwd-wrap .rmwd-item {
	flex: 0 0 48%; /* 每个项目占50%宽度 */
	box-sizing: border-box; /* 包含内边距和边框在宽度内 */
	padding: 10px; /* 可选的项目间距 */
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 25px;
	position: relative;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	top: 0px;
}
.rmwd-item .rmwd-d {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: nowrap;
	align-items: center;
	font-size: 14px;
	justify-content: center;
}

.rmwd-txt {
	color: #01562f;
	margin-left: 10px;
}
.tab-container {
            width: 100%;
            margin: 15px auto 0;
        }
        .tab-header {
            display: flex;
            border-bottom: 1px solid #ddd;
        }
        .tab-btn {
			width: 25%;
			font-size: 16px;
			line-height: 40px;
            background: #f5f5f5;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
        }
        .tab-btn.active {
            background: #fff;
            border-bottom: 2px solid #1890ff;
            color: #1890ff;
        }
        .tab-content {
            display: none;
            padding: 10px;
			background: #fff;
            border-top: none;
        }
        .tab-content.active {
            display: block;
            animation: fadeIn 0.5s;
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
.tab-content .news-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}
.tab-content .news-item .title{
	font-size: 14px;
	font-weight: 400 !important;
}
.tab-content .news-item .info{
	margin: 5px 0;
	color: #666;
	font-size: 12px;
}
.tab-content .news-item .date{
	font-size: 12px;
}
.tab-content .news-item .picurl {
    width: 8rem;
    margin-right: .8rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tab-content .news-item .picurl .pic {
    display: block;
    overflow: hidden
}

.tab-content .news-item .picurl .pic img {
    display: block;
    width: 100%;
    border-radius: .4rem;
	height: 100px;
}
.text-ellipsis{
	/* 设置块级显示和固定高度 */
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  
	  /* 强制文本在一行内显示并溢出隐藏 */
	  overflow: hidden;
	  text-overflow: ellipsis;
	  
	  /* 使用 -webkit-line-clamp 限制显示的行数 */
	  -webkit-line-clamp: 2;
	  
	  /* 其他样式，如字体大小、颜色等 */
	  line-height: 1.2; /* 行高根据字体大小调整，保持可读性 */
}

.v-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.v-wrap .v-item {
	flex: 0 0 48%;
	height: auto;
	margin-bottom: 0%;
	position: relative;
	border: 0px solid #fff;
	border-radius: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-box-shadow: 0 3px 10px 2px #ddd;
  box-shadow: 0 3px 10px 2px #ddd; */
}

.v-wrap .v-item .face {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.v-wrap .v-item .vtit {
	text-align: center;
	line-height: initial;
}

.v-wrap .v-item .vtit img {
	display: block;
}

.v-wrap .v-item .vpic {
	text-align: center;
	line-height: initial;
	position: relative;
}

.v-wrap .v-item .vpic .videoed {
	/* display:none; */
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
	border-radius: 100%;
	opacity: 0.98;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
}

.v-wrap .v-item .vtime {
	text-align: center;
	line-height: initial;
}

.v-wrap .v-item .vtime img {
	display: block;
}

.v-wrap .v-item .txt {
	display: none;
}

.v-wrap .v-item .txt2 {
	font-size: 14px;
	line-height: 2.4;
	opacity: 1;
	text-align: center;
	width: 100%;
	color: #000;
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	/* position: absolute; bottom: 0; left: 0; */
	-webkit-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 10px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 10px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	padding: 0 8px;
	/* background: #f5f5f5; */
	display: -webkit-box;
	overflow: hidden;
	text-indent: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	/* font-size: 1.1rem; */
	/* line-height: 1.4rem; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-wrap .v-item:nth-child(4),
.v-wrap .v-item:nth-child(6) {
	margin-right: 0;
}

.v-wrap .mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
}

.v-wrap .videos {
	display: none;
	border: 1px solid transparent;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 80%;
	height: auto;
	z-index: 99;
}

.v-wrap .videos .ht {
	line-height: initial;
	display: block;
	opacity: 0;
	-webkit-transition: all 2s linear;
	-o-transition: all 2s linear;
	-moz-transition: all 2s linear;
	transition: all 2s linear;
	-webkit-transform: translateY(80.66px);
	-ms-transform: translateY(80.66px);
	-moz-transform: translateY(80.66px);
	-o-transform: translateY(80.66px);
	transform: translateY(80.66px);
}

.v-wrap .videos .ht img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.v-wrap .videos .videobox {
	position: relative;
	line-height: initial;
}

.v-wrap .videos #video {
	line-height: initial;
	display: block;
	width: 100%;
	z-index: -1;
}

.v-wrap .videos .txt {
	background: #fff;
	line-height: 1.86;
	padding: 3px 10px;
	text-align: justify;
	font-size: 15px;
}

.v-wrap .videos .vclose {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 100%;
	cursor: pointer;
	background: rgba(254, 129, 1, 0.78);
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-transition: all 0.42s;
	-o-transition: all 0.42s;
	-moz-transition: all 0.42s;
	transition: all 0.42s;
	z-index: 99999999;
}

.v-wrap .videos .vclose img {
	width: 21px;
	height: 21px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.more{
	background: #fff;
	    line-height: 35px;
	    text-align: right;
	    padding-right: 20px;
	    color: #01562f;
	    font-weight: bold;
}

.jctj-tit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	gap: 10px;
}

.jctj-tit-wrap .jctj-tit-item {
    position: relative;
    height: 3.2rem;
    background-image: -o-linear-gradient(bottom,#fb5656 0,#ff853b 100%);
    background-image: -o-linear-gradient(bottom,#fb5656,#ff853b);
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fb5656),to(#ff853b));
    background-image: -webkit-linear-gradient(bottom,#fb5656,#ff853b);
    background-image: -moz-linear-gradient(bottom,#fb5656,#ff853b);
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fb5656),to(#ff853b));
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fb5656),to(#ff853b));
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fb5656),to(#ff853b));
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fb5656),to(#ff853b));
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fb5656),to(#ff853b));
    background-image: -webkit-gradient(linear,left bottom, left top,from(#fb5656),to(#ff853b));
    background-image: linear-gradient(0deg,#fb5656,#ff853b);
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    cursor: pointer;
    border-radius: .5rem;
	width: calc(33.3% - 10px);
}

.jctj-tit-wrap .jctj-tit-item h4 {
	font-size: 16px;
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jctj-tit-wrap .jctj-tit-item:last-child {
    margin-right: 0
}

.jctj-tit-wrap .jctj-tit-item.active {
    background-image: -o-linear-gradient(left,#ff9233,#fe5136 31%,#fd2245 64%,#fd227a);
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9233),color-stop(31%,#fe5136),color-stop(64%,#fd2245),to(#fd227a));
    background-image: -webkit-linear-gradient(left,#ff9233,#fe5136 31%,#fd2245 64%,#fd227a);
    background-image: -moz-linear-gradient(left,#ff9233,#fe5136 31%,#fd2245 64%,#fd227a);
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9233),color-stop(31%,#fe5136),color-stop(64%,#fd2245),to(#fd227a));
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9233),color-stop(31%,#fe5136),color-stop(64%,#fd2245),to(#fd227a));
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9233),color-stop(31%,#fe5136),color-stop(64%,#fd2245),to(#fd227a));
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9233),color-stop(31%,#fe5136),color-stop(64%,#fd2245),to(#fd227a));
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9233),color-stop(31%,#fe5136),color-stop(64%,#fd2245),to(#fd227a));
    background-image: -webkit-gradient(linear,left top, right top,from(#ff9233),color-stop(31%, #fe5136),color-stop(64%, #fd2245),to(#fd227a));
    background-image: linear-gradient(90deg,#ff9233,#fe5136 31%,#fd2245 64%,#fd227a)
}

.jctj-sec-list {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
	height: 400px;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.jctj-sec-list li {
    width: 49.2%;
	height: 125px;
	margin: auto;
}

.jctj-sec-list li a {
    display: block;
    width: 100%;
    position: relative;
	height: 125px;
	overflow: hidden;
	text-align: center;
}

.jctj-sec-list img{
	width: 100%;
}
.jctj-sec-list2{
	height: auto;
}
.jctj-sec-list2 li{
	height: 280px;
	background: #fff;
	line-height: 35px;
	padding-top: 15px;
	text-align: center;
}
.jctj-sec-list2 img{
	width: auto;
	height: 88%;
}
.page-container{
	text-align: center;
}
.page-container span{
	margin: 0 15px;
	color: #fff;
}
.page-container button{
	padding: 0 5px;
}
.cjyfw_jytx_con{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cjyfw_jytx_con li{
	flex: 0 0 48%;
	padding: 10px;
	    overflow: hidden;
	background: #fff;
}

.cjyfw_jytx_con li img{
	height: 100px;
	width: 100%;
}

.navs-more{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
}
.sub-navs{
	display: none;
	 position: absolute;
	 left: 0;
	 z-index: 99;
	  background: #fff;
	  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-bar-wrap #header-bar .sub-navs.xfbz li{
	width: 100%;
}
/* 显示状态 */
.sub-navs.show {
  display: block !important;
}
.headerbarActive{
	background: #f6bc00 !important;
	color: #a21f27;
}
.sub-navs a{
	color: #01562f;
}
.headerbarActive a{
	color: #a21f27 !important;
}
.navs-more {
  /* order: 0; 默认顺序 */
}

/* 为特定菜单项设置特殊顺序 */
.navs-more[data-menu="党建在线"] {
  order: 0;
}
.navs-more[data-menu="学校介绍"] {
  order: 1;
}
.navs-more[data-menu="专业设置"] {
  order: 3;
}
.navs-more[data-menu="金牌师资"] {
  order: 4;
}
.navs-more[data-menu="招生就业"] {
  order: 5;
}
.navs-more[data-menu="产教融合"] {
  order: 6;
}
.navs-more[data-menu="教育教学"] {
  order: 7;
}
.navs-more[data-menu="海城荣誉"] {
  order: 8;
}
.navs-more[data-menu="云上海城"] {
  order: 9;
}

/* .navs-more[data-menu="金牌师资"] {
  order: 0;
} */
.fontSize14{
	font-size: 14px !important;
}
.fontSize12{
	font-size: 12px !important;
}
.footer_content{
	padding-bottom: 100px;
}
.footer-home{
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0 1%;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 -2px 5px #696969;
	z-index: 100;
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}
.footer-home-left,.footer-home-center,.footer-home-right{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-home-left img,.footer-home-center img,.footer-home-right img{
	width: 20px;
}
.footer-home-right{
	 position: relative;
}
.footer-home-right .footer-home-right-bg{
	position: absolute;
	bottom: 115%;
	width: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.footer-home-center{
	width: 60%;
}
.footer-home-left a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-home-center a{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #a21f27;
	color: #fff;
	height: 40px;
	border-radius: 0 20px 20px 0;
}
.footer-home-left a img, .footer-home-center a img{
	margin-right: 5px;
}
.footer-home-center .bg-green{
	background: #01562f;
	border-radius: 20px 0 0 20px;
}
.syzy {
    background-color: #fff;
    padding: 10px 0 0
}

.sytit {
    width: 93.75%;
    border-bottom: 1px solid #e6e0e0;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.sytit h2 {
    color: #000;
    font-size: 15px;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    font-weight: 700
}

.sytit a {
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    font-size: 12px;
}

.sytit b {
    font-weight: 400;
    display: block;
    height: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    position: relative;
    background-color: #fe6601;
    padding: 0 .5rem;
    border-radius: .3rem;
	margin-top: 5px;
}
.czrxzy-wrap {
	width:93.75%;
	margin:0 auto
}
.sxzy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.sxzy-wrap .sxzy-item {
    border: #e6e0e0 solid 1px;
    border-radius: .6rem;
    padding: 10px;
    width: 50%
}

.sxzy-wrap .sxzy-item:not(:nth-child(2n)) {
}

.sxzy-wrap .sxzy-item:nth-last-child(n+3) {
    margin-bottom: 15px
}

.sxzy-tit {
    line-height: 30px
}

.sxzy-tit h3 {
    color: #000;
    font-weight: 400;
    text-align: center;
    font-size: 12px
}

.sxzy-tit h3 span {
    color: #fea366
}

.sxzy-btn {
    line-height: 25px;
    border-radius: .4rem;
    border: 1px solid #a21f27;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.sxzy-btn .sxzybtn-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px
}

.sxzy-btn .sxzybtn-item:nth-child(1) {
    font-weight: 700;
    color: #a21f27;
    border-right: 1px solid #a21f27
}

.sxzy-btn .sxzybtn-item:nth-child(1) a {
    display: block;
    color: inherit
}

.sxzy-btn .sxzybtn-item:nth-child(2) {
    background-color: #a21f27;
    color: #fff
}

.sxzy-btn .sxzybtn-item:nth-child(2) a {
    display: block;
    color: inherit
}

.sxzy-thumb a {
    display: block
}
.sxzy-thumb {
    position: relative;
    overflow: hidden
}
.cz-tips {
    position: absolute;
    color: #fff;
    top: 6%;
    left: -40%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background: #db262c
}

.syzybtn {
    margin-top: 10px;
    width: 60%;
    margin-left: 20%
}
.syzybtn a {
	display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    background-color: #a21f27
}

.modal-content {
	margin: auto;
	display: block;
	width: 90% !important;
}
.close {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	color: #f1f1f1;
	font-size: 40px;
	cursor: pointer;
	z-index: 999;
}