* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
}

html {
    font-size: 40px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    font-family: "PingFang SC", "Apple LiGothic Medium", "Droid Sans", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
    font-size: .4rem;
    margin: 0;
    padding: 0;
    color: #41474f;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #41474f;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p,
button {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ol,
ul,
li,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
video,
audio,
pre {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 去掉谷歌两种文本框和下拉的阴影 */
input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0;
}


@font-face {
    font-family: 'en';
    /* src: url('../fonts/Oswald-Regular.eot'); */
    src: url('../fonts/Nunito-Regular.woff');
    /* IE9兼容模式 */
    /* src: url('../fonts/hlbs.ttf') format('truetype'); */
    /* safari，Android,ios */
    font-weight: normal;
    font-style: normal;
}

.en {
    font-family: 'en';
}
.bold{
    font-weight: bold;
}
/********************************** 首页 **********************************/
.page_index .head {
    background: #3055D1;
    text-align: center;
}

.page_index .head img {
    width: 4rem;
}

.page_index .banner img {
    width: 100%;
}

.page_index ul.icon_list {
    padding: 10px 10px;
}


.page_index ul.icon_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_index ul.icon_list li a img {
    width: 1.4rem;
}

.page_index ul.icon_list li a span {
    padding-top: 0.2rem;
    font-size: 14px;
    /*font-size: .36rem;*/
}

.page_index .line_index {
    width: 100%;
}

.page_index .link_info img {
    width: 100%;
}

.page_index .link_pic ul li {
    width: 44.5vw;
    height:5.2rem;
    /* border-radius: 0.1rem; */
    background-repeat: no-repeat;
    background-size: cover;
}
.page_index .link_pic ul li img{
    width: 100%;
}
/*.page_index .link_pic ul li:first-child {
    background: url("../images/link_pic.png") no-repeat;
    background-size: cover;
}*/

.page_index .link_pic ul li:nth-child(2) a {
    /*background: url("../images/link_pic2.png") no-repeat;*/
    /*background-size: cover;*/
    margin-bottom: 1vw;
}

.page_index .link_pic ul li:nth-child(3) {
    background: url("../images/link_pic3.png") no-repeat;
    background-size: cover;
}

.page_index .link_pic ul li a {
    display: inline-block;
    /*height: inherit;*/
    width: inherit;
}

.page_index .link_pic ul li a > p {
    padding: .6rem 0 0 .3rem;
    font-size: .46rem;
    font-weight: bold;
}

.page_index .link_pic ul li a > span {
    margin-top: -0.1rem;
    padding: 0 0 0 .3rem;
    font-family: 'en';
    font-size: .3rem;
    opacity: 0.5;
}
.link_info{
    width: 90%;
    margin: .5rem auto;
}
.newslist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #9d0d48;
    padding: 20px 20px 20px 10px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    left: 10px;
    top: 10px;
}
.newslist::before{
    content: '';
    position: absolute;
    left:-10px;
    top: -10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #efefef;
    border: 3px solid #9d0d48;
    border-radius: 8px;
}
.newslist li {
    width: 100%;
    margin-bottom: 10px;
}

.newslist li a {
    display: flex;
}

.newslist li a>div{
    width: 50vw;
    margin-right: 2vw;
}

.newslist li a img {
    width: 30vw;
    height: 2rem;
}
.newslist li a h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}

