/* 首页和头尾公共样式 */
/* 顶部导航栏样式 */
/* 首页样式 */

/* 头部样式 */
.header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 999;
}

.main-content {
	padding-top: 90px;
}

.nav-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.8);
	display: none;
	z-index: 2;
}

.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.header-box .logo {
	width: 292px;
	height: 46px;
}

.header-box .logo img {
	max-width: 100%;
	max-height: 100%;
}

.header-box .header-nav {
	display: flex;
	align-items: center;
}

.header-box .mpbile-header-nav {
	display: none;
}

.mindh {
	display: none;
}

.header-box .header-nav .nav {
	display: flex;
	padding-right: 15px;
	margin-right: 30px;
	position: relative;
}

.header-box .header-nav .mobile-nav {
	display: none;
}

.header-box .header-nav .nav::after {
	content: '';
	width: 2px;
	height: 20px;
	background: #333;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-box .header-nav .nav>li {
	margin-right: 25px;
	position: relative;
}

.header-box .header-nav .nav>li:last-child {
	margin-right: 0;
}

.header-box .header-nav .nav>li::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #B10C1A;
	position: absolute;
	bottom: 25px;
	transition: 0.4s;
	transform: scaleX(0);
}

.header-box .header-nav .nav>li.on::after,
.header-box .header-nav .nav>li:hover::after {
	transform: scaleX(1);
}

.header-box .header-nav .nav>li.on>a,
.header-box .header-nav .nav>li:hover>a {
	color: #333333;
	font-weight: bold;
}

.header-box .header-nav .nav>li>a {
	font-size: 16px;
	padding: 0 15px;
	color: #333333;
	line-height: 90px;
}

.header-box .header-nav .nav>li>a img {
	margin-left: 5px;
	transition: 0.4s;
}

.header-box .header-nav .nav>li:hover>a img {
	transform: rotate(-180deg);
}

.header-box .header-nav .nav>li .two-nav {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	height: 0;
	overflow: hidden;
	transition: 0.4s;
}

.header-box .header-nav .nav>li:hover .two-nav {
	height: 176px;
}

.header-box .header-nav .nav>li .two-nav li {
	padding: 0px 15px;
}

.header-box .header-nav .nav>li .two-nav li a {
	white-space: nowrap;
	font-size: 16px;
	padding: 10px 0;
	position: relative;
}

.header-box .header-nav .nav>li .two-nav li:hover a {
	color: #B10C1A;
}

.header-box .header-nav .tel {
	display: flex;
	align-items: center;
}

.header-box .header-nav .tel img {
	margin-right: 5px;
}

.header-box .header-nav .tel p {
	font-size: 20px;
	color: #B10C1A;
	font-weight: bold;
}

.banner ul li a img {
	width: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 42px;
	height: 4px;
	background: #ccc;
	border-radius: 0;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #B10C1A;
}

