﻿@charset "utf-8";
@import url(dll.css);
@import url(module.css);
@import url(global.css);
@import url(/onlinecss/onlineeditor.css);
@import url(ddsmoothmenu.css);
@import url(animate.css);
@import url(banner.css);

/* 首页部分开始 */

.header {
    height: 100px;
    background-color: var(--mainColor);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    transition: height 0.36s ease;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    max-width: 1920px;
    margin: 0 auto;
}

.i_banner_box {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.wrapper {
    width: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.index .cur0,
.menu_45 .cur1,
.menu_46 .cur1,
.menu_48 .cur1,
.menu_67 .cur1,
.menu_64 .cur2,
.menu_65 .cur2,
.menu_66 .cur2,
.menu_50 .cur2,
.menu_53 .cur3,
.menu_54 .cur3,
.menu_55 .cur3,
.menu_57 .cur3,
.menu_60 .cur4,
.menu_61 .cur4,
.menu_59 .cur4 {
    border-bottom: 3px solid #fff;
}

.menu_53 p,
.menu_54 p,
.menu_55 p,
.menu_57 p {
    line-height: 40px;
}

.logo {
    height: 100px;
    float: left;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
}

.i_nav {
    float: right;
    height: 100px;
}

.ddsmoothmenu {
    font-size: 14px;
}

#com_thenm_list {
    margin-bottom: 80px;
}


/* 了解枫禾 */

.sidebar {
    width: 100%;
    height: 150px;
    position: relative;
    top: -150px;
    padding: 10px 80px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(255, 255, 255, .6), #fff);
}

.sortnavt {
    display: block;
}

.sortnavt>i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/templates/Images/icon-01_04.png) no-repeat 0 0 / cover;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.sortnavul li a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 30px 0;
}

.sortnavul {
    display: flex;
    justify-content: space-between;
}

.sortnavt h3 {
    display: inline-block;
}

.sortnavt span {
    display: inline-block !important;
    float: none;
}

.sortnavt span.line {
    text-indent: 0;
}

.sortnavul span.line {
    padding: 30px 0;
}

.sortnavul span.line:nth-last-of-type(1) {
    display: none;
}

.sortnavul li a.on {
    color: var(--mainColor);
    border-bottom: 3px solid var(--lineColor);
}

.sortnavul li a:hover {
    color: var(--mainColor);
    border-bottom: 3px solid var(--lineColor);
}

.introduction_container {
    overflow: hidden;
}

.introduction_container .intro_item {
    height: 950px;
    float: left;
    position: relative;
}

.intro_toptitle {
    width: 30%;
    height: 100%;
    padding-top: 100px;
}

.intro_toptitle h2.line {
    position: relative;
    width: 120px;
    height: 3px;
    background-color: #C8A065;
    top: 10px;
    left: 17px;
}

.intro_toptitle h3 {
    margin: 30px 5px 10px 20%;
    font-size: 30px;
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-style: italic;
}

.intro_toptitle p {
    display: inline-block;
    font-size: 16px;
    color: #C8A065;
    font-weight: 500;
    font-style: italic;
    font-family: '宋体';
}

.intro_pic {
    width: 30%;
    position: relative;
    padding: 30px 0;
}

.intro_bg_pic_left {
    position: absolute;
    top: 50%;
    left: -90%;
}

.intro_bg_pic_right {
    position: absolute;
    top: 40%;
}

.intro_text {
    width: 40%;
    padding-top: 220px;
}

.intro_text .title {
    font-size: 22px;
    color: var(--mainColor);
    font-style: italic;
    font-weight: 300;
    margin-bottom: 50px;
    font-weight: 600;
}

.intro_text .line {
    width: 150px;
    height: 3px;
    background: #C8A065;
    position: relative;
    top: -30px;
    left: -25%;
}

.intro_text .title span {
    margin-left: 5px;
    font-size: 16px;
    color: #333;
}

.intro_text .text_info p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-family: 'Microsoft YaHei';
}

.about .sidebar_l,
.menu_46 .sidebar_l {
    width: 60%;
    margin: 0 auto;
}

.newsDll .navPage {
    display: none;
}

.environment {
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 80px 0;
    display: none;
}

.environment .content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.environment .content .xiaoqu-swiper-container {
    margin-top: 20px;
    overflow: hidden;
}

.environment h2.line {
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: #C8A065;
    top: 0px;
    left: -60px;
}

.environment h3 {
    margin: 30px 5px 10px 0%;
    font-size: 30px;
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-style: italic;
}

.environment .content>p {
    display: inline-block;
    font-size: 16px;
    color: #C8A065;
    font-weight: 500;
    font-style: italic;
    font-family: '宋体';
}

.environment .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.environment .swiper-slide .img {
    width: 30%;
    margin-bottom: 20px;
}

.environment .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px;
}

.remark1 {
    overflow: hidden;
    /* margin-top: -80px; */
    width: 100%;
}

.p_pro {
    margin-top: -80px;
}

