<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes cross-data {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes cross-data {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
html,
body {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.pc-container{
  width: 100%; height: 100%; 
  margin: 45px auto 0 auto; 
  text-align: center;  
  user-select: none;
  position: relative;
  z-index: 0;
}

.page {
	min-width: 1208px;
}
.wrapper {
  width: 1208px;
}
.box-title {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 60px;
}
.box-title .title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  padding: 34px 0 12px;
  background: url("../images/title-icon.png") no-repeat center top/96px 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.box-title .title span {
  color: #de2910;
}

.box2 {
  height: 743px;
  background: url("../images/box2-bg.png") no-repeat center;
}
.box2 .list {
  height: 597px;
}
.box2 .list .item {
  width: 276px;
  height: 132px;
  background-color: #ebeef4;
  border-radius: 15px;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.box2 .list .item:hover .des {
  transform: translateY(0);
}
.box2 .list .item1 {
  top: 60px;
  left: 110px;
}
.box2 .list .item2 {
  top: 60px;
  right: 106px;
}
.box2 .list .item3 {
  top: 225px;
  left: 5px;
}
.box2 .list .item4 {
  top: 225px;
  right: -5px;
}
.box2 .list .item5 {
  bottom: 78px;
  left: 110px;
}
.box2 .list .item6 {
  bottom: 78px;
  right: 106px;
}
.box2 .list .item .num {
  width: 59px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: url("../images/box2-item.png") no-repeat center;
  border-radius: 50%;
  margin: 0 35px 0 40px;
}
.box2 .list .item .title {
  font-size: 20px;
  color: #000;
  line-height: 25px;
}
.box2 .list .item .des {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  color: #fff;
  background: #de2910;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.2s ease;
}

.box3 .box-title .title {
  padding-top: 52px;
}
.box3 .box-title .des {
  font-size: 20px;
  color: #000;
  padding: 8px;
}
.box3 .list {
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box3 .list .item {
  width: 209px;
  height: 352px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  transition: width 0.2s ease;
}
.box3 .list .item.active {
  width: 530px;
}
.box3 .list .item.active .txt {
  transform: translateY(0);
  height: auto;
}
.box3 .list .item1 {
  background: url("../images/box3-1.png") no-repeat center;
}
.box3 .list .item2 {
  background: url("../images/box3-2.png") no-repeat center;
}
.box3 .list .item3 {
  background: url("../images/box3-3.png") no-repeat center;
}
.box3 .list .item4 {
  background: url("../images/box3-4.png") no-repeat center;
}
.box3 .list .item .content {
  margin: 20px 30px;
  letter-spacing: 1px;
  overflow: hidden;
}
.box3 .list .item .txt {
  transition: transform 0.2s ease;
  transform: translateY(270px);
  height: 300px;
}
.box3 .list .item .txt .t1 {
  font-size: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.box3 .list .item .txt .t1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 8px;
  background: #de2910;
  z-index: -1;
}
.box3 .list .item .txt .t2 {
  font-size: 18px;
  line-height: 24px;
}
.box3 .leyu {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #de2910;
  margin: 30px auto;
  border-radius: 25px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.box4 .box-title {
  padding-top: 40px;
}
.box4 .box-title .title {
  padding-top: 50px;
}
.box4 .box-title .des {
  font-size: 16px;
  color: #000;
  padding-top: 8px;
}
.box4 .kecheng {
  margin: 40px 0;
}
.box4 .kecheng .navbar_bx {
  margin: 30px 40px 10px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.box4 .kecheng .navbar_bx .item {
  width: 360px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  background: #0f346b;
  color: #fff;
  text-align: center;
  margin-right: 11px;
  cursor: pointer;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.box4 .kecheng .navbar_bx .item:first-child {
  border-radius: 40px 0 0 40px;
}
.box4 .kecheng .navbar_bx .item:last-child {
  border-radius: 0 40px 40px 0;
}
.box4 .kecheng .navbar_bx .item.active {
  color: #fff;
  background: #de2910;
}
.box4 .kecheng .navbar_bx .item.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #de2910;
}
.box4 .kecheng_bx {
  display: none;
}
.box4 .kecheng .kecheng_banxiang {
  border-top: 0;
  margin-top: 20px;
}
.box4 .kecheng .kecheng_banxiang table {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  border-spacing: 1px;
  border-collapse: separate;
}
.box4 .kecheng .kecheng_banxiang table tr.firstTr {
  height: 40px;
  color: #fff;
  font-size: 20px;
  background: #de2910;
}
.box4 .kecheng .kecheng_banxiang table tr td {
  color: #333;
  font-size: 16px;
  padding: 17px 50px;
  background: #f7f8fc;
}
.box4 .show {
  display: block;
}
.box4 .leyu {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #de2910;
  margin: 70px auto 30px;
  border-radius: 25px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.box5 .box-title {
  padding-top: 36px;
}
.box5 .box-title .title {
  padding-top: 50px;
}
.box5 .box-title .des {
  font-size: 12px;
  color: #de2910;
}
.box5 .list {
  height: 530px;
  background: url("../images/box5-bg.png") no-repeat center 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 135px;
  box-sizing: border-box;
}
.box5 .list .item {
  width: 33.3333333333%;
  height: 168px;
  padding-top: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.box5 .list .item:hover {
  transform: translateY(-5px);
}
.box5 .list .item:hover .title {
  background-color: #de2910;
}
.box5 .list .item .title {
  width: 178px;
  height: 40px;
  background-color: #0f346b;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.box5 .list .item .des {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.box5 .list .item .des span {
  color: #de2910;
}

.box6 {
  height: 240px;
  background: url("../images/box6-bg.png") no-repeat center;
  margin-top: 40px;
  padding: 40px 0;
  box-sizing: border-box;
}
.box6 .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px 0;
  background-image: url("../images/box6-title.png"), url("../images/box6-title.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.box6 .form-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 25px;
}
.box6 .form-container .form-item {
  width: 295px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 5px;
}
.box6 .form-container .form-item .form_name {
  padding-left: 25px;
  background: url("../images/form-icon1.png") no-repeat left center;
}
.box6 .form-container .form-item .form_phoneNo {
  padding-left: 25px;
  background: url("../images/form-icon2.png") no-repeat left center;
}
.box6 .form-container .form-item .kaptcha-code {
  padding-left: 25px;
  background: url("../images/form-icon3.png") no-repeat left center;
}
.box6 .form-container .form-phone {
  width: 295px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.box6 .form-container .form-phone .form-item {
  width: 170px;
  margin: 0;
}
.box6 .form-container .form-phone .kaptcha-btn {
  width: 100px;
  height: 24px;
  line-height: 24px;
  margin: 8px;
  background-color: #aaa;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
}
.box6 .form-container .form-phone .kaptcha-btn:hover {
  background: #919191;
}
.box6 .form-container .submit {
  width: 257px;
  height: 40px;
  line-height: 40px;
  background: #ffa812;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.box6 .form-container .submit:hover {
  background: #de8d00;
}
.box6 .form-container .submit .light {
  position: absolute;
  width: 70px;
  height: 70px;
  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;
}

.box7 .box-title {
  padding-top: 68px;
}
.box7 .box-title .title {
  padding-top: 48px;
}
.box7 .box-title .des {
  font-size: 16px;
  color: #000;
  padding: 6px 0;
}
.box7 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.box7 .list .item {
  width: 301px;
  height: 346px;
  color: #000;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.box7 .list .item.active {
  width: 571px;
  color: #fff;
}
.box7 .list .item.active .mask {
  background-color: #de2910;
}
.box7 .list .item.active .content {
  padding: 0 40px;
  height: 300px;
}
.box7 .list .item.active .content .title {
  background: #0f346b;
}
.box7 .list .item:hover .img {
  transform: scale(1.2);
}
.box7 .list .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box7 .list .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0.8;
}
.box7 .list .item .content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  height: 160px;
}
.box7 .list .item .title {
  width: 128px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #de2910;
  font-size: 28px;
  color: #fff;
  border-radius: 25px;
}
.box7 .list .item .t1 {
  font-size: 20px;
  margin-top: 25px;
}
.box7 .list .item .t2 {
  font-size: 16px;
}
.box7 .leyu {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #de2910;
  margin: 70px auto 62px;
  border-radius: 25px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.box8 {
  height: 623px;
  background: url("../images/box8-bg.png") no-repeat center;
}
.box8 .box-title .title {
  padding-top: 58px;
  background: url("../images/title-icon1.png") no-repeat center top/96px 96px;
}
.box8 .box-title .title span {
  color: #fff;
}
.box8 .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1400px;
}
.box8 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 65px;
  width: 450px;
}
.box8 .list .item:nth-child(odd) .title {
  background: #0f346b;
}
.box8 .list .item:nth-child(even) .title {
  background: #ffa812;
}
.box8 .list .item .title {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box8 .list .item .title .num {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 175px;
}
.box8 .list .item .title .txt {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.box8 .list .item .des {
  padding-top: 35px;
  font-size: 16px;
  color: #fff;
}

.box9 .box-title .title {
  padding-top: 54px;
}
.box9 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0 68px;
}
.box9 .list .item {
  width: 259px;
  height: 338px;
  color: #434343;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f8fc;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.box9 .list .item:hover {
  transform: scale(1.1);
}
.box9 .list .item .img {
  width: 77px;
  height: 77px;
  margin: 23px;
}
.box9 .list .item .t1 {
  font-size: 20px;
  padding-bottom: 20px;
}
.box9 .list .item .t2 {
  font-size: 16px;
  padding-bottom: 20px;
}
.box9 .list .item .leyu {
  width: 210px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ffa812;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.box10 {
  background: #f7f8fc;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  height: 828px;
  overflow: hidden;
}
.box10 .box-title .title {
  padding-top: 48px;
}
.box10 .box-title .des {
  font-size: 20px;
  color: #000;
  padding: 10px 0;
}
.box10 .sjimg {
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translateX(-50%);
  width: 915px;
  height: 549px;
  z-index: 8;
}
.box10 #zaixianSwiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.box10 #zaixianSwiper .swiper-slide {
  width: 915px;
  opacity: 0.4;
}
.box10 #zaixianSwiper .swiper-slide .mask {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 122.5px;
  width: 670px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.box10 #zaixianSwiper .swiper-slide img {
  width: 670px;
  margin: 0 auto;
}
.box10 #zaixianSwiper .swiper-slide h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #de2910;
  z-index: 2;
}
.box10 #zaixianSwiper .swiper-slide-active {
  opacity: 1;
}
.box10 .officai-swiperChange {
  position: relative;
  top: 230px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
  pointer-events: none;
}
.box10 .officai-swiperChange .swiper-button {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
}

.page .campus .box-title {
  padding-top: 70px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(26, 66, 153, 0.21);
}
.page .campus .site-list .item.active {
  color: #1a4299;
  border-color: #1a4299;
}
.page .campus .site-list .item:hover {
  color: #1a4299;
}
.page .campus .tabs .tab:hover {
  color: #1a4299;
}
.page .campus .tabs .tab.active {
  background: #1a4299;
}
.page .campus .position .t1 {
  color: #1a4299;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #1a4299;
  color: #fff;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #132f6d;
}
.page .campus .position .form-container .submit {
  background: #1a4299;
  color: #fff;
}
.page .campus .position .form-container .submit:active {
  background: #132f6d;
}

/* 褰撳閫夋琚€変腑鏃舵敼鍙樿儗鏅拰杈规棰滆壊 */
.page  .form-privacy input[type="checkbox"]:checked + label:before {
    content: "鉁�";
    color:#fff;
    background: #767676; 
    border-color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
}</pre></body></html>