@charset "utf-8";

/* CSS Document */


/*2025.6.16*/
.box {
	overflow: hidden;
	background: #fff;
}

.language img {
	width: 22px;
}

body {}

.container {
	max-width: 1310px;
	width: 96%;
	/*padding: 0 120px;*/
	margin: 0 auto;
	position: relative;
}

.container1 {
	max-width: 1430px;
}


.banner .bbg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 11;
}

.banner .bbg img {
	width: 100%;
}

.banner .swiper-slide {
	background-size: cover;
	color: #fff;
	background-position: center center;
	height: 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	width: 100%;
}


.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;
}

.banner .swiper-container .swiper-slide a  img{
width:100%;
}

.banner .swiper-container {
	/*padding-bottom: 20px;*/
}



.banner .swiper-pagination {
	width: 100%;
	bottom: 10px;
	text-align: left;
	left: 5%;
	z-index: 11111;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 13px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}


.top-con {
	padding: 30px 0 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 21;
}

.top-right {}

.top-right1 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.language {
	margin-right: 20px;
	display: inline-block;
	font-family: 'AlibabaPuHuiTi-2-75-SemiBold';
}

.language select {
	background: none;
	border: none;
	color: #fff;
}

.language select option {
	text-align: center;
	padding: 0 10px;
	background: #000 !important;
}

.search {
	background: url(../images/search.svg) no-repeat left top;
	width: 124px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	background-size: 120px;
}

.search .inp-text {
	width: 93px;
	height: 32px;
	line-height: 32px;
	background: none;
	border: none;
}

.search .inp-text input.inp-text {
	padding: 0;
	width: 100%;
	color: #fff;
}

.search .inp-but {
	background: none;
	border: none;
	width: 30px;
	height: 32px;
}

.search .inp-but input.inp-but {
	cursor: pointer;
	width: 100%;
}

.ban-text {
	padding-top: 200px;
	width: 100%;
	text-align: center;
}

.ban-text  img{ max-width:60%; }


.logo {}

.menubg {
	margin-top: 80px;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	text-align: center;
	list-style: none;
	min-width: 12%;
}

.wc-menu ul li a {
	font-size: 16px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
	padding-bottom: 11px;
	text-decoration: none;
	padding-top: 10px;
	text-align: left;
}

.wc-menu ul li a span {
	display: block;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.wc-menu ul li>a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	height: 1px;
	background-color: #fff;
	transform: scaleX(1) scaleY(1);
	transition: all .5s ease-in-out;
	opacity: 1;
}

.wc-menu ul li a.active>a:after,
.wc-menu ul li>a:hover:after {
	height: 6px;
	/*transform: scaleX(1) scaleY(1);*/
}


.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {
	height: 6px;
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
	font-size: 20px;
	font-family: 'AlibabaPuHuiTi-2-75-SemiBold';
}


.wc-menu ul li .ernav {
	position: absolute;
	left: 0%;
	top: 100%;
	background: rgb(38 39 92 / 70%);
	width: 170px;
	z-index: 111 !important;
	display: none;
	border-radius: 8px;
	padding: 10px 0;
	text-align: left;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-duration: .4s;
	animation-fill-mode: both;
	-webkit-animation-name: layui-upbit1;
	animation-name: layui-upbit1;
}

.wc-menu ul li:nth-child(6) .ernav,
.wc-menu ul li:nth-child(8) .ernav {
	width: 225px;
}

@keyframes layui-upbit1 {
	0% {
		transform: translate3d(0%, 15px, 0);
		opacity: .3;
	}

	100% {
		transform: translate3d(0%, 0, 0);
		opacity: 1;
	}
}

.wc-menu ul li .ernav ul {
	display: block;
	margin-bottom: 0;
	padding: 0 19px;
	border: none;
}

.wc-menu ul li .ernav ul li {
	float: none;
	display: block;
	background: none;
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff margin: 0;
	display: block;
	padding: 5px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	/*color: #284b96;*/
	opacity: 0.6;
}

.wc-menu ul li .ernav ul li>a:after {
	content: none;

}

/*menu End*/
.banner .shu1 {
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 100%;
	text-align: center;
	z-index: 11;
        cursor: pointer;
}

