﻿ * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

body {
	background-color: #EFF1F6;
	font-family: Source Han Sans CN;
	color: #293E3C;

}
table {
	width: 100%;
	table-layout: fixed;
	background-color: #FFFAEF;
	border-collapse: collapse;
	font-size: max(5.5px,1vw); 
	font-weight: 400;
	line-height: 1.7em;
	text-align: center;
}
th, td {
	border: 0.2vw solid white;
}
th {
   color: white;
   padding: 0.5vw 2vw;
}
td {
	padding: 1vw 0.5vw;
}
.text-li{
	font-weight: 400;
	font-size: 1vw;
	line-height: 1.8em;
	font-family: "SourceHanSansCN-Medium";
	text-align: center;
	
}
.text-li ul li{
	 
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
.content{

}
.flex-r{
	display: flex;
	flex-direction: row;
	
	
}
.flex-r-c{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.flex-r-end{
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	
}
.flex-r-s{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex-c{
	display: flex;
	flex-direction: column;
	
}


.bgt{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	
}

/* 顶部横幅 */
.header {
	width: 100%;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	aspect-ratio: 5/2.3;
	display: flex;
	justify-content: center;
	align-items: flex-end;

}
.header-kuang{
	min-width: 335px;
	background-image: url(../img/kuang.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 17%;

	
}
.header-kuang-bg{
	margin-right:10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-kuang-bg span{
	font-weight: 500;
	font-size: 1vw;
	margin: 0 5% 0 10%;
	line-height: 1.8em;
	text-indent: 2em;
	font-family: "SourceHanSansCN-Medium";
	padding: 3.5% 0px;
	
}
.image_rwm{

	width:6vw;
}

/* 青少英语课  */
.qsyyk{


}
.qsyyk-title{
	margin: 2% 0 1% 0;
}
.image_qs{
	min-width: 315px;
	width:60%;

}
.qsyyk-content-bg{

	width: 100%;
	
}

.qsyyk-content{
	min-width: 315px;
	width: 60%;
	border-radius: 10px;
	background-color: #FFFFFF;
	
	
}
.qsyyk-item{
}

.qsyyk-item-t{
	text-align: center;
	color: #EBF1F7; 
	font-size: max(20px,4vw);
	font-weight: bold;
}
.qsyyk-item-t-img{
	width: 100%;
	
}
.qsyyk-item span{
	font-size: max(6px,0.9vw);
	font-weight: 400;
	line-height: 1.8em;
	text-indent: 2em;
	font-family: "SourceHanSansCN-Medium";
	text-align: justify;
	
}


/* 子乐小语种 */
.zlxyz-li{
	font-size: 1.2vw;
	color: #14486B;
	font-weight: 500;
	align-self: center;
	margin-left: 6%;
	line-height: 1.5em;
}
.zlxyz-li ul{
	list-style-type: disc; /* 使用圆点作为列表项的标记 */
	
}
.zlxyz-li li::marker {
  color: #14486B; /* 改变圆点颜色 */
  font-size:  1.2vw; /* 改变圆点大小 */
}
.qsn-text{
	
	padding-bottom: 10%;
	align-self: stretch;
	height: auto;
}
/* 课程安排 */
.kcap ul{
	margin-top: 1vw;
	background-color: #FFEFDF;
	padding: 3vw 4.5vw;
	text-align: center;
}
.kcap ul li{
	
	list-style-type: none;
	font-size: 1.2vw;
	color: #14486B;
	line-height: 1.8em;
	font-weight: 500;
	
}
/* 网页底 */
.bq-bg{
	background-color: #3B3F49;
	width: 100%;
}
.bq-bottom{
		font-family: MicrosoftYaHei;
	    font-size: 1vw;
	    color: #F8F8F8;
	    text-align: center;
		border-top: 1px solid #4D515A;
		width: 100%;
		padding: 1vw 0;
	    
}
.bq-yq{
	color: #ACB1BD;
	font-size: 1.2vw;
	font-weight: 500;
}
.bq-yq-u {
	list-style-type: none;
	font-family: MicrosoftYaHei;
	font-size: 1vw;
	color: #F8F8F8;
	margin-top: 1vw;

}
.bq-yq-u li {
	margin-left: 1.5vw;
}
.bq-yq-u a {
	color: #F8F8F8;
	text-decoration: none; /* 移除下划线 */
}

 /* 底部栏 */
 .footer {
	 background-image: url(../img/footer_bg.png);
	 background-repeat: repeat;
	 width: 100%;
	 height: 589px;
	 margin: 0 auto;
	 display: flex;
	 flex-direction: column;
 }

 .footer .footer_menu {
	 position: relative;
	 height: 275px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
 }


 .footer .nav_link {
	 width: 1136px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-top: 40px;
 }


 /* 友情链接 */
 .footer .nav_link_ul {
	 list-style-type: none;
	 text-align: center;
	 width: 1136px;
	 height: 60px;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: center;
 }

 .footer .nav_link_ul li {
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 font-family: SourceHanSansCN-Bold;
	 font-weight: 700;
	 line-height: 27px;
	 border-radius: 4px;
	 height: 68px;
	 border: 1px solid rgba(255, 255, 255, 1);
	 width: 118px;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 cursor: pointer;
 }

 .footer .footer_contact {
	 position: relative;
	 margin: 0 auto;
 }

 .footer .footer_contact_div {
	 position: relative;
	 display: flex;
	 flex-direction: row;
	 width: 1126px;
	 justify-content: space-between;
	 align-items: center;
 }

 .footer_contact_left {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 550px;
	 height: 186px;
 }

 .footer_contact_left_title {
	 height: 16px;
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 font-family: MicrosoftYaHei-Bold;
	 font-weight: 700;
	 white-space: nowrap;
	 line-height: 16px;
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
 }


 .footer_contact_left_content {
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: center;
	 width: 100%;
	 margin-top: 26px;
 }

 .footer_contact_left_text {
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 white-space: nowrap;
	 font-size: 14px;
	 line-height: 36px;
	 overflow: visible;
 }

 .footer_contact_left_content .school_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 108px;
 }

 .footer_contact_left_content .school_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 108px;
 }

 .footer_contact_left_content .contact_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 284px;
 }


 .footer_contact_left_content .cec_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 96px;
 }

 .contact_info_text {
	 color: rgba(255, 255, 255, 1);
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 font-size: 14px;
	 line-height: 36px;
	 overflow: visible;
 }

 .contact_info_text616 {
	 margin-left: 40px;
	 color: rgba(255, 255, 255, 1);
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 font-size: 14px;
	 line-height: 36px;
	 overflow: visible;
 }

 .footer_contact_right {
	 display: flex;
	 flex-direction: column;
	 width: 478px;
	 align-items: flex-start;
	 height: 186px;
 }

 .nav_link_concat {
	 width: 500px;
	 list-style-type: none;
	 text-align: left;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 flex-wrap: wrap;
 }

 .nav_link_concat li {
	 color: rgba(255, 255, 255, 1);
	 font-size: 16px;
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 white-space: nowrap;
	 line-height: 16px;
 }

 .nav_link_concat li a {
	 width: 96px;
	 height: 16px;
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 16px;
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 white-space: nowrap;
	 line-height: 36px;
	 margin-top: 28px;
	 text-decoration: none;
 }

 .footer_contact_right_title {
	 height: 16px;
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 font-family: MicrosoftYaHei-Bold;
	 font-weight: 700;
	 white-space: nowrap;
	 line-height: 16px;
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;

 }

 .footer_contact_right_content {
	 display: flex;
	 flex-direction: row;
	 justify-content: flex-start;
	 align-items: center;
	 width: 100%;
	 margin-top: 26px;
 }

 .footer_contact_center {
	 background-color: rgba(255, 255, 255, 1);
	 width: 1px;
	 height: 180px;
	 display: flex;
	 flex-direction: column;
 }

 .footer_line {
	 width: 100%;
	 height: 1px;
	 margin-top: 166px;
	 background-color: rgba(109, 171, 172, 1);
	 margin-top: 20px;
	 margin-bottom: 20px;
 }

 .footer_bottom {
	 position: relative;
	 margin-top: 40px;
 ;
	 background-color: rgba(0, 123, 123, 1);
	 height: 60px;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
 }

 .footer_bottom_text {
	 height: 20px;
	 color: rgba(255, 255, 255, 1);
	 font-size: 16px;
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 line-height: 20px;
	 text-align: center;
 }

 .footer_bottom_text a {
	 color: rgba(255, 255, 255, 1);
 }
