<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ellipsis,
.abroad-wrap .abroad-left .abroad-left-title,
.abroad-wrap .abroad-left .abroad-left-content,
.abroad-wrap ul li .content p:nth-child(1),
.abroad-wrap ul li .content p:nth-child(2) {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-wrap .layui-input::placeholder {
  color: #fff !important;
  /* 榛樿棰滆壊涓� #ccc */
}
.advantages-wrap {
  margin-top: 40px;
  overflow: hidden;
}
.advantages-wrap .col-6 {
  padding: 0;
}
.advantages-wrap .advantages-item {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 27px;
  background: url("../images/index/p1.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item2 {
  background: url("../images/index/p2.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item3 {
  background: url("../images/index/p3.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item4 {
  background: url("../images/index/p4.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item5 {
  background: url("../images/index/p5.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item6 {
  background: url("../images/index/p6.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item7 {
  background: url("../images/index/p7.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item8 {
  background: url("../images/index/p8.png");
  background-size: 100% 100%;
}
.advantages-wrap .advantages-item-content {
  padding: 0 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.advantages-wrap .advantages-item-content .advantages-item-title {
  font-weight: bold;
  font-size: 17px;
  color: #132E59;
}
.advantages-wrap .advantages-item-content:hover {
  background-color: #132E59;
  color: #fff;
  opacity: 0.7;
}
.advantages-wrap .advantages-item-content:hover .advantages-item-title {
  color: #fff;
}
.top-wrap {
  width: 100%;
  height: 406px;
  background: url("../images/index/top.png") no-repeat;
  background-size: 100%;
  margin-top: -80px;
}
.general-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  padding-bottom: 30px;
}
.general-wrap .general-item {
  width: 610px;
}
.general-wrap .general-title {
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.general-wrap .general-title .iconfont {
  color: #D80000;
  font-size: 25px;
}
.general-wrap .general-title span:nth-child(1) {
  color: #D80000;
}
.general-wrap .general-title span:nth-child(2) {
  margin: 0 3px;
}
.general-wrap ul {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background: #F7F7F7;
  padding: 20px 0 30px;
  overflow: hidden;
}
.general-wrap ul li {
  padding: 15px;
  background: #FBFBFB;
  font-size: 16px;
  border-top: 1px solid #ccc;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.general-wrap ul li .genera-name {
  display: flex;
  align-items: center;
}
.general-wrap ul li .genera-name .bold {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
}
.general-wrap ul li img {
  width: 40px;
  height: 52px;
  margin-right: 10px;
}
.general-wrap ul li .gap {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: black;
  margin: 0 8px;
  font-weight: bold;
}
.general-wrap .general-item {
  border-radius: 0 30px 0 60px;
}
.general-wrap .general-item2 {
  border-radius: 30px 0px 60px 0px;
}
.teach-wrap {
  margin-top: 50px;
  position: relative;
  padding-bottom: 350px;
}
.teach-wrap .teach-box {
  width: 300px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 4px 6px 16px 0 rgba(35, 24, 21, 0.15);
  border-radius: 50%;
  border: 1px solid rgba(224, 224, 224, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.teach-wrap .teach-box div:nth-child(1) {
  font-size: 27px;
  font-weight: bold;
}
.teach-wrap .teach-box div:nth-child(2) {
  width: 156px;
  height: 38px;
  background: #F19D4B;
  border-radius: 25px;
  text-align: center;
  line-height: 38px;
  margin: 13px 0;
  color: #FFFFFF;
  font-size: 19px;
}
.teach-wrap .teach-box div:nth-child(3) {
  font-size: 19px;
  color: #C3C3C3;
  text-transform: uppercase;
}
.teach-wrap .teach-box div:nth-child(4) {
  width: 27px;
  height: 27px;
  margin-top: 10px;
  background: #0C2E64;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 27px;
}
.teach-wrap .teach-list {
  position: absolute;
  width: 1100px;
  height: 533px;
  left: 50%;
  top: 169px;
  margin-left: -550px;
  background-image: url("../images/index/adv.png");
  background-size: 100% 100%;
}
.teach-wrap .teach-list .adv-list-item {
  width: 180px;
  margin-top: 50px;
  margin-left: 80px;
  font-size: 15px;
  color: #fff;
}
.teach-wrap .teach-list .adv-list-item p:nth-child(1) {
  margin-bottom: 8px;
  font-weight: bold;
}
.teach-wrap .teach-list .adv-list-item2 {
  margin-top: 160px;
  margin-left: 174px;
}
.teach-wrap .teach-list .adv-list-item3 {
  margin-top: 42px;
  margin-left: 359px;
}
.teach-wrap .teach-list .adv-list-item4 {
  margin-top: -44px;
  margin-left: 561px;
}
.teach-wrap .teach-list .adv-list-item5 {
  margin-top: -133px;
  margin-left: 745px;
}
.teach-wrap .teach-list .adv-list-item6 {
  margin-top: -231px;
  margin-left: 816px;
}
.adv-bg {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 170px;
  z-index: -1;
  background: url("../images/index/adv.jpg") no-repeat;
  background-size: cover;
}
.people-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.people-wrap .people-item {
  border-top: 20px solid #3B82F6;
  border-radius: 10px;
  width: 300px;
  margin-bottom: 30px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}
.people-wrap .people-item ul {
  padding: 12px 14px;
  font-size: 16px;
}
.people-wrap .people-item ul .student-step {
  display: flex;
  align-items: center;
}
.people-wrap .people-item ul .student-step div {
  background: #D9E2F4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.people-wrap .people-item ul .student-step div .iconfont {
  color: #3B82F6;
  font-size: 23px;
}
.people-wrap .people-item ul .student-step p {
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}
.people-wrap .people-item ul .ending {
  margin: 10px 0;
}
.people-wrap .people-item ul .into-list {
  display: flex;
  align-items: center;
}
.people-wrap .people-item ul .into-list p {
  width: 16px;
  height: 16px;
  background: #22C55E;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
}
.people-wrap .people-item2 {
  border-top: 20px solid #F97316;
}
.people-wrap .people-item2 ul .student-step div {
  background: #ECE3DD;
}
.people-wrap .people-item2 ul .student-step div .iconfont {
  color: #F97316;
}
.intro-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro-wrap .intro-title {
  padding: 0;
}
.intro-wrap h3 {
  padding: 26px 20px 5px;
  font-weight: bold;
  font-size: 17px;
}
.intro-wrap li {
  width: 290px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.intro-wrap p {
  padding: 10px 20px 0;
  font-size: 15px;
  line-height: 26px;
  height: 265px;
  overflow: hidden;
}
.intro-wrap img {
  width: 100%;
  height: 125px;
}
.certificate-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 35px 0;
}
.certificate-wrap li {
  width: 230px;
}
.certificate-wrap li img {
  width: 100%;
}
.certificate-wrap li p {
  font-size: 14px;
  text-align: center;
  width: 160px;
  height: 27px;
  margin: -5px auto 0;
  line-height: 27px;
  background: #0C2E64;
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.case-wrap {
  width: 100%;
  height: 400px;
  background: url("../images/index/case.jpg");
  background-size: 100% 100%;
  overflow: hidden;
}
.case-wrap .case-bg {
  width: 1000px;
  height: 400px;
  position: absolute;
  background: url("../images/index/case1.png") no-repeat;
}
.case-wrap .case-cover {
  width: 1250px;
}
.case-wrap img {
  width: 100%;
}
.case-wrap .form-apply {
  text-align: center;
  width: 340px;
  margin-left: auto;
}
.case-wrap .form-apply p:nth-child(1) {
  font-weight: bold;
  margin-top: 50px;
  font-size: 32px;
  color: #0C2E64;
  line-height: 56px;
}
.case-wrap .form-apply p:nth-child(2) {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  color: #6A6A6A;
}
.case-wrap .form-apply .layui-form-label {
  width: 100px;
}
.case-wrap .form-apply .free-from-btn {
  width: 231px;
  height: 38px;
  background: linear-gradient(-37deg, #253A4B, #507DA0);
  border-radius: 7px;
  color: #fff;
  margin-left: auto;
}
.abroad-wrap {
  padding-bottom: 120px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.abroad-wrap .abroad-left {
  width: 380px;
}
.abroad-wrap .abroad-left img {
  width: 100%;
}
.abroad-wrap .abroad-left .abroad-left-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  -webkit-line-clamp: 1;
  /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
}
.abroad-wrap .abroad-left .abroad-left-content {
  -webkit-line-clamp: 3;
  /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
}
.abroad-wrap ul {
  width: 800px;
  margin-top: -15px;
}
.abroad-wrap ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
}
.abroad-wrap ul li .date {
  width: 100px;
  height: 100px;
  background: #0C2E64;
  border-radius: 7px;
  color: #FDFDFD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.abroad-wrap ul li .date p:nth-child(1) {
  font-size: 30px;
}
.abroad-wrap ul li .date p:nth-child(2) {
  font-size: 17px;
}
.abroad-wrap ul li .content {
  width: 82%;
}
.abroad-wrap ul li .content p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
}
.abroad-wrap ul li .content p:nth-child(2) {
  -webkit-line-clamp: 2;
  /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
}
footer {
  width: 100%;
  position: relative;
  font-size: 17px;
  background: #1A2D4B;
  color: #fff;
}
footer .fj {
  width: 500px;
  height: 190px;
  left: 450px;
  bottom: 80px;
  position: absolute;
  background-image: url("../images/index/fj.png");
}
footer .footer-wrap {
  padding: 60px 0 30px;
}
footer .footer-wrap .footer-box {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .footer-box .footer-right {
  width: 700px;
}
footer .max-icon {
  margin-top: 30px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
footer .footer-line {
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  transform: scaleY(0.5);
  opacity: 0.5;
}
footer .footer-addr {
  text-align: right;
  margin: 15px 0 25px;
  font-size: 15px;
}
footer .footer-addr p:nth-child(1) {
  font-size: 14px;
  margin-bottom: 3px;
}
footer .hotline-wrap {
  width: 100%;
  height: 98px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
footer .hotline-wrap .hotline-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(-90deg, #1A2D4B 0%, #2152A0 50%, #1A2D4B 100%);
  opacity: 0.41;
}
footer .hotline-wrap .iconfont-box {
  width: 56px;
  height: 56px;
  position: relative;
  background: #1A2D4B;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
}
footer .hotline-wrap .iconfont-box .iconfont {
  font-size: 30px;
}
footer .hotline-wrap .zx-hot {
  margin: 0 20px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
}
footer .hotline-wrap .zx-hot p:nth-child(2) {
  font-size: 14px;
}
footer .hotline-wrap div {
  opacity: 1;
}
footer .hotline-wrap .phone-num {
  position: relative;
  font-size: 18px;
}
footer .hotline-wrap img {
  width: 80px;
  margin-left: 30px;
  z-index: 1;
}
footer .hotline-wrap img {
  width: 80px;
  margin-left: 30px;
  z-index: 1;
}
footer .copyright {
  width: 100%;
  font-size: 15px;
  text-align: center;
  margin-top: 45px;
  line-height: 50px;
  background-color: #fff;
  color: #000000;
}
footer .copyright a {
  color: #000000;
}
@media screen and (max-width: 960px) {
  .col-12 {
    padding: 0 5px;
  }
  .top-wrap {
    width: 100%;
    height: 107px;
    background-image: url("../images/index/mTop.jpg");
    margin-top: 0;
  }
  .shadow-wrap {
    width: 95%;
    height: 18px;
    margin: 0 auto;
    box-shadow: 0 3px 5px 0 rgba(35, 24, 21, 0.1);
    border-radius: 0 0 10px 10px;
    position: relative;
  }
  .adv-wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 4px 6px 16px 0 rgba(35, 24, 21, 0.1);
  }
  .adv-wrap .adv-item {
    width: 50%;
    padding: 20px 26px 30px;
    background-image: url("../images/Mindex/brand1.png");
    background-size: 100% 100%;
    line-height: 26px;
  }
  .adv-wrap .adv-item .adv-title {
    display: flex;
    justify-content: space-between;
  }
  .adv-wrap .adv-item .adv-title .number {
    display: flex;
  }
  .adv-wrap .adv-item .adv-title .add-icon {
    color: #FF8F22;
    font-size: 17px;
    display: block;
    margin: -5px 0 0 1px;
  }
  .adv-wrap .adv-item .adv-title div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #073479;
  }
  .adv-wrap .adv-item .adv-title div:nth-child(2) {
    width: 108px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    background: #073479;
    border-radius: 0 15px 0 0;
  }
  .adv-wrap .adv-item .adv-content {
    font-size: 16px;
    margin-top: 20px;
  }
  .adv-wrap .adv-item2 {
    background-image: url("../images/Mindex/brand2.png");
  }
  .adv-wrap .adv-item3 {
    background-image: url("../images/Mindex/brand3.png");
  }
  .adv-wrap .adv-item4 {
    background-image: url("../images/Mindex/brand4.png");
  }
  .general-box {
    box-shadow: none;
    padding-bottom: 20px;
    background-image: url("../images/Mindex/hot.png");
    background-size: 100% 100%;
  }
  .general-box2 {
    background-image: url("../images/Mindex/new.png");
    padding-top: 80px;
    margin-top: -80px;
  }
  .general-wrap .general-item {
    width: 100%;
  }
  .general-wrap .general-item {
    border-radius: 0 20px 0 40px;
  }
  .general-wrap .general-item2 {
    border-radius: 20px 0 40px 0;
  }
  .general-wrap ul {
    margin-bottom: 40px;
    border-radius: 0 22px 0 22px;
  }
  .general-wrap ul li {
    padding: 15px 5px;
    font-size: 15px;
    width: 100%;
  }
  .hx-adv {
    position: relative;
    height: 365px;
    padding-top: 20px;
    z-index: 9;
  }
  .hx-adv .teaching-advantage {
    position: absolute;
    text-transform: uppercase;
    font-size: 19px;
    color: #C3C3C3;
    transform: rotate(90deg);
    left: -90px;
    top: 60%;
  }
  .hx-adv .hx-adv-cover {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 96px;
    background-image: url("../images/index/adv-bg.png");
  }
  .hx-adv .hx-adv-bg {
    position: absolute;
    right: 0;
    width: 353px;
    height: 424px;
    background-image: url("../images/index/m-adv.png");
    background-size: 100% 100%;
  }
  .hx-adv .hx-adv-bg .hx-adv-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-title {
    position: absolute;
    left: 23%;
    top: 40%;
    text-align: center;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-title div:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-title div:nth-child(2) {
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    background: #FF8F22;
    border-radius: 25px;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item {
    position: absolute;
    font-size: 12px;
    width: 70px;
    color: #fff;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item1 {
    top: 38px;
    left: 53px;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item2 {
    top: 29px;
    left: 178px;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item3 {
    top: 121px;
    left: 251px;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item4 {
    top: 257px;
    left: 255px;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item5 {
    top: 335px;
    left: 165px;
  }
  .hx-adv .hx-adv-bg .hx-adv-box .hx-adv-item6 {
    top: 335px;
    left: 47px;
  }
  .people-wrap .people-item {
    border-top: 15px solid #3B82F6;
    border-radius: 7px;
    width: 100%;
  }
  .people-wrap .people-item2 {
    border-top: 15px solid #F97316;
  }
  .certificate-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .certificate-wrap li {
    width: 45%;
    margin-bottom: 10px;
  }
  .certificate-wrap li img {
    width: 100%;
  }
  .certificate-wrap li p {
    font-size: 13px;
    width: 120px;
    height: 24px;
    line-height: 24px;
  }
  .project-wrap {
    position: relative;
    padding-top: 30px;
  }
  .project-wrap .swiper {
    padding: 0 0 50px;
  }
  .project-wrap .base-title span {
    color: #F47800 !important;
  }
  .project-wrap .base-title .line {
    background-color: #F47800 !important;
  }
  .project-wrap .project-bg {
    width: 100%;
    position: absolute;
    height: 320px;
    background-image: url("../images/Mindex/intro.png");
    background-size: cover;
  }
  .project-wrap .project-item {
    position: relative;
  }
  .project-wrap .project-item .america {
    z-index: 1;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    font-size: 45px;
    color: #FF8F22;
    left: -95px;
    top: 180px;
    opacity: 0.84;
    transform: rotate(90deg);
  }
  .project-wrap .project-item ul {
    font-size: 15px;
    margin-top: 30px;
  }
  .project-wrap .project-item ul .bold {
    font-weight: bold;
    font-size: 17px;
    margin: 20px 0 10px;
  }
  .project-wrap .project-item ul li {
    line-height: 26px;
    font-size: 15px;
  }
  .project-wrap .project-item .max {
    font-size: 24px;
    margin-top: 50px;
  }
  .intro-base {
    position: relative;
    margin-top: 50px;
  }
  .intro-base .base-title {
    color: #fff;
  }
  .intro-base .base-title span {
    color: #fff !important;
  }
  .intro-base .base-title .line {
    background-color: #fff !important;
  }
  .intro-base .base-title .icon-add {
    background-color: #fff !important;
    color: #0C2E64 !important;
  }
  .intro-base .intro-bg {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    z-index: -1;
    background-image: url("../images/Mindex/intro-bg.png");
  }
  .intro-wrap {
    position: relative;
    border-radius: 8px;
    justify-content: space-around;
  }
  .intro-wrap .intro-title {
    display: flex;
    margin-top: 10px;
    align-items: center;
  }
  .intro-wrap .intro-title .line-block {
    width: 7px;
    margin-left: 0;
    height: 22px;
    background: #245198;
    padding: 0;
  }
  .intro-wrap li {
    overflow: hidden;
    background-color: #fff;
    width: 45%;
    border-radius: 5px;
  }
  .intro-wrap .intro-line {
    width: 100%;
    height: 1px;
    background-color: #C3C3C3;
    margin-top: 10px;
  }
  .intro-wrap h3 {
    font-size: 16px;
    padding: 0 0 0 10px;
  }
  .intro-wrap p {
    height: 139px;
    padding: 10px 10px 0;
    font-size: 15px;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
    overflow: hidden;
  }
  .intro-wrap img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
  div {
    padding: 0 15px;
  }
  .major-wrap {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  .major-wrap .col-3 {
    padding: 0;
  }
  .major-wrap ul {
    border-radius: 0 0 8px 8px;
    padding: 0 0 10px;
    border: 1px solid #f2dede;
    margin: 0 -1px;
    box-sizing: border-box;
  }
  .major-wrap ul p {
    text-align: center;
    padding: 10px 0;
    color: #fff;
  }
  .major-wrap ul li {
    font-size: 15px;
    text-align: center;
    height: 66px;
    border-bottom: 1px solid #f2dede;
    background-color: #FBFCF7;
  }
  .major-wrap .u2 {
    background-color: #3E9DD5;
  }
  .major-wrap .u3 {
    background-color: #3EB3C4;
  }
  .major-wrap .u3 .lkzx {
    width: 55px;
    height: 28px;
    line-height: 28px;
  }
  .major-wrap .u4 {
    background-color: #4A88A0;
  }
  .major-wrap .u4 .lkzx {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 7px;
  }
  .case-wrap {
    height: 360px;
  }
  .case-wrap .case-cover {
    width: 100%;
  }
  .case-wrap .form-apply {
    width: 100%;
    padding: 0 30px;
    position: relative;
  }
  .case-wrap .form-apply p:nth-child(1) {
    margin-top: 50px;
    font-size: 24px;
    line-height: 50px;
  }
  .case-wrap .form-apply p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .case-wrap .form-apply .layui-form-label {
    width: auto;
    padding: 0;
    line-height: 38px;
  }
  .case-wrap .form-apply .layui-input-block {
    margin-left: 80px;
  }
  .case-wrap .form-apply .free-from-btn {
    width: 100%;
    height: 38px;
    border-radius: 7px;
    color: #fff;
    margin-top: 20px;
  }
  .abroad-wrap {
    padding-bottom: 50px;
    font-size: 16px;
    flex-direction: column;
  }
  .abroad-wrap .abroad-left {
    margin-bottom: 20px;
    width: 100%;
  }
  .abroad-wrap .abroad-left p:nth-child(2) {
    font-size: 17px;
  }
  .abroad-wrap ul {
    width: 100%;
  }
  .abroad-wrap ul li {
    padding: 15px 0;
  }
  .abroad-wrap ul li .date {
    min-width: 80px;
    width: 80px;
    height: 86px;
    background: #0C2E64;
    border-radius: 7px;
    color: #FDFDFD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .abroad-wrap ul li .date p:nth-child(1) {
    font-size: 24px;
  }
  .abroad-wrap ul li .date p:nth-child(2) {
    font-size: 16px;
  }
  .abroad-wrap ul li .content {
    width: 75%;
    font-size: 15px;
  }
  .abroad-wrap ul li .content p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=index.css.map */</pre></body></html>