.ani-img {
	animation: roundAnimation 4s linear infinite;
}
.ani-img2 {
	animation: 3s linear 2s infinite alternate updownAnimation;
}

@-webkit-keyframes updownAnimation {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	50% {
		-webkit-transform: translateX(0) translateY(5px);
		transform: translateX(0) translateY(5px);
	}

	100% {
		-webkit-transform: translateX(0) translateY(15px);
		transform: translateX(0) translateY(15px);
	}
}

@-webkit-keyframes roundAnimation {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	33% {
		-webkit-transform: translateX(-6px) translateY(-5px);
		transform: translateX(-6px) translateY(-5px);
	}

	66% {
		-webkit-transform: translateX(-6px) translateY(5px);
		transform: translateX(-6px) translateY(5px);
	}

	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

/*banner end*/
img {
	max-width: 100%;
}

.zhineng {
	background: url(../images/bque.png) no-repeat center top;
	margin-top: -40px;
	position: relative;
	z-index: 11;
	min-height: 300px;
	padding-top: 70px;
	position: relative;
}
.zhineng::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% - 600px);
	background: #fff;
	height: 52px;
}
.zhineng::before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(50% - 600px);
	background: #fff;
	height: 52px;
}


.new-top {
	text-align: center;
	/*border-bottom:1px solid #005f9f;*/
	position: relative;
}

.new-top span {
	font-size: 36px;
	color: #0a0a28;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
}

.new-top i {
	display: block;
	font-size: 24px;
	color: #b6b6c0;
	font-style: normal;
	z-index: 1;
	font-family: 'AlibabaPuHuiTi-2-95-ExtraBold';
	position: relative;
	text-transform: uppercase;
}

.zhi-con {
	margin-top: 35px;
}

.zhi-lili {
	background: #fff;
	box-shadow: 1px 1px 8px 2px #ddd;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 123px;
	padding: 25px 15px 25px 110px;
	transition: all 0.4s ease-out;

}

.zhi-lili:hover {
	box-shadow: 0px 15px 37px -17px rgb(0 0 0 / 64%);
	transform: scale(1.01);
}

.zhi-lili i {
	position: absolute;
	left: -8px;
	top: -46px;
	font-size: 96px;
	color: #d4d5ff;
	font-style: normal;
	font-family: 'AlibabaPuHuiTi-2-75-SemiBold';
}

.zhi-lili .zhi-tt h5 {
	font-size: 18px;
	color: #0a0a28;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
}

.zhi-lili .zhi-tt p {
	font-size: 14px;
	color: #797989;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	min-height: 42px;
	-webkit-box-orient: vertical;
}

.zhineng-con {
	padding-top: 35px;
}

.zhineng-con .slider-container {
	position: relative;
	overflow: hidden;
	/*padding: 30px 0;*/
}

/*.slider-container::before,
.slider-container::after {
	position: absolute;
	content: "";
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 1;
}

.slider-container::before {
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 30%, transparent);
}

.slider-container::after {
	right: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 30%, transparent);
}*/

