
[v-cloak] {
    display: none !important;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: .15rem;
}

a {
	color: #1B1B1B;
	text-decoration: none;
}

input {
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0
}

.w100 {
	width: 100%;
}

.w80 {
	width: 12rem;
}

.m-auto {
	margin: 0 auto;
}

.fff {
	background-color: #FFFFFF;
}

.fff p {
	color: #636363;
}

.fff>p {
	background: #F5F5F5;
	border: none;
}

.fff p a {
	color: #636363;
}

footer {
	background: #FF7511;
}

footer>div>div {
	display: inline-block;
	vertical-align: middle;
}

footer .logo {
	width: 2.57rem;
	height: .61rem;
	margin-right: 1.13rem;
}
footer .logo img{
	width: 100%;
	height: 100%;
}

footer>div>div p {
	font-size: .16rem;
	color: #FFFFFF;
	margin-bottom: .28rem;
}

footer>div>div p:last-child {
	margin: 0;
}

footer>div>div p img {
	margin-right: .14rem;
	vertical-align: middle;
}

footer .ewm-box {
	margin-left: 1.77rem;
}

footer .ewm-box div {
	display: inline-block;
	text-align: center;
	font-size: .14rem;
	color: #FFFFFF;
	margin-right: .28rem;
}

footer .ewm-box div:last-child {
	margin-right: 0;
}

footer .ewm-box div img {
	width: 1.02rem;
	height: 1.02rem;
	object-fit: cover;
	background: #fff;
}

footer .t {
	padding: .55rem 0 .39rem;
}

footer>p {
	text-align: center;
	font-size: .14rem;
	color: #F2D0B8;
	padding: .15rem 0;
	border-top: 1px solid rgba(242, 206, 179, .3);
}

footer>p a {
	font-size: .14rem;
	color: #F2D0B8;
}

.nav-bar {
	background: #FFD2A8;
	height: .35rem;
	line-height: .35rem;
	text-align: right;
}

.nav-bar a {
	font-size: .14rem;
	color: #6E3C18;
}
.nav-bar img{
	margin: 0px .08rem -0.02rem 0px;
}

.bg-top {
	background-image: url(../image/top-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center .35rem;
	min-height: 9.79rem;
	background-color: #F4F4F4;
	padding-bottom: .5rem;
}

.nav {
	padding: .2rem 0 .1rem;
	border-bottom: 1px solid rgba(224, 141, 100, .5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav .logo {
	height: .49rem;
	display: inline-block;
	vertical-align: middle;
}

.nav .logo img {
	width: .49rem;
	height: .49rem;
	border-radius: 50%;
	/* height: 100%; */
	vertical-align: middle;
}
.nav .logo span{
	font-size: .22rem;
	vertical-align: middle;
	margin-left: .1rem;
}

#nav {
	display: inline-block;
	vertical-align: middle;
	/* margin-left: 3.53rem; */
}

#nav>ul {
	display: flex;
	padding: 0;
	width: 100%;
}

#nav>ul>li {
	position: relative;
	z-index: 99;
	margin: 0px .6rem 0 0;
	display: flex;
	align-items: center;
}

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

#nav>ul>li span {
	display: inline-block;
	width: .3125rem;
	height: .3125rem;
	background: #b2b2b2;
	border-radius: 50%;
}

#nav>ul>li>a {
	display: block;
	padding: 0;
	text-transform: uppercase;
}

#nav>ul>li>a {
	font-weight: bolder;
	font-size: .18rem;
	color: #272727;
	/* line-height: 40px; */
	position: relative;
	transition: .6s;
	display: flex;
	align-items: center;
	border-top: none;
	border-bottom: none;
}

#nav>ul>li.on>a {
	font-weight: bold;
}

#nav>ul>li>a .h3 {
	position: relative;
	font-size: .18rem;
	padding: 0;
	z-index: 1;
}

#nav>ul>li a i {
	display: inline-block;
	width: .09rem;
	height: .06rem;
	background-size: contain;
	vertical-align: middle;
	margin-left: .08rem;
}

#nav>ul>li .sub {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	-moz-box-shadow: 0px .03rem .05rem rgba(0, 0, 0, 0.2);
	transform-origin: 0 0 0;
	transform: scaleY(0.2) translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	padding: .2rem 0 0;
	min-width: 100%;
}

#nav>ul>li .sub:before {
	content: "";
	position: absolute;
	border-left: transparent .06rem solid;
	border-right: transparent .06rem solid;
	border-bottom: #fff .08rem solid;
	top: .13rem;
	left: 50%;
	margin-left: -6px;
	box-shadow: 0 .03rem .15rem rgba(0, 0, 0, .05);
}