.newslist li a p {
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist li a .time {
    margin: 5px 0;
    font-size: .3rem;
    color: #666;
    display: flex;
}

.newslist li a .time span {
    display: block;
}

.icon_time {
    background: url(../images/news/news_time.png) no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    margin-right: 3px;
}


/********************************** 头部-end **********************************/

/********************************** 底部 **********************************/
footer {
    /* margin-top: 0.4rem; */
    padding: 0.3rem 0;
    /*height: 1.6rem;*/
    /*line-height: 1.8rem;*/
    text-align: center;
    background: #EBEDF2;
    color: #bbc3d0;
    font-size: 0.36rem;
}

/********************************** 底部tab-end **********************************/
.kongw{
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/********************************** 通用 **********************************/
.mt20 {
    margin-top: 0.4rem;
}

.mt40 {
    margin-top: 0.8rem;
}

.mt50 {
    margin-top: 1rem;
}

.mr0 {
    margin-right: 0 !important;
}

.mr15 {
    margin-right: 0.3rem;
}

.mb50 {
    margin-bottom: 1rem;
}

.mb100 {
    margin-bottom: 2rem;
}

.common_padding {
    padding: 20px;
}

.common_padding_row {
    padding-left: 20px;
    padding-right: 20px;
}

.common_padding_column {
    padding: 20px 0;
}

.pt20 {
    padding-top: 0.4rem;
}

.pt40 {
    padding-top: 0.8rem;
}

.pt50 {
    padding-top: 1rem;
}

.pt60 {
    padding-top: 1.2rem;
}

.pb40 {
    padding-bottom: 0.8rem;
}

.pb50 {
    padding-bottom: 1rem;
}

.pb60 {
    padding-bottom: 1.2rem;
}

.pl10 {
    padding-left: 0.2rem;
}

.pl30 {
    padding-left: 0.6rem;
}

.color_blue {
    color: #25387a;
}

.color_blue2 {
    color: #71849b;
}

.color_blueLight {
    color: #d7dde5;
}

.color_red {
    color: #9d0e46;
}

.color_orange {
    color: #e77724;
}

.color_black {
    color: #41474f;
}

.color_black2 {
    color: #6e7888;
}

.color_333 {
    color: #333;
}

h1 {
    font-size: .50rem;
    color: #333;
    font-weight: bold;
}

h2 {
    font-size: .40rem;
    color: #333;
    font-weight: bold;
}

hr {
    height: 1px;
    background: #ececec;
    border: none;
}

hr.hr_bold {
    margin: 0;
    height: .3rem;
    background: #f5f7f9;
    border: none;
}

.font_bold {
    font-weight: bold;
}

.font_xl {
    font-size: .60rem;
}

.font_l {
    font-size: .46rem;
}

.font_m {
    font-size: .40rem;
}

.font_s {
    font-size: .36rem;
}

.font_xs {
    font-size: .30rem;
}
.text_tit_c{
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
}

.bg_white30 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg_blue_light {
    background-color: #edf4ff;
}

.bg_orange_light {
    background-color: #fff3de;
}
.main_pic{
   width: 100%;
}
.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

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

.flex_justifyBetween {
    justify-content: space-between;
}

.flex_justifyAround {
    justify-content: space-around;
}

.flex_alignStart {
    align-items: flex-start;
}

.flex_alignEnd {
    align-items: flex-end;
}

.icon {
    width: 0.6rem;
}

.icon_s {
    width: 0.5rem;
}
.kuaiwarp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.kuaiwarp li{
    width: 49%;
}
.common_title {
    /*margin-bottom: 0.4rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .50rem;
    font-weight: bold;
}

.common_title span {
    /* background-image: linear-gradient(to right,#ecf0f6 0%,#ecf0f6 100%); */
    background-size: 100% 40%;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    font-size:.6rem;
    z-index: 2;
    color: #24397a;
}

.common_title i {
    text-transform: uppercase;
    font-family: 'en';
    font-style: normal;
    font-size: .40rem;
    color: #dcdcdc;
    display: block;
    position: relative;
    top: -44px;
    z-index: 0;
}

.common_title2 {
    margin-bottom: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: .50rem;
    font-weight: bold;
    position: relative;
}

.common_title2 img {
    width: 3rem;
}

.common_title2 span {
    background-image: linear-gradient(to right, #ecf0f6 0%, #ecf0f6 100%);
    background-size: 100% 40%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.common_title2 i {
    /* padding-left: 0.3rem; */
    text-transform: uppercase;
    font-family: 'en';
    font-style: normal;
    font-size: .40rem;
    color: #d7dde5;
    text-align: center;
    white-space: pre-wrap;
    line-height: .5rem;
}

.common_pic {
    width: 100px !important;
    position: absolute;
    right: 0;
    top: -20px;
}

img.line {
    width: 90%;
    padding: 5px 0 20px;
    margin: 0 auto;
    display: block;
}

p.passage {
    padding: 10px 0;
    text-indent: 2em;
    line-height: 0.7rem;
    font-size: 0.36rem;
    color: #6e7888;
    text-align: justify;
}

p.passage span.point {
    padding: 0 5px;
    color: #9d0d46;
    font-weight: bold;
}

/********************************** 通用-end **********************************/

header {
    padding: 0 20px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    /*box-shadow: 0 0 10px rgba(204, 220, 237, 0.6);*/
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}

header a {
    display: block;
    /*margin: 0 auto;*/
}

header img {
    display: block;
}

header .logo {
    height: 1rem;
    display: block;
}

header .icon_nav {
    height: .4rem;
}

@-webkit-keyframes fadeinL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinL {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeinL {
    0% {
        opacity: 0;
        -ms-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeinL {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav_mask {
    /*display: none;*/
    position: fixed;
    z-index: 2;
    top: 0;
    left: 100vw;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.1);*/
    animation-name: fadeinL !important;
    -webkit-animation-name: fadeinL !important;
}

.nav_box {
    padding: 20px;
    margin-left: 0;
    width: 60%;
    height: 100%;
    overflow: auto;
    background: #23387b;
    box-shadow: 0 0 30px rgba(204, 220, 237, 0.6);
}

.nav_box .icon_close {
    text-align: right;
}

.nav_box .icon_close img {
    height: .6rem;
}

.nav_box ul {
    padding: 1rem 0 0;
    text-align: center;
}

.nav_box ul li {
    padding: 0.3rem 0;
}

.nav_box ul li p {
    font-size: 0.46rem;
    color: #fff;
}

.nav_box ul li span {
    font-family: 'en';
    text-transform: uppercase;
    font-size: 0.3rem;
    opacity: 0.4;
    color: #fff;
}

.banner {
    position: relative;
}

.banner_text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 100px;
}

.banner_text h1 {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: .7rem;
    text-shadow: 2px 3px 1px #000;
    top:45px
}

.banner_text p {
    text-transform: uppercase;
    position: relative;
    font-size: .6rem;
    top: -15px;
    font-weight: bold;
    color: #25387a;
    z-index: 0;
}
.enB{
    position: relative!important;
    top: -42px!important;
    left: -2px;
    color: #9d0d46!important;
}
.banner img {
    width: 100%;
}

.layui-tab {
    margin: 0;
}

.layui-tab-title {
    height: 1.3rem;
    box-shadow: 0 0 30px rgba(75, 139, 245, 0.08);
    background: #ffffff;
    border: 3px solid #9d0e46;
    width: min-content;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -30px;
}

.layui-tab-title li {
    line-height: 1.2rem;
    /*color: #71849b;*/
    font-size: 0.36rem;
    padding: 0 20px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    /*padding: 0 10px;*/
    background: #9d0e46;
    color: #fff;
    font-weight: bold;
    position: relative;
    /*box-shadow: 0 0 40px #fff;*/
}

/*.layui-tab-brief > .layui-tab-title .layui-this::before {*/
/*    content: '';*/
/*    width: 20%;*/
/*    height: 5px;*/
/*    background: #ca1d3a;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 40%;*/
/*    border-radius: 10px;*/
/*}*/

.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: none !important;
}

.layui-tab-content {
    padding: 0;
    min-height: 67vh;
}

.contact ul.info li {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.layui-carousel, .layui-carousel > [carousel-item] > * {
    background: #3055D1;
}

.contact ul.info li img {
    width: 1rem;
}

.contact ul.info li p {
    width: calc(100% - 1.4rem);
    font-size: 0.36rem;
}

.contact ul.info li span {
    margin-left: 0.2rem;
    padding: 0 .2rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 10rem;
    background: #ca1d3a;
    color: #fff;
    font-size: 0.3rem;
}

.contact ul.ewm li {
    text-align: center;
}

.contact ul.ewm li img {
    width: 26vw;
}

.school_title {
    margin-left: 0.6rem;
    width: 100%;
    /* background-image: url(../images/line.png); */
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: left bottom;
}


.table_course {
    background-image: url("../images/pic_table1.png");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right top;
}

.table_course .common_title {
    padding-top: 20px;
}

.table_score {
    background-image: url("../images/icon_feature1.png");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right top;
}

.table_score .common_title {
    padding-top: 20px;
}

.table_person {
    background-image: url("../images/pic_table3.png");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right top;
}

.table_person .common_title {
    padding-top: 20px;
}

#slider img,
.slider img {
    width: 100%;
}

.teacher_box {
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -1rem 2.6rem;
}

.teacher_box2 {
    text-align: right;
    background-position: 1rem 2.6rem;
}

.teacher_pic {
    width: 35vw;
    height: 35vw;
    position: relative;
}

.teacher_pic .box {
    background: #25387a;
    width: 36vw;
    height: 36vw;
    position: absolute;
    top:5px;
    left: 5px;
    border-radius:20px;
    z-index: -1;
}

.teacher_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.teacher_txt {
    padding-top: 1rem;
    width: calc(100% - 40vw);
}

.teacher_txt > div {
    font-size: 0.46rem;
    font-weight: bold;
}

.teacher_box .teacher_txt > div span {
    display: inline-block;
    padding: 0 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 10rem;
    background: #ca1d3a;
    color: #fff;
    font-size: 0.3rem;
}

.teacher_box .teacher_txt > div span:last-child {
    margin: 0 0 0 0.4rem;
}

.teacher_box2 .teacher_txt > div span:first-child {
    margin: 0 0.4rem 0 0;
}

.teacher_txt > p {
    padding-top: 1rem;
    font-size: 0.36rem;
    color: #6e7888;
}

.teacher_txt > p span {
    display: block;
    padding-top: .3rem;
}

.quick_btn {
    position: fixed;
    bottom: 10vh;
    right: 8vw;
    z-index: 99;
}

.quick_btn a {
    display: block;
    margin-bottom: 2vh;
    width: 10vw;
    height: 10vw;
}

.quick_btn a img {
    width: inherit;
}

.passage_js {
    text-indent: 0 !important;
}

.passage_js span {
    padding: 0 !important;

}

.passage_js .name {
    font-size: .4rem !important;
}