.zhineng-con .slider {
	display: flex;
	transition: transform 0.3s ease-in-out;
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.zhineng-con .slide {
	min-width: 16.66667%;
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.zhineng-con .item {
	padding: 30px 20px;
	box-sizing: border-box;
	/*border: 2px dashed #ccc;*/
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 246px;
	border-radius: 9px;
}

.zhineng-con .slide.active {
	min-width: 33.33333%;
	/*transition: all 0.3s;*/
}

.zhineng-con .active .item {
	background-repeat: no-repeat;
	background-position: right bottom;         
	/*transform: scale(1.25);*/
}

.zhineng-con .slide.active {
	/*animation: cursorActiveAnimation .75s ease;*/
}

.zhineng-con .item h5 {
	font-size: 18px;
	color: #333;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	margin-bottom: 20px;
	line-height: 28px;
}

.zhineng-con .slider .active h5 {
	font-size: 22px;
	color: #555aff;
}

.zhineng-con .slider .active p{
    width: 70%;
}

.zhineng-con .item p {
	font-size: 14px;
	color: #b7b7d1; /*#515166;*/
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.zhineng-con .edu-link {
	border: 1px solid #555aff;
	font-size: 16px;
	color: #555aff;
	text-align: center;
	padding: 0 20px;
	border-radius: 20px;
	margin-top: 30px;
        line-height: 33px;
	text-decoration: none;
	display: none;
}

.zhineng-con .slider .active .edu-link {
	display: inline-block;
}

.dots {
            text-align: center;
            margin-top: 20px;
        }

        .dots .dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 0 5px;
            background-color: #555AFF; opacity: 0.4;
            border-radius: 15px;
            cursor: pointer;
        }
.dots .dot.active { opacity: 1;}
.prev-btn,
.next-btn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none !important;
}

.prev-btn {
	left: -40px;
}

.next-btn {
	right: -40px;
}

.zhineng:hover .prev-btn,
.zhineng:hover .next-btn {
	display: block !important;
}

.zhineng2 .prev-btn,
.zhineng2 .next-btn {
	display: block !important;
}

						.xuan-top {
							text-align: center;
						}
						
						.xuan-top ul {
							padding: 0;
							margin: 0;
							text-align: center;
							display: flex;
							justify-content: center;
							background: url(../images/and.jpg) no-repeat 51.5% center;
						}
						
						.xuan-top ul li {
							display: inline-block;
							padding: 0 30px;
							cursor: pointer;
						}
						
						.xuan-top ul li span {
							color: #b6b6c0;
						}
						
						.xuan-top ul li.active span {
							color: #333;
						}
						
						.news-con{
							
						}
						.news-con .new1li {
							margin-bottom: 30px;
							
						}
						.news-con .new1li .new-li2{
							background: #fff;
							padding: 10px;
							
							
						}
						.news-con .new1li .new-li2 span{
							display: block;
							    font-size: 14px;
							    color: #828291;
							    font-style: normal;
							
							
						}
						.news-con .new1li .new-li2 p{
							    display: block;
    font-size: 18px;
    color: #0a0a28;
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
							
						}

.news-con .new1li .new-li2 p a{
    font-size: 18px;
    color: #0a0a28;
}

						.xuan-top b{
							font-style: normal;
							font-weight: normal;
							color:#d4d5ff;
							font-size:40px;
							
							
						}
						
	

/*********智能教育系统***********/














.news {
	margin-top: 50px;
	background: #f9fbff;
	padding: 70px 0 70px;
}

.news-con {
	padding-top: 35px;

}

.news-con .swiper-container a {
	display: block;
	text-decoration: none;
	position: relative;
}

.news-con .swiper-container a img {
	width: 100%;
	border-radius: 10px;
}

.news-con .swiper-container a .bbg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.51));
	border-radius: 10px;

}

.news-con .swiper-container a .ban-text {
	position: absolute;
	bottom: 40px;
	text-align: left;
	padding-left: 40px;
}


.news-con .swiper-container a .ban-text span {
	font-size: 14px;
	color: #fff;

}

.news-con .swiper-container {
	border-radius: 10px;
}

.news-con .swiper-container a .ban-text p {
	font-size: 18px;
	color: #fff;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	width: 80%;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-con .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 5px;
}

.news-con .swiper-container .swiper-pagination-bullet , .suan-con .swiper-container .swiper-pagination-bullet , .zhi-peoplecon .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background: #fff;
	width: 8px;
	height: 8px;
	opacity: 0.45;
	cursor: pointer;
	border-radius: 100%;
	margin-left: 8px;
}

.news-con .swiper-container .swiper-pagination-bullet-active , .suan-con .swiper-container .swiper-pagination-bullet-active , .zhi-peoplecon .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}


.new-right ul {
	padding: 0;
	margin: 0;
}

.new-right .new-ul .newitem-1 , .new-right .new-ul .newitem-2{
   /*display:none;*/
}

.new-right .new-ul .new-li {
	/*display: flex;
	/*flex-wrap: wrap;
	align-content: center;
	align-items: center;*/
	position: relative;
	transition: all 0.4s ease-out;
}

.new-right .new-ul .new-li::after {
	transition: 0.5s;
	content: "";
	width: 0;
	position: absolute;
	height: 2px;
	left: 0px;
	bottom: -8px;
	opacity: 0;
}

.new-right .new-ul .new-li:hover:after {
	opacity: 1;
	width: 100%;
	background: #555aff;
}