.education_news .left-box {
	width: 1100px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.education_news .left-box .item {
	position: absolute;
	inset: 0;
	transform: translateX(100%);
	transition: 0.8s;
	opacity: 0;
}

.education_news .left-box .item.on {
	transform: translateX(0);
	opacity: 1;
}

.education_news .left-box .item .top {
	margin-bottom: 0;
}

.education_news .left-box .item .img-box {
	height: 600px;
}

.education_news .left-box .item .img-box {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.education_news .info-box {
	display: flex;
	justify-content: space-between;
}

.education_news .info-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.education_news .info-box .left-box .descripton-text {
	width: 448px;
	height: 558px;
	background: rgba(177, 12, 26, 0.8);
	position: absolute;
	top: 20px;
	right: 20px;
	width: 448px;
	color: #fff;
	padding: 77px 55px 0 55px;
}

.education_news .info-box .left-box .descripton-text .country {
	display: flex;
	align-items: flex-end;
}

.education_news .info-box .left-box .descripton-text .country p {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
}

.education_news .info-box .left-box .descripton-text .country span {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: lighter;
}

.education_news .info-box .left-box .descripton-text .country-info {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 2rem;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
}

.education_news .info-box .left-box .descripton-text a {
	width: 155px;
	height: 38px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;

}

.education_news .info-box .left-box .descripton-text a img {
	margin-left: 10px;
	transition: 0.4s;
}

.education_news .info-box .left-box .descripton-text a:hover img {
	margin-left: 25px;
}

.education_news .info-box .left-box .information-box .descripton-text {
	background: rgba(9, 24, 85, 0.8);
}

.education_news .info-box .left-box .information-box .descripton-text .time {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.education_news .info-box .left-box .information-box .descripton-text .country p {
	font-size: 24px;
	color: #FFFFFF;
}

.education_news .info-box .left-box .item .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	background: #9C7827;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.education_news .info-box .left-box .item .bottom li {
	display: flex;
	align-items: center;
}

.education_news .info-box .left-box .item .bottom li img {
	margin-right: 10px;
}

.education_news .info-box .left-box .item .bottom li p {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.education_news .info-box .mobile-right-box {
	display: none;
}

.education_news .info-box .right-box ul li {
	width: 300px;
	height: 110px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 30px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.4s;
}

.education_news .info-box .right-box ul li::after {
	content: '';
	width: 0%;
	height: 3px;
	background: #F6F6F6;
	position: absolute;
	bottom: 0;
	left: 100%;
	transition: 0.8s;
}

.education_news .info-box .right-box ul li p {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.education_news .info-box .right-box ul li span {
	font-size: 20px;
	color: rgba(51, 51, 51, 0.8);
}

.education_news .info-box .right-box ul li.on,
.education_news .info-box .right-box ul li:hover {
	background: #F6F6F6;
}

.education_news .info-box .right-box ul li.on::after,
.education_news .info-box .right-box ul li:hover::after {
	width: 100%;
	/* 动画结束时宽度变为100% */
	left: 0;
	background: #B10C1A;
}

.education_news .overseas-box {
	display: flex;
}

.education_news .overseas-box .top {

	margin-right: 10px;
}

.education_news .overseas-box .top a {
	position: relative;
	width: 654px;
	height: 600px;
}

.education_news .overseas-box .top a p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #fff;
	padding: 0 20px;
	background: rgba(9, 24, 85, 0.8);
	font-size: 18px;
	font-weight: bold;
}

.education_news .overseas-box .recommend {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.education_news .overseas-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.education_news .overseas-box a {
	overflow: hidden;
}

.education_news .overseas-box a:hover img {
	transform: scale(1.05);
}

.education_news .overseas-box .recommend a {
	width: 100%;
	position: relative;
	
}

.education_news .overseas-box .recommend a:last-child {
	margin-bottom: 0;
}

.education_news .overseas-box .recommend a p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #fff;
	padding: 0 20px;
	background: rgba(177, 12, 26, 0.8);
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.country-box .info-box .swiper {
	padding: 20px 40px;
}

.country-box .info-box .swiper ul li {
	cursor: pointer;
}

.country-box .info-box .swiper ul li img {
	width: 100%;
	transition: 0.4s;
}

.country-box .info-box .swiper .swiper-button-prev,
.country-box .info-box .swiper .swiper-button-next {
	width: 30px;
	height: 67px;
	background: #B10C1A;
	border-radius: 4px;
}

.country-box .info-box .swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
}

.country-box .info-box .swiper .swiper-button-prev::after,
.country-box .info-box .swiper .swiper-button-next::after {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.country-box .info-box .swiper .swiper-button-prev {
	left: 0;
}

.country-box .info-box .swiper .swiper-button-next {
	right: 0;
}

.country-box .info-box ul li:hover img {
	transform: scale(1.05);
}

.service-box {
	background: #F6F6F6;
}

.service-box .service-info ul {
	display: flex;
}

.service-box .service-info ul li {
	cursor: pointer;
}

.service-box .service-info ul li .title {
	width: 238px;
	height: 100px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-box .service-info ul li .title .bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.service-box .service-info ul li .title .bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
}

.service-box .service-info ul li .title .bg img.show {
	opacity: 1;
}

.service-box .service-info ul li .title .bg img.on {
	opacity: 0;
}

.service-box .service-info ul li:hover .title .bg img.show {
	opacity: 0;
}

.service-box .service-info ul li:hover .title .bg img.on {
	opacity: 1;
}

.service-box .service-info ul li .title p {
	position: relative;
	z-index: 2;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
}

.service-box .service-info ul li>p {
	width: 224px;
	height: 180px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding: 20px 30px;
	background: #fff;
	position: relative;
}

.service-box .service-info ul li>p::after {
	content: '';
	width: 100%;
	height: 6px;
	background: #9C7827;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.4s;
}

.service-box .service-info ul li:hover>p::after {
	background: #B10C1A;
}



.apply-box .apply-info {
	background: url("../images/apply-bg.jpg");
}

.apply-box .apply-info ul {
	display: flex;
	flex-wrap: wrap;
}

.apply-box .apply-info ul li {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 280px;
	position: relative;
}

.apply-box .apply-info ul li.big {
	width: 50%;
	background: rgba(255, 255, 255, 0.9);
	padding: 0 60px;
}

.apply-box .apply-info ul li.big p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}

.apply-box .apply-info ul li.big .big-yy {
	margin-top: 50px;
}

.apply-box .apply-info ul li .img-box {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apply-box .apply-info ul li .img-box img {
	width: 40px;
	height: 40px;
}

.apply-box .apply-info ul li p {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	color: #FFFFFF;
}

.apply-box .apply-info ul li {
	transition: 0.4s;
	cursor: pointer;
}

.blue {
	background: rgba(9, 24, 85, 0.8);
}

.apply-box .apply-info ul li:hover {
	background: rgba(177, 12, 26, 0.8);
}

.yellow {
	background: rgba(156, 120, 39, 0.8);
}

.apply-box .apply-info ul li.big:hover {
	background: rgba(255, 255, 255, 0.9);
}

.apply-box .apply-info ul li span {
	display: block;
	position: absolute;
	right: 25px;
	top: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 50px;
	line-height: 1;
	font-style: oblique;
}

.apply-box .apply-info .mobile-btn {
	display: none;
}

.form-box {
	background: url("../images/form-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.form-box .form-info {
	display: flex;
	align-items: flex-start;
}

.form-box .mobile-left {
	display: none;
}

.form-box .left {
	width: 315px;
	margin-right: 60px;
	text-align: right;
}

.form-box .left p {
	font-size: 24px;
	line-height: 32px;
	color: #B10C1A;
	white-space: nowrap;
}

.form-box .left h5 {
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
}

.form-box .left span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	color: #666666;
	margin-top: 35px;
}

.form-box .right {
	flex: 1;
}

.form-box .right .message-box>p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form-box .right .box {
	display: flex;
	flex-wrap: wrap;

}

.form-box .right .box p {
	font-size: 16px;
	color: #333333;
	margin-right: 10px;
	white-space: nowrap;
}

.form-box .right .box select,
.form-box .right .box input {
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	text-align: right;
	font-size: 16px;

}

.form-box .right .box span {
	color: #B10C1A;
}

.form-box .right .box .input-container {
	width: 32%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	margin-right: 2%;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.form-box .right .box .input-container:nth-child(3n) {
	margin-right: 0;
}

.form-box .right .box select {
	color: #999999;
	/* 默认显示“请选择”时的颜色 */
	/* 隐藏原生箭头 */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-box .right .box select.selected {
	color: #333333;
}

.form-box .right .box select:focus,
.form-box .right .box input:focus {
	outline: none;
}

.form-box .right .box .input-container.select {
	position: relative;
}

.form-box .right .box .input-container.select select {
	padding-right: 40px;
}

.form-box .right .box .input-container.select::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/select-ico.png);
	z-index: 9;
}

.form-box .botto-font {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.form-box .botto-font .form-actions {
	margin-right: 30px;
}

.form-box .botto-font button {
	font-size: 20px;
	border-radius: 100px;
	width: 213px;
	height: 52px;
	border: none;
	transition: 0.4s;
}

.form-box .botto-font .btn-submit {
	background: #B10C1A;
	color: #fff;
	margin-right: 20px;
}

.form-box .botto-font .btn-submit:hover {
	background: rgba(177, 12, 26, 0.8);
}

.form-box .botto-font .btn-reset {
	background: #fff;
	color: #333;
}

.form-box .botto-font .btn-reset:hover {
	color: #fff;
	background: rgba(177, 12, 26, 0.8);
}

.form-box .botto-font p {
	font-size: 16px;
}

.form-box .botto-font p span {
	font-size: 20px;
	color: #B10C1A;
	font-weight: bold;
}







/* 底部样式 */
footer {
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgba(9, 24, 85, 0.85);
}

footer .info_1 .info-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .info_1 .info-title h2 {
	font-size: 62px;
	line-height: 62px;
	font-weight: bold;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #fff;
	color: #fff;
}

footer .info_1>p {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}

footer .info_1 .tel {
	width: 335px;
	height: 52px;
	border-radius: 100px;
	background: #B10C1A;
	margin: 20px auto 0;
	font-size: 28px;
	line-height: 52px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .info_1 span img {
	margin-right: 10px;
}

footer .info_1 .code {
	width: 680px;
	margin: 40px auto 0;

}

footer .info_1 .code ul {
	display: flex;
	justify-content: space-between;
}

footer .info_1 .code ul li .code-img {
	width: 120px;
	height: 120px;
}

footer .info_1 .code ul li .code-img img {
	width: 100%;
	height: 100%;
}

footer .info_1 .code ul li p {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}

footer .info_1 .address {
	/* height: 80px; */
	background: #9C7827;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 25px 20px;
	gap: 20px;
}
footer .info_1 .address .address-info{
	display: flex;
	align-items: center;
}
footer .info_1 .address img {
	margin-right: 14px;
}

footer .info_1 .address p {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	width: 160px;
}

footer .info_1 .address span {
	font-size: 20px;
	color: #fff;
	flex: 1;
}

footer .footer-nav {
	padding: 45px 0 30px;
	background: rgba(9, 24, 85);
}

footer .footer-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer-nav ul li {
	margin-right: 50px;
}

footer .footer-nav ul li:last-child {
	margin-right: 0;
}

footer .footer-nav ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
}

footer .footer-nav ul li a::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	background: #B10C1A;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	bottom: 0;
	transition: 0.4s;
}

footer .footer-nav ul li:hover a::after {
	transform: translateX(-50%) scaleX(1);
}

footer .beian {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 57px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(9, 24, 85);
}

footer .beian p,
footer .beian a {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 25px;
	display: inline-block;
}

footer .beian a:hover {
	color: #B10C1A;
}

footer .beian p:last-child {
	margin-right: 0;
}

footer .beian a img {
	margin-right: 10px;
}