/*引用字体  */
/* @import url("https://fonts.googleapis.com/css?family=Fraunces");
@import url("https://fonts.googleapis.com/css?family=Nunito");
@import url("https://fonts.googleapis.com/css?family=Calibri");
@import url("https://fonts.googleapis.com/css?family=Caveat"); */

body,
td,
th {
    font-family: "YAFdJr3SNlU-0";
    font-size: 16px;
    color: #666;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    min-width: 1368px;
    color: #353A39;

}

h2 {
    font-family: "YAFdJr3SNlU-0";
    margin: 0;
    padding: 0;
}

ul,
li,
p {
    margin: 0;
    padding: 0;

}
 

.top {
    width: 100%;
    height: 768px;
    overflow: hidden;
    position: relative;
}
.top_bg{
    width: 100%;
    height: 768px;
	z-index: 1;
	/* background-image: url(../images/contact_bg.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}
.top_con {
    width: 1400px;
    height: 768px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -700px;
	z-index: 2;
}

.top_text {
    text-align: center;
    margin-top: 200px;
    
}

.top_text p {
    font-family: "YAFdJr3SNlU-0";
    line-height: 69px;
    letter-spacing: 0em;
    text-transform: none;
    list-style-type: none;
    font-size: 62px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-kerning: none;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 2.33457px 17.5092px; 
    animation: rotateX 0.5s 1 linear; 
}

.banner_btn {
    margin-top: 50px; 
    animation: rotateY 0.5s 1 linear; 
}

.banner_btn a {
    font-size: 22.4806px;
    color: #0b7d7e;
    line-height: 25px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    color: rgb(11, 125, 126);
    font-kerning: none;
    text-decoration: none;

    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2.33457px 17.5092px;

}

/* top_text_sub */
.top_text_sub {
    margin: 80px 10px 10px 110px;
    
}

.top_text_sub p {
    margin-top: 50px;
    font-size: 61.3333px;
    color: rgb(255, 255, 255);
    line-height: 69px;
    letter-spacing: -0.03em;
    --pY_8zA: 0;
    text-transform: none;
    --oJepFA: 0;
    --uYCVzQ: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    animation: rotateX 0.5s 1 linear;
}

.logo_sub {
    display: flex;
    align-items: center;
}

.logo_sub img {
    width: 88px;
    height: 88px;
}

.logo_sub div {
    margin: 0;
    font-size: 21.3354px;
    color: rgb(255, 255, 255);
    line-height: 23px;
    letter-spacing: 0em;
    --pY_8zA: 0;
    text-transform: none;
    --oJepFA: 0;
    --uYCVzQ: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
}


/* nav */
.nav ul {
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1368px;
    margin: 10px auto 0 auto;

}

.nav li {
    width: 16.66%;
    float: left;
    text-align: center;
    line-height: 60px;
    height: 60px;
}

.nav li a {
    font-family: "YAFdJr3SNlU-0";
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 2.33457px 17.5092px;

}

.nav li a:hover {
    color: #ffffff;
    text-decoration: none;

}

/* 定义下拉按钮样式 */
.dropbtn {
    border: none;
    cursor: pointer;
}

/* 容器 <div> - 滚动容器 */
.dropdown {
    position: relative;
    display: inline-block;
}

.nav .dropdown-content a {
    color: #fff;
}

.nav .dropdown-content a:hover {
    color: #fff;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 227px;
    z-index: 999;
    overflow: hidden;
    opacity: 1;
}

/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
    display: block;
}

/* 链接样式 */
.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    line-height: 30px;
}

/* 鼠标悬停时更改下拉链接背景颜色 */
.dropdown-content a:hover {
    background-color: #0b7d7e;
}

.main_box {
    margin: 84px auto 110px auto;
    width: 1368px;
}


.about_box {
    margin: auto;
    width: 1368px;
    height: 710px;
    background-image: url('../images/about_pic.jpg');
    background-repeat: no-repeat;
}
.about_con{
	padding-left:80px;
}
.about_con p {
    font-size: 48px;
    color: rgb(11, 125, 126);
    line-height: 48px;
    letter-spacing: 0em;
    text-transform: uppercase;
    list-style-type: none;
    font-weight: 900;
    font-style: normal;
    color: rgb(11, 125, 126);
    font-kerning: none;
    text-decoration: none;
}

.about_con p span {
    color: rgb(65, 66, 65);
}

.about_text {
    font-size: 13px;
    width: 416px;
    margin-top: 20px;
}

.IYP_btn {
    display: flex;
    animation: rotateY 0.5s 1 linear; 
}

.IYP_btn a {
    margin-top: 20px;
    display: block;
    font-size: 26px;
    color: rgb(255, 255, 255);
    line-height: 48px;
    height: 48px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
    background-color: #0b7d7e;
    padding: 0px 30px 0px 30px;
    border-radius: 15px;

}

