@charset "utf-8";
html {
    font-size: 75px;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Microsoft YaHei;
    overflow-x: hidden;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

img {
    border: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(204, 204, 204, 1);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(204, 204, 204, 1);
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(204, 204, 204, 1);
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(204, 204, 204, 1);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}


/* 公共样式*/


/* .w {
    width: 1400px;
    margin: 0 auto;
} */

.time4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.time10 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.c {
    clear: both;
}

.apply .layout-right ul li::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h {
    width: 100%;
    height: 88px;
}

.h100 {
    height: 100%;
}

.show {
    display: block !important;
}

.translate1 {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.translate2 {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.translate3 {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.translate4 {
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

.disf {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.por {
    position: relative;
}

.bgc {
    background: #f0f4f7;
}


/* 公共部分 */


/* 翻页 */

.change {
    text-align: center;
    font-size: 16px;
    color: #078a54;
}

.change>div {
    padding: 0 29px;
    display: inline-block;
    height: 36px;
    font-size: 16px;
    color: #078a54;
    border: 1px solid #078a54;
    line-height: 34px;
    vertical-align: top;
}

.change>div:hover {
    background: #078a54;
    color: #fff;
}

.change .first {
    margin-right: 0.426667rem;
}

.change .last {
    margin-left: 0.426667rem;
}

.change ul {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.change ul li {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #078a54;
    border: 1px solid #078a54;
    line-height: 34px;
}

.change ul li.on,
.change ul li:hover {
    background: #078a54;
    color: #fff;
}

.change ul .ell {
    margin-right: 0.213333rem;
    display: inline-block;
    font-size: 16px;
    color: #078a54;
    line-height: 36px;
}

.change ul li:not(:last-child) {
    margin-right: 0.213333rem;
}


/* 标题 */

.g-title {
    position: relative;
}

.g-title .bg {
    position: absolute;
    font-size: 1.066667rem;
    font-weight: bold;
    color: rgba(7, 138, 84, 0.05);
    line-height: 100%;
}

.g-title .title {
    position: relative;
    padding: 0.413333rem 0 0.32rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
    line-height: 100%;
}

.g-title .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.8rem;
    height: 0.053333rem;
    background: #078a54;
}


/* 新闻列表 */

.news {
    padding-top: 0.88rem;
}

.news .list {
    margin-bottom: 0.8rem;
}

.news .list li {
    margin-bottom: 3px;
    position: relative;
    width: 100%;
    height: 125px;
    font-size: 0;
}

.news .list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}

.news .list li a>div {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.news .list li .date {
    text-align: center;
    width: 8%;
    color: #333;
}

.news .list li .date h1 {
    padding: 29px 0 2px;
    font-size: 0.64rem;
    font-weight: bold;
    line-height: 100%;
}

.news .list li .date p {
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 100%;
}

.news .list li .date p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 1px;
    background: #333;
}

.news .list li .title {
    width: 91%;
}

.news .list li .title h1 {
    margin: 30px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.news .list li .title p {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 21px;
}

.news .list li:hover {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(191, 191, 191, 0.2);
}

.news .list li:hover:after {
    height: 0;
}

.news .list li:hover .date {
    color: #b71a30;
}

.news .list li:hover .date p::after {
    background: #b71a30;
}

.news .list li:hover .title h1 {
    color: #b71a30;
}


/* 入会申请 */

.apply {
    padding: 0.88rem 0 1.026667rem;
}

.apply .layout {
    font-size: 0;
}

.apply .layout>div {
    display: inline-block;
    vertical-align: top;
}

.apply .layout-left {
    width: 38.5%;
}

.apply .layout-left img {
    max-width: 90%;
}

.apply .layout-right {
    width: 61.5%;
    border-left: 1px dashed #078a54;
}

.apply .layout-right ul {}

.apply .layout-right ul li {
    padding: 0 4%;
    position: relative;
}

.apply .layout-right ul li:not(:last-child) {
    margin-bottom: 1.066667rem;
}

.apply .layout-right ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.16rem;
    width: 0.32rem;
    height: 0.32rem;
    background: #ffffff;
    border: 0.053333rem solid #078a54;
    border-radius: 50%;
}

.apply .layout-right .title {
    margin-bottom: 0.16rem;
    font-size: 0.373333rem;
    color: #333;
}

.apply .layout-right dl {
    max-width: 66%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}


/* 新闻详情 */

.detail {
    padding: 0.88rem 0 0.8rem;
}

.detail .layout {
    font-size: 0;
}

.detail .layout>div {
    display: inline-block;
    vertical-align: top;
}

.detail .layout-left {
    width: 64.2%;
}

.detail .layout-left .title-box {
    padding-bottom: 0.426667rem;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.detail .layout-left .title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
    text-align: justify;
    text-align-last: center;
}

.detail .layout-left .title-box ul {
    margin-top: 0.36rem;
    font-size: 0;
}

.detail .layout-left .title-box ul li {
    display: inline-block;
    vertical-align: top;
}

.detail .layout-left .title-box ul li:nth-child(2) {
    margin: 0 1.28rem;
}

.detail .layout-left .title-box P {
    margin-left: 0.133333rem;
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 100%;
}

.detail .layout-left .abstract {
    margin: 0.426667rem 0;
    padding: 0.133333rem 0.32rem;
    width: 100%;
    background: #f7f7f7;
    font-size: 0.213333rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 0.4rem;
}

.detail .layout-left .content {
    font-size: 0.213333rem;
    color: #333;
    line-height: 0.4rem;
}

.detail .layout-left .content p:not(:last-child) {
    margin-bottom: 0.426667rem;
}

.detail .layout-left .content img {
    width: 100%;
    margin-bottom: 0.426667rem;
}

.detail .layout-left .page {
    margin-top: 0.8rem;
    font-size: 14px;
    text-align: center;
}

.detail .layout-left .page a {
    color: #333333;
}

.detail .layout-left .page .prev {
    float: left;
    width: 35%;
    line-height: 0.48rem;
    cursor: pointer;
    text-align: left;
}

.detail .layout-left .page .next {
    float: right;
    width: 35%;
    line-height: 0.48rem;
    cursor: pointer;
    text-align: right;
}

.detail .layout-left .page a:hover {
    color: #078a54;
}

.detail .layout-left .page .return {
    display: inline-block;
    width: 1.6rem;
    height: 0.48rem;
    background: #ffffff;
    border: 1px solid #078a54;
    color: #078a54;
    vertical-align: middle;
    cursor: pointer;
}

.detail .layout-left .page .return a {
    color: #078a54;
}

.detail .layout-left .page .return img {
    display: inline-block;
    position: relative;
    top: 50%;
    vertical-align: top;
}

.detail .layout-left .page .return p {
    display: inline-block;
    position: relative;
    top: 50%;
    vertical-align: top;
}

.detail .layout-right {
    width: 35.8%;
}

.detail .layout-right .list-box {
    padding-left: 6.4%;
}

.detail .layout-right .title {
    padding: 0 0.32rem;
    background: #078a54;
    height: 0.8rem;
    line-height: 0.8rem;
}

.detail .layout-right .title p {
    display: inline-block;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
}

.detail .layout-right .title .more {
    float: right;
    font-size: 0.213333rem;
    color: #fff;
}

.detail .layout-right ul {
    padding: 0 0.32rem;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}

.detail .layout-right ul li {
    height: 0.773333rem;
    line-height: 0.773333rem;
}

.detail .layout-right ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.detail .layout-right ul p {
    float: left;
    width: 60%;
    font-size: 0.24rem;
    color: #333;
}

.detail .layout-right ul .data {
    width: 40%;
    float: right;
    font-size: 0.213333rem;
    color: rgba(51, 51, 51, 0.5);
    text-align: right;
}

.detail .layout-right ul li:hover p {
    color: #078a54;
}


/* 联系维多利亚vic003 */

.contact {}

.contact ul {
    margin: 1.066667rem 0;
    font-size: 0;
    text-align: center;
}

.contact ul li {
    display: inline-block;
    width: 18.57%;
    height: 3.48rem;
    border: 1px solid #078a54;
    vertical-align: top;
    font-size: 0.24rem;
    color: #333;
}

.contact ul li:not(:last-child) {
    margin-right: 1.2rem;
}

.contact ul li.ewm p {
    margin-top: 10px;
}

.contact ul li .text-box {
    position: relative;
    top: 50%;
}

.contact ul li h1 {
    margin: 0.466667rem 0 0.266667rem;
    font-weight: bold;
}

.contact ul li p {
    line-height: 24px;
}

.contact #allmap {
    width: 100%;
    height: 520px;
}

.contact #allmap h1 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #078a54;
}

.contact #allmap p {
    margin-top: 0.133333rem;
    font-size: 0.24rem;
    color: #333;
}


/* 公司简介 */

.profile {
    padding: 0.88rem 0 1.066667rem;
}

.profile .layout {
    font-size: 0;
}

.profile .layout>div {
    display: inline-block;
    vertical-align: top;
}

.profile .layout-left {
    padding-top: 0.16rem;
    width: 53.5%;
}

.profile .layout-left .text {
    margin-top: 40px;
    padding-right: 21.45%;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 30px;
}

.profile .layout-right {
    width: 46.5%;
}

.profile .layout-right img {
    display: block;
    width: 100%;
}

.profile .campus {
    padding-top: 0.8rem;
}

.profile .campus .campus-swi {
    padding: 0.88rem 0 0.666667rem;
}

.profile .campus .campus-swi img {
    max-width: 96.5%;
}

.campus-swi .swiper-scrollbar {
    height: 1px;
    bottom: 15px;
    background: #e6e6e6;
}

.campus-swi .swiper-scrollbar-drag {
    width: 64px !important;
    height: 19px !important;
    display: flex;
    background: url(/skin/images/icon1.png);
    top: -10px;
    z-index: 99;
}


/* .profile .campus ul{

  padding: .88rem 0 .666667rem;

  font-size: 0;

  white-space: nowrap;

  overflow-x: auto;

}

.profile .campus ul li{

  margin-right: 1.13%;

  display: inline-block;

  width: 24.1525%;

}

.profile .campus ul li img{

  display: block;

  width: 100%;

} */


/* project */

.fl {
    float: left;
    font-size: 0;
}

.fr {
    float: right;
}

.hideimg {
    display: none;
}

.mtop60 {
    margin-top: 60px;
}

.mtop70 {
    margin-top: 70px;
}


/* banner */

.banner {
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .text-box {
    position: absolute;
    top: 50%;
    left: 14.69%;
    transform: translateY(-50%);
}

.banner .text-box h6 {
    font-size: 48px;
    font-weight: bold;
    color: #078a54;
}

.banner .text-box p {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    opacity: 0.5;
}


/* end banner */


/* 面包屑 */

.c-nav {
    width: 100%;
    height: 73px;
    background: #078a54;
}

.c-nav .left,
.c-nav .right {
    height: 73px;
    font-size: 0;
}

.c-nav .left {
    font-size: 14px;
    color: #ffffff;
}

.c-nav .left a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 73px;
}

.c-nav .left a img {
    display: inline-block;
    width: 26px;
    margin-right: 16px;
    transform: translateY(25%);
}

.c-nav .right li {
    display: inline-block;
}

.c-nav .right li a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 73px;
}

.c-nav .right li:not(:last-child) {
    margin-right: 44px;
}


/* end 面包屑 */


/* 项目介绍 */

.project-intro {
    padding-top: 80px;
}

.project-intro .left {
    width: 48.26%;
}

.project-intro .left p {
    margin-top: 0.8rem;
    font-size: 0.213333rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}

.project-intro .right {
    width: 50.35%;
    position: relative;
}

.project-intro .right img.center {
    width: 400px;
    margin: 0 auto;
    display: block;
    margin-top: 90px;
}

.project-intro .right img.left {
    position: absolute;
    bottom: -25%;
    left: 0;
    z-index: -1;
}

.project-intro .right img.right {
    position: absolute;
    top: -15%;
    right: 0;
    z-index: -1;
}


/* end 项目介绍 */


/* 项目优势 */

.project-adv .con-box {
    position: relative;
    display: none;
}

.project-adv .con-box img {
    display: block;
    width: 100%;
}

.project-adv .con-box .text-box {
    position: absolute;
    top: 105px;
    left: 57px;
}

.project-adv .con-box .text-box p {
    font-size: 0.533333rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.8rem;
}

.project-adv .tab-box {
    font-size: 0;
}

.project-adv .tab-box li {
    display: inline-block;
    width: 20%;
    font-size: 0;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.project-adv .tab-box li img {
    margin-right: 23px;
}

.project-adv .tab-box li .text-box {
    display: inline-block;
}

.project-adv .tab-box li p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}

.project-adv .tab-box li.on {
    background: #078a54;
}

.project-adv .tab-box li.on p {
    color: #ffffff;
}

.project-adv .tab-box li.on .hideimg {
    display: inline-block !important;
}

.project-adv .tab-box li.on .showimg {
    display: none;
}

.project-adv .tab-box li:hover {
    background: #078a54;
}

.project-adv .tab-box li:hover .hideimg {
    display: inline-block !important;
}

.project-adv .tab-box li:hover .showimg {
    display: none;
}

.project-adv .tab-box li:hover p {
    color: #ffffff;
}


/* end 项目优势 */


/* 招生项目 */

.project-rec .rec li {
    font-size: 0;
}

.project-rec .rec li .text-box,
.project-rec .rec li .img-box {
    width: 50%;
}

.project-rec .rec li .img-box img {
    display: block;
    width: 100%;
}

.project-rec .rec li:nth-child(odd) .img-box {
    float: left;
}

.project-rec .rec li:nth-child(odd) .text-box {
    float: right;
}

.project-rec .rec li:nth-child(even) .img-box {
    float: right;
}

.project-rec .rec li:nth-child(even) .text-box {
    float: left;
}

.project-rec .text-box {
    box-sizing: border-box;
    padding: 38px 38px 38px 48px;
}

.project-rec .text-box h6 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.project-rec .text-box p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.project-rec .text-box p.zhuanye {
    margin-top: 30px;
}


/* end 招生项目 */


/* 学制介绍 */

.project-sys ul {
    font-size: 0;
    text-align: center;
}

.project-sys ul li {
    width: 300px;
    display: inline-block;
    position: relative;
}

.project-sys ul li:nth-child(2) {
    margin: 0 250px;
}

.project-sys ul li img {
    display: block;
    width: 100%;
}

.project-sys ul li h6 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 26px;
}