.new-right .new-ul .new-li .li-img {
	overflow: hidden;
	border-radius: 10px;
}

.new-right .new-ul .new-li .li-img img {
	border-radius: 10px !important;
	transform: scale(1.0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.new-right .new-ul .new-li:hover .li-img img {
	border-radius: 10px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.2s linear;
}

.new-right .new-ul .new-li .li-tt {
	position: relative;

	padding-top: 12px;

}

.new-right .new-ul .new-li .li-tt i {
	display: block;
	font-size: 14px;
	color: #828291;
	font-style: normal;
	margin-bottom: 10px;
}

.new-right .new-ul .new-li .li-tt span {
	display: block;
	font-size: 18px;
	color: #0a0a28;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	margin: 8px 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.new-right .new-ul .new-li .li-tt p {
	font-size: 16px;
	color: #515166;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.new-more {
	margin-top: 20px;
}

.new-more a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background: #555aff;
	/*border:2px solid #555aff;*/
	padding: 0 20px;
	line-height: 35px;
	border-radius: 20px;
	transition: all 0.4s ease-out;
}

.new-more:hover a {
	transition: all 0.4s ease-out;
	transform: translateY(-5px);
	/*background: #fff;
        color: #555aff;*/
}

.new-more a img {
	vertical-align: -2px;
	padding-left: 5px;
}



.zhaojob {
	padding: 70px 0;
}

.zhao-con {
	padding-top: 35px;
}

.zhao-li {
	background: #fafafb;
	transition: all 0.4s ease-out;
	border-radius: 10px;
}

.zhao-li:hover {
	box-shadow: 0px 15px 37px -17px rgb(0 0 0 / 64%);
	transform: scale(1.01);
}

.zhao-li .zhao-img{
	position: relative;    text-align: center;
}
.zhao-li .zhao-img span{
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 10%;
	padding:5px 30px 5px 10px;
	line-height: 28px;
	 background-image: linear-gradient(to right, #687aef, #5f61f8, #584dff);
}
.zhao-li .zhao-img span a{
 color: #fff;
}
  /*方向：上右下左*/
    [cut="2em"] {
        clip-path: polygon(0 0.00em,0em 0,calc(100% - 0em) 0,96% 0em,89% calc(100% - 0em),calc(100% - 1em) 100%,0em 100%,0 calc(100% - 0em));
    }

.zhao-li .zhao-img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    width: 100%;
}

.zhao-li .zhao-text {
	padding: 20px 20px 30px;
}

.zhao-li .zhao-text i {
	display: block;
	font-size: 14px;
	color: #828291;
	font-style: normal;
	margin: 13px 0 8px;
}

.zhao-li .zhao-text span {
	display: block;
	font-size: 18px;
	color: #0a0a28;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zhao-li .zhao-text p {
	font-size: 16px;
	color: #515166;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.suanli{
					background: #f9fbff;
					padding: 70px 0;
				}
				.suan-con {
					padding-top: 30px;
				}
				.suan-con .s-img{
					text-align: center;
				}
				.suan-con .s-img img{
					border-radius: 10px;
				}
				.suan-con .suan-pp{
					margin-top: 20px;
				}
				.suan-con .suan-pp p{
					    font-size: 16px;
					    color: #515166;
					    line-height: 26px;
					    margin-bottom: 5px;
				}
.zhi-people {
	padding: 70px 0 80px;
	background: #fff;
}

.zpeoplecon {
	padding-top: 80px;
}

.zpeoplecon a {
	text-decoration: none;
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 13px 0px #eee;
	margin-bottom: 5px;
}

.lunbox1 .swiper-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
.lunbox1 .swiper-slide span.shuzi {       
            text-align: center;
            margin-bottom: 25px;
            opacity: 0.2;
        }
        .lunbox1 .swiper-slide.swiper-slide-active span.shuzi{
            opacity: 1;
        }

.lunbox1 .swiper-slide-active a {
    box-shadow: none;
    border: 2px #555AFF solid;
    border-radius: 13px;
}


.zpeoplecon a .zhi-lip img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.zpeoplecon a .zhi-ttp {
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.zpeoplecon a .zhi-ttp h5 {
	font-size: 18px;
	color: #000;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.zpeoplecon .swiper-pagination {
	width: 100%;
	top: -35px;
	text-align: center;
	left: 0%;
	z-index: 1;
	position: relative;
}

.zpeoplecon .swiper-pagination:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -12px;
	height: 3px;
	width: 100%;
	background: radial-gradient(circle, #545afc, #7786d2, #f8fafe);
}

.zpeoplecon .swiper-pagination-bullet {
	display: inline-block;
	width: 33.3%;
	height: 0;
	cursor: pointer;
	border-radius: 0;
	opacity: 0.1;
}

.lunbox1 .swiper-slide span.shuzi,
.zpeoplecon .swiper-pagination-bullet .shuzi {
	font-size: 22px;
	color: #000;
	position: relative;
	width: 100%;
	display: block;
}



.zpeoplecon .swiper-pagination-bullet-active {
	opacity: 1;
}
.lunbox1 .swiper-slide.swiper-slide-active span.shuzi,
.zpeoplecon .swiper-pagination-bullet-active .shuzi {
	font-weight: bold;
}

.lunbox1 .swiper-slide.swiper-slide-active span.shuzi::before,
.zpeoplecon .swiper-pagination-bullet-active .shuzi::before {
	content: "";
	width: 50px;
	height: 10px;
	background: #f9fbff;
	position: absolute;
	left: 44%;
	bottom: -10px;
	z-index: 11;
}

.lunbox1 .swiper-slide.swiper-slide-active span.shuzi::after,
.zpeoplecon .swiper-pagination-bullet-active .shuzi::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #555aff;
	position: absolute;
	left: 49%;
	bottom: -11px;
	z-index: 11;
}

.year-line {
            position: relative;
        }


        .year-line:after {
            content: "";
            position: absolute;
            left: 0px;
            top: 36px;
            bottom: -12px;
            height: 3px;
            width: 100%;
            background: radial-gradient(circle, #545afc, #7786d2, #f8fafe);
        }



.zpeoplecon .swiper-button-next,
.zpeoplecon .swiper-button-prev {
	background: none;
	display: none !important;
}


.zpeoplecon .swiper-button-next:after,
.zpeoplecon .swiper-button-prev:after {
	content: none;
	background: none;
}

.zpeoplecon .swiper-button-prev {
	left: -80px;
}

.zpeoplecon .swiper-button-next {
	right: -80px;
}

.zhi-peoplecon {
	padding-top: 35px;
}

.zhi-people:hover .swiper-button-next,
.zhi-people:hover .swiper-button-prev {
	display: block !important;
}

.zhi-peoplecon a {
	background: #fafafb;
	display: block;
	text-decoration: none;
	border-radius: 10px;
}

.zhi-peoplecon a .zhi-li {
	display: flex;
	flex-wrap: wrap;

}

.zhi-peoplecon a .zhi-li .zhi-liimg {
	width: 60%;

}

.zhi-peoplecon a .zhi-li .zhi-liimg img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.zhi-peoplecon a .zhi-li .zhi-tt {
	width: 40%;
	padding: 35px 45px;
}

.zhi-peoplecon a .zhi-li .zhi-tt h5 {
	font-size: 18px;
	color: #0a0a28;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zhi-peoplecon a .zhi-li .zhi-tt span {
	display: block;
	font-size: 14px;
	color: #828291;
	margin: 15px 0;
}

.zhi-peoplecon a .zhi-li .zhi-tt p {
	font-size: 16px;
	color: #515166;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


.zhi-peoplecon .swiper-pagination{
    width: 100%;
    bottom: 9px;
    left: 0;
    z-index: 1;
    text-align: left;
    margin-left: 29%;
}

.suan-con .swiper-pagination{
	width: 100%;
	bottom: 120px;
	text-align: center;
	left: 0%;
	z-index: 1;
}

/*.zhi-peoplecon .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #555AFF;
	cursor: pointer;
	opacity: 0.45;
	border-radius: 100%;
	margin-right: 8px;
}

.zhi-peoplecon .swiper-container .swiper-pagination-bullet-active {
	opacity: 0.8;
}*/

.zhi-peoplecon .swiper-button-next,
.zhi-peoplecon .swiper-button-prev {
	background: none;
	display: none !important;
}

.zhi-peoplecon .swiper-button-next:after,
.zhi-peoplecon .swiper-button-prev:after {
	content: none;
	background: none;
}

.zhi-peoplecon .swiper-button-prev {
	left: -80px;
}

.zhi-peoplecon .swiper-button-next {
	right: -80px;
}



.zhi-xuantop {
	margin-top: 20px;
}

.zhi-xuantop ul {
	padding: 0;
	margin: 0;
	position: relative;
	padding-bottom: 10px;
}

.zhi-xuantop ul::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 3px;
	width: 100%;
	background: radial-gradient(circle, #545afc, #7786d2, #f8fafe);
}

.zhi-xuantop ul li {
	font-size: 22px;
	display: inline-block;
	width: 32%;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.zhi-xuantop ul li:hover,
.zhi-xuantop ul li.active {
	color: #000;
	font-weight: bold;
}

.zhi-xuantop ul li:hover::after,
.zhi-xuantop ul li.active::after {
	background: #555aff;
}

.zhi-xuantop ul li::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	/*background: #555aff;*/
	background: #eee;
	position: absolute;
	left: 49%;
	bottom: -13px;
	z-index: 11;
}

.zhi-xuantop ul li::before {
	content: "";
	width: 50px;
	height: 10px;
	background: #f9fbff;
	position: absolute;
	left: 44%;
	bottom: -13px;
	z-index: 11;
}




.zhi-china {
	padding: 70px 0;background: #f9fbff;
}

.zhi-china:hover .swiper-button-next,
.zhi-china:hover .swiper-button-prev {
	display: block !important;
}

.contact {
	padding: 70px 0;
	
}

.contact-con {
	padding-top: 35px;
	display: flex;
}

.cont-left {
	width: 50%;
}

.cont-right {
	width: 50%;

}

.contact-con .cont-left img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
        height: 100%;

}

.contact-con .cont-right img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.contact-con p {
	margin-bottom: 0;
}

.contact-tabs {
	position: absolute;
	bottom: 15px;
	right: 10px;
	display: flex;
	background: #fff;
	padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 8px #ccc;
}

.contact-tabs div {
	cursor: pointer;
	background: url(../images/map.svg) no-repeat left center;
	padding-left: 20px;
	/*background-size: 24px 24px;*/
}

.contact-tabs div.active {
	color: #555aff;
	background: url(../images/mapa.svg) no-repeat left center;
	/*background-size: 24px 24px;*/
}

.footer {
	background: #fff;
	padding: 70px 0 30px;
}

.footer .row {
	/*align-items: flex-end;*/
}

.footer h4 {
	font-size: 20px;
	font-family: 'AlibabaPuHuiTi-2-85-Bold';
	color: #11112f;
	margin-bottom: 25px;
}

.footer ul {
	padding: 0;
	margin: 0;
}

.fulbg {}

.fulbg .f-leftul {
	width: 33.33%;
	float: left;
}

.fulbg .f-leftul h5 {
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
	font-size: 16px;
	line-height: 28px;
}

.fulbg .f-leftul ul {}

.fulbg .f-leftul ul li {}

.fulbg .f-leftul ul li a {
	text-decoration: none;
	display: block;
	color: #8c8c9a;
	font-size: 14px;
	line-height: 28px;
}


.f-mid p {
	text-decoration: none;
	display: block;
	color: #8c8c9a;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
}

.f-right p {
	color: #8c8c9a;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
}

.f-right .fer {
	margin-top: 20px;
}




.copy {
	margin-top: 50px;
	/*background: url(../images/fxian.jpg) repeat-x left top;*/
            border-top: 1px solid #c9c8d0;
}

.copy p {
	font-size: 14px;
	color: #8c8c9a;
	line-height: 30px;
	padding: 10px 0;
	margin-bottom: 0;
}

@keyframes cursorActiveAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}


/*.footerEnd*/
@media (min-width: 1400px) {}

@media (min-width: 1300px) {
	.f-mid {
		flex: 0 0 22%;
		max-width: 22%;
	}

	.f-right {
		flex: 0 0 28%;
		max-width: 28%;
	}

}

@media (max-width: 1460px) {

	.ban-text {
		padding-top: 10%;
	}

	/*.wc-menu ul li{
	width: 11.5%;
	margin: 0 0.5%;
}*/

	.wc-menu ul li .ernav ul li {
		width: 100%;
	}

	.zpeoplecon .swiper-button-prev {
		left: -30px;

	}

	.zpeoplecon .swiper-button-next {
		right: -30px;

	}

	.zhi-peoplecon .swiper-button-prev {
		left: -30px;

	}

	.zhi-peoplecon .swiper-button-next {
		right: -30px;

	}






}









@media (max-width: 1400px) {

	.ban-text {
		padding-top: 13%;

	}

	.banner .swiper-container .swiper-slide a img {
		height: 80vh;
		width: 100%;
	}

	.banner .bbg img {
		height: 80vh;
	}




}

@media (max-width: 1366px) {}



@media (max-width: 1300px) {}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

	.logo1 img {
		max-width: 85%;
	}

	.banner .swiper-container .swiper-slide a img {
		height: auto;
	}

	.banner .bbg img {
		height: auto;
	}

	.banner .shu1 img {
		max-width: 5%;
	}

	.ban-text img {
		max-width: 70%;

	}

	.zhi-lili i {
		font-size: 80px;

	}

	.news {
		margin-top: 30px;
		background: #f9fbff;
		padding: 50px 0 50px;
	}

	.zhaojob {
		padding: 50px 0;
	}

	.new-right .new-ul .new-li::after {
		bottom: -10px;
	}

	.zhi-people {
		padding: 50px 0;

	}

	.zhi-lili {
		padding: 30px 30px 20px 90px;
	}

	.footer h4 {
		font-size: 18px;
	}

	.zhi-lili .zhi-tt h5 {
		font-size: 20px;
	}

	.new-top span {
		font-size: 30px;

	}

	.new-top i {
		font-size: 20px;

	}

	.zhi-china {
		padding: 50px 0;
	}

	.contact {
		padding: 50px 0;
	}

	.footer {
		padding-top: 50px;
	}

	.new-right .new-ul .new-li .li-tt p {
		-webkit-line-clamp: 4;
	}

	.zhi-peoplecon a .zhi-li {
		align-items: center;

	}

	.zhi-peoplecon a .zhi-li .zhi-tt {
		padding: 30px;
	}

.suanli{
					padding: 50px 0;
				    }




}

