audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
a {
  outline: none;
}
:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
body {
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
/*  color: #6f7479;
*/  background-color: #fff;
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl {
  list-style: none;
}
a {
  text-decoration: none;
}
/*p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
  line-height: 0;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
strong,
.strong {
  color: #36383c;
  font-weight: normal;
}
a.linker {
  color: #737980;
  font-size: 12px;
}
a.link:hover,
a.linker:hover {
  color: #2d56b1;
  transition: color 0.3s ease-out;
}
a.link.more:after,
a.linker.more:after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -4px;
  background: url(/public/mobile/fer/upimg/campus/common/icons-universal.png) -177px 3px no-repeat;
}
a.linker.more:hover:after,
a.link.more:hover:after {
  background-position: -190px 4px;
}
.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("/public/mobile/fer/upimg/campus/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2888e8;
  color: #2888e8;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #fff;
  background-color: #2888e8;
  border: 1px solid #2888e8;
}
.l-btn.green {
  color: #2888e8;
  border: 1px solid #2888e8;
  background: #fff;
}
.l-btn.green:hover {
  color: #fff;
  background: #2888e8;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section.price {
  padding-top: 56px;
  padding-bottom: 56px;
}
.l-title {
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #000;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.content {
  padding-top: 60px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.remind-block {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #00adbb;
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: calc( 100% - 50px );
  max-width: 300px;
  z-index: 100;
}
.marquee-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.marquee {
  animation: marquee 3s linear infinite;
  white-space: nowrap;
  position: absolute;
}
.marqueeT {
  top: 100%;
  animation: marqueeT 3s 1.5s linear infinite;
  white-space: nowrap;
  position: absolute;
}
@keyframes marquee {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
@keyframes marqueeT {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
.banner {
  background-image: linear-gradient(180deg, #f6fdff 1%, #ffffff 100%);
  padding-top: 60px;
  width: 75%;
  margin: auto;
}
.banner .mb {
  display: none;
}
.banner-main {
  float: left;
  line-height: 560px;
  height: 560px;
  width: calc(100% - 640px);
  padding-right: 50px;
}
.banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner-main h1 {
  color: #000;
  font-size: 40px;
  line-height: 50px;
}
.banner-main p {
  font-size: 16px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.banner-main .banner-bottom-down {
  padding-top: 20px;
}
.banner-main .banner-bottom-down i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.banner-main .banner-bottom-down a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #2888e8;
  vertical-align: middle;
  text-decoration: underline;
  transition: all 0.3s;
}
.banner-main .banner-bottom-down a:hover {
  color: #fff;
  background-color: #2888e8;
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.banner-img {
  float: left;
  height: 400px;
  width: 640px;
  position: relative;
}
.banner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    padding: 40px 0 10px 0;
    position: relative;
  }
  .banner .l-btn {
    font-size: 14px;
    padding: 0 10px;
  }
  .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    padding-right: 0;
  }
  .banner-main .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
  }
  .banner-main .banner-topic {
    margin-bottom: 10px;
  }
  .banner-main .banner-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .banner-main .banner-bottom i {
    width: 20px;
    height: 20px;
  }
  .banner-main h1 {
    font-size: 28px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
  }
  .banner-main p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 5px;
    -webkit-line-clamp: 10;
  }
  .banner-main a {
    width: 152px;
    margin-bottom: 40px;
  }
  .banner-img {
    float: none;
    height: auto;
    width: auto;
    display: inline-block;
    padding-left: -1px;
    margin-bottom: 10px;
    margin-left: 0;
    text-align-last: center;
  }
  .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    margin-top: -1px;
  }
  .banner-bottom-down {
    padding-top: 0 !important;
    padding-bottom: 20px;
    margin-top: -10px;
  }
  .banner-bottom-down a {
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .mb {
    display: block;
  }
}
.price {
  background: url(/public/mobile/fer/upimg/campus/price-bg.jpg) center no-repeat;
  background-size: cover;
}
.price ul {
  position: relative;
  overflow: hidden;
}
.price ul li {
  width: 25%;
  text-align: center;
  padding: 30px;
  float: left;
}
.price ul li i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100% !important;
  margin-bottom: 30px;
}
.price ul li p {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price .l-content-top img {
  width: 100%;
}
.price .l-content-bottom {
  text-align: center;
  padding-top: 30px;
}
.price .l-content-bottom .l-btn {
  float: none;
  display: inline-block;
}
@media (max-width: 978px) {
  .price {
    background: url(/public/mobile/fer/upimg/campus/price-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .price ul {
    height: auto;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
  .price ul li {
    width: 50% !important;
    padding: 15px 30px;
  }
  .price ul li .fold-icon {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    right: 20px;
    top: 36px;
  }
  .price ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important ;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .price ul li > p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    min-height: 48px;
    font-weight: 400;
    overflow: visible;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.framework.framework-01 .l-title h2 {
  color: #fff;
}
.framework .l-content-top .img-box {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.framework .l-content-top .img-box img{
  width: 100%;
}





.framework .l-content-bottom {
  text-align: center;
  padding-top: 30px;
}
.framework .l-content-bottom .l-btn {
  float: none;
  display: inline-block;
}
@media (max-width: 978px) {
  .framework.framework-01 .l-title h2 {
    color: #fff;
  }
}

.price .l-content-top {
  position: relative;
}
.pc.pictext {
  position: absolute;
  background-color: #1890ff;
  width: 17%;
  height: 27%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}
.pc.pictext li {
  clear: both;
  width: 100%;
  text-align: left;
  padding: 0;
  list-style: inside;
  color: #fff;
  font-size: 14px;
}
.pc.leftt {
  left: 19%;
  top: 6%;
}
.pc.leftb {
  left: 19%;
  top: 67.9%;
  background-color: #1dc1cb;
}
.pc.rightt {
  left: 64%;
  top: 6%;
  background-color: #1dc1cb;
}
.pc.rightb {
  left: 64%;
  top: 67.9%;
}