.IYP_btn a:hover {
    background-color: rgb(65, 66, 65);
}

/* why */
.why_box {
    margin-top: 100px;
    width: 1368px;
    position: relative;
}

.why_title {
    font-size: 37.3333px;
    color: #0b7d7e;
    line-height: 42px;
    height: 42px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
    text-align: center;
}

.why_title span {
    color: #414241;
}

.why_con {
    margin-top: 100px; 
}

.why_con ul {
    margin: auto; 
    /* justify-content: center; */
    align-items: center;
    display: flex;
}

.why_con ul li {
    flex: 1;
    text-align: center;
    color: #fff;
    list-style: none;
}

.why_con ul li div {
    width: 130px;
    height: 130px;
    border: #414241 5px solid;
    border-radius: 70px;
    overflow: hidden;
    margin: auto;
}

.why_con ul li div img {
    height: 100%;
    width: 100%;
}

.why_con ul li h5 {
    font-size: 20px;
}

.why_con ul li p {
    font-size: 13px;
    padding-bottom: 86px;
}

.why_bg {
    background-color: #0e8388;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 290px;
    z-index: -999;
}

/* programs_box */
.programs_box {
    margin-top: 100px;
    width: 1368px;
    position: relative;
}

.programs_title {
    font-size: 37.3333px;
    color: #0b7d7e;
    line-height: 42px;
    height: 42px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
    text-align: center;
}

.programs_title span {
    color: #414241;
}