@media (max-width: 991px) {

	/*小屏幕设备 平板*/
	.ban-text img {
		max-width: 66%;
	}

	.new-top span {
		font-size: 26px;
	}

	.new-top i {
		font-size: 18px;
	}

	.zhi-lili {
		min-height: 110px;

	}

	.news {
		padding: 30px 0;

	}

	.zhi-con {
		margin-top: 20px;
	}

	.news-con {
		padding-top: 20px;
	}

	.new-right .new-ul .new-li {
		display: flex;
		align-content: space-between;
		margin-bottom: 30px;


	}

	.new-ul {
		margin-top: 30px;
	}

	.new-right .new-ul .new-li .li-img {
		width: 32%;
	}

	.new-right .new-ul .new-li .li-tt {
		width: 68%;
		padding-left: 2%;
	}

	.new-more {
		text-align: center !important;
	}

	.zhao-li {
		margin-bottom: 30px;
	}

	.zpeoplecon .swiper-container {
		padding-bottom: 40px;
	}

	.zpeoplecon {
		padding-top: 20px;
	}

	.new-more {
		margin-top: 0;
	}

	.zhaojob {
		padding: 30px 0;
	}

	.zhi-people {
		padding: 30px 0;
	}

	.zhi-china {
		padding: 30px 0;
	}

	.zhi-peoplecon {
		padding-top: 20px;
	}

	.contact {
		padding: 30px 0;
	}

	.contact-con {
		padding-top: 20px;
	}

	.f-mid,
	.f-right {
		margin-top: 25px;

	}

	.footer h4 {
		margin-bottom: 10px;

	}

	.f-right .fer {
		margin-top: 10px;
	}

	.zhi-lili i {
		top: -30px;
		font-size: 60px;
	}



	.zhineng .zhineng-con .edu-link {
		display: inline-block;
	}
 .suanli{
					padding: 30px 0;
				    }
					.suan-con {
				    padding-top: 20px;
				}


}