.new_pro_con .content_list li {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.new_pro_con .content_list li:hover {
    box-shadow: 2px 0 10px #ccc;
}

.new_pro_con .content_list li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.new_pro_con .content_list li .pic {
    width: 33.3333%;
    float: left;
}

.new_pro_con .content_list li .title {
    overflow: hidden;
    padding: 40px;
}

.new_pro_con .content_list li .toptitle {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_pro_con .content_list .news_time {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.new_pro_con .content_list .subtitle {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.new_pro_con .content_list .details {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: gray;
    color: #fff;
    font-size: 18px;
    padding: 12px 50px;
}

.new_pro_con .content_list li:first-child .details {
    /* background-color: var(--mainColor); */
}

.new_pro_con .content_list li:hover .details {
    background-color: var(--mainColor);
}


/* 管理团队 */

.tuandui_toptitle {
    margin-bottom: 80px;
}

.tuandui_toptitle .title {
    font-size: 34px;
    text-align: center;
    line-height: 60px;
    color: #333;
}

.tuandui_toptitle .subtitle {
    text-align: center;
    color: var(--lineColor);
    letter-spacing: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
}

.tuandui_toptitle .line {
    width: 100px;
    height: 3px;
    background: var(--lineColor);
    margin: 20px auto;
}

.tuandui_toptitle .content_text {
    font-size: 16px;
    text-align: left;
    margin-top: 40px;
    color: #333;
    line-height: 40px;
}

.tuandui_toptitle .content_text p {
    text-indent: 2em;
}

.proview_item_1 {}

.pro_item_title {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin: 70px 0;
}

.pro_item_title::after,
.pro_item_title::before {
    content: '/';
    font-size: 30px;
    color: var(--mainColor);
    display: inline-block;
    font-weight: 400;
    padding: 0 20px;
}

.proview_item_1 .pro_list {}

.proview_item_1 .pro_list .pro_list_item {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.proview_item_1 .pro_list .pro_list_item:nth-of-type(odd) .pic {
    width: 66.666%;
    float: left;
}

.proview_item_1 .pro_list .pro_list_item:nth-of-type(even) .pic {
    width: 66.666%;
    float: right;
}

.pro_list .pro_list_item .pic img {
    width: 100%;
}

.proview_item_1 .pro_list .pro_list_item .toptitle {
    overflow: hidden;
    background: #3F4448;
    height: 100%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 350px;
}

.proview_item_1 .pro_list_item .toptitle .pro_infos {
    text-align: right;
    color: #eee;
    font-weight: 300;
    white-space: normal;
}

.proview_item_1 .pro_list_item .toptitle .pro_infos h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.proview_item_1 .pro_list_item .toptitle .pro_infos .name {
    font-size: 22px;
}

.proview_item_1 .pro_list_item .toptitle .pro_infos .line {
    width: 30px;
    height: 3px;
    background-color: var(--lineColor);
    display: inline-block;
    margin: 25px 0;
}

.proview_item_1 .pro_list_item .toptitle .pro_infos .position {
    font-size: 16px;
}

.proview_item_1 .pro_list_item .toptitle .pro_infos .introduce {
    font-size: 14px;
}

.proview_item_2 .pro_list ul {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}

.proview_item_3 .pro_list ul {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}

.proview_item_3 .pro_list ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    height: 420px;
}

.proview_item_3 .pro_list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.proview_item_2 .pro_list ul li {
    width: 32%;
    height: 420px;
    float: left;
    margin-right: 2%;
}

.proview_item_3 .pro_list ul li .pic,
.proview_item_2 .pro_list ul li .pic {
    width: 100%;
    float: none;
}

.proview_item_3 .pro_infos,
.proview_item_2 .pro_infos {
    height: 60px;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.proview_item_3 .pro_infos h3,
.proview_item_2 .pro_infos h3 {
    font-size: 20px;
}

.proview_item_3 .pro_infos .slant,
.proview_item_2 .pro_infos .slant {
    padding: 0 15px;
    font-size: 27px;
    color: var(--lineColor);
    font-weight: 300;
}

.proview_item_3 .pro_infos .position,
.proview_item_2 .pro_infos .position {
    font-size: 14px;
}


/* 课程设置 */

.national_flag {
    text-align: center;
    margin-bottom: 80px;
}

.national_flag_list {
    overflow: hidden;
    display: inline-block;
}

.national_flag_list li {
    display: inline-block;
    margin-right: 20px;
}

.national_flag_list li:nth-last-of-type(1) {
    margin-left: 0;
}

.body_container p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #333;
}

.body_container .tab_img {
    margin: 40px 0;
    text-align: center;
}

.describe .title {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin: 80px 0;
}

.describe .title::after,
.describe .title::before {
    content: '/';
    font-size: 30px;
    color: var(--mainColor);
    display: inline-block;
    font-weight: 400;
    padding: 0 20px;
}

.describe .describe_item {
    margin: 20px 0;
    height: 190px;
    overflow: hidden;
}

.describe .describe_item .pic {
    width: 33.333%;
    float: left;
}

.describe .describe_item .pic img {
    width: 100%;
}

.describe .describe_item .text {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 2%;
}

.describe .describe_item .text ul {
    margin-top: 15px;
}

.describe .describe_item .text ul li {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
}

.describe .describe_item .text ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--mainColor);
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.describe .exhibition .biaoti {
    font-size: 24px;
    text-align: center;
    color: #000;
    /* margin-bottom: 20px; */
    line-height: 80px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--lineColor);
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.describe .exhibition ul {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.describe .exhibition ul li {
    width: 32%;
}

.describe .exhibition ul li img {
    width: 100%;
}

.guihua_img ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.guihua_img ul li {
    width: 32%;
    margin-bottom: 20px;
}

.guihua_img ul li img {
    width: 100%;
    height: 250px;
}

.slantTitle {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin: 90px 0;
}

.slantTitle::after,
.slantTitle::before {
    content: '/';
    font-size: 30px;
    color: var(--mainColor);
    display: inline-block;
    font-weight: 400;
    padding: 0 20px;
}

.apply_icon {
    overflow: hidden;
}

.ditu {
    margin-top: 90px;
}

.tab1 {
    border: 1px solid var(--mainColor);
    width: 75%;
    margin: 0 auto;
}

.tab1 tr {
    width: 100%;
}

.tab1 th,
.tab1 td {
    width: calc(100% / 3);
    font-size: 16px;
    color: #333;
    border: 1px solid var(--mainColor);
    padding: 10px;
    text-align: center;
}

.tab1 th {
    background-color: var(--mainColor);
    color: #fff;
}

.tab1 tr.careful td {
    font-weight: 700;
}

.tab1 tr.careful td span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../Images/标识.png) no-repeat 0 0 / cover;
    margin-right: 15px;
}

.apply {
    width: 100%;
    margin: 0 auto;
}

.apply .apply_icon li {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.apply .apply_icon li::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 30px;
    background: url(../Images/jiantou.png) no-repeat 0 0 / cover;
    position: absolute;
    top: 40px;
    right: -18px;
}

.apply .apply_icon li:last-child::after {
    width: 0;
    height: 0;
    background: none;
}

.apply .apply_icon li strong {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    border-bottom: 2px solid #E3EFDB;
    color: var(--mainColor);
}

.apply .apply_icon li .text {
    text-align: center;
    margin: 15px auto 0;
    width: 62%;
}

.apply .apply_icon li .text h4 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.apply .apply_icon li .text p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 8px;
    text-indent: 0;
}

.apply .apply_icon li .text p em {
    font-weight: 700;
}

.gbook_indexpost {
    width: 65%;
    margin: 0 auto;
    position: relative;
}

.gbook_indexpost label {
    display: block;
    width: 100%;
}

.gbook_indexpost label.inputuserMail {
    display: none;
}

.gbook_indexpost label span {
    font-size: 14px;
    color: #333;
    display: block;
}

.gbook_indexpost label span::before {
    content: '* ';
    font-size: 30px;
    color: rgb(255, 0, 0);
    vertical-align: text-top;
}

.gbook_indexpost label:nth-of-type(1) span::after {
    content: " / Student's Name";
    color: #999;
}

.gbook_indexpost label:nth-of-type(2) span::after {
    content: " / Student's Gender";
    color: #999;
}

.gbook_indexpost label:nth-of-type(3) span::after {
    content: " / Student's Age";
    color: #999;
}

.gbook_indexpost label:nth-of-type(4) span::after {
    content: " / Student's Grade";
    color: #999;
}

.gbook_indexpost label:nth-of-type(5) span::after {
    content: " / Mobile Phone";
    color: #999;
}

.gbook_indexpost label:nth-of-type(6)::after {
    content: "请填写您的真实号码，方便之后我们与您取得联系。";
    font-size: 12px;
    color: var(--mainColor);
    display: block;
}

.gbook_indexpost label:nth-of-type(6) span::after {
    content: " / Where did you get the information？";
    color: #999;
}

.gbook_indexpost label:nth-of-type(6) span {
    margin-top: 15px;
}

.gbook_indexpost label:nth-of-type(6) input {
    display: inline-block;
    margin-right: 10px;
}

.gbook_indexpost label input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
}

.con_zixun_top {
    text-align: center;
}

.con_zixun_top .zixun_pic {
    text-align: center;
}

.con_zixun_top .zixun_title {
    text-align: center;
    margin-top: 40px;
}

.con_zixun_top .zixun_title h3 {
    font-size: 24px;
    color: #666;
    line-height: 40px;
}

.con_zixun_top .zixun_title p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.con_zixun_top .zixun_beizhu {
    text-align: center;
    color: var(--mainColor);
    margin-top: 30px;
    margin-bottom: 30px;
}

.con_zixun_top .zixun_beizhu h4 {
    font-size: 18px;
    line-height: 30px;
}

.con_zixun_top .zixun_beizhu p {
    font-size: 14px;
    line-height: 30px;
    color: var(--mainColor);
}

.gbook_formbtn input {
    width: 40% !important;
    height: 50px !important;
    display: block;
    background-color: var(--mainColor) !important;
    font-size: 20px;
    margin: 150px auto 0;
}

#com_nmpost_gbook {
    position: relative;
}

#com_nmpost_gbook .message {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#com_nmpost_gbook .message h4 {
    color: var(--mainColor);
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

#com_nmpost_gbook .message p {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 30px;
}


/* 招聘人才 */

.clearFix::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.clearFix::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.liucheng_top {
    overflow: hidden;
    margin-bottom: 40px;
}