.programs_list {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.programs_team {
    position: relative;
    overflow: hidden;
}

.programs_team img {
    width: 100%;
    height: 100%;
}

.programs_team div {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 25px;
    position: absolute;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 61.3333px;
    color: rgb(255, 255, 255);
    line-height: 69px;
    text-transform: none;
    list-style-type: none;
    text-shadow: rgba(14, 131, 136, 0.5) 0px 2.3px 17.25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.programs_team div:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


/* footer */
.footer {
    width: 100%;
    background: #414241;
}

.footer_box {
    margin: auto;
    width: 1368px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footer_box div {
    display: flex;
    align-items: center;
    padding-right: 30px;

}

.footer_box img {
    margin-right: 10px;

}


/* canada_program */
.canada_program {
    display: flex;
    justify-content: center;
    align-items: center;
}

.canada_program_con {
    width: 520px;
    margin-right: 50px;
}

.canada_program_con h3 {
    font-size: 26px;
}

.canada_program_con {
    font-size: 12px;
    line-height: 16px;
}

.canada_program_list {
    margin: 100px auto 0 auto;
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
}

.canada_program_team {
    /* flex: 1; */
    width: 300;
}

.canada_program_team h3 {
    font-size: 16px;
    font-weight: normal;
}

.canada_program_team a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #ff914d;
    border-radius: 10px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.canada_program_team a:hover {
    background-color: rgb(65, 66, 65);
}

.canada_program_team h4 {
    height: 32px;
}

.canada_program_team div {
    font-size: 12px;
}

/* china_program */
.china_program {
    background-image: url('../images/china_program_img.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

.china_program_con {
    padding-left: 100px;
    padding-bottom: 300px;
}

.china_program_con h3 {
    font-size: 26px;
}

.china_program_con li {
    font-size: 12px;
    width: 580px;
}

.china_program_con p {
    font-size: 12px;
    width: 580px;
}

.china_program_con p span {
    font-size: 16px;
    font-weight: bold;
}

.china_program_btn {
    display: flex;
    gap: 30px;
}

.china_program_btn a {
    background-color: #c02327;
}

/* mexico_program */
.mexico_program {
    background-image: url('../images/mexico_program_img.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

.mexico_program_con {
    padding-left: 100px;
    padding-bottom: 300px;
}

.mexico_program_con h3 {
    font-size: 26px;
}

.mexico_program_con li {
    font-size: 12px;
    width: 580px;
}

.mexico_program_con p {
    font-size: 12px;
    width: 580px;
}

.mexico_program_con p span {
    font-size: 16px;
    font-weight: bold;
}

.mexico_program_btn {
    display: flex;
    gap: 30px;
}

.mexico_program_btn a {
    background-color: #d00992;
}

/* admission_program */
.admission_program {
    background-image: url('../images/admission_program_img.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 400px;
}

.admission_program_con {
    padding-left: 100px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
}

.admission_program_con h3 {
    font-size: 26px;
}

.admission_program_con li {
    font-size: 12px;
    width: 580px;
}

.admission_program_con div {
    font-size: 12px;
    width: 580px;
    line-height: 16px;
}

.admission_program_con p span {
    font-size: 16px;
    font-weight: bold;
}

.admission_program_btn {
    display: flex;
    flex-direction: column;
}

.admission_program_btn a {
    background-color: #0b7d7e;
}

.kit_list a{ 
	color:#666;
	text-decoration:none;
}
.kit_list a:hover{
	color:#0b7d7e;
	text-decoration:underline;
}
/* gallery_program */
.gallery_program {
    background-image: url('../images/gallery_program_img.jpg');
    background-repeat: no-repeat;
    background-position: top;
}

.gallery_program_con {
    padding-left: 0px;
}

.gallery_program_con h3 {
    font-size: 26px;
}

.gallery_program_con li {
    font-size: 12px;
    width: 580px;
}

.gallery_program_con div {
    font-size: 12px;
    line-height: 16px;
}

.gallery_program_con p span {
    font-size: 16px;
    font-weight: bold;
}

.gallery_program_btn {
    display: flex;
    flex-direction: column;
}

.gallery_program_btn a {
    background-color: #0b7d7e;
}

.gallery_program_title {
    margin-left: 80px;
}

.gallery_program_title p {
    display: flex;
    font-size: 48px;
    color: rgb(11, 125, 126);
    line-height: 48px;
    letter-spacing: 0em;
    --pY_8zA: 0;
    text-transform: uppercase;
    --oJepFA: 0;
    --uYCVzQ: none;
    list-style-type: none;
    font-weight: 900;
    font-style: normal;
    color: rgb(11, 125, 126);
    font-kerning: none;
    text-decoration: none;
}

.gallery_program_video {
    margin-top: 158px;
    margin-left: 136px;
    margin-right: 128px;
    display: flex;
    gap: 30px;
}

/* gallery_list */
.gallery_list {
    margin-top: 130px;
    height: 760px;
}

.gallery_list div {
    float: left;
    margin: 9px 0px 0px 9px;
    width: 115px;
    height: 115px;
}

.gallery_list div img {
    width: 100%;
    height: 100%;
}

.gallery_list .blue_text {
    background-color: #0b7d7e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.gallery_list .red_text {
    background-color: #a7c7c6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.gallery_list .gray_text {
    background-color: #414241;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.gallery_list .black_text {
    background-color: #406395;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}


/* contact_program */
.contact_program {
    background-image: url('../images/contact_program_img.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

.contact_program_con {
    padding-left: 100px;
    height: 720px;
}

.contact_program_con h3 {
    padding-top: 50px;
    font-size: 54px;
    text-shadow: rgba(0, 0, 0, 0.16) 0px 1.99999px 4.59999px;
    color: rgb(65, 66, 65);
    line-height: 53px;
    letter-spacing: 0em;
    text-transform: uppercase;
    list-style-type: none;
    font-weight: 900;
    font-style: normal;
    color: rgb(65, 66, 65);
    font-kerning: none;
    text-decoration: none;

    animation: rotateY 0.5s 1 linear;

}

@keyframes rotateX {
    from {
        transform: translateX(-100px); 
    }

    to {
        transform: translateX(0px); 
    }
}

@keyframes rotateY {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(0px);
    }
}
 


.from_box {
    width: 430px;
}


/* canada_program */
.resources_program {
    margin-top: 80px;
}

.resources_program_title {
    width: 1200px;
    margin: auto;
    font-size: 37.3333px;
    color: rgb(65, 66, 65);
    line-height: 42px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    color: rgb(65, 66, 65);
    font-kerning: none;
    text-decoration: none;

}

.resources_program_title span {
    color: rgb(11, 125, 126);
}

.resources_program_box {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.resources_program_con {
    width: 290px;
    font-size: 16px;
    line-height: 16px;
}

.resources_program_con h3 {
    font-size: 28px;
    color: rgb(65, 66, 65);
    line-height: 31px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    color: rgb(65, 66, 65);
    font-kerning: none;
    text-decoration: none;

}

.resources_program_con p {
    padding: 15px 0px 15px 0px;
}

.resources_program_con h4 {
    height: 32px;
    margin: 0;
}

.resources_program_con a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #ff914d;
    border-radius: 10px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
}

.resources_program_list {
    margin-left: 190;
    width: 720px;
    font-size: 16px;
    line-height: 16px;
}

.resources_program_list h3 {
    font-size: 28px;
    color: rgb(65, 66, 65);
    line-height: 31px;
    text-transform: none;
    list-style-type: none;
    font-weight: 700;
    font-style: normal;
    color: rgb(65, 66, 65);
    font-kerning: none;
    text-decoration: none;
    margin-bottom: 0px;
}

.resources_program_list p {
    padding: 10px 0px 10px 0px;
}

.resources_program_list th {
    text-align: center;
    background-color: #238a8b;
    line-height: 40px;
    color: #ffffff;
}

.resources_program_list td {
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 14.66px;
}

.resources_program_list td a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.resources_program_list td a:hover {
    color: #238a8b;
    text-decoration: underline;
}

.resources_program_list .sub td {
    background-color: #eae7e5;
}