#nav>ul>li .sub .box {
	padding: 0;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .85);
	box-shadow: 0 3px .3rem rgba(0, 0, 0, .08);
}

#nav>ul>li .sub a {
	padding: 0 0.15rem;
	line-height: 3.5;
	transition: .3s;
	font-size: .14rem;
	letter-spacing: .01rem;
	color: #636363;
	display: block;
	white-space: nowrap;
	position: relative
}

#nav>ul>li .sub a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: .03rem;
	height: 0;
	background: #FF7511;
	transition: .5s;
}

#nav>ul>li .sub a:hover {
	color: #fff;
	background: #FF7511;
}

#nav>ul>li .sub a:hover:before {
	height: 100%;
}

#nav>ul>li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px) translateX(-50%);
}

#nav .ac a,
#nav>ul>li.on>a,
#nav>ul>li:hover>a,
#header.xg #nav>ul>li.on>a,
#header.xg #nav>ul>li:hover>a {
	color: #FF7511;
}
#nav>ul>li:hover .triangle::before{
	border-top: 5px solid #FF7109;  
}
#nav>ul>.ac:hover .triangle::before{
	border-top: 5px solid #fff;  

}

#nav .ac {
	position: relative;
}

#nav .ac::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: .03rem;
	background: #E03519;
	border-radius: 1px;
	position: absolute;
	bottom: -0.22rem;
	left: 0;
}

.triangle{
	position: relative;
}
.triangle::before{
	content: '';
	display: inline-block;
	border-left: .05rem solid transparent;  /* 左边框透明 */
	border-right: .05rem solid transparent; /* 右边框透明 */
	border-top: .05rem solid black;         /* 顶边框黑色 */
	border-bottom: 0;                   /* 底边框无 */
	position: absolute;
    right: -0.2rem;
    bottom: .1rem;
}
#nav .ac .triangle::before{
	border-top: 5px solid #fff;  
}

#nav>ul>li .h3:after {
	content: "";
	display: block;
	width: 100%;
	height: .07rem;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: -0.035rem;
	transition: .5s;
	border-radius: .035rem;
	z-index: -1;
	display: none;
}

#nav>ul>li h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -0.03rem;
	border-left: transparent 3px solid;
	border-right: transparent 3px solid;
	border-bottom: #3E54C0 4px solid;
	bottom: .02rem;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	display: none;
}

#nav>ul>li:hover h3:after,
#nav>ul>li.on h3:after {
	transform: translateY(0);
}

#nav>ul>li:hover h3:before,
#nav>ul>li.on h3:before {
	opacity: 1;
	visibility: visible
}

.crumbs-box{
	margin-top: .28rem;
}
.crumbs-box,
.crumbs-box a{
	font-size: .14rem;
	color: #62261D;
}
.crumbs-box img{
	margin-right: .1rem;
	vertical-align: text-top;
}
.page-title{
	/* width: 3.39rem; */
	height: 1.32rem;
	display: block;
	margin: .67rem auto .59rem;
}
.page-box{
	margin: .2rem 0;
	text-align: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color: #FF7940;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
	color: #FF7940;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	color: #fff !important;
}
.el-table__empty-text{
	padding: 50px 0;
}
.adv-p{
	display: block;
	height: 1.14rem;
	/* background: #FFFFFF; */
	border-radius: .16rem;
	margin-bottom: .24rem;
	overflow: hidden;
}
.adv-p img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.blobCircle {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255,102,0,.5);
    margin: 10px;
    height: 12px;
    width: 12px;
    transform: scale(1);
    animation: pulse-circle-animation 1.5s infinite
}

