* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'syht_reg';
}

p,
h1,
h2,
h3,
h4,
h5,
div,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

@font-face {
    font-family: 'cargod';
    src: url('/static/font/cargod.ttf');
}


a {
    text-decoration: none;
    color: #333333;
}

input,
select,
textarea {
    outline-style: none;
    border: none;
    background-color: transparent;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.op0 {
    /*opacity: 0;*/
}

.flex-d {
    display: flex;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-start {
    display: flex;
    justify-content: start;
}

.flex_row_ib {
    position: relative;
}

.flex_row_ib .faq_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.flex_row_ib p {
    text-indent: 2em;
}

.main {
    width: 1150px;
    max-width: 1200px;
    margin: 0 auto;
}
 
.icon {
    display: flex;
    align-items: center;
    font-size: 0;
}

.icon img {
    width: 100%;
}

.mb-15 {
    margin-bottom: 15px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .5);
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 15px;
    width: 35px;
}

.rows {
    display: flex;
    align-items: center;
}

.banner {
    width: 100%;
}

a:focus,
a:hover {
    text-decoration: none;
}

.banner a,
.banner a img {
    display: block;
    width: 100%;
    font-size: 0;
}

.banner_btns {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .banner_static,
.banner .banner_static img {
    width: 100%;
}

.crumbs {
    display: flex;
    align-items: center;
    padding: 13px 0;
    font-size: 12px;
}

.crumbs a,
.crumbs,
.crumbs span {
    color: #999999;
}

.crumbs a:hover {
    color: #e37c41;
}

.crumbs span {
    padding: 0 5px;
}

.crumbs .active {
    color: #333333;
}

.advertsing {
    width: 100%;
    font-size: 0;
    margin: 20px 0;
}

.advertsing img {
    width: 100%;
}

.container_cont {
    position: relative;
}

.navbar_cont {
    display: none;
    position: fixed;
    left: 40px;
    top: 20%;
    z-index: 99;
    color: #000;
}

.navbar_cont .navbar_title {
    background: url('../images/navbar_left_bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 20px 19px 10px;
}

.navbar_cont .navbar_title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
 
.navbar_cont .navbar_list {
    border: 1px solid #cfd5e0;
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

.navbar_cont .navbar_list .item_btn {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #cfd5e0;
    font-size: 14px;
    color: #666;
}

.navbar_cont .navbar_list .item_btn a {
    position: relative;
    display: block;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}

.navbar_cont .navbar_list .item_btn a::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(5px, -50%);
    border: 6px solid transparent;
    border-left-color: #e38944;
}

.navbar_cont .navbar_list .item_btn_active a::after,
.navbar_cont .navbar_list .item_btn:hover a::after {
    opacity: 1;
}

.navbar_cont .navbar_list .item_btn:hover,
.navbar_cont .navbar_list .item_btn_active {
    color: #0e2d63;
    background-color: #f3f4f7;
}

.m_maxbtns_list .btn_blocks {
    height: 40px;
}

.m_maxbtns_list {
    display: none;
    position: relative;
    z-index: 9999999;
}

.m_maxbtns_list ul {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.m_maxbtns_list ul li {
    flex: 1;
    background-color: #2b4d8b;
    margin-right: 2px;
}

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

.m_maxbtns_list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
}

.m_maxbtns_list ul li a .icon {
    width: 22px;
    margin-right: 4px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.card {
    border: 1px solid #cfd5e0;
}

.label {
    padding: 0;
}

label {
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

@media screen and (max-width:1200px) {
    .main {
        width: 100%;
        padding: 0 10px;
    }

    .navbar_cont {
        /* display: none!important; */
    }
}

@media screen and (min-width: 990px) {
    .studyAbroadCard .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .banner a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 240px;
        overflow: hidden;
    }

    .banner a img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        padding: 0 5px;
    }

    .navbar_cont .navbar_title h3 {
        font-size: 14px;
    }

    .navbar_cont .navbar_list .item_btn a span {
        font-size: 14px;
    }

    .navbar_cont {
        left: 5px;
    }
}

@media screen and (max-width: 600px) {
    .banner a {
        height: 180px;
    }

    .banner a img {
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .studyAbroadCard .sidebar .title_1 h3 .topBarNav {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .m_maxbtns_list {
        display: block;
    }

    .StudySchool {
        position: sticky;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
}

@media screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media screen and (max-width:600px) {
    .friendlyLink .row>.col-md-12 {
        width: 100%;
    }

    .friendlyLink .row>* {
        width: 50%;
        text-align: center;
    }

    .crumbs a {
        font-size: 12px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding: 0 6px;
    }

    .lx-4{
		width:100%;
}

    .swiper-button-next,
    .swiper-button-prev {
        width: 18px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px;
    }
}

header .topBarNav {
    padding: 8px 0;
    background-color: #f3f4f7;
}

header .topBarNav .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .topBarNav .main>div {
    display: flex;
    align-items: center;
}

header .topBarNav .main p {
    font-size: 12px;
    margin-left: 11px;
}

header .topBarNav .main .logo_top {
    width: 62px;
}

header .topBarNav .main .logo_top img {
    width: 100%;
}

header .topBarNav .main .right a {
    position: relative;
}

header .topBarNav .main .right .items {
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
}

header .topBarNav .main .right a:hover>.items_cont_imgbox {
    display: flex;
}

header .topBarNav .main .right .items_cont_imgbox {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 12px;
    width: 100%;
    z-index: 9999;
}

header .topBarNav .main .right .items_cont_img {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 13px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .2);
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
}

header .topBarNav .main .right .items_cont_img::before {
    content: '';
    position: absolute;
    top: 0;
    width: 14px;
    height: 14px;
    left: 50%;
    transform-origin: left center;
    transform: rotateZ(45deg) translate(-50%, -50%);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
}

header .topBarNav .main .right .items_cont_img::after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 50px;
    height: 20px;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}

header .topBarNav .main .right .items_cont_img img {
    width: 100%;
}

header .topBarNav .main .right .items .icon {
    width: 18px;
}

header .topBarNav .main .right .items span {
    margin-left: 8px;
}

header .topBarNav .main .right .items_phone .phone_text {
    margin-left: 8px;
    color: #999999;
    display: flex;
    align-items: center;
}

header .topBarNav .main .right .items_phone .phone_text span {
    font-size: 16px;
    color: #e38944;
    font-weight: bold;
    font-family: 'avantgardece';
}

header .header_box .main {
    display: flex;
    align-items: center;
}

.aidiHeaders header .header_box {
    padding: 0;
}

header .header_box .logo {
    width: 98px;
    padding: 6px 15px 6px 0;
    border-right: 1px solid #f4f4f4;
}

header .header_box .logo img {
    width: 100%;
}

header .header_box {
    padding: 9px 0;
}

header .header_box .main .logo_text {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: bold;
    background-color: #e38944;
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
} 

header .header_box .main .logo_textInter {
    background: linear-gradient(90deg,#5849a3,#4685a5);
}

header .header_box .main .gjyey_logo_text {
    background: linear-gradient(90deg,#334d72,#4685a5);
}

header .header_box .main .gjxx_logo_text {
    background: linear-gradient(90deg,#4665a5,#5e82cc);
}

header .header_box .main .gjgz_logo_text {
    background: linear-gradient(90deg,#192d76,#4685a5);
}

header .header_box .main .flex-d {
    width: 100%;
    height: 100%;
}

header .header_box .main .logo_left {
    display: flex;
    padding: 0;
    align-items: center;
}

header .header_box .main .menu {
    display: none;
    width: 30px;
    align-items: center;
    font-size: 0;
}

header .header_box .main .menu img {
    width: 100%;
}

header .header_box nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

header .header_box nav .cancel_head {
    width: 100%;
    display: none;
    justify-content: flex-end;
    padding: 0 30px;
    margin-bottom: 15px;
}

header .header_box nav .cancel_head .cancel_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}

.cancel_nav img {
    width: 100%;
}

header .header_box nav .nav {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: bold;
}

header .header_box nav .nav li {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

header .header_box nav .nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--main-c);
    padding: 0 13px;
}

header .header_box nav .navInter li a {
    color: var(--main-c);
}

header .header_box nav .nav li a .navIcons::after,
header .header_box nav .nav li a .navIcons::before {
    content: '';
    transform-origin: bottom;
    transform: rotate(-45deg);
    width: 12px;height: 1px;
    background-color: var(--main-c);
}


header .header_box nav .nav li a .navIcons::before {
    transform: translateX(1px) rotate(45deg);
}

header .header_box nav .nav li:hover a,
header .header_box nav .nav li:hover .navIcons svg {
    color: #e38944;
    fill: #e38944;
}

header .header_box nav .nav li .sonNav {
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top center;
    position: absolute;
    z-index: 99;
    color: #333333;
    background-color: #f3f4f7;
    text-align: center;
    width: 100%;
    top: calc(100% + 8px);
    transition: all .4s;
}

header .header_box nav .nav li:hover>.sonNav {
    transform: scaleY(1);
    opacity: 1;
}

header .header_box nav .nav li .sonNav::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: transparent;
    background-color: #e38944;
}

header .header_box nav .nav li .sonNav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    border: 8px solid transparent;
    border-bottom-color: #e38944;
}

header .header_box nav .nav li .sonNav li a {
    padding: 10px 0;
    width: 100%;
    display: block;
    color: #333333;
    font-weight: normal;
}

header .header_box nav .nav li .sonNav li a:hover {
    background-color: #fff;
    color: #e38944;
}

header .header_box nav .nav li:hover .icon {
    transform: rotate(180deg);
}

header .header_box nav .nav li a .icon {
    width: 12px;
    transform: rotate(0deg);
    transition: transform .2s;
}

header .header_box nav .nav li a span {
    margin-right: 7px;
}

/* 学校header */

.StudySchool .header_box>.main {
    padding: 10px 0;
}

.StudySchool .topBarNav .main .right .items_phone {
    display: none;
}

.StudySchool .header_box .main {
    flex-direction: column;
}

.StudySchool .header_box .logo {
    width: auto;
}

.StudySchool .header_box .logo {
    border-right-color: #eeeeee;
}

.StudySchool .header_box .logo a {
    display: flex;
    align-items: center;
}

.StudySchool .header_box .logo a img {
    width: 70px;
    margin-right: 14px;
}

.StudySchool .header_box .logo a h1 {
    font-weight: bold;
    font-size: 32px;
    color: #333;
}

.StudySchool .header_box nav {
    background-color: #3a5d98;
}

.aidiHeaders {
    position: sticky;
    top: 0px;
    z-index: 99999;
}

.StudySchool .header_box .main .logo_left {
    align-items: center;
}

.StudySchool .header_box nav .nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.StudySchool .header_box nav .nav li {
    /*padding-right: 20px;*/
    font-weight: normal;
}

.StudySchool .header_box nav .nav li:last-child {
    padding-right: 0;
}

.StudySchool .header_box nav .nav li a {
    color: #fff;
    padding: 17px 24px;
}

.StudySchool .header_box nav .nav li a.active {
    background-color: #e37c42;
}

.StudySchool .phoneHead {
    display: flex;
    align-items: center;
}

.StudySchool .phoneHead .icon {
    width: 40px;
    margin-right: 7px;
}

.StudySchool .phoneHead .phoneRight p {
    color: #999999;
    line-height: 1;
    font-size: 14px;
}

.StudySchool .phoneHead .phoneRight h3 {
    color: #e38944;
    font-size: 26px;
    line-height: 1;
    margin-top: 4px;
    font-weight: bold;
    font-family: 'ariblk';
}

.StudySchool .header_box nav .nav li a:hover {
    color: #fff;
    background-color: #e38944;
}

.StudySchool .header_box {
    padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .StudySchool .header_box nav .nav {
        flex-direction: column;
    }

    header .header_box nav .nav li a .navIcons {
        fill: #e1894c;
    }

    header .topBarNav .right,
    .StudySchool .phoneHead {
        display: none;
    }

    .StudySchool .header_box .main {
        padding: 0 15px;
    }

    header .header_box nav .cancel_head {
        display: flex;
    }

    header .header_box .main .menu,
    header .header_box nav .cancel_head {
        display: flex;
    }

    header .header_box nav {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(10px);
        left: 0;
        top: 0;
        z-index: 9;
        justify-content: start;
        padding-top: 20px;
    }

    header .header_box nav .nav {
        height: auto;
        justify-content: center;
        flex-direction: column;
        transform: scale(1);
        opacity: 1;
        width: 100%;
        padding: 0 30px;
    }

    header .header_box nav .nav li {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    header .header_box nav .nav li a {
        border-bottom: 1px solid #a4a4a4;
        color: #fff;
        justify-content: start;
        width: 100%;
        padding: 12px;
    }

    header .header_box nav .nav li a .navIcons::after, header .header_box nav .nav li a .navIcons::before {
        background-color:#fff;
    }

    header .header_box nav .nav li .sonNav {
        position: static;
        background-color: transparent;
        height: 0;
    }

    header .header_box nav .nav li .sonNav li a {
        color: #fff;
        text-align: left;
        position: relative;
        padding: 12px 45px;
    }

    header .header_box nav .nav li .sonNav li a::before {
        content: '';
        position: absolute;
        height: 1px;
        width: 10px;
        background-color: #fff;
        top: 50%;
        left: 20px;
    }

    header .header_box nav .nav li .sonNav::before,
    header .header_box nav .nav li .sonNav::after {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .StudySchool .header_box .logo a h1 {
        font-size: 20px;
    }

    .StudySchool .header_box .logo a img {
        margin-right: 5px;
    }
}

@media screen and (max-width:500px) {
    .StudySchool .header_box .logo a h1 {
        font-size: 17px;
    }

    header .topBarNav .main .right {
        display: none;
    }

    header .header_box .main .logo_text {
        font-size: 14px;
        padding: 6px 15px;
        white-space: nowrap;
        margin: 10px;
    }

    .StudySchool .header_box nav .nav li a {
        font-size: 14px;
        padding: 10px 22px;
    }

    .StudySchool .header_box .logo a img {
        width: 50px;
        height: 50px;
    }

    header .topBarNav {
        display: none;
    }
}

footer {
    width: 100%;
    background-color: #0e2d63;
    margin-top: 30px;
    padding: 13px 0;
}

footer .main .logoFooter {
    display: flex;
    align-items: center;
    font-size: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-right: inherit;
    width: 170px;
}

footer .main .logoFooter img {
    width: 100%;
}

.friendlyLink {
    display:block;
} 

.nav_footer {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.nav_footer li {
    padding: 0 30px;
    border-right: 1px solid #a6acbc;
}

.nav_footer li:last-child {
    border: none;
}

.nav_footer li a {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
}

.nav_footer li a:hover {
    color: rgba(255, 255, 255, .8);
}

footer p {
    padding: 30px 0 15px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .5);
    text-align: center;
}

@media screen and (max-width:1000px) {
    .friendlyLink {
        display: none;
    }

    footer .main .container {
        display: none;
    }

    footer {
        padding: 0;
    }

    footer p {
        margin-top: 0;
        padding: 15px 0;
        font-size: 16px;
    }
}

.formQuestions {
    margin-top: 15px;
}

.formQuestions .main .container_form {
    display: flex;
    background-color: #0e2d63;
    border-radius: 10px;
    padding: 1px;
}

.formQuestions .main .container_form .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.formQuestions .main .container_form form {
    background-color: #f3f4f7;
    flex: 1;
    border-radius: 10px;
    padding: 22px 10px;
}

.formQuestions .main .container_form .ipt-block,
.formQuestions .main .container_form .ipt-block-btn,
.formQuestions .main .container_form form {
    display: flex;
    align-items: center;
    flex: 1;
}

.formQuestions .main .container_form .ipt-blocks #ysbz {
    margin-left: 7px;
    accent-color: #e38944;
}

.formQuestions .main .container_form .ipt-blocks {
    width: 120px;
}

.formQuestions .main .container_form .ipt-block label {
    width: 70px;
    font-size: 14px;
}

.formQuestions .main .container_form .ipt-block .ysbz {
    width: 90px;
    margin-left: 8px;
}

.formQuestions .main .container_form .ipt-block span {
    color: #e38944;
}

.formQuestions .main .container_form .ipt-block input {
    font-size: 12px;
    width: 125px;
    background-color: #ffffff;
    border: 1px solid #cfd5e0;
    border-radius: 8px;
    padding: 8px 0 8px 5px;
}

.formQuestions .main .container_form .submitForms {
    background-color: #e38944;
    color: #fff;
    border-radius: 6px;
    padding: 6px 22px;
}

.formQuestions1 {
    width: 97%;
    margin: 0 auto;
}

.formQuestions1 .container_form {
    padding-top: 20px;
}

.formQuestions1 .container_form form {
    display: flex;
    flex-wrap: wrap;
}

.formQuestions1 .container_form label {
    color: #666666 !important;
    font-weight: normal;
}

.formQuestions1 .container_form .ipt-block {
    display: flex;
    align-items: center;
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}

.formQuestions1 .container_form .ipt-block label {
    color: #666666;
    font-size: 14px;
}

.formQuestions1 .container_form .ipt-block span,
.formQuestions1 .container_form .ipt-block-w span {
    color: #f55865;
}

.formQuestions1 .container_form .ipt-block input,
.formQuestions1 .container_form .ipt-block select,
.formQuestions1 .container_form .ipt-block textarea {
    background-color: #f3f4f7;
    border: 1px solid #cfd5e0;
    padding: 7px 4px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 6px;
    flex: 1;
}

.formQuestions1 .ipt-block-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.formQuestions1 .ipt-block-btnRow {
    flex-direction: row;
}

.formQuestions1 .ipt-block-btnRow .ipt-blocks {
    margin-top: 0 !important;
    margin-left: 20px;
}

.formQuestions1 .ipt-block-btn .submitForms,
.formQuestions1 .ipt-block-btn .submitForms_ywbd {
    width: 180px;
    padding: 9px 0;
    background-color: #e38944;
    color: #fff;
    border-radius: 5px;
}

.formQuestions1 .ipt-block-btn .submitForms:hover {
    background-color: #df4955;
}

.formQuestions1 .ipt-block-btn .ipt-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}

.formQuestions1 .ipt-block-btn .ipt-blocks input[type='radio'] {
    color: #f65965;
    accent-color: #f65965;
}

.formQuestions1 .ipt-block-btn .ipt-blocks .ysbz {
    color: #999;
}

.formQuestions1 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.formQuestions1 .ipt-block-w {
    display: flex;
    margin-bottom: 5px;
    width: 100%;
}

.formQuestions1 .ipt-block-w textarea {
    flex: 1;
    background-color: #f3f4f7;
    border: 1px solid #cfd5e0;
    padding: 7px 4px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 6px;
}

.formQuestions1Max {
    display: flex;
    justify-content: center;
}

.formQuestions1Max .container_form {
    width: 490px;
}

.formQuestions1Max .container_form .ipt-block {
    width: 100%;
}

.formQuestions1Max .container_form .ipt-block1 {
    align-items: start;
}

.formQuestions1Max .container_form .ipt-block1 label {
    padding-top: 3px;
}

.formQuestions1Max .container_form .ipt-block input,
.formQuestions1Max .container_form .ipt-block select,
.formQuestions1Max .container_form .ipt-block textarea {
    flex: 1;
}

@media screen and (max-width:1200px) {
    .formQuestions .main .container_form .ipt-block label {
        font-size: 12px;
        width: 55px;
    }
}

@media screen and (max-width:1100px) {
    .formQuestions .main .container_form {
        flex-direction: column;
    }

    .formQuestions .main .container_form form {
        flex-wrap: wrap;
    }

    .formQuestions .main .container_form .ipt-block {
        width: 33.33%;
        flex: auto;
        margin-bottom: 10px;
        padding-right: 20px;
    }

    .formQuestions .main .container_form .ipt-block-btn {
        justify-content: center;
        width: 100%;
        margin-top: 15px;
        flex: auto;
    }

    .formQuestions .main .container_form {
        padding: 5px;
    }

    .formQuestions .main .container_form .tit {
        flex-direction: row;
        padding: 15px;
        width: 100%;
        justify-content: start;
    }

    .formQuestions .main .container_form .ipt-block input {
        flex: 1;
    }
}

@media screen and (max-width:750px) {
    .formQuestions .main .container_form .ipt-block {
        width: 50%;
    }

    .formQuestions1 .container_form .ipt-block {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width:500px) {
    .formQuestions .main .container_form .ipt-block {
        width: 100%;
        padding-right: 0;
    }

    .formQuestions1 .container_form .ipt-block {
        margin-bottom: 5px;

    }

    .formQuestions1 .container_form .ipt-block {
        justify-content: center;
    }

    .formQuestions1 .container_form .ipt-block {
        width: 100%;
    }
}

.friendlyLink {
    border: 1px solid #dbdfe8;
    padding: 24px 20px;
    border-radius: 10px;
}

.friendlyLink .title_link {
    display: inline-block;
    position: relative;
    color: #0e2d63;
    font-family: 'syht_Heavy';
    font-size: 28px;
    margin-bottom: 20px;
}

.friendlyLink .title_link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-color: #fce0e2;
}

.friendlyLink a {
    display: block;
    padding: 10px 0;
}

.friendlyLink a:hover {
    color: #e1894c;
}

@media screen and (max-width:450px) {
    .friendlyLink .title_link {
        font-size: 22px;
    }
}

.pages_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 45px 0 15px;
}

.pages_box>div,
.pages_box ul li {
    padding: 4px 10px;
    margin: 10px 2px;
    border: 1px solid #cfd5e0;
    border-radius: 5px;
    cursor: pointer;
    color: #0e2d63;
}

.pages_box ul {
    display: flex;
    align-items: center;
}

.pages_box ul .page_more {
    border: none;
}

.pages_box .home_page {
    background-color: #e38944;
    color: #fff;
}

.pages_box b {
    background-color: #e38944;
    color: #fff;
    padding: 4px 10px;
    margin: 10px 2px;
    border: 1px solid #cfd5e0;
    border-radius: 5px;
    cursor: pointer;
}

.pages_box ul li:hover, .pages_box ul li:hover a,.pages_box > div:hover,.pages_box > div:hover a{
    background-color: #e38944;
    color: #fff !important;
}

.pages_box_m {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    padding: 0 15px;
}

.pages_box_m a {
    display: none;
    justify-content: center;
    align-items: center;
    color: #263e87;
    border: 1px solid #263e87;
    width: 100%;
    padding: 0px 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}

.pages_box_m::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('/skin/default/school/images/loadMore.png') no-repeat;
    background-size: cover;
}

.pages_box_m {
    display: none;
    align-items: center;
}

.pages_box_m>div {
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    padding: 4px 15px;
    margin: 0 3px;
    color: #666;
}

@media screen and (max-width:750px) {
    .pages_box {
        display: none;
    }

    .pages_box_m,
    .pages_box_m a {
        display: flex;
        color: #263e87;
        border: 1px solid #263e87;
        width: 100%;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 10px;
    }
}

.title_public_01 {
    margin-top: 40px;
}

.title_public_01 .main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_public_01 .main .title_cont {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 22px;
}

.title_public_01 .main .title_cont h2 {
    position: relative;
    z-index: 2;
    font-family: 'syht_Heavy';
    font-size: 36px;
    color: #0e2d63;
}

.title_public_01 .main .title_cont h2:nth-child(2) {
    color: #e38944;
}

.title_public_01 .main .title_cont .english {
    position: absolute;
    z-index: 1;
    font-size: 36px;
    color: #f2f2f2;
    font-family: 'ariblk';
    letter-spacing: 2px;
    top: 0;
    width: 100%;
    text-align: center;
}

.title_public_01 .main .title_cont h2:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fbd0d4;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(-50%, -3%);
}

.title_public_01 .main .title_cont h2:nth-child(2)::after,
.title_public_01 .main .title_cont h2:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #e6eaef;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translate(55%, 0);
}