.liucheng_top .title,
.liucheng_top .number {
    width: 165px;
    height: 50px;
    background-color: #6C855A;
    border-radius: 25px;
    margin-right: 2%;
    color: #fff;
    font-size: 46px;
    float: left;
    font-weight: bold;
}

.liucheng_top .title {
    width: 200px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liucheng_top .number {
    background-image: url(../Images/STEP.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    text-align: left;
    padding-left: 20px;
}

.liucheng_bottom {
    padding-left: 15%;
}

.liucheng_bottom .item {
    float: left;
    width: 140px;
    padding: 10px 0;
    margin-right: 5%;
    background: #E2EFDA;
    color: #6C855A;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
}

.liucheng_bottom .item::after {
    content: '';
    width: 25px;
    height: 20px;
    background: url(../Images/jiantou.png) no-repeat 0 0 / cover;
    position: absolute;
    right: -40px;
}

.liucheng_bottom .item:nth-last-of-type(1)::after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
}

.liucheng_bottom .whiteBg::after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
}

.liucheng_bottom .wrapItem::after {
    content: '';
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.liucheng_bottom .item p {
    text-indent: 0;
    color: #6C855A;
}

.liucheng_bottom .item:nth-last-of-type(1) {
    margin-right: 0;
    margin-bottom: 0;
}

.liucheng_bottom .wrapItem {
    background: #fff !important;
    padding: 0 !important;
}

.liucheng_bottom .long_item {
    width: 75%;
    background-color: #E2EFDA;
    float: left;
    border-radius: 10px;
}

.liucheng_bottom .long_item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2%;
}

.liucheng_bottom .long_item ul li {
    list-style: none;
    width: calc(100% / 3);
    color: #6C855A;
    font-size: 16px;
}

.liucheng_bottom .br {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.liucheng_bottom .whiteBg {
    background-color: #fff;
    border: 3px dashed #E2EFDA;
    box-sizing: border-box;
}

.liucheng_bottom .wrapItem .item:first-child {
    margin-bottom: 50px;
}

.liucheng_bottom .wrapItem .item:last-child::after {
    content: '';
    width: 20px;
    height: 26px;
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../Images/jiantou2.png) no-repeat 0 0 / cover;
}

.liucheng_bottom .heightItem {
    height: 80px;
}

.bottom_text {
    position: relative;
    top: -20px;
}

.bottom_text span {
    font-size: 24px;
    color: rgb(255, 0, 0);
    vertical-align: middle;
    padding-right: 7px;
}

.menu_61 .new_pro_con {
    overflow: hidden;
}

.menu_61 .subTitle {
    text-align: center;
    font-size: 18px;
    position: relative;
    top: -65px;
}

.menu_61 .content_list li {
    width: 33.3333%;
    float: left;
    box-shadow: none;
    height: 255px;
}

.menu_61 .content_list li .pic {
    width: auto;
    margin-top: 20px;
    float: left;
}

.menu_61 .content_list li .title {
    padding: 25px;
    overflow: hidden;
}

.menu_61 .content_list li .toptitle {
    font-size: 22px;
    color: #333;
    margin-bottom: 18px;
}

.menu_61 .content_list li .news_time {
    display: none;
}

.menu_61 .content_list li .subtitle {
    font-size: 14px;
    display: block;
    color: #333;
    height: 113px;
}

.menu_61 .content_list li .details {
    position: relative;
    width: 30%;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 65px;
    padding: 0;
    color: #fff;
    background-color: var(--mainColor);
    font-size: 16px;
}

.menu_61 .newview_item .pic {
    float: left;
}

.menu_61 .newview_item .text {
    overflow: hidden;
    padding-left: 8%;
    padding-top: 60px;
}

.menu_61 .newview_item .text .point {
    font-size: 22px;
    color: #333;
}

.menu_61 .newview_item .text .point::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--mainColor);
    border-radius: 50%;
    margin-right: 15px;
    margin-left: -15px;
    vertical-align: middle;
}

.menu_61 .newview_item .text ul {
    margin: 20px 0;
}

.menu_61 .newview_item .text ul li {
    list-style: decimal;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.menu_61 .resume {
    display: inline-block;
    margin-left: 7%;
    width: 15%;
    font-size: 16px;
    height: 45px;
    background-color: var(--mainColor);
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-top: 40px;
    border-radius: 4px;
}

.menu_61 .content_list .resume {
    margin: 50px 0 50px 50%;
    transform: translateX(-50%);
    width: 30%
}

.menu_61 .p_n_title {
    display: none;
}

.menu_61 .newsview_time {
    display: none;
}

.menu_61 .zhaopin {
    text-align: center;
}

.menu_61 .zhaopin .resume {
    margin: 60px 0;
    width: 25%;
}

.menu_61 .p_pro {
    margin-top: -120px;
}


/* 首页 */

.index .content {
    padding: 0 50px;
}

.welcome_bg {
    position: relative;
    z-index: -1;
    text-align: center;
}

.welcome_bg .welcome_text {
    font-size: 40px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "宋体";
    color: #fff;
    font-weight: 700;
    font-style: italic;
    width: 1200px;
}

.about_us {
    margin-top: -80px;
}

.about_us .content {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 80px;
    box-shadow: 0 0 15px #ccc;
}

.about_us .tuandui_toptitle {
    margin-top: 50px;
}

.about_us .about_item .pic {
    width: 50%;
}

.about_us .about_item:nth-of-type(odd) .pic {
    float: left;
}

.about_us .about_item:nth-of-type(even) .pic {
    float: right;
}

.about_us .about_item {
    height: 300px;
}

.about_us .about_item .font {
    float: left;
    padding-top: 90px;
    padding-left: 3%;
    position: relative;
    width: 50%;
}

.about_us .about_item:nth-of-type(even) .font {
    text-align: right;
    padding-right: 3%;
    padding-left: 0;
}

.about_us .about_item:nth-of-type(even) .font_bottom {
    font-size: 16px;
    margin-top: 50px;
}

.about_us .about_item:nth-of-type(even) .font_bottom p {
    color: #333;
    line-height: 40px;
}

.about_us .about_item .font_top {
    font-style: italic;
}

.about_us .about_item .font_top::before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #C9A063;
    display: block;
    position: absolute;
    top: 60px;
}

.about_us .about_item:nth-of-type(odd) .font_top::before {
    left: -20px;
}

.about_us .about_item:nth-of-type(even) .font_top::before {
    right: -20px;
}

