.header .seach {
	position: absolute;
	top: 61.74%;
	left: 50%;
	width: 650px;
	height: auto;
	padding: 15px;
	margin-left: -340px;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
	font-size: 0;
}


.header .swiper-container1{
	width: 100%;
	max-height: 743px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.header .swiper-container1 .swiper-slide a{
	display: block;
}



.header .swiper-container1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 100px;
    right: auto;
}
.header .swiper-container1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 100px;
    left: auto;
}
.header .seach .button {
	display: block;
	float: right;
	width: 70px;
	height: 52px;
	cursor: pointer;
	background: #215DA2 url(../images/index/icon.png) no-repeat 20px -59px;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header .seach .button:hover {
	background-color: #f13752;
}

.region-warp {
	width: 1480px;
	margin: 0 auto;
}
.item-time{
	font-size: 18px;
	color: #979797;
}
.regio {
	width: 1480px;
	padding: 30px 0;
	margin: 0 auto;
	flex-wrap: wrap !important;
}

.regio .regio-item {
	display: flex;
}
.ggk-item1{
	width: 100%;
}
.zbz{
	color: #D54242;
}
.ggk-item .ggk-text{
	margin-left: 5%;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: pre;
}
.ggk-item >a{
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.ggk-item >a >div{
	/*width: 70%;*/
}
.bulletin-board a{
	font-size: 18px;
}
.regio li {
	margin-right: 100px;
}
.regio li:nth-last-child(1){
	margin-right: 0px;
}

.regio li:nth-last-child(1) span{
	margin-right: 0px;
}
.regio li span{
	min-width: 78px;
	line-height: 34px;
	display: inline-block;
	font-size:22px;
	text-align: center;
	padding: 0px 22px;
	border-radius: 5px;
	text-align: center;
}

.regio li.foucs span{
	background-color: #215DA2;
	color: #FFFFFF;
}
.region-warp .site-list{
	background: #F7F7F7;
	width: 100%;
	border-radius: 4px;
	padding: 0 0 0 20px;
	flex-wrap: wrap;
}
.region-warp .site-list li{
	margin-right: 45px;
	width: 62px;
}

.region-warp .site-list a:hover{
	color: #215DA2!important;
	font-weight: bold;
}

.bulletin-board {
	width: 1480px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.bulletin-board .left {
	width: 67%;
}

.bulletin-board .left .title {
	margin-bottom: 9px;
}

.bulletin-board .left .title ul li {
	padding: 0 10px;
	position: relative;
}
.bulletin-board .left .title ul li:nth-last-child(1){
	width: 105px;
}
.bulletin-board .left .title ul li::before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	transform: translate(0,-5px);
	content: '';
	background-color: #999999;
}
.bulletin-board .left .title ul li:nth-last-child(1)::before {
	width: 0;
	height: 0;
}

.bulletin-board .left .title h3 ul li:nth-last-child {
	border-right: 0;
}

.bulletin-board .left .title ul li a {
	font-weight: 400;
	font-size: 18px;
}
.bulletin-board .left .left-top .left-list {
	width: 48%;
}

.bulletin-board .left .left-top .left-list li {
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
}

.bulletin-board .left .left-top .left-list li .item-left {
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bottom-left-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 9px;
}
.left-bottom .bottom-left{
	width: 48%;
}

.bulletin-board .left-bottom {
	width: 100%;
}

.bulletin-board .left-bottom .left-list li {
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.bulletin-board .left-bottom .left-list li .item-left {
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bulletin-board .left-bottom .left-list li:hover .ggk-text{
	color:#215DA2;
}
.bulletin-board .left .bottom-right {
	width: 48%;
}

.bulletin-board .right {
	width: 28%;
}

.bulletin-board .right .top-list .item-left {
	width: 83%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bulletin-board .right .top-list li {
	height: 45px;
	line-height: 45px;
}

.bulletin-board h3 {
	height: 64px;
	margin-top: 25px;
	margin-bottom: 9px;
	border-bottom: 1px solid #e4e4e4;
	color: #df3636;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
}

.bulletin-board a:hover {
	color: #215DA2;
}

.bulletin-board a.no:hover {
	color: #000000;
}
.examination-question-wrap{
	/*background: rgba(255, 111, 6, 0.02);*/
	width: 100%;
	padding: 40px 0;
	margin-top: 20px;
}
.examination-question {
	width: 1480px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.examination-question h3 {
	height: 46px;
	padding-bottom: 25px;
}

.examination-question >div {
	width: calc(50% - 45px);
	box-sizing: border-box;
}
.examination-question >div:nth-child(2n) {
	padding-right: 0;
}
.examination-question >div:nth-child(n+3) {
	/*padding-top: 70px;*/
}
.examination-question >div ul.list{
	min-height: 288px;
}
.examination-question div ul li a{
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
}
.examination-question .item-text {
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dian {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #333333;
	border-radius: 3px;
}

.examination-question .list li:hover .item-text {
	color:#215DA2;
}

.hot {
	width: 1480px;
	margin: 25px auto;
	padding-bottom: 35px;
}

.hot h3 a:hover {
	color: #215DA2;
}

.hot .img-list {
	flex-wrap: wrap;
}

.hot .img-list li {
	width: 18%;
	position: relative;
	margin: 25px 2% 0 0;
}
.hot .img-list li a{
	width: 100%;
	font-size: 0;
}
.hot .img-list li a img{
	width: 100%;
	display: block;
}

.hot .img-list li:nth-child(5n){
	margin-right: 0;
}

.hot .img-list li .mask {
	width: 100%;
	height: 100%;
	line-height: 77px;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #FFFFFF;
	display: none;
	font-size: 25px;
}



.hot .img-list li:hover mask {
	display: block;
}

.hot .img-list li:hover img {
	outline: 2px solid gray;
	width: 100%;
}

.province {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.province:nth-child(2n+1){
	/*background: rgba(255, 111, 6, 0.02);*/
}
.province .left {
	display: flex;
}
.province .tab{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #EFEFEF;
}
.province .tab li{
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin-left: 100px;
}
.province .tab li a{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #666666;
}
.province .tab li.on a{
	color: #215DA2;
	font-weight: bold;
}
.province .province-content{
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 25px;
}
.province .province-content .list-left{
	width: 33%;
	height: 100%;
	display: block;
}
.province .province-content .list-left:hover .text{
	color: #215DA2 !important;
}
.province .province-content .list-left >img{
	width: 100%;
	height: 180px;
	display: block;
}
.province .province-content .list-left .title{
	font-size: 18px;
	line-height: 28px;
	color: #215DA2;
	margin-top: 10px;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.province .province-content .list-left .text{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.province .province-content .list-left .time{
	margin-top: 16px;
	font-size: 18px;
	color: #979797;
}
.list2 >ul li:hover .title-left,.list3 >ul li:hover .title-left{
	color: #215DA2;
}
.list2 >ul >li >a,.list3 >ul >li >a{
	width: 100%;
	height: 100%;
}
.province .province-content >div{
	width: 30%;
}
.province .province-content .list3{
	margin-right: 0;
}
.province .province-content .new{
	width: 100%;
	margin-right: 64px;
	margin-bottom: 10px;
}
.province .province-content .new .new-text{
	width: calc(100% - 100px);
	margin-left: 20px;

}
.province .title-left{
	width: 76%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.province .province-content ul >li >a{
	font-size: 18px;
	height: 18px;
	position: relative;
	margin-bottom: 30px;
}
.province .province-content .list2 ul li{
	font-size: 18px;
	line-height: 28px;
	position: relative;
}
.province .province-content .list2 ul li::before{
	position: absolute;
	content: '';
	left: -5px;
	top: 50%;
	transform: (0,-50%);
	background-color: #333333;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}

.province .province-content .list3 ul li{
	font-size: 18px;
	line-height: 28px;
	position: relative;
}
.province .province-content .list3 ul li::before{
	position: absolute;
	content: '';
	left: -5px;
	top: 50%;
	transform: (0,-50%);
	background-color: #333333;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}

.province .province-content .list4 ul li{
	font-size: 18px;
	line-height: 28px;
	position: relative;
}

.province .province-content .list5 ul li{
	font-size: 18px;
	line-height: 28px;
	position: relative;
}

.new-text h5{
	width: 100%;
}
.new-text .subhead{
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.new .details{
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 28px;
	margin-top: 15px;
}
.warp{
	/*width: 100%;*/
	/*padding-top: 10px;*/
	/*background-color: rgba(0,0,0,.1);*/
}
.curriculum .box:nth-last-child(1){
	margin-right: 0;
}
.curriculum .box >img{
	width: 100%;
	overflow: hidden;
}
.curriculum .box{
	box-shadow: 0px 4px 10px 5px rgba(67, 95, 127, 0.06);
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.16s ease;
	width: 280px;
	margin-right: 19.9px;
	background-color: #FFFFFF;
}
.curriculum .box:hover{
	box-shadow: 3px 5px 6px 1px rgba(67, 95, 127, 0.15);
	position: relative;
	top: -2px;
}
.curriculum .box .title{
	font-size: 18px;
	height: 60px !important;
	padding: 10px 8px 0 8px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	box-sizing: border-box;
}
.curriculum .label-list{
	/*padding:  0 20px;*/
	/*padding-top: 12px;*/
}
.curriculum .label-list li{
	padding: 0 5px;
	height: 22px;
	color: #005CA7;
	border-radius: 2px;
	border: 1px solid #005CA7;
	line-height: 21px;
}
.curriculum .label-list li:nth-child(n+2){
	margin-left: 10px;
}
.curriculum .box .price{
	font-size: 18px;
}
.books{
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.books .books-nav{
	width: 1480px;
	margin: 25px 0;
	border-bottom: 1px solid #EFEFEF;
}
.books li{
	margin-left: 100px;
}

.books li a{
	text-align: center;
	font-size: 18px;
	color: #666666;
}
.books li.focus a{
	color: #215DA2;
	font-weight: bold;
}
.books .books-list .books-item {
	width: 280px;
	box-shadow: 0px 4px 10px 5px rgba(67, 95, 127, 0.06);
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.books .books-list .books-item:hover{
	box-shadow: 3px 5px 6px 1px rgba(67, 95, 127, 0.15);
	position: relative;
	top: -2px;
}
.books .books-list .books-item img{
	display: block;
	width: 180px;
	height: 180px!important;
	margin: 0 auto;
	background-color: #F5F9FD;
}
.books .books-list .books-item .price{
	padding: 10px 0 15px 10px;
}
.books .books-list .books-item .bottom{
	color: #979797;
	padding: 0 15px 20px 15px;
}
.books .books-list .books-item .bottom >div{
	text-align: center;
	/*padding: 0 0 20px 0;*/
}
.books .books-list .books-item .bottom .right{
	/*margin-left: 60px;*/
}
.books .books-list .books-item .price .title{
	color: #333333;
	margin-bottom: 15px;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.books .books-list .books-item+.books-item{
	margin-left: 20px;
}
.books .books-list .books-item:hover .title{
	font-weight: 400;
	color: #215DA2;
}

.swiper1{
	width: 1480px !important;
	margin: 0 auto;
	font-weight: 500;
	overflow: hidden;
}
.swiper1 .title{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #1A1A1A;
	margin-top: 80px;
	padding: 0;
	font-size: 44px;
	height: 80px;
	line-height: 80px;
}
.swiper1 .text{
	color: #adadad;
	margin-bottom:40px;
}
.banner {
	padding-top:20px;
}
.banner h1 {
	font-size:36px;
	text-align:center;
	font-weight:normal;
}
.banner h2 {
	font-size:18px;
	color:#535353;
	text-align:center;
	font-weight:normal;
	margin:20px 0 60px;
}
.banner .swiper {
	width:1480px;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:890px;
	height:514px;
	border-radius:10px;
	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
}
.left-swiper {
	position:absolute;
	left:0px;
	top:50%;
	transform: translate(0,-50%);
	z-index:1;
	overflow: hidden !important;
}
.right-swiper {
	position:absolute;
	right:0px;
	left:auto;
	transform: translate(0,-50%);
	top:50%;
	z-index:1;
	overflow: hidden !important;
}
.nocurrent-swiper {
	width:794px;
	height:480px;
	border-radius:8px;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000000;
	z-index: 99;
	opacity: 0.5;
}
.slide1 {
	background:url(https://edulxw.oss-cn-hangzhou.aliyuncs.com/2021-07-01/31832202107011459572312.jpg?x-oss-process=style/thumbnail_banner) no-repeat left top;
	background-size:100% 100%;
}
.slide2 {
	background:url(https://edulxw.oss-cn-hangzhou.aliyuncs.com/2021-01-12/239be202101121112527222.jpg?x-oss-process=style/thumbnail_banner) no-repeat left top;
	background-size:100% 100%;
}
.slide3 {
	background:url(https://edulxw.oss-cn-hangzhou.aliyuncs.com/2021-01-12/93d92202101121112354370.jpg?x-oss-process=style/thumbnail_banner) no-repeat left top;
	background-size:100% 100%;
}
/* .swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../images/curr_prev.png) no-repeat center center;
}
.swiper-button-next {
	width:46px;
	height:46px;
	background-size:auto;
	background-image:url(../images/curr_next.png);
} */
.news-report{
	width: 100%;
	margin: 0 auto;
	padding-top: 130px;
	padding-bottom: 20px;
}
.news-report .title{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.news-report .title .more{
	position: absolute;
	right: 0;
	top:10px;
}
.news-report .title a:hover{
	color: #215DA2;
}
.news-report .news-report-list{
	flex-wrap: wrap;
}
.news-report .news-report-list li{
	width: 715px;
	height: 130px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(67, 95, 127, 0.07);
	border-radius: 5px;
	padding: 15px;
	position: relative;
}
.news-report .news-report-list li:hover h5{
	color: #215DA2;
}
.news-report .news-report-list li:hover{
	box-shadow: 0px 0px 10px 6px rgba(67, 95, 127, 0.08);
}
.news-report .news-report-list h5{
	width: 100%;
	line-height: 32px;
	font-size: 20px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-report .news-report-list p{
	width:100%;
	line-height: 32px;
	font-size: 16px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-report .news-report-list span{
	/*position: absolute;*/
	/*left: 30px;*/
	/*top: 35px;*/
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #215DA2;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	border-radius: 25px;
}
.news-report .news-report-list >li:nth-child(1) span{
	/*background: transparent;*/
	/*top: 30px;*/
}

.warp .province{
	margin-top: 0;
}

.province >div >div:nth-child(1){
	padding-bottom: 20px;
}
.province .left .title span{
	margin-left: 12px;
}


.nav-h{
	width: 100%;
	margin: 25px 0;
	border-bottom: 1px solid #EFEFEF;
}

.dyh{
	margin: 50px auto;
	width: 8px;
	height: 8px;
	border: 1px solid #215DA2;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
}

.swiper-pagination{
	margin-bottom: 20px;
}

.swiper-pagination-bullet{
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	width: 36px;
	height: 7px;
	background: #2362AB;
	border-radius: 4px;
}
.examination-question div ul li a:hover div{
	color: #215DA2!important;
}
.xq{
	position: absolute;
	right: 0;
	top: 31px;
	color: #215DA2;
	font-weight: 400;
}
.rmtj{
	line-height: 32px;
	margin-top: 10px;
	position: relative;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mfgk-box{
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	border-radius: 7px;
	overflow: hidden;
	transition: all 0.16s ease;
	width: 308px;
	background-color: #FFFFFF;
}
.mfgk-box:nth-last-child(1){
	margin-right: 0;
}
.mfgk-box:hover{
	box-shadow: 3px 5px 6px 1px rgba(67, 95, 127, 0.15);
	position: relative;
	top: -2px;
	color: #215DA2;
}
.cktx-title:hover{
	color: #215DA2;
}
.zxrj{
	width: 1480px;
	margin: 0 auto;
}
.swiper-button-next, .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 24px;
}
.zxrj >.item{
	width: 31%;
}

.swiper-container2{
	width: 460px!important;
	height: 426px!important;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.swiper-button-prev2 {
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0;
	left: 0;
	color: #FFFFff;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	font-size: 20px;
}
.swiper-button-prev2:after{
	font-size: 20px;
}
.swiper-button-next2{
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0;
	right: 0;
	color: #FFFFff;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	font-size: 20px;
}
.swiper-button-next2:after{
	font-size: 20px;
}
.latest-title{
	color: #333333;
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span:hover{
	color: #215DA2;
}
.swiper-pagination6{
	position: absolute;
	left: 47%;
	margin-top: 50px;
}
.swiper-pagination6 .swiper-pagination-bullet-active{
	width: 36px!important;
	height: 10px!important;
	background: #215DA2!important;
	border-radius: 8px!important;
}
.swiper-pagination6 .swiper-pagination-bullet{
	width: 18px;
	height: 10px;
	background: #b1b1b1;
	border-radius: 8px;
	margin: 0 7px;
}
.font-l:hover{
	color: #215DA2;
}
/*金刚区*/
.main{
	width: 1650px;
	margin: 0 auto;
}
.main .jgq{
	width: 100%;
	height: 140px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	margin: 0 auto;
	background: #fff;
	border-radius: 7px;
	position: relative;
	z-index: 10;
}
.main .jgq .title{
	font-size: 23px;
	font-weight: bold;
	color: #282828;
}
.jgq .desc{
	font-size: 15px;
	font-weight: 400;
	color: #a09a9a;
	margin-top:3px;
	width: 100%;
}
.jgq .vip{

}
.jgq .vip-bg{
	background: url(../images/indexv3/2.png) no-repeat center center;
	background-size: 100% 100%;
	width: 152px;
	height: 120px;
	margin-bottom: 18px;
	position: relative;
	text-align: center;
}

.jgq .vip-bg .vip-bg-hd{
	transition: all .5s;
}
.jgq .vip-bg .vip-bg-hd:hover{
	transform: translateY(-5px);
	transition: all .5s ease
}

.jgq .vip-bg:hover div{color: #f6881e!important;}


.main .tj{
	width: 100%;
	margin: 26px auto;
	height: 428px;
	gap: 20px;
}

/*热门推荐*/
.main .tj .rmtj1{
	display: flex;
	flex-direction: column;
	width: 611px;
	border-radius: 7px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background: linear-gradient( 180deg, #FFF0DB 0%, #FFFCF9 10%, #FFFFFF 32%);
	margin: auto;
	min-height: 710px;
}
.main .rmtj1 .title-icon{
	width: 26px;
	height:20px;
	position: absolute;
	right: 0;
	top: 38px;
}
.main .rmtj1 .time{
	width: 40px;
	height: 21px;
	font-size: 14px;
	color: #AAA;
}
.main .rmtj-text{
	font-weight: bold;
	color: #282828;
	margin-left: 6px;
	font-weight: bold;
    color: #282828;
    margin-left: 6px;
    font-size: 20px;
    color: #000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.main .rmtj-more{
	font-size: 15px;
	font-weight: 400;
	color: #A09A9A;
	margin-right: 2px;
}
.main .fg{
	width: 100%;
	margin: 17px 0 25px 0;
	color: #2D2D2D;
	align-items: flex-start;
	border-top: 0.5px solid #EFEFEF
}
.main .rmtj1-item{
	padding: 0 30px 0 21px;
}
.main .rmtj1-item .xx:last-child{
	display: none;
}
.main .rmtj1-item .title{
	color: #2D2D2D;
	font-size: 18px;
	width: 539px;
}
/* .main .rmtj1-item .item:first-child .title{
	font-weight: bold;
} */

.main .rmtj1 .title{
	width: 500px;
    color: #2D2D2D;
    font-size: 18px;
    position: relative;
    /* height: 50px; */
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .xx{
	width: 100%;
	border: none;
	border-bottom:1px dashed #cdcdcd;
	margin: 15px 0;

}
.main .rmtj1 .item{
	position: relative;
	height: 45px;
	z-index: 1;
}

/*遴选资讯*/
.main .tj .rmtj2{
	width: 604px;
	height: 428px;
	border-radius: 7px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background: #fff;
}

.main .rmtj2 .title{
	width: 465px;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main .xyd{
	width: 6px;
	height: 6px;
	background: #cdcdcd;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.main .gg{
	height: 34px;
	padding: 0 20px;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.main .bkgl-gg{
	height: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.main .xz {
	font-size: 20px;
	font-weight: bold;
    color: #0065FF;
    /* 设置背景图 */
    background-image: 
        url('../images/index4/zz_left.png'),
        url('../images/index4/zz_right.png');
    background-position: 
        left center,   /* 左侧背景图靠左居中 */
        right center;  /* 右侧背景图靠右居中 */
    background-repeat: no-repeat;
    background-size: auto 100%; /* 高度 100%，宽度自适应 */

    /* 设置文字样式 */
}
#exam-calendar{
	position: relative;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    z-index: 30;
    background: #fff;
    margin-top: -35px;
	min-height: 353px;
}

.rmtj4-item {
	margin: 0 auto;
    width: 100%;
	color:#333;
	margin-top: 16px;
}

.rmtj4-item:not(:nth-child(1)){
	margin: 0 auto !important;
}
.item-xz{
	display: block !important;
}
.item-submain{
	display: none;
}

.rmtj4-item .item-title {
	width: 350px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
	color: #333;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmtj4-item .item-title:hover{
	color: #0065FF;
}
.item-subtitle {
    display: flex;
    align-items: center;
	gap:10px;
}

.deadline {
    color: #FF1E1E;
    margin-right: 10px;
    font-weight: bold;
}

.deadline_info {
	margin-left: 21px;
	font-size: 12px;
    color: #aaa;
}

.item-content {
	margin-top: 12px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 16px;
	
}
.detail {
	font-size: 12px;
    margin-bottom: 5px;
    color: #333;
}
/* 模考大赛容器样式 */
.mock-exam-container {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin: 15px 15px 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 20;
	margin-top: -42px;
	min-height: 359px;
}
.no-data{
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    text-align: center;
    /* gap: 30px; */
    /* margin-top: 60px;*/
}
.no-data .no-data-text{

	font-weight: 500;
    font-size: 13px;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: -140px;

}

/* 标题样式 */
.mock-exam-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    text-align: left;
	width: 320px;
	min-height: 48px;

}



.detail-item {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
    height: 39px;
    line-height: 39px;
    background: #F9FAFB;
    border-radius: 12px;
    text-align: left;
}

.detail-label {
    font-weight: bold;
    color: #333;
}

.detail-value {
    color: #666;
}

/* 倒计时样式 */
.countdown {
    font-size: 12px;
    color: #FF1E1E;
    text-align: center;
    margin: 2px 0;
}

/* 报名按钮样式 */
.signup-btn {
   width: 300px;
    height: 40px;
    background: #0065FF;
    box-shadow: 0px 2px 8px 0px rgba(29, 110, 233, 0.36);
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s;
}

.signup-btn:hover {
    background: #0052CC;
    transform: translateY(-2px);
}

.signup-btn:active {
    transform: translateY(0);
}







.main .title:hover {
	color: #2567b3!important;
	cursor: pointer;
}
.rmtj3-item{
	height: 316px;
}
.main .title:hover>.xyd {
	background:#2567b3!important;
}
.rmtj2-item{
	padding: 0 30px 0 21px;
}
.rmtj2-item a:last-child{
	margin-bottom: 0!important;
}

.main .yh{
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main .yh2{
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*学员捷报*/
.main .tj .rmtj3{
	width: 377px;
	height: 428px;
	border-radius: 7px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background: #fff;
}
.main .rmtj3 .title{
	width: 282px;
	font-size: 17px;
	font-weight: 400;
	color: #2D2D2D;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-right: 7px;
}
.rmtj3 .jba{
	width: 347px;
	height: 60px;
	line-height: 60px;
	align-items: center;
	background: RGBA(251, 251, 252, 1);
	border-radius: 7px;
}
/*历年考题*/
.main .tj1{
	width: 100%;
	height: 428px;
	
}
.main .lnzt{
	width: 507px;
	height: 428px;
	border-radius: 7px 0px 0px 7px;
	box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
	background: #fff;
	margin-left: 25px;
}
.main .lnzt-item{
	padding: 0 25px 0 27px;
}
.main .yct{
	width: 507px;
	height: 428px;
	border-radius: 0px 7px 7px 0px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background: #fff;
}
.main .yct .lnzt-item{
	padding: 0 25px 0 27px;
}
.main .yct .yctk-item{
	padding: 0 25px 0 27px;
}

.main .tj1 .title{
	width: 420px;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
}
.gkk{
	width: 100%;
}
.gkk .gkk-item{
	width: 310px;
    gap: 0 10px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    overflow: hidden;
    border-radius: 7px;
}
.gkk .title{
	width: 257px;
	font-size: 17px;
	font-weight: 400;
	color: #2D2D2D;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 12px 0;
}
.gkk .top_timer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap:10px;
    width: 100%;
	min-height: 44px;
	text-align: center;
	margin: 0 auto;
}
.gkk .top_timer i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/index4/live_tv.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.gkk .top_timer .timer{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.divider {
    flex-grow: 1; /* 横线自动扩展填充剩余空间 */
    height: 1px;
    background-color: #E2E2E2; /* 横线颜色 */
}
.main .qxx{
	width: 84px;
	height: 31px;
	line-height: 31px;
	padding: 0 22px;
	background: linear-gradient(90deg, #FF7078 0%, #F8323C 100%);
	border-radius: 13px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	
}
.main .qxx:hover{
	background: #E31303;
	color: #fff;
}
/*备考攻略*/
.main .bkgl{
	width: 530px;
    height: 524px;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: #fff;
}
.flex-row-start {
    display: flex;
    align-items: center;
    gap: 10px; /* 控制按钮之间的间距 */
}
.main .bkgl-item{
	width: 530px;
    padding: 0px 20px 0 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
}

.dropdown-content {
	display: none;
    top: 60px;
    right: 0px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
}

.dropdown-content a {
    display: block;
    color: #333;
    text-decoration: none;
	white-space: nowrap; /* 防止文字换行 */
    padding: 8px 12px;
    text-align: center; /* 文字居中 */
}

.dropdown-content a:hover {
    color: #0065FF;
}

/* 点击后显示下拉菜单 */
.bkgl .active {
	display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* 每行两列 */
    padding: 12px; /* 可选：增加内边距 */
    width: auto; /* 自动宽度 */
    min-width: 200px; /* 最小宽度 */
}

/*高分复盘*/
.main .gffp{
	width: 530px;
    height: 522px;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
}
.gffp-item {
    background: #fff;
	overflow: hidden;
}

.main .gffp .item-main{
	width: 100%;
    min-height: 313px;
	height: 313px;
    border-radius: 0px 0px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; 
	cursor: pointer;
	transition: transform 0.5s ease-in-out;
}

.main .gffp .item-main .item-content {
    display: flex;
    align-items: center; /* 垂直居中 */
    gap: 10px; /* 图片和文字之间的间距 */
	margin: 0 auto;
    width: 100%;
	height: 60px;
    margin-top: 12px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 16px;
}



.main .gffp .ggfp-ad-list img {
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.main .gffp .ggfp-ad-list img:hover {
    cursor: pointer;
    position: relative;
    transform: translateY(-2px); /* 使用 transform 替代 top 以获得更好的性能 */
}




.item-image {
    width: 24px; /* 图片宽度 */
    height: 24px; /* 图片高度 */
}

.item-text {
	font-size: 18px;
    color: #333;
    width: 410px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .kdsd{
	width: 530px;
    height: 559px;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: #fff;
}

.kdsd-item{
	padding: 0 25px 0 27px;
}


.main .lxcd{
	width: 530px;
    height: 559px;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: #fff;
}

.lxcd-item{
	padding: 0 25px 0 27px;
}

.main .dhbg{
	width: 530px;
    height: 559px;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: #fff;
}

.dhbg-item{
	padding: 0 25px 0 27px;
}

/*考试日历&&模考大赛*/
.rmtj4 {
	width: 390px;
    height: 428px;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: url('../images/index4/ksrl_backgroud.png') no-repeat center center / auto 100%;
	position: relative;
}
.ksrl_bc{
	position: absolute;
    right: 12px;
    top: -22px;
    width: 85px;
    height: 106px;
    object-fit: contain;
}

/* 标签切换样式 */
.tab-btn {
    cursor: pointer;
    transition: all 0.3s;
}

.tab-btn.xz {
    color: #137AE7;
    font-weight: bold;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/*考勤分析*/
.main .tj2{
	width: 100%;
	margin: 7px auto;
	height: 559px;
}
.main .kqfx{
	width: 530px;
	height: 524px;
	border-radius: 7px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background: #fff;
}
.main .kqfx-item{
	padding: 0 25px 0 27px;
}

.main .tj2 .title,.main .tj3 .title{
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
}
.main .tj2 .title:empty{
	display: none;
}
/*行业遴选*/
.main .tj2 .hylx{
	width: 377px;
	height: 524px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	background: #fff;
	border-radius: 7px;
}




 .gj-hy{
	background: url(../images/indexv3/19.png) no-repeat center center;
	background-size: 100% 100%;
	width: 153px!important;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-size: 17.5px;
	font-weight: bold;
	color: #252525;
}
.hylx .gj-hy:hover{
	background: url(../images/indexv3/62.png) no-repeat center center;
	background-size: 100% 100%;
	color: #2e7dd9;
	cursor: pointer;
}

.main .tj3 ,.main .tj4{
	width: 100%;
	margin: 7px auto;
	height: 559px;
}
/*常考题型*/
.main .cktx{
	width: 100%;
	height: 564px;
	border-radius: 7px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	margin-top: 20px;
}
.main .cktx .title{
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
}
.main .cktx .swiper-container {
    width: 100%;
    padding: 20px 0;
}
.main .cktx .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 0 10px; 
}


/*理论导读*/
.main .lldd{
	width: 100%;
	height: 694px;
	border-radius: 7px;
	margin-top: 30px;

}
.main .lldd .title{
	width: 385px;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
}
.lnzt1{
	width: 611px;
    flex-direction: row !important;
    gap: 20px;
    margin-top: auto;
}
.lnzt1 a{
	width: 320px;
	height: 150px;
	border-radius: 8px 8px 8px 8px;
}
.lnzt1 a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.lldd .bc—imgs{
	height: 589px;
    width: calc(100% - 1125px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lldd .bc—imgs img{
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
}
/*政策文件*/
.zcwj{
	width: 100%;
	margin-top: 40px;
}
.zcwj .zc{
	width: 530px;
	height: 522px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	border-radius: 7px;
	background: #fff;
}

.main .zcwj .title{
	width: 428px;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
}

.main .jpkc{
	margin-top: 40px;
	width: 100%;
}
.main .course-info{
	width: 960px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-left: 15px;
}
.main .course-item{
	width: 310px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	border-radius: 7px;
	background: #fff;
	margin-bottom: 0px;
}
.main .course-item img{
	width: 100%;
	height: 166px;
	object-fit: cover;
}
.main .course-item .title{
	margin-top: 18px;
	font-size: 17px;
	font-weight: 400;
	color: #2D2D2D;
}
#jp-course .jpkc-course{
	flex-wrap: wrap;
	margin-top: 40px;
}
/* #jp-course .jpkc-course .course-item:nth-child(2){
	margin-left: 30px!important;
}
#jp-course .jpkc-course .course-item:nth-child(3){
	margin-right: 0!important;
}
#jp-course .jpkc-course .course-item:nth-child(4){
	margin-left: 0!important;
}
#jp-course .jpkc-course .course-item:last-child{
	margin-right: 0!important;
}
#jp-course .jpkc-course .course-item{
	margin: 0 15px 0 15px;
} */
/*#jp-course .jpkc-course:after{*/
/*	content: "";*/
/*	width: 306px;*/
/*  }*/

/*写作素材*/
.main .xzsc{
	height: 530px;
	margin-top: 31px;
}
.main .xzsc .title{
	width: 456px;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
}
/*图书*/
.main .book-rm{
	width: 100%;
	margin-top: 40px;
}
.main .books-list{
	flex-wrap: wrap;
	margin-top: 40px;
	gap:26px;
}
.main .books-list .book-item{
	width: 308px;
	height: 398px;
	box-shadow: 0px 3px 2px 0px rgba(125,120,120,0.02);
	border-radius: 7px;
	background: #fff;
	margin-bottom: 27px;
}
.main .books-list .book-item .title{
	font-size: 17px;
	font-weight: 400;
	color: #2D2D2D
}
/*走进北辰*/
.main .zjbc{
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 标题部分 */
.zjbc-header {
    text-align: center;
    margin-bottom: 30px;
}

.chinese-title {
    height: 42px;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    font-style: normal;
    text-transform: none;
    margin: 0 auto 10px;
}
.english-title {
    width: 121px;
    height: 21px;
    font-weight: bold;
    font-size: 14px;
    color: #E2E2E2;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
}

/* 描述文字 */
.zjbc-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* 第一排布局 */
.first-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
    height: 420px;
	margin: 0;
}

.video-player {
    height: 100%;
    width: 760px;
    cursor: pointer;
    background: #F5F9FD;
    object-fit: cover;
}

.intro-text {
    width: calc(100% - 760px);
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
	min-height: 100%;
	background-color: #fff;
}
.intro-text .intro-info{
	margin-right: 90px;
	margin-top: 80px;
	height: auto;
	text-align: right;

}
.intro-text .intro-info .en-title{
	font-weight: bold;
	font-size: 30px;
	color: #000;
	letter-spacing: 1px;
	font-style: normal;
	text-transform: uppercase;
}
.intro-text .intro-info .zh—title{
	font-weight: 500;
	font-size: 14px;
	color: #000;
	font-style: normal;
	text-transform: none;
}

.inspiring-words {
  margin-top: 26px;
  color: #0065FF;
  position: relative;
  padding-left: 20px; /* 横线与文字的间距 */
  display: inline-block; /* 保持元素宽度自适应内容 */
}

.inspiring-words::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; /* 横线长度 */
  height: 2px; /* 横线粗细 */
  background-color: #0065FF; /* 横线颜色 */
}
.intro-text .intro-info .desc{
	margin: 0 0 0 auto;
    margin-top: 14px;
    width: 520px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.intro-text .intro-info .more{
	margin: 0 0 0 auto;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 36px;
    width: 96px;
    height: 25px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #010101;
}

/* 第二排布局 */
.second-row {
    display: flex;
    justify-content: space-between;
    height: 386px;
}

#content {
    width: 760px;
    height: 100%;
}

#content ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#content li {
    width: 50%;
    height: 100%;
}

#content a {
    display: block;
    height: 100%;
}

#content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-image {
    width: calc(100% - 760px);
    height: 100%;
}

.right-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zjbc .zjbc-desc{
	width: 1018px;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 40px;
	text-align: center;
	margin: 50px auto 40px auto;
}
/*企业新闻*/
.main .qyxw{
	margin-top: 30px;
	width: 100%;
	height: 660px;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 140px;

}
.qyxw .title{
	width: 590px;
	font-size: 18px;
	font-weight: bold;
	color: #2D2D2D;
}

.jgq-zlzx:before{ /*利用伪元素 定位的拉扯实现扩大鼠标接近元素范围*/
	content: '';
	position: absolute;
	top: 0px;
	right: 940px;
	bottom: -20px;
	left:  390px;
}
.jgq-kqfx:before{ /*利用伪元素 定位的拉扯实现扩大鼠标接近元素范围*/
	content: '';
	position: absolute;
	top: 0px;
	right: 0;
	bottom: -20px;
	left: 0;
}
.main .area{
	height: auto;
	background: #fff;
	width: 1650px;
	min-height: 84px;
	z-index: 9;
	position: absolute;
	border-radius: 12px 12px 12px 12px;
	top: 152px;
	left: 0px;
	display: none;

}
.main .area .area-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px 12px;
    margin-left: 48px;
} 
.main .area .area-list .area-item{
	width: 70px;
	display: inline-block;
	padding: 10px;
	height: 34px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	color: #090909;
}
/* .main .area .area-list .area-item:first-child{
	color: #fff;
	background: #0065FF;
	border-radius: 6px 6px 6px 6px;
} */


.main .area .area-list .area-item:hover,
.main .area .area-list .active{
	color: #fff;
	background: #0065FF;
	border-radius: 6px 6px 6px 6px;
}
.main .area::before {
	content: '';
	left: 10%;
	top: -7px;
	width: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	transform: rotate(-135deg);
	border-width: 7px;
	border-style: dashed solid dashed;
	border-color: transparent #ffffff #ffffff transparent;
}
.main .jgq .jgq-kqfx:hover{
	background: #128cc9;
	border-radius: 7px 0 0 7px;
}
.main .jgq .tk:hover{
	background: #f6fcff;
	border-radius: 0 7px 7px 0;
}
.main .jgq .tk:hover .title{
	color: #2567b3;
}
.main .jgq .mszl:hover{
	background: #f6fcff;
}
.main .jgq .mszl:hover .title{
	color: #2567b3;
}
.main .jgq .flex-row-between>div:hover{
	background: #f6fcff;
}

.main .zlzx{
	height: auto;
	background: #fff;
	width: 1650px;
	z-index: 9;
	position: absolute;
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.14);
	border-radius: 7px;
	top: 152px;
	left: 0px;
	display: none;;

}
.main .zlzx .area-item{
	background: #FBFBFB;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 30px 11px;
	border-radius: 25px;
	font-size: 17px;
	font-weight: 400;
	color: #090909;
}
.main .zlzx .area-item:hover{
	color: #fff!important;
	background: rgba(37, 103, 179, 1);
}

.layui-layer-content {
	height: unset!important;
}
.main .zlzx::before {
	content: '';
	left: 30%;
	top: -7px;
	width: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	transform: rotate(-135deg);
	border-width: 7px;
	border-style: dashed solid dashed;
	border-color: transparent #ffffff #ffffff transparent;
}

/* @charset "utf-8"; */
/* CSS Document 政策理论导读轮播*/

#certify {
	position: relative;
	width: 1018px;
	overflow: hidden;
	height: 330px;
	margin: 20px auto 31px auto
}
#certify .lilb{
	font-size: 19px;
	font-weight: bold;
	color: #2D2D2D;
	text-align: center;
	margin-top: 20px;
	display: none;
}
#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	height: 274px;
	width: 590px;
	border-radius: 7rpx;
}
#certify .swiper-slide-active{
	width: 588px;
	height: 280px;
	border-radius: 7px;
}

#certify  .swiper-slide img{
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
}

/*#certify .swiper-button-prev {*/
/*	left: -30px;*/
/*	width: 45px;*/
/*	height: 45px;*/
/*	background: url(../images/wm_button_icon.png) no-repeat;*/
/*	background-position: 0 0;*/
/*	background-size: 100%;*/
/*}*/

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

/*#certify .swiper-button-next {*/
/*	right: -30px;*/
/*	width: 45px;*/
/*	height: 45px;*/
/*	background: url(../images/wm_button_icon.png) no-repeat;*/
/*	background-position: 0 -93px;*/
/*	background-size: 100%;*/
/*}*/

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
#certify  .swiper-container .swiper-wrapper .swiper-slide::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	z-index: 999;
	top: 0;
	left: 0;
	border-radius: 7px;
}
/* 当显示当前图片的时候去掉背景蒙层 */
#certify  .swiper-slide-active::before{
	background: none !important;
}
#certify .swiper-slide-prev .lilb{
	display: none!important;
}
#certify .swiper-slide-next .lilb{
	display: none!important;
}
#certify .swiper-slide-active .lilb{
	display: block!important;
}
#certify  .swiper-slide{
	border-radius: 7px;
}
.swiper-container-hylx{
	width: 330px!important;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*.swiper-container-hylx .swiper-pagination-hylx {*/
/*	width: 10px !important;*/
/*	height: 7px !important;*/
/*	background: #A6BEDA !important;*/
/*	border-radius: 8px !important;*/
/*}*/
.swiper-pagination-hylx{
	text-align: center;
	margin-top: 10px;
}
.swiper-pagination-hylx .swiper-pagination-bullet-active{
	width: 17px!important;
	height: 6px!important;
	background: #2567B3!important;
	border-radius: 8px!important;
}
.swiper-pagination-hylx .swiper-pagination-bullet{
	width: 7px;
	height: 6px;
	background: #b1b1b1;
	border-radius: 8px;
	margin: 0 5px;
}
/*企业新闻*/
.swiper-container-qyxw{
	width: 825px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.swiper-pagination-qyxw {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
}
.swiper-pagination-qyxw .swiper-pagination-bullet-active{
	width: 17px!important;
	height: 6px!important;
	background: #2567B3!important;
	border-radius: 8px!important;
}
.swiper-pagination-qyxw .swiper-pagination-bullet{
	width: 7px;
	height: 6px;
	background: #D0C6C6;
	border-radius: 8px;
	margin: 0 5px;
}
.main .more:hover{
	cursor: pointer;
}
.about .open{
	animation: about-img .6s ease-in both;
}

@keyframes about-img {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes right-32a559b7 {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

#content ul
{
	/*width: 960px;*/
	/*margin: 150px auto;*/
	/*padding: 60px 0;*/
}

#content ul li
{
	width: 50%;
	height: 386px;
	float: left;
}

#content ul li:last-child
{
	margin-right: 0;
}

#content ul li a
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	/*舞台（动画元素的父容器）perspective*/
	-webkit-perspective: 800px;
	-moz-perspective: 800px;

}

#content ul li a > div
{
	position: absolute;
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	/*动画元素transform-style*/
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: .8s ease-in-out ;
	-moz-transition:  .8s ease-in-out ;
	/*动画元素背后设置为hidden*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

#content ul li a div:first-child
{
	/*
    绕y轴旋转
    */
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	z-index: 2;
}

#content ul li a div:last-child
{
	/*background: url("images/bg.jpg") no-repeat 0 0;*/
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	z-index: 1;
}

#content ul li a:hover div:first-child
{
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}

#content ul li a:hover div:last-child
{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
}

#content ul li a div h3
{
	margin: 0 auto 15px;
	padding: 15px 0;
	width: 200px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px #fff dashed;
}

#content ul li a div p
{
	padding: 0 10px;
	font-size: 12px;
	text-indent: 2em;
	line-height: 18px;
}

.nav1 #seach_value::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}
.nav1 #seach_value::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}
.nav1 #seach_value:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}
.header{
	/* max-height: 555px; */
	/*background: rgba(72, 168, 254, 0.9);*/
}
.bcdt-gd{
	display: block;
	width: 160px;
	height: 50px;
	border-radius: 36px;
	border: 1px solid #2567B3;
	font-size: 18px;
	color: #2567B3;
	line-height: 48px;
	text-align: center;
	cursor:pointer;
	margin: 50px auto 30px auto;
}
.bcdt-gd:hover{
	background: #2567B3;
	color: #ffffff;
}


/* new-jgq 样式 */
.jgq-main{
	width: 100%;
    background: white;
}
.new-jgq {
    width: 1645px;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
}

.new-jgq .item {
	padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px; /* 图片和文字的间距 */
}

.new-jgq .item img {
    width: 80px; /* 占位图宽度 */
    height: 80px; /* 占位图高度 */
	object-fit: cover;
}

.new-jgq .item .text {
	text-align: left;
    display: flex;
    flex-direction: column;
}

.new-jgq .item .text .top {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.new-jgq .item .text .bottom {
	font-size: 12px;
    color: #777;
    margin-top: 7px; /* 上下文字间距 */
}
.certify-more {
	position: absolute;
	top: 0;
	right: 10px;
}

/* .layui-layer-photos .layui-layer-phimg img {
	border-radius: 30px;
} */

.scdq-item{
	padding: 0 25px 0 27px;
}

.service-box{
	border-radius: 25px;
	gap: 40px;
}
.service-box .service-title{
	margin-top: 163px;
	height: 44px;
	font-weight: bold;
	font-size: 32px;
	color: #0065FF;
	text-align: left;
	font-style: normal;
	text-transform: none;

}
.service-box .service-img{
	width: 300px;
	height: 300px;
	object-fit: cover;
	margin-top: 37px;
}
.service-box .service-text{

	font-weight: 400;
	font-size: 24px;
	color: #333333;
	text-align: left;
	font-style: normal;
	text-transform: none;

}
.service-box .service-task-img{
	 width:210px;
	 height: 45px;
	 object-fit: cover;
}

.service-box-status{
	margin-top: 40px;
}
.service-box-status-btn{
	margin-top: 36px;
	width: 144px;
	height: 64px;
	background: #0065FF;
	border-radius: 86px;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	font-style: normal;
	text-transform: none;

}
/** 数据加载遮罩 */
 .loading-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999999999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loading-content {
        text-align: center;
        color: #fff;
    }
    .loading-spinner {
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        border-top: 4px solid #137AE7;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin: 0 auto 10px auto;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .hide_status {
        display: none;
    }