.title_public_01 .main .title_cont h2:nth-child(2)::before {
    right: auto;
    left: 100%;
    bottom: auto;
    top: 100%;
    width: 10px;
    height: 10px;
    transform: translate(150%, -80%);
}

.title_public_02 {
    padding: 15px;
    padding-bottom: 0;
}

.title_public_02 .title_cont {
    display: flex;
    align-items: center;
}

.title_public_02 .title_cont h2 {
    color: #0e2d63;
    font-size: 28px;
    font-family: 'syht_Heavy';
}

.title_public_02 .title_cont h2:nth-child(2) {
    color: #e38944;
}

.title_public_03 .main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_public_03 .main .title_cont {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 22px;
}

.title_public_03 .main .title_cont::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #fce0e2;
    bottom: 0;
    border-radius: 15px;
}

.title_public_03 .main .title_cont .tit_icon1 {
    position: absolute;
    width: 25px;
    top: 30%;
    left: -15px;
    transform: translateX(-100%);
}

.title_public_03 .main .title_cont .tit_icon2 {
    width: 21px;
    position: absolute;
    bottom: 0;
    right: -12px;
    transform: translateX(100%);
}

.title_public_03 .main .title_cont h2 {
    position: relative;
    z-index: 2;
    font-family: 'syht_Heavy';
    line-height: 1;
    font-size: 35px;
    color: #0e2d63;
}