.about_us .about_item .font_top em {
    font-style: italic;
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.about_us .about_item .font_top span {
    font-size: 16px;
    color: #C9A063;
    font-weight: 100;
}

.about_us .about_item .zhanfang {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 50px 0 20px;
}

.about_us .about_item .eng {
    font-size: 16px;
    color: #C9A063;
}

.index .target {
    margin-top: 50px;
}

.target .target_text {
    text-align: center;
}

.index .ad1 {
    margin: 80px 0;
    text-align: center;
}

.index .ad1 .ad1_con {
    position: relative;
}

.index .ad1 .ad1_con p {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
}

.school_badge {
    overflow: hidden;
    height: 950px;
    margin-bottom: 80px;
}

.school_badge .content {
    padding: 0;
    height: 100%;
}

.school_badge .pic_box {
    width: 48%;
    float: left;
    position: relative;
    height: 100%;
}

.school_badge .pic_box .pic_box_one {
    width: 400px;
    height: 360px;
}

.school_badge .pic_box .pic_box_two {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 400px;
    height: 360px;
    z-index: 10;
    border: 5px solid #fff;
    box-sizing: border-box;
}

.school_badge .pic_box .pic_box_three {
    width: 400px;
    height: 360px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.school_badge .font_box {
    width: 50%;
    float: right;
    padding-top: 60px;
}

.school_badge .font_box .font_top::before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #C9A063;
    display: block;
    position: absolute;
    top: -30px;
    left: -25px;
}

.school_badge .font_box .font_top {
    position: relative;
}

.school_badge .font_box .font_top .schoole_title {}

.school_badge .font_box .schoole_title em {
    font-style: italic;
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.school_badge .font_box .schoole_title span {
    font-size: 16px;
    color: #C9A063;
    font-weight: 100;
}

.school_badge .font_box .font_top p {
    margin: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.school_badge .font_box .item_pic {
    width: 100px;
    float: left;
}

.school_badge .font_box .item_con {
    overflow: hidden;
}

.school_badge .font_box .history,
.school_badge .font_box .culture,
.school_badge .font_box .spirit,
.school_badge .font_box .extensive {
    overflow: hidden;
    margin-bottom: 22px;
}

.school_badge .font_box .item_con h3 {
    font-size: 22px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}

.school_badge .font_box .item_con p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.pro {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    /* height: 570px; */
    margin-bottom: 80px;
    overflow: hidden;
}

.pro .swiper-slide {
    height: 100%;
}

.pro .img_box {
    float: left;
    width: 50%;
}


/* .pro .img_box img {
    height: 100%;
} */

.pro .infos {
    float: left;
    width: 50%;
    padding: 0 9% 0 3%;
    background: url(../Images/bg_03.png) repeat-x;
    box-sizing: border-box;
}

.pro .infos .school_history_top {
    position: relative;
    margin-top: 20%;
}

.pro .infos .school_history_top::before {
    content: '';
    width: 120px;
    height: 3px;
    background-color: #C9A063;
    display: block;
    position: absolute;
    top: -30px;
    left: -80px;
}

.pro .infos .school_history_top h3 em {
    font-style: italic;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.pro .infos .school_history_top h3 span {
    font-size: 16px;
    color: #C9A063;
    font-weight: 100;
}

.pro .infos .school_history_middle p {
    font-size: 24px;
    margin: 35px 0;
    color: #fff;
    font-weight: 300;
}

.pro .infos .school_history_bottom p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.pro .swiper-pagination {
    font-size: 20px !important;
    color: #fff !important;
    width: 100px !important;
    left: 51% !important;
    bottom: 10%;
}

.pro .swiper-button-prev {
    bottom: 8% !important;
    left: 56% !important;
    top: auto !important;
}

.pro .swiper-button-next {
    bottom: 8% !important;
    right: auto;
    left: 59% !important;
    top: auto !important;
}

.pro .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.pro .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.index_message {
    margin-bottom: 80px;
    overflow: hidden;
}

.index_message .pic_box {
    width: 30%;
    float: left;
}

.index_message .text_box {
    padding-top: 50px;
    overflow: hidden;
    padding-left: 3%;
}

.index_message .text_box .text_box_icon {
    width: 60px;
    float: left;
}

.index_message .text_box .text_box_con {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
    text-indent: 2em;
    color: #333;
    text-align: justify;
}

.index_message .text_box .text_box_con span {
    display: block;
    text-align: right;
    color: var(--mainColor);
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
}

.index .ad2 {
    margin-bottom: 80px;
    text-align: center;
}

.index .ad2 .ad2_con {
    position: relative;
}

.index .ad2 .ad2_con p {
    width: 100%;
    position: absolute;
    top: 25%;
    font-size: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 15px;
}

.index .ad2 .ad2_con a {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    color: var(--mainColor);
    letter-spacing: 10px;
}

.index_partner {
    margin-bottom: 80px;
    overflow: hidden;
}

.index_partner .partner_con {}

.index_partner .partner_con_item {
    width: 25%;
    margin-bottom: 20px;
    float: left;
}

.menu_50 .tuandui_toptitle {
    display: none;
}

.index_partner .partner_con_item img {
    border: 1px solid #ccc;
    height: 71px !important;
}

.footer {
    background: #004221;
    padding-top: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 2px solid #00331a;
}

.footer .footer_left {
    float: left;
    width: 30%;
    border-right: 2px solid #00331a;
}

.footer .footer_left .footer_left_top {
    margin-bottom: 20px;
}

.footer .footer_left .footer_left_top h3 {
    font-size: 24px;
    line-height: 50px;
}

.footer .footer_middle {
    float: left;
    width: 50%;
    padding-left: 3%;
}

.footer .footer_middle dl {
    float: left;
    width: 25%;
}

.footer .footer_middle dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer .footer_middle dl dd {
    line-height: 39px;
}

.footer .erweima {
    float: left;
    width: 20%;
    text-align: center;
}

.copyright {
    background-color: #004221;
    text-align: center;
}

.copyright p {
    line-height: 50px;
    color: #fff;
}

.n_j_list {
    width: 80%;
    margin: 0 auto;
}


/* 响应式开始 */

@media screen and (max-width: 1440px) {
    .about_us {
        margin-top: -50px;
    }
    .tuandui_toptitle {
        margin-bottom: 60px;
    }
    /* .pro .img_box {
        height: 430px;
    }
    .pro .infos {
        height: 430px;
    } */
    .pro .swiper-button-prev {
        left: 58% !important;
    }
    .pro .swiper-button-next {
        left: 62% !important;
    }
    .index .ad2 .ad2_con p {
        top: 20%;
    }
    .index .ad2 .ad2_con a {
        bottom: 20%;
    }
    .pro .infos .school_history_middle p {
        margin: 20px 0;
    }
    .pro .infos .school_history_top {
        margin-top: 15%
    }
    .pro .swiper-pagination {
        bottom: 6%;
    }
    .pro .swiper-button-prev {
        bottom: 4% !important;
    }
    .pro .swiper-button-next {
        bottom: 4% !important;
    }
}

@media screen and (max-width: 1280px) {
    .content {
        padding: 0 2%;
    }
    .welcome_bg .welcome_text {
        padding-left: 2%;
        width: 100%;
    }
    .about_us {
        margin-top: -30px;
    }
    .tuandui_toptitle {
        margin-bottom: 60px;
    }
    /* .pro .img_box {
        height: 380px;
    }
    .pro .infos {
        height: 380px;
    } */
    .pro .infos .school_history_top h3 em {
        font-size: 32px;
    }
    .pro .infos .school_history_middle p {
        margin: 15px 0;
    }
    .pro .swiper-button-prev {
        left: 60% !important;
    }
    .pro .swiper-button-next {
        left: 64% !important;
    }
    .pro .swiper-pagination {
        bottom: 10px;
    }
    .pro .swiper-button-prev {
        bottom: 0% !important;
    }
    .pro .swiper-button-next {
        bottom: 0% !important;
    }
    .pro .infos .school_history_top {
        margin-top: 10%;
    }
    .pro .infos .school_history_top::before {
        top: -20px;
    }
    .pro .infos .school_history_top h3 em {
        font-size: 28px;
    }
    .pro .infos .school_history_middle p {
        font-size: 20px;
    }
    .pro .infos .school_history_bottom p {
        font-size: 14px;
    }
    .index_message .text_box {
        padding-top: 30px;
    }
    .index_message .text_box .text_box_con {
        line-height: 40px;
    }
}

@media screen and (max-width: 1080px) {
    .about_us {
        margin-top: 0;
    }
    .proview_item_1 .pro_list .pro_list_item:nth-of-type(odd) .pic {
        width: 100%;
    }
    .proview_item_1 .pro_list .pro_list_item:nth-of-type(even) .pic {
        width: 100%;
    }
    .content {
        width: 100%;
    }
    .about_us .about_item .font {
        padding-top: 50px;
    }
    .about_us .about_item .font_top::before {
        top: 30px;
    }
    .about_us .about_item .font_top em {
        font-size: 26px;
    }
    .about_us .about_item .zhanfang {
        font-size: 22px;
        margin: 30px 0 20px;
    }
    .about_us .about_item .font_top span {
        font-size: 14px;
    }
    .about_us .about_item:nth-of-type(even) .font_bottom {
        font-size: 14px;
    }
    .about_us .about_item .eng {
        font-size: 14px;
    }
    .school_badge .pic_box {
        width: 40%;
    }
    .school_badge .font_box .history,
    .school_badge .font_box .culture,
    .school_badge .font_box .spirit,
    .school_badge .font_box .extensive {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .school_badge .pic_box .pic_box_three .school_badge .pic_box .pic_box_two,
    .school_badge .pic_box .pic_box_one {
        width: 90%;
    }
    .school_badge .font_box {
        width: 58%;
        padding-right: 2%;
        padding-top: 40px;
    }
    .school_badge .font_box .schoole_title em {
        font-size: 26px;
    }
    .school_badge .font_box .schoole_title span {
        font-size: 14px;
    }
    .school_badge .font_box .font_top p {
        margin: 20px 0;
        font-size: 14px;
    }
    .school_badge .font_box .item_pic {
        width: 80px;
    }
    .school_badge .font_box .item_con {
        padding-left: 10px;
    }
    .pro .infos .school_history_top h3 em {
        font-size: 26px;
    }
    .pro .infos .school_history_top h3 span {
        font-size: 14px;
    }
    .pro .infos .school_history_middle p {
        font-size: 18px;
    }
    .index_message .text_box .text_box_con {
        line-height: 30px;
        font-size: 14px;
    }
    .index .ad2 .ad2_con p {
        top: 12%;
    }
    .index .ad2 .ad2_con a {
        bottom: 12%;
    }
    .index .ad2 {
        margin-bottom: 50px;
    }
    .tuandui_toptitle {
        margin-bottom: 40px;
    }
    .index_partner .partner_con {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .pro .infos .school_history_bottom p {
        line-height: 25px;
    }
    .pro {
        margin-bottom: 50px;
    }
    .p_pro {
        margin-top: -100px;
    }
    .intro_toptitle h2.line {
        left: 0;
    }
    .intro_toptitle h3 {
        margin: 30px 5px 10px 10%;
        font-size: 26px;
    }
    .intro_toptitle p {
        font-size: 14px;
    }
    .intro_bg_pic_left {
        width: 80%;
    }
    .intro_pic {
        width: 32%;
    }
    .menu_45 .introduction_container .content {
        padding: 0 1%;
    }
    .intro_text {
        width: 38%;
        padding-top: 200px;
    }
    .intro_text .text_info p {
        font-size: 14px;
    }
    .environment h2.line {
        left: -30px;
    }
    .new_pro_con .content_list li .title {
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .new_pro_con .content_list li .toptitle {
        font-size: 20px;
    }
    .new_pro_con .content_list .subtitle {
        font-size: 14px;
    }
    .new_pro_con .content_list .details {
        padding: 8px 30px;
    }
    .pro_item_title {
        margin: 60px 0;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .name {
        font-size: 20px;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .line {
        margin: 18px 0;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .introduce {
        font-size: 12px;
        padding-left: 3%;
    }
    .proview_item_3 .pro_list ul li,
    .proview_item_2 .pro_list ul li {
        height: 340px;
    }
    .describe .title {
        margin: 60px 0;
    }
    .slantTitle {
        margin: 60px 0;
    }
    .ditu {
        margin-top: 60px;
    }
    .liucheng_top .number {
        font-size: 40px;
    }
    .liucheng_bottom .item {
        width: 120px;
        font-size: 14px;
    }
    .liucheng_bottom {
        padding-left: 5%;
    }
    .body_container p {
        font-size: 14px;
    }
    .liucheng_bottom .long_item ul li {
        font-size: 14px;
    }
    .liucheng_top .title,
    .liucheng_top .number {
        height: 43px;
    }
    .menu_61 .subTitle {
        font-size: 16px;
        top: -40px;
    }
    .menu_61 .content_list li .pic {
        margin-top: 0;
    }
    .menu_61 .content_list li {
        width: 30%;
        margin-left: 2%;
        height: 300px;
    }
    .menu_61 .content_list li .subtitle {
        height: auto;
    }
    .menu_61 .content_list li .details {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
    }
    .menu_61 .zhaopin .resume {
        margin-top: 10px;
    }
    .guihua_img ul li img {
        height: 160px;
    }
    .guihua_img ul li img {
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .index .cur0,
    .menu_45 .cur1,
    .menu_46 .cur1,
    .menu_48 .cur1,
    .menu_67 .cur1,
    .menu_64 .cur2,
    .menu_65 .cur2,
    .menu_66 .cur2,
    .menu_50 .cur2,
    .menu_53 .cur3,
    .menu_54 .cur3,
    .menu_55 .cur3,
    .menu_57 .cur3,
    .menu_60 .cur4,
    .menu_61 .cur4,
    .menu_59 .cur4 {
        border: 0;
        background-color: var(--mainColor);
        color: #fff;
    }
    .menu_61 .content_list li .details {
        width: 40%;
        font-size: 12px;
    }
    .menu_61 .subTitle {
        font-size: 14px;
        top: -30px;
    }
    .liucheng_bottom .item::after {
        content: '';
        width: 15px;
        height: 15px;
        background: url(../Images/jiantou.png) no-repeat 0 0 / 100%;
        position: absolute;
        right: -25px;
    }
    .liucheng_bottom .wrapItem .item:last-child::after {
        content: '';
        width: 13px;
        height: 15px;
        position: absolute;
        top: -70%;
        left: 50%;
        transform: translateX(-50%);
        background: url(../Images/jiantou2.png) no-repeat 0 0 / 100%;
    }
    .liucheng_bottom .long_item ul li {
        font-size: 12px;
    }
    .liucheng_bottom .item {
        width: 100px;
        font-size: 12px;
        text-align: center;
    }
    .liucheng_bottom .item p {
        font-size: 12px;
        line-height: 20px;
    }
    .liucheng_bottom .heightItem {
        height: 60px;
    }
    .menu_61 .p_pro {
        margin-top: -145px;
    }
    .menu_61 .zhaopin .resume {
        margin-bottom: 50px;
    }
    .liucheng_top .title,
    .liucheng_top .number {
        height: 40px;
        width: 150px;
    }
    .liucheng_top .number {
        font-size: 35px;
    }
    .liucheng_top .title {
        width: 180px;
        font-size: 20px;
    }
    .body_container p {
        font-size: 12px;
    }
    .liucheng_bottom .item,
    .liucheng_top {
        margin-bottom: 30px;
    }
    .liucheng_bottom .wrapItem .item:first-child {
        margin-bottom: 30px;
    }
    .footer .footer_left .footer_left_top h3 {
        font-size: 20px;
    }
    .footer .footer_left .footer_left_top {
        margin-bottom: 0;
    }
    .footer .footer_middle dl dt {
        font-size: 14px;
    }
    .proview_item_1 .pro_list .pro_list_item .toptitle {
        height: auto;
        width: 100%;
    }
    .proview_item_1 .pro_list .pro_list_item:nth-of-type(odd) .pic {
        width: 100%;
    }
    .proview_item_1 .pro_list .pro_list_item:nth-of-type(even) .pic {
        width: 100%;
    }
    #com_nmpost_gbook .message {
        width: 100%;
        text-align: center;
    }
    .welcome_bg .welcome_text {
        font-size: 30px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .about_us .about_item {
        height: 190px;
    }
    .about_us .about_item .font {
        padding-top: 40px;
    }
    .about_us .about_item .font_top::before {
        top: 20px;
    }
    .about_us .about_item .font_top em {
        font-size: 22px;
    }
    .about_us .about_item .font_top span {
        font-size: 12px;
    }
    .about_us .about_item .zhanfang {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .about_us .about_item .eng {
        font-size: 13px;
    }
    .about_us .about_item:nth-of-type(even) .font_bottom {
        font-size: 12px;
        margin-top: 30px;
    }
    .about_us .about_item:nth-of-type(even) .font_bottom p {
        line-height: 25px;
    }
    .index .ad1 .ad1_con p {
        font-size: 20px;
    }
    .index .ad1 {
        margin: 50px 0;
        text-align: center;
    }
    .school_badge {
        overflow: hidden;
        height: 800px;
        margin-bottom: 50px;
    }
    .school_badge .pic_box .pic_box_three,
    .school_badge .pic_box .pic_box_two,
    .pic_box .pic_box_one {
        width: 85%;
        height: auto;
    }
    .school_badge .font_box {
        padding-top: 30px;
    }
    .school_badge .font_box .schoole_title em {
        font-size: 22px;
    }
    .school_badge .font_box .schoole_title span {
        font-size: 12px;
    }
    .school_badge .font_box .font_top p {
        font-size: 12px;
        line-height: 25px;
    }
    .school_badge .font_box .item_pic {
        width: 60px;
    }
    .school_badge .font_box .item_con h3 {
        font-size: 18px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .school_badge .font_box .item_con p {
        font-size: 12px;
        line-height: 25px;
    }
    .tuandui_toptitle .content_text {
        font-size: 14px;
        margin-top: 30px;
        line-height: 30px;
    }
    .pro .infos {
        padding-top: 0 2%;
    }
    .pro .infos .school_history_top {
        margin-top: 7%;
    }
    .pro .infos .school_history_top::before {
        width: 80px;
        left: -40px;
        top: -13px;
        height: 2px;
    }
    .pro .infos .school_history_top h3 em {
        font-size: 22px;
    }
    .pro .infos .school_history_top h3 span {
        font-size: 12px;
    }
    .pro .infos .school_history_middle p {
        font-size: 14px;
        margin: 8px 0;
    }
    .pro .infos .school_history_bottom p {
        line-height: 25px;
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .pro .swiper-pagination {
        width: 70px !important;
        font-size: 14px !important;
    }
    .pro .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        font-size: 16px !important;
    }
    .pro .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        font-size: 16px !important;
    }
    .header {
        height: 80px;
        position: relative;
    }
    .header .logo {
        height: 80px;
    }
    .header .logo img {
        width: 80%;
    }
    .index .content {
        padding: 0 2%;
    }
    .i_nav_btn {
        width: 50px;
        height: 50px;
        background: url(../Images/列表.png) no-repeat 0 0 / cover;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .i_nav {
        width: 250px;
        height: auto;
        position: absolute;
        right: 0;
        float: right;
        top: 80px;
        background-color: #f5f5f5;
        color: #333;
        z-index: 999;
        display: none;
    }
    .ddsmoothmenu li {
        float: none;
        height: auto;
        border: 0;
        text-align: center;
    }
    .ddsmoothmenu li a {
        color: #333;
        line-height: 40px;
    }
    .i_nav ul li ul {
        position: relative;
        width: 100% !important;
        left: 0 !important;
    }
    .index_message .text_box {
        padding-top: 0;
    }
    .index_message .text_box .text_box_con {
        padding-top: 0;
    }
    .index_message .text_box .text_box_con {
        line-height: 25px;
        font-size: 12px;
    }
    .index .ad2 .ad2_con p {
        font-size: 24px;
    }
    .index .ad2 .ad2_con a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .introduction_container .intro_item {
        height: 850px;
    }
    .intro_toptitle {
        width: 28%;
    }
    .intro_toptitle h2.line {
        left: -10px;
        width: 80px;
        height: 2px;
    }
    .intro_toptitle h3 {
        font-size: 22px;
    }
    .intro_toptitle p {
        font-size: 12px;
    }
    .intro_bg_pic_left {
        width: 70%;
    }
    .intro_text {
        width: 37%;
        padding-top: 160px;
        float: right !important;
    }
    .intro_text .text_info p {
        font-size: 12px;
        line-height: 25px;
    }
    .environment {
        padding: 50px 0;
    }
    .environment .content {
        width: 100%;
        padding: 0 2%;
    }
    .environment h2.line {
        height: 2px;
    }
    .environment h3 {
        font-size: 22px;
    }
    .environment .content>p {
        font-size: 12px;
    }
    .new_pro_con .content_list li .toptitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .new_pro_con .content_list .news_time {
        font-size: 12px;
    }
    .new_pro_con .content_list .subtitle {
        font-size: 12px;
        line-height: 20px;
    }
    .new_pro_con .content_list .details {
        padding: 5px 15px;
        font-size: 12px;
    }
    .sortnavul li a {
        font-size: 22px;
    }
    .tuandui_toptitle .title {
        font-size: 26px;
    }
    .tuandui_toptitle .subtitle {
        font-size: 14px;
    }
    .proview_item_3 .pro_list ul,
    .proview_item_2 .pro_list ul,
    .proview_item_1 .pro_list .pro_list_item {
        width: 100%;
    }
    .proview_item_3 .pro_infos h3,
    .proview_item_2 .pro_infos h3 {
        font-size: 18px;
    }
    .proview_item_3 .pro_infos .slant,
    .proview_item_2 .pro_infos .slant {
        padding: 0 10px;
    }
    .proview_item_3 .pro_infos .position,
    .proview_item_2 .pro_infos .position {
        font-size: 12px;
    }
    .pro_item_title {
        margin: 40px 0;
    }
    .sidebar {
        padding: 10px 2%;
    }
    .national_flag {
        margin-bottom: 40px;
    }
    .national_flag_list li {
        width: 20%;
    }
    .describe .describe_item {
        height: 120px;
    }
    .describe .describe_item .text {
        display: block;
    }
    .describe .describe_item .text p {
        line-height: 20px;
    }
    .describe .describe_item .text ul {
        margin-top: 10px;
    }
    .describe .describe_item .text ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .describe .title {
        margin: 40px 0;
        font-size: 22px;
    }
    .describe .exhibition .biaoti {
        line-height: 30px;
    }
    .guihua_img ul li img {
        height: 120px;
    }
    .guihua_img ul li img {
        width: 100%;
        height: 150px;
    }
    .tuandui_toptitle .line {
        margin: 10px auto;
    }
    .slantTitle {
        margin: 40px 0;
    }
    .tab1 {
        width: 100%;
    }
    .apply .apply_icon li strong {
        font-size: 24px;
        line-height: 50px;
    }
    .apply .apply_icon li .text p {
        font-size: 12px;
        line-height: 20px;
    }
    .ditu {
        margin-top: 40px;
    }
    .menu_61 .content_list li {
        height: 250px;
    }
    .menu_61 .content_list li .subtitle {
        font-size: 12px;
    }
    .new_pro_con .content_list li .toptitle {
        font-size: 16px;
    }
    .menu_61 .resume {
        width: 25%;
    }
    .menu_61 .newview_item .text {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .header .logo {
        margin-left: 20px;
    }
    .header .logo img {
        width: 60%;
    }
    .welcome_bg .welcome_text {
        font-size: 20px;
    }
    .about_us .tuandui_toptitle {
        margin-top: 30px;
    }
    .tuandui_toptitle .title {
        font-size: 24px;
        line-height: 40px;
    }
    .tuandui_toptitle .subtitle {
        font-size: 12px;
    }
    .tuandui_toptitle .line {
        margin: 5px auto;
    }
    .tuandui_toptitle .content_text {
        margin-top: 20px;
    }
    .tuandui_toptitle {
        margin-bottom: 30px;
    }
    .about_us .about_item {
        height: 160px;
    }
    .about_us .about_item .font {
        padding-top: 20px;
    }
    .about_us .about_item .font_top::before {
        top: 10px;
        height: 2px;
    }
    .about_us .about_item:nth-of-type(even) .font_bottom {
        margin-top: 20px;
    }
    .index .target {
        margin-top: 30px;
    }
    .index .ad1 {
        margin: 30px 0;
    }
    .index .ad1 .ad1_con p {
        font-size: 16px;
    }
    .school_badge .pic_box {
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 20px;
    }
    .school_badge .pic_box .pic_box_three,
    .school_badge .pic_box .pic_box_two,
    .pic_box .pic_box_one {
        width: 40% !important;
        height: auto !important;
    }
    .school_badge .pic_box .pic_box_two {
        top: 20%;
        bottom: auto;
        right: 50%;
        transform: translateX(50%);
        overflow: hidden;
        border-radius: 50%;
    }
    .school_badge .pic_box .pic_box_three {
        right: 0;
        top: 10px;
        left: auto;
        bottom: 0;
        transform: translateX(0);
    }
    .school_badge .font_box {
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
    }
    .school_badge .font_box .font_top::before {
        top: -15px;
        left: -20px;
    }
    .school_badge .font_box .font_top p {
        margin: 10px 0;
    }
    .school_badge .font_box .item_con {
        padding-left: 10px;
        padding-top: 10px;
    }
    .school_badge .font_box .item_con h3 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .school_badge {
        height: 900px;
    }
    .pro .img_box {
        width: 100%;
        float: none;
    }
    .pro .infos {
        float: none;
        width: 100%;
        height: 250px !important;
        padding-top: 1px;
    }
    .pro {
        margin-bottom: 30px;
    }
    .pro .swiper-pagination {
        left: 40% !important;
        width: auto !important;
        bottom: 12px;
    }
    .pro .swiper-button-prev {
        left: 48% !important;
    }
    .pro .swiper-button-next {
        left: 55% !important;
    }
    .pro .infos .school_history_middle p {
        margin: 10px 0;
    }
    .index_message {
        margin-bottom: 30px;
    }
    .index_message .text_box {
        padding-left: 0;
    }
    .index_message .text_box .text_box_icon {
        width: 30px;
    }
    .index_message .text_box .text_box_con {
        line-height: 20px;
    }
    .index_message .text_box .text_box_con span {
        font-size: 16px;
        margin-top: 20px;
    }
    .index .ad2 .ad2_con p {
        font-size: 16px;
    }
    .index .ad2 .ad2_con a {
        width: 130px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .index .ad2 {
        margin-bottom: 30px;
    }
    .index_partner {
        margin-bottom: 30px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .container_content {
        position: relative;
    }
    .footer .footer_left {
        width: 100%;
    }
    .footer .footer_middle {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
        text-align: center;
    }
    .footer .erweima {
        width: 30%;
        position: absolute;
        right: 0;
    }
    .p_container .sidebar {
        height: 120px;
        top: -120px;
    }
    .p_container .sortnavul li {
        padding: 15px 0;
    }
    .p_container .sortnavul li a {
        font-size: 20px;
        padding: 15px 0;
    }
    .introduction_container .intro_item {
        height: auto;
    }
    .intro_toptitle {
        width: 40%;
        position: absolute !important;
        padding-top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .intro_toptitle h2.line {
        left: 10px;
    }
    .intro_toptitle h3 {
        font-size: 20px;
    }
    .intro_pic {
        padding-top: 110px;
    }
    .intro_text {
        width: 65%;
        padding-top: 150px;
    }
    #com_thenm_list {
        margin-bottom: 30px;
    }
    .new_pro_con .content_list li .toptitle {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .new_pro_con .content_list .news_time {
        margin-bottom: 5px;
    }
    .new_pro_con .content_list .subtitle {
        -webkit-line-clamp: 2;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .name {
        font-size: 16px;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .line {
        margin: 8px 0;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .position {
        font-size: 14px;
    }
    .pro_item_title {
        margin: 30px 0;
        font-size: 18px;
    }
    .pro_item_title::after,
    .pro_item_title::before {
        font-size: 20px;
    }
    .proview_item_3 .pro_infos h3,
    .proview_item_2 .pro_infos h3 {
        font-size: 14px;
    }
    .proview_item_3 .pro_list ul li,
    .proview_item_2 .pro_list ul li {
        height: 280px;
    }
    .proview_item_3 .pro_infos,
    .proview_item_2 .pro_infos {
        padding: 0 5px;
    }
    .proview_item_3 .pro_infos .slant,
    .proview_item_2 .pro_infos .slant {
        padding: 0 5px;
    }
    .proview_item_1 .pro_list .pro_list_item:nth-of-type(even) .pic,
    .proview_item_1 .pro_list .pro_list_item:nth-of-type(odd) .pic {
        width: 100%;
        float: none;
    }
    .proview_item_1 .pro_list .pro_list_item .toptitle {
        height: auto !important;
        padding: 20px;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos {
        text-align: left;
    }
    .proview_item_1 .pro_list_item .toptitle .pro_infos .introduce {
        padding-left: 0;
    }
    .describe .title {
        margin: 30px 0;
        font-size: 18px;
    }
    .describe .title::after,
    .describe .title::before {
        font-size: 20px;
    }
    .describe .describe_item {
        height: auto;
    }
    .describe .describe_item .pic {
        width: 100%;
        float: none;
    }
    .describe .describe_item .text p {
        line-height: 25px;
        margin-top: 20px;
    }
    .describe .describe_item .text ul li {
        line-height: 25px;
    }
    .body_container p {
        line-height: 25px;
    }
    .describe .exhibition .biaoti {
        font-size: 18px;
        line-height: 20px;
    }
    .p_container .sortnavul li a {
        font-size: 16px;
    }
    .sortnavul span.line {
        padding: 15px 0;
    }
    .tuandui_toptitle .title {
        font-size: 22px;
        line-height: 30px;
    }
    .guihua_img ul li img {
        width: 100%;
        height: 120px;
    }
    .slantTitle {
        margin: 30px 0;
        font-size: 18px;
    }
    .slantTitle::after,
    .slantTitle::before {
        font-size: 20px;
    }
    .tab1 th,
    .tab1 td {
        font-size: 14px;
    }
    .apply .apply_icon li strong {
        font-size: 20px;
        line-height: 40px;
    }
    .apply .apply_icon li .text {
        width: 90%;
    }
    .apply .apply_icon li .text h4 {
        font-size: 14px;
    }
    .ditu {
        margin-top: 0;
    }
    .menu_61 .content_list li {
        height: 200px;
        width: 48%;
    }
    .menu_61 .subTitle {
        line-height: 30px;
    }
    .liucheng_bottom .item::after {
        right: -22px;
    }
    .bottom_text {
        top: -0px;
        margin: 20px 0;
    }
    .menu_61 .p_pro {
        margin-top: -120px;
    }
    .menu_61 .newview_item .pic {
        float: none;
        text-align: center;
    }
    .menu_61 .newview_item .text {
        padding-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .about_us .about_item .font {
        padding-top: 10px;
        padding-left: 2%;
    }
    .about_us .about_item .font_top::before {
        width: 60px;
        top: 6px;
    }
    .about_us .about_item .font_top em {
        font-size: 18px;
    }
    .about_us .about_item .zhanfang {
        font-size: 14px;
        margin: 8px 0;
    }
    .about_us .about_item .eng {
        font-size: 12px;
    }
    .about_us .about_item:nth-of-type(even) .font {
        padding-right: 2%;
    }
    .about_us .about_item:nth-of-type(even) .font_bottom {
        margin-top: 10px;
    }
    .about_us .about_item:nth-of-type(even) .font_bottom p {
        line-height: 20px;
    }
    .index .ad1 .ad1_con p {
        font-size: 14px;
    }
    .index_message .pic_box {
        width: 40%;
        float: left;
        padding-top: 8%;
    }
    .index_message .text_box .text_box_icon {
        width: 20px;
    }
    .index_message .text_box .text_box_con span {
        font-size: 14px;
    }
    .index .ad2 .ad2_con p {
        font-size: 14px;
    }
    .tuandui_toptitle .title {
        font-size: 22px;
        line-height: 30px;
    }
    .school_badge {
        margin-bottom: 20px;
    }
    .p_container .sortnavul li a {
        font-size: 16px;
    }
    .intro_toptitle h2.line {
        left: 30%;
    }
    .intro_toptitle {
        width: 100%;
    }
    .content {
        padding: 0 1%;
    }
    .intro_pic {
        width: 40%;
        padding-top: 100px;
    }
    .intro_text {
        width: 58%;
        padding-top: 120px;
    }
    .intro_text .title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .intro_text .title span {
        font-size: 14px;
    }
    .p_container .sidebar {
        top: -50px;
    }
    .p_pro {
        margin-top: -40px;
    }
    .new_pro_con .content_list li {
        margin-bottom: 15px;
        padding-bottom: 25px;
        padding-top: 10px;
    }
    .sortnavul span.line {
        padding: 15px 0;
    }
    .guihua_img ul li img {
        width: 100%;
        height: auto;
    }
    .apply_icon .big_icon img {
        width: 50%;
    }
    .apply .apply_icon li::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../Images/jiantou.png) no-repeat 0 0 / 100%;
        position: absolute;
        top: 30px;
        right: -10px;
    }
    .con_zixun_top .zixun_title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .con_zixun_top .zixun_title p {
        font-size: 12px;
    }
    .con_zixun_top .zixun_beizhu h4 {
        font-size: 14px;
        line-height: 25px;
    }
    .con_zixun_top .zixun_beizhu p {
        font-size: 12px;
        line-height: 25px;
    }
    #com_nmpost_gbook .message h4 {
        font-size: 16px;
        line-height: 30px;
    }
    #com_nmpost_gbook .message p {
        font-size: 12px;
        line-height: 25px;
    }
    .gbook_formbtn input {
        height: 30px !important;
        font-size: 14px;
    }
    #com_nmpost_gbook .message {
        bottom: 70px;
    }
    .gbook_indexpost {
        width: 90%;
    }
    .menu_61 .p_pro {
        margin-top: -70px;
    }
    .menu_61 .subTitle {
        font-size: 12px;
    }
    .liucheng_bottom .item::after {
        right: -20px;
    }
    .liucheng_bottom .item,
    .liucheng_top {
        margin-bottom: 20px;
    }
    .chushi .liucheng_bottom .item:nth-last-of-type(1) {
        margin-bottom: 20px;
    }
    .liucheng_top .title {
        width: 150px;
        font-size: 16px;
    }
    .liucheng_top .title,
    .liucheng_top .number {
        height: 30px;
    }
    .liucheng_top .number {
        font-size: 26px;
        width: 130px;
    }
    .liucheng_bottom .long_item {
        width: 100%;
    }
    .zhunbei .liucheng_bottom .item {
        margin-bottom: 30px;
    }
    .zhunbei .liucheng_bottom .item::after {
        content: '';
        width: 13px;
        height: 15px;
        position: absolute;
        top: 43px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../Images/jiantou2.png) no-repeat 0 0 / 100%;
    }
    .menu_61 .content_list li {
        height: 230px;
    }
    .menu_61 .zhaopin .resume {
        width: 40%;
    }
}

@media screen and (max-width: 414px) {
    .i_nav_btn {
        width: 35px;
        height: 35px;
    }
    .i_banner_box .slider-nav {
        bottom: 10% !important;
    }
    .i_banner_box .slider-nav .slider-nav__item {
        width: 10px !important;
        height: 10px !important;
    }
    .welcome_bg .welcome_text {
        font-size: 14px;
    }
    .about_us .tuandui_toptitle {
        margin-top: 20px;
    }
    .tuandui_toptitle .title {
        font-size: 20px;
    }
    .tuandui_toptitle .content_text {
        font-size: 12px;
        line-height: 25px;
    }
    .index .target {
        margin-top: 20px;
    }
    .tuandui_toptitle {
        margin-bottom: 20px;
    }
    .tuandui_toptitle .line {
        height: 2px;
    }
    .index .ad1 .ad1_con p {
        font-size: 12px;
        letter-spacing: 5px;
    }
    .school_badge .font_box .font_top::before {
        height: 2px;
    }
    .school_badge .font_box .schoole_title em {
        font-size: 20px;
    }
    .school_badge .font_box .history,
    .school_badge .font_box .culture,
    .school_badge .font_box .spirit,
    .school_badge .font_box .extensive {
        margin-bottom: 0;
    }
    .school_badge {
        margin-bottom: 20px;
    }
    .index_message .pic_box {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0;
    }
    .index_message .text_box {
        padding-top: 20px;
    }
    .index .ad2 .ad2_con p {
        font-size: 12px;
        letter-spacing: 10px;
    }
    .index .ad2 .ad2_con a {
        width: 100px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
    .index .ad2 {
        margin-bottom: 20px;
    }
    .footer {
        font-size: 12px;
        padding-bottom: 30px;
    }
    .intro_text {
        padding-top: 90px;
    }
    .intro_pic {
        padding-top: 150px;
    }
    .intro_text .title {
        margin-left: -25%;
    }
    .intro_toptitle h2.line {
        left: 25%;
    }
    .intro_text .text_info p {
        line-height: 20px;
    }
    .proview_item_3 .pro_list ul li,
    .proview_item_2 .pro_list ul li {
        height: 320px;
        width: 48%;
    }
    .proview_item_3 .pro_list ul li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .p_container .sortnavul li a {
        font-size: 12px;
    }
    .national_flag_list li {
        margin-right: 2%;
    }
    #com_nmpost_gbook .message h4 {
        font-size: 14px;
    }
    .liucheng_bottom .item {
        margin-right: 6%;
    }
    .about_us .about_item .pic {
        width: 100%;
    }
    .about_us .about_item .font {
        width: 100%;
        padding: 30px 10px;
    }
    .about_us .about_item .font_top em {
        font-size: 18px;
    }
    .about_us .about_item .zhanfang {
        font-size: 15px;
        margin: 12px 0;
    }
    .about_us .about_item:nth-of-type(odd) .font_top::before {
        left: -10px;
    }
    .about_us .about_item:nth-of-type(even) .font_top::before {
        right: 10px;
    }
    .about_us .about_item .font_top::before {
        width: 60px;
        top: 15px;
    }
    .menu_61 .resume {
        width: 50%;
    }
    .new_pro_con .content_list li {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .footer .erweima {
        width: 25%;
    }
    .footer .footer_left .footer_left_top h3 {
        font-size: 16px;
    }
    .pro .infos .school_history_top h3 em {
        font-size: 20px;
    }
    .intro_text .title {
        margin-left: -30%;
    }
    .intro_text {
        padding-top: 85px;
    }
    .intro_bg_pic_left {
        position: absolute;
        top: auto;
        left: 20px;
        bottom: -100px;
    }
    .proview_item_3 .pro_list ul li,
    .proview_item_2 .pro_list ul li {
        height: 280px;
    }
    .new_pro_con .content_list li {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .apply .apply_icon li::after {
        top: 20px;
    }
    .apply .apply_icon li .text {
        margin: 8px auto 0;
    }
    .apply .apply_icon li .text p {
        margin-top: 0;
    }
    .liucheng_bottom .item {
        width: 80px;
    }
}