@keyframes pulse-circle-animation {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 #f60
    }

    70% {
        transform: scale(1.28);
        box-shadow: 0 0 0 10px rgba(255,102,0,0)
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255,102,0,0)
    }
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  }

  .BMap_cpyCtrl,.anchorBL{
	display: none !important;
  }

  






  body{
	background-image: url('../image/new-index/new-top-bg.png');
	background-size: 100%;
	background-color: #F4F3F2;
	background-repeat: no-repeat;
}
*{list-style: none;}
.new-nav-bar{
	padding: .22rem 0;
	text-align: right;
	position: fixed;
	top: 7.7rem;
	bottom: 0;
    left: 3.02rem;
}
.new-nav-bar div a{
	display: inline-block;
	width: 1.49rem;
	height: .35rem;
	/* background: linear-gradient(90deg, #FFA472, #FFCF96); */
	border-radius: .18rem;
	font-size: .14rem;
	color: #59240A;
	line-height: .35rem;
	text-align: center;
}
.new-nav-bar div a img{
	margin-right: .05rem;
}
.school-box{
	/* height: 2.9rem; */
	display: flex;
	align-items: center;
	padding: .25rem .3rem;
	background-image:url(../image/new-index/school-bg.png);
	background-size: 100% 100%;
	border-radius: .13rem;
	font-size: 0;
}
.school-box > .school-left,
.school-box > .school-right{
	display: inline-block;
	vertical-align: top;
}
.school-left{
	width: 6.08rem;
}
.school-left .s-l-t{
	font-size: 0;
}
.school-left .s-l-t img{
	width: 1.27rem;
	height: 1.27rem;
	background: #FFFFFF;
	border-radius: .13rem;
	margin-right: .33rem;
	display: inline-block;
	vertical-align: top;
}
.school-left .s-l-t > div{
	width: 4.48rem;
	display: inline-block;
	vertical-align: top;
}
.school-left .s-l-t > div > h2{
	font-weight: bold;
	font-size: .27rem;
	color: #FFFFFF;
	margin-bottom: .2rem;
}
.school-left .s-l-t > div > div{
	margin-bottom: .18rem;
}
.school-left .s-l-t > div .text{
	font-size: .16rem;
	color: #FFD6BA;
}
.school-left .s-l-t > div .text span:last-child{
	border: none;
}
.school-left .s-l-t > div .border-text span{
	font-size: .14rem;
	color: #FFFFFF;
	border-radius: .06rem;
	border: .01rem solid #FFFFFF;
	padding: .02rem .08rem;
	margin-right: .12rem;
}
.school-left .hr{
	width: 6.08rem;
	height: .01rem;
	background: #FFB26E;
	opacity: 0.51;
	margin: .19rem 0 .1rem;
}
.school-left .desc{
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
	color: #FFF7EE;
	font-size: 0;
}
.school-left .desc p{
	/* display: inline-block; */
	display: flex;
    align-items: center;
	/* width: 50%; */
	box-sizing: border-box;
	margin-top: .1rem;
	font-size: .14rem;
}
.school-left .desc p:nth-child(1) {
	width: 49%;
	max-width: 59%;
	/* width: 59%; */
	padding-left: .03rem;
}
.school-left .desc p:nth-child(3) {
	align-items: flex-start;
	width: 48%;
	max-width: 58%;
	/* width: 58%; */
	padding-left: .03rem;
	margin-right: .06rem;
}
.school-left .desc p:nth-child(4) {
	align-items: flex-start;
}

