.banner {
  width: 100%;
  min-width: 1460px;
  height: 674px;
  margin-bottom: 66px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, #F3FFFD 0%, #C8ECE5 100%);
  background-size: 100%;
}
.banner .radiusBox .trophy {
  width: 430px;
  height: 430px;
  position: absolute;
  top: 180px;
  left: 200px;
}
.banner .radiusBox .radiusLeft {
  position: absolute;
  width: 551px;
  height: 551px;
  border-radius: 50%;
  top: 120px;
  left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotate linear reverse 60000s;
  background: url(../images/radius.png) no-repeat;
  background-size: 100%;
}
.banner .radiusBox .radiusLeft .item-box {
  width: 143px;
  height: 72px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #06705A;
  background: url(../images//radiusBox.png);
  background-size: 100%;
  animation: rotate linear infinite 60000s;
  cursor: pointer;
}
.banner .radiusBox .radiusLeft .item {
  position: absolute;
  width: 143px;
  height: 72px;
}
@keyframes rotate {
  to {
    transform: rotate(-360000deg);
  }
}
.banner .radiusRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 100px;
}
.banner .radiusRight .title {
  margin-top: 163px;
  font-family: 221 SSBiaoTiTi, 221 SSBiaoTiTi;
  font-weight: 400;
  font-size: 58px;
  color: #3A3E50;
}
.banner .radiusRight .supplement {
  font-family: 221 SSBiaoTiTi, 221 SSBiaoTiTi;
  font-weight: 400;
  font-size: 26px;
  color: #4C5370;
  margin-top: 31px;
}
.banner .radiusRight .btn {
  width: 396px;
  height: 103px;
  line-height: 103px;
  text-align: center;
  font-family: 82 SS Jian Hei Cu Ti, 82 SS Jian Hei Cu Ti;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  margin-top: 129px;
  background: linear-gradient(134deg, #4AD5B9 0%, #079E7F 92%, #01997A 100%);
  box-shadow: inset 0 -7px 6px 1px rgba(133, 133, 133, 0.16);
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.main .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  color: #262626;
  margin-bottom: 55px;
}
.main .title .left,
.main .title .right {
  width: 49px;
  height: 42px;
}
.main .title span {
  margin: 0 15px;
}
.main .product {
  margin-top: 79px;
  margin-bottom: 55px;
}
.main .university {
  display: flex;
  justify-content: space-between;
}
.main .university .university-left .nav li {
  width: 285px;
  height: 72px;
  line-height: 72px;
  font-size: 22px;
  color: #4C5370;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5FFFD;
  cursor: pointer;
}
.main .university .university-left .nav li .letter {
  font-size: 54px;
  color: #01997A;
  margin-right: 17px;
  opacity: 0.3;
  font-weight: 400;
}
.main .university .university-left .nav .bg {
  font-weight: 700;
  color: #01997A;
  background: #E7FCF8;
}
.main .university .university-left .nav .bg::after {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 39px;
  background: #01997A;
  border-radius: 7px;
}
.main .university-right {
  width: 871px;
  height: 458px;
  background: url(../images/box.png) no-repeat;
  background-size: 100%;
}
.main .university-right ul {
  width: 100%;
  padding-top: 51px;
  padding-left: 45px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.main .university-right ul li {
  width: 171px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 18px;
  color: #4C5370;
  background: rgba(231, 254, 249, 0.68);
  margin-right: 30px;
  margin-bottom: 35px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  cursor: pointer;
}
.main div[tabindex] {
  display: none;
}
.main div[tabindex="1"] {
  display: block;
}
.main .join .title {
  margin-bottom: 46px;
}
.main .join .intro {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #595959;
}
.main .join .bgBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}
.main .join .bgBox .bg1,
.main .join .bgBox .bg2,
.main .join .bgBox .bg3,
.main .join .bgBox .bg4 {
  width: 267px;
  height: 366px;
  position: relative;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100%;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 25px;
}
.main .join .bgBox .bg1:hover,
.main .join .bgBox .bg2:hover,
.main .join .bgBox .bg3:hover,
.main .join .bgBox .bg4:hover {
  box-shadow: 4px 9px 20px 1px rgba(87, 87, 87, 0.2);
}
.main .join .bgBox .bg2 {
  background: url(../images/bg2.png) no-repeat;
  background-size: 100%;
}
.main .join .bgBox .bg3 {
  background: url(../images/bg3.png) no-repeat;
  background-size: 100%;
}
.main .join .bgBox .bg4 {
  background: url(../images/bg4.png) no-repeat;
  background-size: 100%;
}
.main .join .bgBox .titles {
  font-size: 26px;
  color: #01997A;
  font-weight: 700;
}
.main .join .bgBox .t2 {
  color: #E4882C;
}
.main .join .bgBox .t3 {
  color: #2FC5D9;
}
.main .join .bgBox .t4 {
  color: #8576C6;
}
.main .join .bgBox .center {
  margin-top: 65px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #4C5370;
}
.main .join .bgBox .p1,
.main .join .bgBox .p2,
.main .join .bgBox .p3,
.main .join .bgBox .p4 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.main .join .bgBox .p1 {
  width: 42px;
  height: 45px;
}
.main .join .bgBox .p2 {
  width: 77px;
  height: 43px;
}
.main .join .bgBox .p3,
.main .join .bgBox .p4 {
  width: 90px;
  height: 44px;
}
.main .join .bgBox .btn {
  width: 124px;
  height: 38px;
  background: linear-gradient(90deg, #56DFBF 0%, #0FD6A6 100%);
  border-radius: 8px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.main .join .bgBox .btn2 {
  background: linear-gradient(90deg, #FFD877 0%, #F6C447 100%);
}
.main .join .bgBox .btn3 {
  background: linear-gradient(90deg, #89E3EF 0%, #34D6EB 100%);
}
.main .join .bgBox .btn4 {
  background: linear-gradient(90deg, #BEBBEC 0%, #9E95E6 100%);
}
.main .tableBox {
  position: relative;
}
.main .tableBox .table {
  margin-top: 78px;
  border-collapse: collapse;
  /*边框合并*/
}
.main .tableBox .table th,
.main .tableBox .table td {
  width: 136px;
  height: 117px;
  background: #F5FFFD;
  border: 2px solid #C3C3C3;
}
.main .tableBox .table th:first-child {
  width: 340px;
  height: 117px;
}
.main .tableBox .table .th2 {
  width: 132px;
}
.main .tableBox .table .th3 {
  width: 130px;
}
.main .tableBox .table .th4 {
  width: 130px;
}
.main .tableBox .table .th5 {
  width: 145px;
  height: 117px;
}
.main .tableBox .table th:last-child {
  width: 310px;
  height: 117px;
}
.main .tableBox .table th {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #4C5370;
}
.main .tableBox .table .btn {
  width: 86px;
  height: 26px;
  background: linear-gradient(90deg, #56DFBF 0%, #0FD6A6 100%);
  border-radius: 6px;
  line-height: 26px;
  text-align: center;
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.main .tableBox .imgTable {
  width: 100%;
  height: 1257px;
  position: relative;
  top: -60px;
  z-index: -1;
}
.main .tableBox .imgTable2 {
  width: 100%;
  height: 1257px;
  position: relative;
  top: 0px;
  z-index: -1;
  background: url(../images/table_2.png) no-repeat 100%;
  background-size: 100% 100%;
}
.main .unit .title {
  margin-bottom: 62px;
}
.main .unit .section7 {
  background-size: cover;
}
.main .unit .section7 .container {
  width: 1200px;
  margin: auto;
}
.main .unit .section7 .pos {
  position: relative;
}
.main .unit .section7 .mask_left {
  position: absolute;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 6;
  width: 30px;
  height: 728px;
}
.main .unit .section7 .mask_right {
  position: absolute;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 6;
  width: 30px;
  height: 728px;
}
.main .unit .section7 .scroll_x {
  width: 1200px;
  overflow: hidden;
}
.main .unit .section7 .flex {
  display: flex;
  height: 167px;
}
.main .unit .section7 .flex li {
  width: 200px;
  height: 166px;
  background: #EFFEFB;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .unit .section7 .flex li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .section7 .flex li img {
  padding: 0 10px;
  box-sizing: border-box;
  width: 166px;
  border-radius: 20px;
}
.main .unit .section7 .flex li:hover {
  transform: scale(1);
  box-shadow: 0 0 5px 5px #ccc;
}
.main .unit .row_left_animation {
  animation: 8s rowup-left linear infinite alternate;
}
.main .unit .row_right_animation {
  animation: 8s rowup-right linear infinite alternate;
}
@keyframes rowup-left {
  0% {
    transform: translate3d(50px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
  }
}
@keyframes rowup-right {
  0% {
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    transform: translate3d(50px, 0, 0);
  }
}
.main .unit .m-t-40 {
  margin-top: 20px  ;
}
.main .unit .m-r-20 {
  margin-right: 20px  ;
}
.main .unit .h-80 {
  height: 80px;
}
.main .unit .unitList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main .unit .unitList li {
  width: 200px;
  height: 168px;
  background: #EFFEFB;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .unit .unitList li img {
  width: 166px;
}
.main .unit .unitList li:hover {
  transform: scale(1);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.main .unit .list1 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list2 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list3 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list4 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list5 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list6 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list7 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list8 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list9 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list10 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list11 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list12 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list13 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list14 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list15 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list16 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list17 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list18 li:nth-child(odd) {
  background: #F9FFFE;
}
.main .unit .list19 li:nth-child(even) {
  background: #F9FFFE;
}
.main .unit .list20 li:nth-child(odd) {
  background: #F9FFFE;
}
