body {
  background-color: #fff !important;
}
.icon-xia {
  color: #999;
}
.login-1 {
  float: right !important;
  width: 90px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-right: 5px !important;
}
.order-r {
  margin-right: 216px;
}
.login-1:hover {
  border: 1px solid #D60F0F;
  color: #D60F0F;
}
.banner-txt {
  width: 1200px;
  margin-top: 115px;
  color: #fff;
}
.banner-txt .en {
  font-size: 16px;
}
.banner-txt .cn {
  font-size: 50px;
  margin-top: 10px;
}
.banner-txt .tips {
  font-size: 14px;
  margin-top: 76px;
  line-height: 28px;
}
.content .term {
  width: 1200px;
  margin-top: 80px;
}
.content .term .term-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 60px;
}
.content .term .term-ctx {
  display: flex;
  height: 393px;
}
.content .term .term-ctx .ctx-boss {
  width: 513px;
  padding: 44px 20px 44px 20px;
  /* 白卡 */
  background: linear-gradient(145.9deg, #F4F4F4 8.26%, #FFFFFF 88.04%);
  /* 白卡 */
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  /* 白卡 */
  box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 11px rgba(0, 0, 0, 0.0797947);
  border-radius: 4px;
  display: flex;
  height: 394px;
}
.content .term .term-ctx .ctx-boss .boss-l img {
  width: 140px;
  height: 215px;
}
.content .term .term-ctx .ctx-boss .boss-l .line {
  width: 26px;
  height: 2px;
  background-color: #EC0000;
  margin-top: 22px;
}
.content .term .term-ctx .ctx-boss .boss-l .name {
  font-size: 16px;
  color: #333;
  margin-top: 6px;
}
.content .term .term-ctx .ctx-boss .boss-l .name-1 {
  margin-top: 22px;
}
.content .term .term-ctx .ctx-boss .boss-r {
  margin-left: 40px;
}
.content .term .term-ctx .ctx-boss .boss-r p {
  font-size: 14px;
  color: #333030;
  margin-top: 20px;
}
.content .term .term-ctx .ctx-boss .boss-r p:first-child {
  margin-top: 0;
}
.content .term .term-ctx .ctx-other {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 13px;
  margin-top: -15px;
}
.content .term .term-ctx .ctx-other .ctx-others {
  width: 322px;
  padding: 20px 10px 18px 20px;
  background: linear-gradient(145.9deg, #F4F4F4 8.26%, #FFFFFF 88.04%);
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 11px rgba(0, 0, 0, 0.0797947);
  border-radius: 4px;
  display: flex;
  margin: 15px 0px 0px 15px;
  align-items: center;
}
.content .term .term-ctx .ctx-other .ctx-others .other-l img {
  width: 91px;
  height: 145px;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r {
  margin-left: 28px;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r .name {
  font-size: 16px;
  color: #333030;
  font-weight: 600;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r .name .sp {
  font-size: 14px !important;
  font-weight: 400;
  color: #b3afaf;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r .post {
  color: #EC0000;
  font-size: 14px;
  margin-top: 2px;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r .line {
  width: 27px;
  height: 2px;
  background-color: #B3AFAF;
  margin-top: 10px;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r .before-post-1 {
  margin-top: 10px !important;
}
.content .term .term-ctx .ctx-other .ctx-others .other-r .before-post {
  font-size: 14px;
  color: #333030;
  margin-top: 2px;
}
.content .school {
  margin: 0 40px;
  margin-top: 60px;
  position: relative;
}
.content .school .school-title {
  width: 1200px;
  font-size: 30px;
  color: #333;
}
.content .school .out-box {
  width: 1200px;
  margin: 0 auto;
}
.content .school .box {
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex: 1;
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.content .school .box .flip-container {
  perspective: 1000;
}
.content .school .box .swiper-slide {
  text-align: inherit;
  display: block;
}
.content .school .box .flip-container:hover .flipper,
.content .school .box .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.content .school .box .flip-container,
.content .school .box .front,
.content .school .box .back {
  width: 272px;
  height: 252px;
}
.content .school .box .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.content .school .box .front,
.content .school .box .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.content .school .box .front {
  z-index: 2;
}
.content .school .box .back {
  transform: rotateY(180deg);
}
.content .school .box .box-list-out {
  width: 282px;
  height: 252px;
  background-color: transparent;
}
.content .school .box .box-list {
  width: 272px;
  height: 252px;
  /* 白卡 */
  background: linear-gradient(145.9deg, #F4F4F4 8.26%, #FFFFFF 88.04%);
  /* 白卡 */
  box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 11px rgba(0, 0, 0, 0.0797947);
  border-radius: 4px;
  margin-left: 10px;
  flex-shrink: 0;
}
.content .school .box .box-list .box-title {
  position: relative;
  z-index: 9999999;
}
.content .school .box .box-list .box-title .ranking {
  width: 233px;
  height: 26px;
  border-radius: 4px 0px 0px 0px;
  position: absolute;
  top: 14px;
  left: -9px;
}
.content .school .box .box-list .box-title .ranking .sp {
  font-size: 14px;
  color: #fff;
  margin-left: 25px;
  font-weight: 500;
  display: inline-block;
  line-height: 26px;
}
.content .school .box .box-list .box-title .ranking-1 {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #000096 71.87%, #000096 90.45%);
}
.content .school .box .box-list .box-title .ranking-ota {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #FBC600 70.77%, #FBC600 90.45%);
}
.content .school .box .box-list .box-title .ranking-iit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #CE0E2D 71.87%, #CE0E2D 90.45%);
}
.content .school .box .box-list .box-title .ranking-nau {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #031846 71.87%, #031846 90.45%);
}
.content .school .box .box-list .box-title .ranking-rit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F36B24 71.87%, #F36B24 90.45%);
}
.content .school .box .box-list .box-title .ranking-csu {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #016E53 71.87%, #016E53 90.45%);
}
.content .school .box .box-list .box-title .ranking-web {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #084B88 71.87%, #0B4E8A 90.45%);
}
.content .school .box .box-list .box-title .ranking-ua {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #AB0520 71.87%, #AB0520 90.45%);
}
.content .school .box .box-list .box-title .ranking-vt {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #852244 71.87%, #8C2F4F 90.45%);
}
.content .school .box .box-list .box-title .ranking-ac {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #EAC75D 71.87%, #EAC75D 90.45%);
}
.content .school .box .box-list .box-title .ranking-kl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #0a5dab 71.87%, #cfe2ed 90.45%);
}
.content .school .box .box-list .box-title .triangle-1 {
  position: absolute;
  top: 40px;
  border-top: 7px solid #030331;
  border-left: 9px solid transparent;
  left: -9px;
}
.content .school .box .box-list .box-title .triangle-ota {
  border-top: 7px solid #BB9507;
}
.content .school .box .box-list .box-title .triangle-iit {
  border-top: 7px solid #960920;
}
.content .school .box .box-list .box-title .triangle-nau {
  border-top: 7px solid #000A1F;
}
.content .school .box .box-list .box-title .triangle-rit {
  border-top: 7px solid #CD4F0E;
}
.content .school .box .box-list .box-title .triangle-csu {
  border-top: 7px solid #06362A;
}
.content .school .box .box-list .box-title .triangle-web {
  border-top: 7px solid #06335A;
}
.content .school .box .box-list .box-title .triangle-ua {
  border-top: 7px solid #6C0214;
}
.content .school .box .box-list .box-title .triangle-vt {
  border-top: 7px solid #5E0423;
}
.content .school .box .box-list .box-title .triangle-ac {
  border-top: 7px solid #A88006;
}
.content .school .box .box-list .box-title .triangle-kl {
  border-top: 7px solid #043360;
}
.content .school .box .box-list .box-scool {
  text-align: center;
  padding-top: 73px;
}
.content .school .box .box-list .box-scool .box-img {
  height: 100px;
  margin-bottom: 10px;
}
.content .school .box .box-list .box-scool img {
  width: 91px;
  height: 92px;
  margin-bottom: 23px;
}
.content .school .box .box-list .box-scool .img-RIT {
  width: 146px;
  height: 55px;
  margin-top: 10px;
}
.content .school .box .box-list .box-scool .img-OTA {
  width: 70px;
  height: 92px;
}
.content .school .box .box-list .box-scool .img-IIT {
  width: auto;
  height: 88px;
}
.content .school .box .box-list .box-scool .img-NAU {
  width: 150px;
  height: 33px;
  margin-top: 25px;
}
.content .school .box .box-list .box-scool .img-DUKE {
  width: 91px;
  height: 82px;
}
.content .school .box .box-list .box-scool .img-CSU {
  width: 95px;
  height: 97px;
}
.content .school .box .box-list .box-scool .img-WEB {
  width: 156px;
  height: 76px;
}
.content .school .box .box-list .box-scool .img-VT {
  width: 152px;
  height: 73px;
}
.content .school .box .box-list .box-scool .img-UA {
  width: 94px;
  height: 86px;
}
.content .school .box .box-list .box-scool .img-AC {
  width: 98px;
  height: 98px;
}
.content .school .box .box-list .box-scool .school-name {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.content .school .box .box-list .box-scool .en-name {
  margin-top: 5px;
  margin-bottom: 23px;
  font-weight: 300;
}
.content .school .box .box-list .box-hide .box-hide-title {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-top: 17px;
  position: relative;
  margin-right: 15px;
  left: 15px;
}
.content .school .box .box-list .box-hide .box-hide-title .sp {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 26px;
  line-height: 26px;
  left: -15px;
  background: #CE0E2D;
  box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.139123);
  border-radius: 0px 4px 4px 0px;
}
.content .school .box .box-list .box-hide .box-hide-list {
  padding: 0 15px 23px 15px;
  margin-top: 17px;
}
.content .school .box .box-list .box-hide .box-hide-list .list1 {
  margin: 10px 0;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.content .school .box .box-list .box-hide .box-hide-list .list1 .sp1 {
  width: 13%;
}
.content .school .box .box-list .box-hide .box-hide-list span {
  font-size: 12px;
  color: #444;
}
.content .school .box .box-list .box-hide .box-hide-list .sp2 {
  width: 87%;
}
.content .school .box .box-list .box-bgc {
  background: url(/static/images/website/about/bgc/DUKE.png) no-repeat center center;
  background-size: 91px 82px;
}
.content .worth-base {
  background: radial-gradient(91.51% 91.51% at 50.03% 26.03%, rgba(255, 255, 255, 0.2) 34.9%, rgba(216, 216, 216, 0.2) 100%);
  margin-top: 60px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.content .worth {
  padding-top: 80px;
  width: 1200px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.content .worth .worth-title {
  font-size: 30px;
  color: #333;
}
.content .worth .worth-content {
  background: url(/static/images/website/about/worth/role.png) no-repeat top center;
  background-size: 763px 763px;
  height: 763px;
}
.content .worth .worth-content .col {
  display: flex;
  justify-content: space-between;
  padding-top: 155px;
}
.content .worth .worth-content .col .col-1 {
  font-size: 18px;
  font-weight: 500;
  color: #333030;
  margin-bottom: 6px;
}
.content .worth .worth-content .col .col-2 {
  font-size: 14px;
  font-weight: 300;
  color: #333030;
}
.content .worth .worth-content .col .col-c {
  display: flex;
  width: 350px;
  animation-name: ani;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
@keyframes ani {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1.03);
  }
}
.content .worth .worth-content .col .col-c-d {
  display: flex;
  width: 350px;
  animation-name: ani1;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
@keyframes ani1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1.02);
  }
}
.content .worth .worth-content .col .col-c-f {
  display: flex;
  width: 350px;
  animation-name: ani2;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
}
@keyframes ani2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.04);
  }
}
.content .worth .worth-content .col .col-c-1 {
  margin-left: 60px;
}
.content .worth .worth-content .col .col-c-3 {
  margin-left: -70px;
}
.content .worth .worth-content .col .col-c-5 {
  margin-left: 55px;
}
.content .worth .worth-content .col .col-c-2 {
  margin-right: 60px;
}
.content .worth .worth-content .col .col-c-4 {
  margin-right: -70px;
}
.content .worth .worth-content .col .col-c-6 {
  margin-right: 55px;
}
.content .worth .worth-content .col .col-c:nth-child(odd) {
  justify-content: flex-end;
  text-align: right;
  align-items: center;
}
.content .worth .worth-content .col .col-c:nth-child(odd) .col-t {
  margin-right: 20px;
}
.content .worth .worth-content .col .col-c:nth-child(even) {
  align-items: center;
}
.content .worth .worth-content .col .col-c:nth-child(even) .col-t {
  margin-left: 20px;
}
.content .big-thing {
  padding-bottom: 200px;
  background-color: rgba(216, 216, 216, 0.2);
  position: relative;
}
.content .big-thing .big-img img {
  width: 1053px;
  height: 388px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content .big-thing .ball {
  width: 1200px;
}
.content .big-thing .ball .ball-title {
  padding-top: 80px;
  font-size: 28px;
  color: #333;
  font-weight: 500;
}
.content .big-thing .ball .ball-conetnt .ball-box {
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
}
.content .big-thing .ball .ball-conetnt .ball-box .ball-list {
  font-size: 14px;
  color: #333030;
  line-height: 20px;
  position: relative;
}
.content .big-thing .ball .ball-conetnt .ball-box .ball-list:last-child {
  margin-right: 0;
}
.content .big-thing .ball .ball-conetnt .ball-box .col-1 {
  padding: 40px 15px 95px 33px;
  width: 301px;
  height: 186px;
  background: url(/static/images/website/about/box-s.png) no-repeat;
  background-size: 283px 186px;
}
.content .big-thing .ball .ball-conetnt .ball-box .col-1 p {
  margin-top: 30px;
}
.content .big-thing .ball .ball-conetnt .ball-box .col-11 {
  padding: 40px 38px 95px 33px;
}
.content .big-thing .ball .ball-conetnt .ball-box .col-2 {
  padding: 40px 20px 56px 40px;
  width: 343px;
  height: 186px;
  background: url(/static/images/website/about/box-b.png) no-repeat;
  background-size: 324px 186px;
}
.content .big-thing .ball .ball-conetnt .ball-line {
  width: 1193px;
  height: 2px;
  background: linear-gradient(269.88deg, rgba(0, 0, 0, 0.53) 17.17%, rgba(0, 0, 0, 0.210471) 55.61%, rgba(0, 0, 0, 0.00828125) 97.88%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: relative;
}
.content .big-thing .ball .ball-conetnt .ball-line .circ {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  top: -4px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.content .big-thing .ball .ball-conetnt .ball-line .circ .year {
  margin: 20px 0 0 -7px;
  font-size: 14px;
  font-weight: 500;
  color: #333030;
}
.content .big-thing .ball .ball-conetnt .ball-line .circ1 {
  left: 50px;
}
.content .big-thing .ball .ball-conetnt .ball-line .circ2 {
  left: 332px;
}
.content .big-thing .ball .ball-conetnt .ball-line .circ3 {
  left: 54.6%;
}
.content .big-thing .ball .ball-conetnt .ball-line .circ4 {
  right: 211px;
}
.content .big-thing .ball .ball-conetnt .ball-bottom {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  position: relative;
}
.content .big-thing .ball .ball-conetnt .ball-bottom .btm {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  color: #666060;
}
.content .big-thing .ball .ball-conetnt .ball-bottom .btm-1 {
  width: 265px;
  left: 322px;
}
.content .big-thing .ball .ball-conetnt .ball-bottom .btm-2 {
  width: 266px;
  left: 645px;
}
.col-a:hover {
  font-weight: 600;
  color: #D60F0F;
}

.partner {
  width: 1200px;
  margin-top: 80px;
}
.partner-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}
.partner-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333030;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 80px;
}