.school-left .desc p > .phone{
	display: inline-block;
	/* width: 3.4rem; */
    vertical-align: top;
    line-break: anywhere;
}
.school-left .desc p a{
	font-size: .14rem;
	color: #FFF7EE;
}
.school-left .desc p img{
	margin-right: .1rem;
}
.school-left .desc p:nth-child(3) img{
	margin-top: .03rem;
	margin-right: .13rem;
}
.school-left .desc p:nth-child(4) img{
	margin-top: .02rem;
	margin-right: .08rem;
}
.school-right{
	width: 4.89rem;
	height: 2.34rem;
	background: #F97423;
	border-radius: .17rem .17rem .11rem .17rem;
	margin-left: .37rem;
	margin-top: .03rem;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.school-right .s-r-l{
	display: inline-block;
	position: relative;
	width: 4.18rem;
	height: 2.34rem;
	border-radius: .11rem;
	overflow: hidden;
	z-index: 2;
}
.school-right .s-r-l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.school-right .s-r-l .about{
	display: inline-block;
	width: .61rem;
	height: .24rem;
	line-height: .24rem;
	background: rgba(0, 0, 0, 0.493);
	opacity: .6;
	border-radius: .11rem;
	font-size: .13rem;
	color: #EEEEEE;
	text-align: center;
	position: absolute;
	top: .14rem;
	left: .14rem;
	cursor: pointer;
	z-index: 1;
}
.school-right .s-r-r{
	display: inline-block;
	width: .77rem;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.school-right .s-r-r div{
	height: .78rem;
	line-height: .77rem;
	text-align: center;
	font-size: .14rem;
	color: #F8EFDD;
	cursor: pointer;
}
.school-right .s-r-r .ac{
	background: #FFFEFC;
	color: #FF7614;
}
.school-right .s-r-r div img{
	height: .13rem;
	margin-right: .03rem;
}
.school-right .s-r-r div .img-ac{
	display: none;
}
.school-right .s-r-r .ac .img-ac{
	display: inline-block;
}
.school-right .s-r-r .ac .img-default{
	display: none;
}
.school-right .s-r-r div::after{
	content: '';
	display: block;
	width: .58rem;
	height: .01rem;
	background: #FFDCAE;
	opacity: 0.41;
	margin: 0 auto;
}
.school-right .s-r-r div:last-child::after{
	display: none;
}
.school-bottom{
	height: .77rem;
	padding: .3rem .2rem;
	clear: both;
	background-image: url(../image/new-index/school-bg-bottom.png);
	margin-top: -0.1rem;
	background-size: cover;
}
.school-bottom > a{
	float: left;
}
.school-bottom > a img{
	height: .33rem;
}
.school-bottom >  div{
	float: right;
}
.school-bottom >  div a img{
	height: .28rem;
	margin-left: .37rem;
}
.nav{
	border-bottom:none;
}
.nav > #nav>ul{
	border-bottom:.01rem solid #FF7109
}
.nav > #nav>ul>li{
	width: 1.74rem;
	margin: 0rem .8rem 0 0;
	justify-content: center;
	height: .57rem;
}
.nav > #nav>ul>li:last-child{
	margin-right: 0;
}
#nav .ac::before{
	display: none;
}
#nav .ac{
	background: linear-gradient(90deg, #FF6702, #FF9C28);
	border-radius: .09rem .09rem 0rem 0rem;
}
#nav .ac a{
	color: #FFFFFF !important;
}
#nav .ac .box a{
	color: #636363 !important;
}
#nav .ac .sub a:hover{
	color: #fff !important;
}
.ai-250313-boot3-box{
	display: block;
	position: fixed;
	top: 30vh;
	right: 20px;
}
.ai-250313-boot3-border{
	width: 75px;
	height: 75px;
	border: 2px solid #f7a510;
	border-radius: 100%;
	animation: contact-img-box 2s linear infinite;
	position: absolute;
}
.ai-250313-boot3-wrapper{
	background-image: url(https://aitalk.cezhiyun.com/czy/boot3bg.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 96px;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 1;
}
.ai-250313-boot3-wrapper img{
	width: 38px;
	margin: 20px auto 0;
	animation: contact-img 1.4s infinite linear; 
}
@keyframes contact-img-box {
	0% {
		scale: .8;
		opacity: .8
	}

	50% {
		scale: 1.2;
		opacity: .5
	}

	to {
		scale: 1.4;
		opacity: 0
	}
}
.back-to-top:first-child {
	position: fixed;
    bottom: 0;
    top: 8.4rem;
    right: .92rem;
}
.back-to-top:last-child {
	position: fixed;
    top: 7.8rem;
    right: .97rem;
}
.swiper-container {
	margin: 10px auto;
	position: relative;
	display: flex;
	align-items: center;
	--swiper-theme-color: #ffffff;
    --swiper-pagination-color: #ffffff;
	--swiper-navigation-size: 30px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container .swiper-button-next{
	top: 50%;
	color: orange;
}
.swiper-container .swiper-button-prev {
	top: 50%;
	color: orange;
}
.swiper-container .leftBtn, .rightBtn {
	position: absolute;
	z-index: 9;
}
.swiper-container .leftBtn {
	left: .26rem;
}
.swiper-container .rightBtn {
	right: .26rem;
}
.swiper-container .swiper-pagination {
	bottom: .2rem !important;
}
.video-dialog .el-dialog__header {
	display: flex;
	justify-content: center;
}
.video-dialog .el-dialog__headerbtn .el-dialog__close {
	font-size: 24px;
}
#waterfall-content {
	column-count: 4;
    column-gap: 28px;
	position: relative;
}
#waterfall-content .item {
      break-inside: avoid;
      margin-bottom: 10px;
}
#waterfall-content .item img {
	width: 100%;
	border-radius: 13px;
	vertical-align: middle;
	cursor: pointer;
}
#waterfall-content .item .name {
	font-size: 15px;
	color: #272727;
	line-height: 24px;
	padding: 10px 0 4px 8px;
}
#waterfall-content .item .date {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	padding-left: 8px;
}
#waterfall-content .item .date span {
	padding-top: 3px;
	padding-left: 10px;
}
#waterfall-content .type-icon {
	position: absolute;
	margin-top: 1%;
	margin-left: 18%;
}


.share{
	display: inline-block;
}
.share li {
	display: inline-block;
	margin: 0 3px 0 0;
	position: relative;
}
.share li >img,
.share li >a >img{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#wxCode{
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	border: 2px solid #FF9C28;
	position: absolute;
	top: 30px;
	left: -60px;
	display: none;
    z-index: 99;
}