* {
    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;
}

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;
}

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

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

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

.main {
    width: 1150px;
    max-width: 1200px;
    margin: 0 auto;
}

.icon {
    display: flex;
    align-items: center;
    font-size: 0;
}

.icon img {
    width: auto;
}

.module-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;
}

.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, .crumbs a,
.crumbs span {
    color: #999999;
}

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

.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: 10px;
    top: 20%;
    z-index: 99;
    color: #000;
}

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

.navbar_cont .navbar_title h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'syht_Heavy';
    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: 16px;
    color: #666;
    cursor: pointer;
}

.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: #f26470;
}

.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 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.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;
    }
    .topBarNav {
        display: none;
    }
}

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

@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 {
        display:none;
    }
    .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: #f26470;
    font-weight: bold;
    font-family: 'avantgardece';
}

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

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: normal;
    background: linear-gradient(135deg, #ff7f80, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_zwhz {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #a3866e, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_22 {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #65566d, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_32 {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #c15c08, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_yuke {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #846ea3, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_mglx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #f49f3f, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_yglx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #00b9a4, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_hglx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #e833ae, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_rblx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #168af5, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_xjplx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #dca500, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_jndlx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #d92f30, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}

header .header_box .main .logo_text_azlx {
    font-size: 18px;
    font-family: 'syht_bold';
    font-weight: normal;
    background: linear-gradient(135deg, #96c800, #4d59b1, #1f3fa3);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 35px;
}


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%;
}

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: #0e2d63;
    padding: 0 13px;
}

header .header_box nav .nav li a:hover {
    color: #f26470;
}

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: #f26470;
}

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: #f26470;
}

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

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

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

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

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

header .header_box nav .navbar-nav li a span {
    font-weight: 900;
}


/* 学校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;
    height: 70px;
    margin-right: 14px;
}

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

.StudySchool .header_box nav {
    background-color: #0e2d63;
}

.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;
}

.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: #f26470;
}

.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: #f26470;
    font-size: 26px;
    line-height: 1;
    margin-top: 4px;
    font-family: 'ariblk';
    font-weight: bold;
}

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

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

@media screen and (max-width: 1000px) {
    .StudySchool .header_box nav .nav {
        flex-direction: column;
    }
    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 #ccc;
        color: #fff;
        justify-content: start;
        width: 100%;
        padding: 12px;
    }
    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: 18px;
    }
    header .topBarNav .main .right {
        display: none;
    }
    header .header_box .main .logo_text,header .header_box .main .logo_text_zwhz,header .header_box .main .logo_text_22,header .header_box .main .logo_text_32,header .header_box .main .logo_text_yuke,header .header_box .main .logo_text_mglx,header .header_box .main .logo_text_yglx,header .header_box .main .logo_text_hglx,header .header_box .main .logo_text_rblx,header .header_box .main .logo_text_jndlx,header .header_box .main .logo_text_xjplx,header .header_box .main .logo_text_azlx {
        font-size: 14px;
        padding: 6px 15px;
    }
    header .header_box .main .logo_home {
        /*padding: 3px;*/ 
        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;
    }
}

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%;
}

.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) {
    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;
    font-weight: bold;
}

.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: #f26470;
}

.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: #f26470;
}

.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: #f26470;
    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 .ipt-block {
    display: flex;
    align-items: center;
    width: 33.33%;
    margin-bottom: 20px;
}

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

.formQuestions1 .container_form .ipt-block .control-label {
    font-weight: normal;
	padding-right: 15px;
}

.formQuestions1 .container_form .ipt-block span {
    color: #f26470;
}

.formQuestions1 .container_form .ipt-block input,
.formQuestions1 .container_form .ipt-block select,
.formQuestions1 .container_form .ipt-block textarea,
.formQuestions .main .container_form .ipt-block select {
    background-color: #f6f7f9;
    border: 1px solid #cfd5e0;
    padding: 3px 2px;
    border-radius: 5px;
    font-size: 14px;
    width: 60%;
    margin-left: 6px;
}

.formQuestions1 .container_form .ipt-block .control-input {
	padding: 7px 2px;
}

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

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

.formQuestions1 .ipt-block-btn .submitForms:hover,
.formQuestions1 .ipt-block-btn .submitForms_ywbd: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: #f26470;
}

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

.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, .select-search, .select-search-btn, .kecheng {
        flex: 1;
        display: flex; 
    }
    .select-search-content, .kecheng-content {
        flex: none;
    }

    .select-search-btn {
        display:none;
    }

    .select-search .school-option {
    width: 100% !important;
    position: static;
    padding: 0;
    border: none !important;
    overflow: hidden !important;;
    }
}

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

@media screen and (max-width:500px) {
    .formQuestions .main .container_form .ipt-block {
        width: 100%;
        padding-right: 0;
    }
    .formQuestions1 .container_form .ipt-block {
        justify-content: center;
    }
    .select-search .school-option input {
        display:none;
    }
    .school-box {
        height: 26px;
    line-height: 23px;
    padding: 0;
    }
    .school-option select {
    width: 100% !important;
    border-radius: 0;
    padding-left: 7px !important;
    line-height: 28px;
    height: 28px;
    }
    .school-option select option {
    padding: 6px 12px !important;
    width: 100%;
    border-radius: 0;
  }
}