@media (max-width: 767px) {

	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}

	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}

	.mobile-header-btn i {}

	#img {}

	.logo1 img {
		max-width: 85%;
	}

	.container {
		width: 100%;
	}

	.banner .shu1 {
		bottom: 15px;
	}

	.banner .swiper-container .swiper-slide a img {
		height: auto;
	}

	.banner .bbg img {
		height: auto;
	}

	.ban-text {
		padding-top: 16%;
	}

	.ban-text img {
		max-width: 75%;
	}

	.new-top span {
		font-size: 20px;
	}

	.new-top i {
		font-size: 16px;
	}

	.zhi-lili .zhi-tt h5 {
		font-size: 18px;
	}

	.zhi-lili {
		padding: 30px 30px 20px 60px;
		min-height: 100px;
	}

	.zhineng {
		padding-top: 60px;
		min-height: auto;
		padding-bottom: 30px;
	}

	.news {
		margin-top: 0;
	}

	.news-con .swiper-container a .ban-text {
		bottom: 20px;
		padding-left: 10px;
	}

	.news-con .swiper-container a .ban-text p {
		font-size: 16px;

	}

	.news-con .swiper-pagination {
		bottom: 0;
	}

	.new-right .new-ul .new-li {
		display: block;

	}

	.new-right .new-ul .new-li .li-img {
		width: 100%;
	}

	.new-right .new-ul .new-li .li-tt {
		width: 100%;
	}

	.new-right .new-ul .new-li .li-img img {
		width: 100%;
	}

	.zpeoplecon a .zhi-ttp h5 {
		font-size: 16px;
	}

	.zhi-peoplecon a .zhi-li {
		display: block;

	}

	.zhi-peoplecon a .zhi-li .zhi-liimg {
		width: 100%;

	}

	.zhi-peoplecon a .zhi-li .zhi-liimg img {
		border-radius: 0px;

	}

	.zhi-peoplecon a .zhi-li .zhi-tt {
		width: 100%;
		padding: 15px;
	}

	.zhi-peoplecon a .zhi-li .zhi-tt p {
		-webkit-line-clamp: 9;
	}

	.zhineng-con .item {
		background-repeat: round;
	}


	.cont-left {
		width: 100%;
	}

	.cont-left img,
	.cont-right img {
		border-radius: 0px !important;
		width: 100%;
	}

	.cont-right {
		width: 100%;
	}

	.contact-con {
		display: block;
	}

	.fulbg .f-leftul {
		width: 100%;
	}

	.fulbg div:nth-child(2).f-leftul {
		margin: 10px 0;
	}	

	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}

	.new-right .new-ul .new-li .li-tt span {
		-webkit-line-clamp: 2;
	}


	.copy {
		margin-top: 10px;
	}

	.footer {
		padding: 30px 0 1px;
	}