/* .project-sys ul li h6:last-child {

    margin-top: 0;

} */

.project-sys ul li .text-box {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.project-sys ul li .text-box p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}

.project-sys ul li .text-box span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.project-sys ul li:hover .img-box img {
    opacity: 0;
}

.project-sys ul li:hover .img-box {
    background: #078a54;
}

.project-sys ul li:hover .text-box p,
.project-sys ul li:hover .text-box span {
    color: #ffffff;
}


/* end 学制介绍 */


/* 校园环境 */

.project-env .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.project-env .swiper-container {
    padding-bottom: 50px;
}

.project-env .swiper-scrollbar {
    height: 1px;
    bottom: 15px;
    background: #e6e6e6;
}

.project-env .swiper-scrollbar-drag {
    width: 64px !important;
    height: 19px !important;
    display: flex;
    background: url(/skin/images/icon1.png);
    top: -10px;
    z-index: 99;
}


/* end 校园环境 */


/* 就读流程 */

.project-pro {
    padding-bottom: 80px;
}

.project-pro ul {
    font-size: 0;
    text-align: center;
}

.project-pro ul li {
    display: inline-block;
    width: 248px;
    height: 170px;
    background: #ffffff;
    border: 1px solid #078a54;
    position: relative;
}

.project-pro ul li.rightline::after {
    content: "";
    width: 40px;
    height: 12px;
    background: url(/skin/images/row.png) no-repeat center center;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.project-pro ul li:not(:last-child) {
    margin-right: 40px;
}

.project-pro ul li .text-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.project-pro ul li h6 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.project-pro ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    opacity: 0.5;
}