.lxyq {
    padding: 0 3px;
	width: auto;	
}

.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: #ff7f80;
}

@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: #f26470;
    color: #fff;
}

.pages_box b {
    background-color: #f26470;
    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: #f26470;
    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/cglx/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: 34px;
    color: #0e2d63;
    font-weight: bold;
}

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

.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';
    font-weight: bold;
}

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

.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: #f26470;
}

.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: 28px;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

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

.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: #f26470;
}

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

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

.title_public_05 .titlea h3 {
    font-size: 28px !important;
    font-family: 'syht_bold';
    display: inline-block;
    color: #0e2d63;
    font-weight: bold;
}
.title_public_05 .titles h3 {
    font-size: 16px;
    font-family: 'syht_bold';
    display: inline-block;
    color: #0e2d63;
    font-weight: bold;
}

.title_public_05 .aboutle h3 {
    font-size: 24px;
    font-family: 'syht_bold';
    display: inline-block;
    color: #0e2d63;
    font-weight: bold;
}

.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: #f26470;
}

.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 .titles .icon {
    width: 105px;
    position: absolute;
}

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

.title_public_06 .titles .icon2 {
    right: 0;
    top: 0;
    transform: translate(90%, 5%);
}

.title_public_06 .titles h2 {
    font-size: 24px;
    color: #0e2d63;
    font-family: 'syht_heavy';
    font-weight: bold;
}

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

@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_06 .titles .icon {
        width: 40px;
    }
    .title_public_02 .title_cont h2 {
        font-size: 18px;
    }
    .title_public_04 .flex-start {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .title_public_05 .titles h3 {
        font-size: 16px;
    }

    .title_public_05 .titlea h3 {
        font-size: 22px !important;
    }
    .title_public_04 h2 {
        font-size: 22px;
    }

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













.select-search-btn{
    font-size: 12px;
    width: 125px;
    background-color: #ffffff;
    border: 1px solid #cfd5e0;
    border-radius: 8px;
    padding: 8px 0 8px 5px;text-align: left;      
}

.select-search-btn-content {
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    padding: 3px 2px;
    background-color: #f6f7f9;
}


.kecheng {
        font-size: 12px;
    width: 125px;
    background-color: #ffffff;
    border: 1px solid #cfd5e0;
    border-radius: 8px;
    padding: 8px 0 8px 5px;
        overflow: hidden !important;
}

 .select-search {
    height: 29px;
    position: relative;
    z-index: 4;
}

.select-search-content {
    margin-left: 6px;
    width: 60%;
}

.select-search-content-box {
    margin-left: 6px;
    width: 83%;
}

.select-search .school-option.hidden {
}


.select-search .school-option input {
    box-sizing: border-box;
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%!important
}

.select-search .school-option {
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    width: 200px;
    top: 32px;
    right: 0;
    padding: 0px 10px 0 0;
    overflow-y: auto;
    z-index: 99;
    border: 1px solid #ccc;
}


.select-search .school-option ul {
    margin: 0 auto 10px
}

.select-search .school-option li {
    font-size: 14px;
    color: #555;
    text-align: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.select-search .school-option input {
    box-sizing: border-box;
    margin: 10px 5px 5px;
    height: 30px;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%
}

.select-search .school-type {
    float: left;
    width: 110px;
    height: 200px;
    border-right: 1px solid #ddd
}

.select-search .school-type li {
    text-align: center;
    margin-right: 10px
}

.select-search .school-type .active {
    color: #36477a;
    background: #f7f8ff
}

.schoolName-box {
    padding-top: 5px;
    padding-bottom: 5px
}

.school-option select {
    width: 60%;
    width: 100% !important;
    height: 200px;
    padding-left: 0;
    line-height: 30px;
    margin-bottom: 0 !important;
}

 .school-option select option {
    font-size: 12px;
    padding: 8px 12px;
    line-height: 30px;
    border: none !important
}

.school-option select option:hover,.school-option select option:focus, .school-option select option[selected="selected"] {
    color: #36477a;
    background-color: #f7f8ff !important
}

.school-option select option {
    padding: 8px 12px;
    line-height: 30px;
}

.select-search .school-option ul {
    margin: 0 auto 10px
}

.select-search .school-option li {
    font-size: 14px;
    color: #555;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}








@media screen and (max-width:500px) {
    .formQuestions .main .container_form .ipt-block {
        width: 100%;
        padding-right: 0;
    }
    .formQuestions1 .container_form .ipt-block {
        justify-content: center;
    }
    .select-search .school-option input {
        display:none !important;
    }

.select-search-btn-content {
display:none;
}


    
.select-search .school-option {
        width: 100%;
        display: block !important;
        position: static;
        padding: 0 !important;
        border: none !important;
        overflow: hidden;
    }

    
    .school-box {
        height: 26px;
    line-height: 23px;
    padding: 0;
    }
    .school-option select {
    width: 100% !important;
    border-radius: 0;
    padding-left: 7px !important;
    line-height: 28px;
    height: 28px;
        margin-left: 0 !important;
    }
    .school-option select option {
    padding: 6px 12px !important;
    width: 100%;
    border-radius: 0;
  }
}