.news-con .new1li .new-li2 p a{
font-size: 16px;
}
.news-con .new1li {
    margin-bottom: 20px;
}
	.zhineng .zhineng-con .slide,
	.zhineng .zhineng-con .slide.active {
		min-width: 100%;
	}

	.zhineng .zhineng-con .new-more {
		margin: 15px 0 0px;
	}

	.zhineng .zhineng-con {
		padding-top: 20px;
	}

	.zhi-xuantop ul li {
		font-size: 18px;
	}

	.zhi-xuantop ul li::before {
		width: 22px;
		left: 43%;
	}
}

@media (max-width: 600px) {

	.banner .swiper-container .swiper-slide a img {
		height: 27vh;
	}

	.banner .bbg img {
		height: 27vh;
		width: 100%;
	}
}


.news-con .modal{
	padding-right:  0 !important;
}

.news-con .modal-dialog{
	max-width: 100%;
	background: rgba(10,10,40,0.7);	
        min-height: 100%;
	margin: 0;
	padding: 2rem;
}

.news-con .modal .modal-header button{
	opacity: 1;
}

.news-con .modal .modal-header button span{
	right: 0px;
	left: auto;
	color: #fff;
        font-size: 34px;
        opacity: 1;
        font-weight: normal;
	font-family: cursive;
}

.news-con .modal-content{
	background: none;
	color: #fff;
	border: none;
	max-width: 1200px;
	margin: auto;
}
.news-con .modal-header{
	border-bottom: none;
	text-align: left;
	display: block;
	padding-right: 0;
}