.project-pro ul li .num-box {
    width: 62px;
    height: 50px;
    background: #078a54;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 25px;
}


/* end 就读流程 */

@media screen and (max-width: 1440px) {
    .project-rec .text-box {
        padding: 10px;
    }
    .project-sys ul li:nth-child(2) {
        margin: 0 160px;
    }
}

@media screen and (max-width: 1366px) {
    .project-pro ul li {
        width: 218px;
    }
}

@media screen and (max-width: 1280px) {
    .project-rec .text-box {
        padding: 0;
        padding-left: 10px;
    }
    .project-rec .text-box p.zhuanye {
        margin-top: 0;
    }
    .project-sys ul li:nth-child(2) {
        margin: 0 10%;
    }
}

@media screen and (max-width: 768px) {
    .project-intro .left,
    .project-intro .right {
        width: 100%;
    }
    .project-intro .right img {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .project-rec .rec li .text-box,
    .project-rec .rec li .img-box {
        width: 100%;
    }
    .project-sys ul li:nth-child(2) {
        margin: 0;
    }
    .project-sys ul li {
        width: 100%;
    }
    .project-sys ul li .text-box {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .project-adv .con-box .text-box {
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
    .project-adv .con-box .text-box p {
        font-size: 16px;
        line-height: 30px;
    }
    .project-adv .tab-box {
        display: none;
    }
    .project-adv .con-box {
        display: block;
    }
    .mtop60 {
        margin-top: 30px;
    }
    .mtop70 {
        margin-top: 30px;
    }
    .project-intro .left p,
    .project-rec .rec li .text-box {
        margin-top: 30px;
    }
    .project-pro ul li.rightline::after {
        display: none;
    }
    .project-pro ul li {
        width: 100%;
        height: 150px;
    }
    .project-pro ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .project-intro .right img.right,
    .project-intro .right img.left {
        display: none;
    }
}

*/
/* @media screen and (max-width:414px) {

    .g-title .bg {

        font-size: 30px;

    }

    .g-title .title {

        font-size: 20px;

    }

} */


/* end project */


/* 人事招聘 */

.recruit .rec-ul {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.recruit .rec-ul>li {
    font-size: 0;
}

.recruit .rec-ul>li:first-child {
    background: #078a54;
    border-radius: 8px 8px 0px 0px;
    height: 60px;
}

.recruit .rec-ul>li:not(:first-child) {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.recruit .rec-ul>li:first-child div {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
}

.recruit .rec-ul>li div {
    font-size: 18px;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    padding-left: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 66px;
}

.recruit .rec-ul>li div:nth-child(5) {
    cursor: pointer;
}

.recruit .rec-ul>li .gangwei {
    font-weight: bold;
}

.recruit .rec-ul>li .rec-xq {
    box-sizing: border-box;
    padding: 25px 54px 35px 24px;
    border: 1px solid #e6e6e6;
    width: 100% !important;
    display: none;
}


/* .recruit .rec-xq.on {

    display: block !important;

} */

.recruit .rec-xq p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}


/* end 人事招聘 */


/* 全球合作大学 */

.univ {
    padding-bottom: 80px;
}

.univ .swiper-box div {
    width: 82px;
    height: 60px;
    background: #078a54;
    font-size: 20px;
}

.univ .swiper-box div:focus {
    outline: 0;
}

.univ .swiper-box .swiper-button-prev {
    left: unset;
    right: 90px;
    color: #ffffff;
    border-radius: 8px 0px 0px 8px;
}

.univ .swiper-box .swiper-button-next {
    background: #f5f5f5;
    color: rgba(51, 51, 51, 0.5);
    border-radius: 0 8px 8px 0;
}

.univ .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.univ .swiper-container {
    height: 370px;
}

.univ .swiper-container .swiper-slide {
    height: 175px;
    border: 1px solid #078a54;
}

.univ .swiper-container .swiper-slide img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
}


/* end 全球合作大学 */


/* 专业选择 */

.live ul li .left,
.live ul li .right {
    width: 50%;
}

.live ul li:nth-child(even) .left,
.live ul li:nth-child(odd) .right {
    float: left;
}

.live ul li:nth-child(even) .right,
.live ul li:nth-child(odd) .left {
    float: right;
}

.live ul li img {
    display: block;
    width: 100%;
}

.live ul li h5 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 0 50px;
}

.live ul li p {
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 50px;
}

.live ul li p img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

@media screen and (max-width: 1446px) {
    .live ul li h5 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .live ul li h5 {
        font-size: 28px;
        padding: 0 20px;
    }
    .live ul li p {
        font-size: 18px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 966px) {
    .live ul li .left,
    .live ul li .right {
        width: 100%;
    }
    .live ul li img {
        width: 90%;
        margin: 0 auto;
    }
    .live ul li .right {
        padding: 20px 0;
    }
}


/* end 专业选择 */


/* 学生生活 */

.team {
    padding-bottom: 80px;
}

.team .live {
    font-size: 0;
}

.team .live li {
    display: inline-block;
    width: 48.57%;
    height: 335px;
    background: #078a54;
    margin-bottom: 2.77%;
    vertical-align: top;
}

.team .live li img {
    width: 100%;
    display: block;
}

.team .live li:hover img {
    transform: scale(1.1);
}

.team .live li:not(:nth-child(2n)) {
    margin-right: 40px;
}

.team .img-box {
    width: 66%;
    overflow: hidden;
}

.team .fr {
    width: 34%;
    padding: 4.2% 3.71%;
    color: #ffffff;
}

.team .fr p,
.team .fr h6 {
    font-size: 0.186667rem;
    font-weight: 400;
}

.team .fr p.name {
    margin-top: 17%;
    margin-bottom: 25%;
    font-size: 0.4rem;
    font-weight: bold;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.team .more-box {
    text-align: center;
}

.team .more-box a {
    width: 31.25%;
}


/* end 学生生活 */


/* 发展历程 */

.about-fb .tab-box {
    position: relative;
    --swiper-navigation-color: rgba(51, 51, 51, 1);
}

.tab ul {
    text-align: center;
    height: 100px;
}

.tab ul li {
    display: inline-block;
    height: 60px;
    /* background: #B71A30; */
    border: 1px solid #999999;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 60px;
    color: #999999;
    text-align: center;
    cursor: pointer;
    width: 151px !important;
}

.about-fb-dsj .swiper-button-next,
.about-fb-dsj .swiper-button-prev {
    top: 26%;
}

.swiper-container8 {
    margin-top: 3.2%;
}

.swiper-container8 .swiper-slide {
    height: 500px!important;
    width: 100% !important;
}

.swiper-container8 img {
    display: inline-block;
    width: 500px;
}

.swiper-container8 .text-box {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-left: 80px;
}

.swiper-container8 .text-box h6 {
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    position: relative;
    margin-bottom: 0.666667rem;
}

.swiper-container8 .text-box h6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0.56rem;
    height: 2px;
    background: #b71a30;
}

.swiper-container8 .text-box p {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

.swiper-button-next {
    top: 31% !important;
}


/* end 发展历程 */


/* 学院简介 */

.xueyuan ul {
    font-size: 0;
    text-align: center;
}

.xueyuan ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.xueyuan ul li .bg-box {
    width: 104px;
    height: 104px;
    background: #ffffff;
    border: 1px solid #078a54;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.xueyuan ul li .bg-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.xueyuan ul li .bg-box .hideimg {
    display: none;
}

.xueyuan ul li h6 {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    margin: 30px 0;
}

.xueyuan ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 20px;
}

.xueyuan ul li:hover .bg-box {
    background: #078a54;
}

.xueyuan ul li:hover .bg-box .hideimg {
    display: block;
}

.xueyuan ul li:hover .bg-box .showimg {
    display: none;
}


/* end 学院简介 */

@media screen and (max-width: 1440px) {
    .team .live li {
        height: 314px;
    }
    .team .live li:not(:nth-child(2n)) {
        margin-right: 2.8%;
    }
    .live .swiper-container .swiper-slide {
        width: 247px !important;
    }
}

@media screen and (max-width: 1366px) {
    .tab ul li {
        width: 160px !important;
    }
    .team .live li {
        height: 300px;
    }
    .live .swiper-container .swiper-slide {
        width: 235px !important;
    }
}

@media screen and (max-width: 1280px) {
    .team .live li {
        height: 282px;
    }
}

@media screen and (max-width: 966px) {
    .project-intro {
        padding-top: 40px;
    }
    .project-intro .right img.center {
        margin-top: 40px;
    }
    .c-nav {
        display: none;
    }
    .banner {
        padding-top: 0;
        margin-top: 80px;
        text-align: center;
        overflow: hidden;
    }
    .banner img {
        margin-left: 50%;
        transform: translateX(-50%);
        display: block;
        height: 300px;
        width: auto;
    }
    .banner .text-box h6 {
        font-size: 40px;
    }
    .banner .text-box p {
        font-size: 30px;
    }
    .banner .text-box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .profile .layout-left .text {
        line-height: 45px;
    }
    .xueyuan ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .apply .layout-left,
    .apply .layout-right,
    .detail .layout>div,
    .detail .layout-right {
        width: 100%;
    }
    .apply .layout-left img {
        max-width: 100%;
        width: 100%;
    }
    .apply .layout-right {
        margin-top: 30px;
    }
    .apply .layout-right dl {
        max-width: 100%;
        width: 100%;
    }
    .univ .swiper-container {
        height: 920px;
    }
    .univ .swiper-box div {
        font-size: 40px;
        line-height: 60px;
    }
    .detail .layout-right .list-box {
        padding-left: 0;
        margin-top: 30px;
    }
    .detail .layout-left .content {
        font-size: 20px;
        line-height: 40px;
    }
    .detail .layout-left .page {
        font-size: 17px;
    }
    .contact ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .contact ul li:not(:last-child) {
        margin-right: 0;
    }
    .contact ul li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
    .swiper-container8 img {
        margin: 0 auto;
        display: block;
    }
    .swiper-container8 .text-box {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .team .live li:not(:nth-child(2n)) {
        margin-right: 0%;
    }
    .team .live li {
        width: 100%;
        height: 340px;
    }
    /* .news .list li .date h1 {

        font-size: 28px;

    } */
    .news .list li .date p {
        font-size: 16px;
    }
    .news .list li .date {
        width: 15%;
    }
    .news .list li .title {
        width: 81%;
    }
    .live .swiper-container .swiper-slide {
        width: 690px !important;
        height: 200px !important;
    }
    .univ .swiper-container {
        height: 1100px;
    }
    .live .swiper-container .swiper-slide .hide-box p,
    .project-intro .left p,
    .project-rec .text-box p {
        font-size: 18px;
        line-height: 36px;
    }
    .swiper-container-horizontal>.swiper-scrollbar {
        bottom: 12px;
    }
    .recruit .rec-ul>li div:first-child {
        width: 35%;
    }
    .recruit .rec-ul>li div:nth-child(2) {
        width: 20%;
    }
    .recruit .rec-ul>li div {
        width: 15%;
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .profile .layout-right,
    .profile .layout-left {
        width: 100%;
    }
    .profile .layout-right {
        margin-top: 20px;
    }
    .profile,
    .profile .campus .campus-swi {
        padding: 30px 0;
    }
    .profile .campus {
        padding-top: 30px;
    }
    .profile .layout-left .text {
        padding-right: 0;
    }
}


/* 21.10.18新增 学校风采 */

.sty ul {
    font-size: 0;
    text-align: left;
    margin-top: 30px;
}

.sty ul li {
    display: inline-block;
    width: 23%;
    margin-bottom: 30px;
}

.sty ul li:not(:nth-child(4n)) {
    margin-right: 2%;
}

.sty ul li img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 966px) {
    .sty ul li {
        width: 48%;
    }
    .sty ul li:not(:nth-child(4n)) {
        margin-right: 0%;
    }
    .sty ul li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .news .list li .date h1 {
        font-size: 0.4rem;
    }
}


/* end 学校风采 */


/* 就业指导 */

.jiuye .left {
    width: 25%;
    border: 1px solid #078a54;
}

.jiuye .left h6 {
    width: 100%;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    background: url(/skin/images/bg.png) no-repeat right center #078a54;
    color: #ffffff;
}

.jiuye .left ul {
    box-sizing: border-box;
    padding: 10px;
}

.jiuye .left ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(/skin/images/green-raw.png) no-repeat left center;
}

.jiuye .left ul li a {
    color: #000;
}

.jiuye .left ul li:hover a {
    color: #078a54;
}

.jiuye .right {
    width: 70%;
}

.jiuye .right .jiuye_title {
    height: 50px;
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.jiuye .right .con p {
    color: #000;
    font-size: 18px;
    line-height: 36px;
}

.jiuye .right .con img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 966px) {
    .jiuye .left,
    .jiuye .right {
        float: none;
        width: 100% !important;
    }
    .jiuye .right {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .news {
        padding-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .news .list li .title h1 {
        margin-left: 15px;
        font-size: 17px
    }
    .news .list li .title p {
        margin-left: 15px;
    }
}


/* end 就业指导 */