.title_public_03 .main .title_cont h2:nth-child(2) {
    color: #e38944;
}

.title_public_03 .main .title_cont .english {
    position: absolute;
    z-index: 1;
    font-size: 36px;
    opacity: .1;
    font-family: 'Monoton';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    text-align: center;
    text-transform: uppercase;
}

.title_public_03 .main .title_cont .english::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #fff, #fff);
}

.title_public_04 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.title_public_04_left {
    justify-content: start;
}

.title_public_04 h2 {
    display: inline;
    color: #0e2d63;
    font-family: 'syht_Heavy';
    font-size: 32px;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.title_public_04 h2.fs32 {
    font-size: 32px;
}

.title_public_04 h2 span {
    color: #e38944;
    position: relative;
    z-index: 1;
}

.title_public_04 h2:nth-child(2) {
    color: #e38944;
}

.title_public_04 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #f3d7dc;
    z-index: -1;
}

.title_public_05 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cfd5e0;
}

.title_public_center {
    justify-content: center;
}

.title_public_05 .titles {
    display: flex;
    padding: 9px 0;
    align-items: center;
    position: relative;
}

.title_public_05 .titles::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 2px;
    background-color: #e38944;
}

.title_public_05 .more_tit {
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.title_public_05 .more_tit:hover {
    color: #e38944;
}

.title_public_05 .titles h3 {
    font-size: 18px;
    font-family: 'syht_bold';
    display: inline-block;
    color: #0e2d63;
}

.title_public_05 .titles p {
    font-size: 16px;
    color: rgba(14, 45, 99, .2);
    margin-left: 12px;
    display: inline-block;
}

.title_public_05 .titles h3:nth-child(2) {
    color: #e38944;
}

.title_public_06 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_public_06 .titles {
    position: relative;
    display: flex;
    align-items: center;
}

.title_public_06 .col .english {
    color: rgba(58, 92, 152, .2);
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.title_public_06 .col .english::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, #fff, #fff);
}

.title_public_06 .col .flex-row-center {
    margin-top: -15px;
    position: relative;
    z-index: 1;
}

.title_public_06 .titles .icon {
    width: 57px;
    position: absolute;
    z-index: 2;
}

.title_public_06 .titles .icon:nth-child(1) {
    left: 0;
    top: 0;
    transform: translate(-75%, 0%);
}

.title_public_06 .titles .icon2 {
    right: 0;
    top: 0;
    width: 42px;
    transform: translate(120%, 50%);
}

.title_public_06 .titles h2 {
    font-size: 36px;
    color: #0e2d63;
    font-weight: bold;
}

.title_public_06 .titles .h22 {
    color: #e38944;
}

.title_public_07 .row_tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_public_07 .row_tit .titDesc {
    font-family: 'cargod';
    text-transform: uppercase;
    line-height: 1;
    font-size: 48px;
    color: rgba(88, 73, 163, .12);
    text-align: center;
    z-index: -2;
    position: relative;
}

.title_public_07 .row_tit .h3list {
    font-weight: bold;
    margin-top: -15px;
    text-align: center;
}

.formQuestions1_nei .container_form .ipt-block,
.formQuestions1_nei .container_form .ipt-block-w {
    position: relative;
}

.formQuestions1_nei .container_form .ipt-block input,
.formQuestions1_nei .container_form .ipt-block select,
.formQuestions1_nei .container_form .ipt-block textarea {
    padding-left: 18px!important;
}
©∫
.formQuestions1_nei .container_form .ipt-block span,
.formQuestions1_nei .container_form .ipt-block-w span {
    position: absolute;
    left: 12px;
}

.title_public_07_junior .row_tit .h3list {
    background-color: #fff;
    background: url('/skin/default/school/images/gjcz/publicTitJunior.png') no-repeat;
    background-size: 100% 100%;
    padding: 5px;
}

.title_public_07_senior .row_tit .h3list {
    position: relative;
    background-color: #fff;
    background: url('/skin/default/school/images/gjgz/publicTitSenior.png') no-repeat;
    background-size: 70% auto;
    background-position: left bottom;
    padding: 5px 0;
}

.title_public_07 .row_tit .icon {
    width: 180px;
    margin: 0 13px;
}

.title_public_07_senior .row_tit .icon_right {
    width: 17px;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.title_public_07_primary .row_tit .icon {
    width: 26px;
}

.title_public_07 .row_tit .icon:last-child {
    transform: rotateX(180deg);
}

.title_public_07 .row_tit .h3list h3 {
    display: inline;
    font-weight: 900;
    line-height: 1;
    font-size: 34px;
}

.title_public_07 .row_tit .h3list h3.startTit {
    color: var(--main-c);
}

.title_public_07 .row_tit .h3list h3.endTit {
    color: var(--main-c2);
}

@media screen and (max-width:800px) {
    .title_public_03 .main .title_cont h2 {
        font-size: 26px;
    }

    .title_public_03 .main .title_cont .english {
        font-size: 20px;
    }

    .title_public_06 .titles h2 {
        font-size: 20px;
    }

    .title_public_05 .titles h3 .title_public_06 .titles .icon {
        width: 40px;
    }

    .title_public_02 .title_cont h2 {
        font-size: 18px;
    }

    .title_public_04 .flex-start {
        display: block;
    }

    .title_public_04 h2.fs32 {
        font-size: 22px;
    }
}

@media screen and (max-width:500px) {

    .title_public_04 h2,
    .title_public_05 .titles h3 {
        font-size: 22px;
    }

    .title_public_01 .main .title_cont h2 {
        font-size: 22px;
    }
}








.openDays .card .right .tit{overflow:inherit!important}



.kfr-time-li label {
    float: left;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;    font-size: 14px;
    color: #4665a5;margin-left: 9px;
}

.select-div {
    float: left;
    width: 270px;
    height: 0;
}.select-result-box {
    position: relative;
    cursor: pointer;
}.select-result-box>.selet-icon {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #00245e;
    top: 4px;
    right: 10px;
    z-index: 9;
}.select-result-box .select-result {
    position: absolute;
    color: #00245e !important;
    font-weight: bold !important;
    /* background-color: #f1f1f1 !important; */
    z-index: 1;
    width: 100%;
    padding-left: 11px;
    top: 0;
    left: 0;
    font-size:15px;
}

.select-ul {
     display: none;
     position: relative;
     padding: 0 !important;
     width: 100%;
     overflow: hidden;
     top: 24px;
     background: #fff;
     border: 1px solid #f1f1f1;
     z-index: 99;
}


.select-ul li {padding:0px 10px;
    height: 36px !important;
    line-height: 36px !important;
    margin-bottom: 0 !important; font-size: 14px;color: #00245e;font-weight:none; cursor:pointer;
}

.select-ul li.disabled {
    color: #bbb;
    cursor: default;
}



.select-ul.open {
	display:block;
    height:182px;
	overflow-y:auto
}