@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

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

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
}

.pullL {
  float: left;
}

.pullR {
  float: right;
}

.content100 {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scale2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes ballon2 {
  0% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-3px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
}
@keyframes ballon2 {
  0% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-3px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
}
@-webkit-keyframes ballon3 {
  0% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(-3px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
}
@keyframes ballon3 {
  0% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(-3px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
}
@-webkit-keyframes ballon6 {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes ballon6 {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3px);
  }
}
@-webkit-keyframes ballon7 {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes ballon7 {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@-webkit-keyframes cross-data {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes cross-data {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.w235 {
  width: 235px;
}

.w710 {
  width: 710px;
}

.w800 {
  width: 800px;
}

/* 头图 */
.content100 {
  width: 100%;
  text-align: center;
}

.content100 h4 {
  color: #fae5e8;
  font-size: 80px;
}

.content100 h4 span {
  margin-left: 20px;
}

.content100 h3 {
  margin: 0 auto;
  color: #cf0022;
  font-size: 43px;
  position: relative;
  margin-top: -66px;
}

.content100 h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  left: 50%;
  margin-left: -30px;
  bottom: -5px;
  background: #cf0022;
}

/* OSSD简介 */
.content2_bg {
  height: 901px;
  background: url("../images/ban2_bg.jpg") top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}

.content2_bg .intro_main {
  margin-top: 30px;
  height: 285px;
}

.content2_bg .jianjie_left {
  width: 392px;
  height: 285px;
}

.content2_bg .jianjie_left img {
  width: 392px;
  height: 267px;
}

.content2_bg .jianjie_right {
  width: 675px;
  height: 285px;
  text-align: left;
}

.content2_bg .jianjie_right p {
  font-size: 18px;
  line-height: 33px;
  color: #232323;
  text-indent: 2em;
}

.content2_bg .jianjie_right p span {
  color: #cf0022;
  font-weight: bold;
}

/* 简介图文列表 */
.content2_bg .intro_mtlist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.content2_bg .intro_mtlist ul li {
  width: 180px;
  height: 345px;
  text-align: center;
  color: #232323;
  font-size: 33px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 5px;
  position: relative;
  cursor: pointer;
}

.content2_bg .intro_mtlist ul li img {
  display: inline-block;
  width: 118px;
  height: 117px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.content2_bg .intro_mtlist ul li dl {
  position: relative;
  z-index: 9;
}

.content2_bg .intro_mtlist ul li dl dt {
  width: 100%;
  height: 40px;
  margin: 10px auto;
  border-bottom: 2px solid #cf0022;
}

.content2_bg .intro_mtlist ul li dl dt h5 {
  color: #fae5e8;
  font-size: 26px;
}

.content2_bg .intro_mtlist ul li dl dt h6 {
  color: #232323;
  font-size: 30px;
  position: relative;
  margin-top: -50px;
}

.content2_bg .intro_mtlist ul li dl dd {
  color: #232323;
  font-size: 16px;
}

.content2_bg .intro_mtlist ul li .coverFG {
  width: 180px;
  height: 15px;
  background: #cf0022;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 10px 10px 0 0;
}

.content2_bg .intro_mtlist ul li:hover dl dt h6 {
  color: #fff;
}

.content2_bg .intro_mtlist ul li:hover dl dt h5 {
  color: rgba(255, 255, 255, 0.1);
}

.content2_bg .intro_mtlist ul li:hover dl dd {
  color: #fff;
}

.content2_bg .intro_mtlist ul li dl dt {
  border-bottom: 2px solid #fff;
}

.btn_public {
  display: block;
  width: 374px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  font-size: 25px;
  background: #b20c0c;
  border-radius: 40px;
  text-align: center;
  -webkit-animation: scale2 2s linear infinite;
          animation: scale2 2s linear infinite;
  box-shadow: 0 5px 10px rgba(207, 0, 34, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.btn_public .light {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 105px;
  top: -10px;
  left: -10px;
  transform: rotate(-75deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  opacity: 0.6;
  -webkit-animation: 1s cross-data ease-in infinite normal;
          animation: 1s cross-data ease-in infinite normal;
}

/* OSSD申请大学有哪些优势  */
.content3_bg {
  height: 730px;
  background: url("../images/ban2_bg.jpg") top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}

.content3_bg .page5 {
  margin-top: 50px;
}

.content3_bg .page5 .pcUl li {
  width: 300px;
  height: 220px;
  background: #ffffff;
  float: left;
  font-size: 14px;
  color: #333333;
  text-align: center;
  position: relative;
}

.content3_bg .page5 .pcUl li.text {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content3_bg .page5 .pcUl li.text p {
  line-height: 28px;
  font-size: 16px;
  color: #000;
  text-align: left;
  margin-left: 20px;
}

.content3_bg .page5 .pcUl li h5 {
  font-size: 22px;
  color: #000000;
  padding-top: 56px;
  margin-bottom: 10px;
}

/* 新航道OSSD课程 */
.content4_bg {
  height: 618px;
  background: url("../images/ban4_bg.jpg") top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}

.content4_bg h4 {
  color: #e97683;
}

.content4_bg h3 {
  color: #fff;
}

.content4_bg h3:after {
  background: #fff;
}

.content4_bg .kechengSZ_New {
  margin-top: 40px;
}

.content4_bg .kechengSZ_New table {
  width: 1200px;
}

.content4_bg .kechengSZ_New table tr.firstTr {
  height: 50px;
  color: #fff;
  font-size: 20px;
}

.content4_bg .kechengSZ_New table tr.firstTr th {
  height: 90px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  border-right: 2px solid #e26471;
  border-bottom: 2px solid #e26471;
  background: #cf0022;
}

.content4_bg .kechengSZ_New table tr th.borderRNo {
  border-right: 0 solid #fefefe;
}

.content4_bg .kechengSZ_New table tr td.borderBNo {
  border-bottom: 0 solid #fefefe;
}

.content4_bg .kechengSZ_New table tr td.borderRNo {
  border-right: 0 solid #fefefe;
  cursor: pointer;
}

.content4_bg .kechengSZ_New table tr td {
  height: 85px;
  background: #fff;
  font-size: 20px;
  color: #000;
  border-right: 2px solid #e8c2c5;
  border-bottom: 2px solid #e8c2c5;
}

.content4_bg .kechengSZ_New table tr td a {
  display: inline-block;
  width: 176px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  background: #cf0022;
  border-radius: 50px;
  font-size: 20px;
  box-shadow: 0 5px 10px rgba(207, 0, 34, 0.2);
  -webkit-animation: ballon2 2s linear infinite;
          animation: ballon2 2s linear infinite;
}

/* OSSD适合人群 */
.content5_bg {
  height: 690px;
  background: url("../images/ban5_bg.jpg") top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}

.content5_bg .shihep_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 50px;
}

.content5_bg .shihep_list ul li {
  width: 381px;
  height: 410px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.content5_bg .shihep_list ul li img {
  width: 381px;
  height: 259px;
}

.content5_bg .shihep_list ul li dl {
  margin-top: 10px;
}

.content5_bg .shihep_list ul li dl dt {
  color: #232323;
  font-size: 30px;
  font-weight: bold;
}

.content5_bg .shihep_list ul li dl dd {
  color: #232323;
  font-size: 20px;
  margin-top: 17px;
}

/* 新航道OSSD培训优势 */
.content6_bg {
  height: 745px;
  background: url("../images/ban6_bg.jpg") top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}

.center_secmain {
  position: relative;
  margin-top: 31px;
}

.content6_bg .center_secmain img {
  width: 444px;
  height: 443px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.content6_bg .center_secmain p {
  position: absolute;
  color: #fff;
  font-size: 28px;
}

.content6_bg .center_secmain p.p1 {
  top: 71px;
  left: 452px;
}

.content6_bg .center_secmain .p1_main {
  width: 275px;
  height: 200px;
  top: 71px;
  left: 35px;
  position: absolute;
  font-size: 20px;
  color: #232323;
  text-align: left;
  line-height: 30px;
}

.content6_bg .center_secmain p.p2 {
  top: 71px;
  right: 452px;
}

.content6_bg .center_secmain .p2_main {
  width: 275px;
  height: 200px;
  top: 32px;
  right: 35px;
  position: absolute;
  font-size: 20px;
  color: #232323;
  text-align: left;
  line-height: 30px;
}

.content6_bg .center_secmain p.p3 {
  top: 286px;
  left: 452px;
}

.content6_bg .center_secmain .p3_main {
  width: 275px;
  height: 200px;
  top: 256px;
  left: 35px;
  position: absolute;
  font-size: 20px;
  color: #232323;
  text-align: left;
  line-height: 30px;
}

.content6_bg .center_secmain p.p4 {
  top: 286px;
  right: 452px;
}

.content6_bg .center_secmain .p4_main {
  width: 275px;
  height: 200px;
  top: 256px;
  right: 35px;
  position: absolute;
  font-size: 20px;
  color: #232323;
  text-align: left;
  line-height: 30px;
}

.content6_bg .center_secmain .linesqr {
  width: 312px;
  height: 12px;
  position: absolute;
  top: 218px;
}

.content6_bg .center_secmain .left_liney {
  left: 0;
  background: url("../images/ban6_blef.png") top center no-repeat;
}

.content6_bg .center_secmain .right_liney {
  right: 0;
  background: url("../images/ban6_brig.png") top center no-repeat;
}

/* 五对一专属服务  全方位监督学习 */
.content7_bg {
  height: 690px;
  background: url("../images/ban5_bg.jpg") top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}

.content7_bg .zsfuwu_list {
  margin-bottom: 50px;
}

.content7_bg .zsfuwu_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.content7_bg .zsfuwu_list ul li {
  width: 230px;
  height: 340px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.content7_bg .zsfuwu_list ul li:nth-child(2n) {
  margin-top: 143px;
}

.content7_bg .zsfuwu_list ul li dl {
  margin-top: 10px;
}

.content7_bg .zsfuwu_list ul li dl dt {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.content7_bg .zsfuwu_list ul li dl dt:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  left: 50%;
  margin-left: -30px;
  bottom: -12px;
  background: #cf0022;
}

.content7_bg .zsfuwu_list ul li dl dd {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
  padding-left: 20px;
  line-height: 30px;
}

/* 选择新航道国际学习的理由 */
.content8_bg {
  margin-top: 20px;
  height: 619px;
}

.content8_bg .xxly_main {
  position: relative;
}

.content8_bg .xxly_main img {
  width: 698px;
  height: 442px;
  margin: 0 auto;
  margin-top: 90px;
}

.content8_bg .xxly_main .lytag {
  width: 131px;
  height: 131px;
  position: absolute;
  font-size: 22px;
  color: #000000;
  text-align: center;
  box-sizing: border-box;
  padding-top: 31px;
  background: url("../images/liyou_textbg.png") top center no-repeat;
}

.content8_bg .xxly_main .lytag01 {
  bottom: 28px;
  left: 113px;
  -webkit-animation: ball-scale-multiple 2.5s linear infinite alternate;
  animation: ball-scale-multiple 2.5s linear infinite alternate;
}

.content8_bg .xxly_main .lytag02 {
  top: 111px;
  left: 220px;
  -webkit-animation: ball-scale-multiple 3s linear infinite alternate;
  animation: ball-scale-multiple 3s linear infinite alternate;
}

.content8_bg .xxly_main .lytag03 {
  top: -40px;
  left: 367px;
  -webkit-animation: ball-scale-multiple 2.5s linear infinite alternate;
  animation: ball-scale-multiple 2.5s linear infinite alternate;
}

.content8_bg .xxly_main .lytag04 {
  bottom: 28px;
  right: 113px;
  -webkit-animation: ball-scale-multiple 2s linear infinite alternate;
  animation: ball-scale-multiple 2s linear infinite alternate;
}

.content8_bg .xxly_main .lytag05 {
  top: 111px;
  right: 220px;
  -webkit-animation: ball-scale-multiple 3.5s linear infinite alternate;
  animation: ball-scale-multiple 3.5s linear infinite alternate;
}

.content8_bg .xxly_main .lytag06 {
  top: -40px;
  right: 367px;
  -webkit-animation: ball-scale-multiple 2s linear infinite alternate;
  animation: ball-scale-multiple 2s linear infinite alternate;
}

.content9_bg {
  box-sizing: border-box;
  height: 1744px;
  text-align: center;
  background: url("../images/ban9_bg.jpg") top center no-repeat;
  padding-top: 30px;
}

.content9_bg .content {
  width: 1126px;
  height: 1439px;
  background: url("../images/ban9.png") top center no-repeat;
  margin: 50px auto 0;
}

.content9_bg .btn {
  margin-top: 15px;
}

.page .campus {
  margin-top: 35px;
}
.page .campus h3 {
  margin-bottom: 30px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(222, 37, 60, 0.21);
}
.page .campus .site-list .item.active {
  color: #b20c0c;
  border-color: #b20c0c;
}
.page .campus .site-list .item:hover {
  color: #b20c0c;
}
.page .campus .tabs .tab:hover {
  color: #b20c0c;
}
.page .campus .tabs .tab.active {
  background: #b20c0c;
}
.page .campus .position .t1 {
  color: #de253c;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  color: #de253c;
  background: linear-gradient(to right, #ffb954, #ff9700) !important;
}
.page .campus .position .form-container .submit {
  color: #de253c;
  background: linear-gradient(to right, #ffb954, #ff9700) !important;
}