.mobile {
  display: none!important;
}
.pc {
  display: block!important;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
header {
  width: 100%;
  height: 60px;
}
header .head-con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .head-con .head-img {
  align-self: center;
}
header .head-con .head-img .aca-logo {
  height: 36px;
}
header .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .nav .nav-con {
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .nav .nav-con .nav-item {
  line-height: 1;
  border-left: 1px solid #333;
  position: relative;
}
header .nav .nav-con .nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s;
}
header .nav .nav-con .nav-item:before {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  width: 15px;
  height: 5px;
  bottom: -24px;
  left: 50%;
  margin-left: -7px;
  border-radius: 5px;
  transition: all 0.3s;
}
header .nav .nav-con .nav-item:hover a {
  font-weight: bold;
  color: #1262b2;
}
header .nav .nav-con .nav-item:hover:before {
  opacity: 1;
  bottom: -12px;
  margin-left: -15px;
  left: 50%;
  width: 30px;
  height: 5px;
  background: #41a9f0;
}
header .nav .nav-con .active a {
  color: #1262b2;
}
header .nav .nav-con .active:before {
  opacity: 1;
  bottom: -12px;
  margin-left: -15px;
  left: 50%;
  width: 30px;
  height: 5px;
  background: #41a9f0;
}
header .nav .nav-con .nav-item:first-child {
  border-left: 0;
}
header .head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .head-text svg {
  align-self: center;
  font-size: 25px;
  color: #1262b2;
  margin-right: 5px;
}
header .head-text span {
  align-self: center;
  color: #1262b2;
  font-size: 20px;
  font-weight: bold;
}
.title {
  width: auto;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  margin: 0 auto 30px;
}
.title:before {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -20px;
  content: '';
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: #41a9f0;
}
.title.white {
  color: #fff;
}
.title.white:before {
  background: #ffa42f;
}
.title-tab {
  width: 400px;
  height: 70px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.title-tab .title-item {
  width: auto;
  color: #565656;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  margin: 0 auto 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.title-tab .title-item:before {
  transition: all 0.3s;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  content: '';
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: #83dafb;
}
.title-tab .active {
  color: #333;
  font-size: 36px;
  margin: -12px auto 30px;
}
.title-tab .active:before {
  bottom: -8px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: #41a9f0;
}
.bot {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 0 10px 10px 20px;
  background: -webkit-linear-gradient(left, #1262b2, #41a9f0);
  display: table-cell;
  vertical-align: middle;
}
.bot span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.banner {
  width: 100%;
  height: auto;
  margin: 0;
}
.banner img {
  width: 100%;
}
.fixed-btn {
  width: 95px;
  height: 95px;
  position: fixed;
  z-index: 111;
  padding-top: 15px;
  border-radius: 5px;
  right: 0;
  top: 30%;
  text-align: center;
  background: -webkit-linear-gradient(bottom, #1262b2, #41a9f0);
}
.fixed-btn > svg {
  color: #fff;
  font-size: 36px;
  margin-bottom: 5px;
}
.fixed-btn .text {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.fixed-btn .fixed-box {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 100px;
  padding: 30px 20px;
  background: #eaf7ff;
  border: 1px solid #1262b2;
  border-radius: 6px;
  pointer-events: none;
}
.fixed-btn .fixed-box .fixed-border {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 12;
  width: 6px;
  height: 20px;
  background: #1262b2;
}
.fixed-btn .fixed-box .fixed-title {
  display: flex;
  align-items: center;
}
.fixed-btn .fixed-box .fixed-title svg {
  font-size: 26px;
  color: #226ce8;
  margin-right: 16px;
}
.fixed-btn .fixed-box .fixed-title span {
  font-size: 20px;
  line-height: 1;
  color: #226ce8;
}
.fixed-btn .fixed-box p {
  font-size: 18px;
  color: #999;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 44px;
  letter-spacing: 1px;
}
.fixed-btn .fixed-box .fixed-img {
  width: 105px;
  height: 105px;
  background: #999;
  margin: 15px auto;
  border-radius: 5px;
  overflow: hidden;
}
.fixed-btn .fixed-box .fixed-img img {
  width: 100%;
  height: 100%;
}
.fixed-btn:hover .fixed-box {
  opacity: 1;
  z-index: 111;
}
.data-1 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.data-1 p {
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.data-1 .data-1-box {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data-1 .data-1-box .data-1-item {
  width: 200px;
  text-align: center;
}
.data-1 .data-1-box .data-1-item .data-1-title {
  font-size: 24px;
  color: #1262b2;
  margin-top: 20px;
  margin-bottom: 5px;
}
.data-1 .data-1-box .data-1-item .data-1-text {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.data-1 .data-1-box .data-1-item .data-1-text span {
  font-size: 16px;
  color: #41a9f0;
}
.data-2-nav {
  width: 1200px;
  margin: 0 auto;
}
.data-2-nav .nav {
  display: flex;
  width: 360px;
  height: 50px;
  margin-top: 20px;
  margin-left: 50px;
  align-items: flex-end;
}
.data-2-nav .nav .item {
  flex: 1;
  height: 40px;
  background: #daedff;
  border-radius: 15px 15px 0 0;
  list-style: none;
  position: relative;
}
.data-2-nav .nav .item div {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #1158a0;
}
.data-2-nav .nav .item.active {
  height: 50px;
  background: #1158a0;
}
.data-2-nav .nav .item.active div {
  color: #fff;
}
.data-2-nav .nav .item:first-child:before {
  content: '';
  display: none;
  width: 30px;
  height: 100%;
  background: #1158a0;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
  border-radius: 0 12px 0 0;
  transform: skew(30deg);
}
.data-2-nav .nav .item:first-child.active:before {
  display: block;
}
.data-2-nav .nav .item:last-child:before {
  content: '';
  display: none;
  width: 30px;
  height: 100%;
  background: #1158a0;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 10;
  border-radius: 12px 0 0 0;
  transform: skew(-30deg);
}
.data-2-nav .nav .item:last-child.active:before {
  display: block;
}
.data-2 {
  background-image: url(/acabridge/aca_web/ltfw/images/data-2-bg.jpg);
  background-size: 150% 100%;
  height: auto;
  /* fix background */
  background-attachment: fixed;
  /* center it */
  background-position: center center;
  padding: 60px 0;
}
.data-2 .data-2-box {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
}
.data-2 .data-2-box .data-2-item {
  display: none;
  justify-content: space-between;
}
.data-2 .data-2-box .data-2-item .data-2-text .data-2-text-item {
  color: #fff;
  font-size: 18px;
  line-height: 2.6;
  display: flex;
  align-items: center;
}
.data-2 .data-2-box .data-2-item .data-2-text .data-2-text-item:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ff7c34;
  border-radius: 100%;
  margin-right: 20px;
}
.data-2 .data-2-box .data-2-item .data-2-text .data-2-text-btn {
  margin-top: 20px;
  margin-left: 30px;
  display: inline-block;
  font-size: 20px;
  padding: 8px 30px;
  line-height: 1;
  border-radius: 20px;
  color: #fff;
  background: #ffa42f;
}
.data-2 .data-2-box .data-2-item .data-2-school-box {
  width: 490px;
  position: relative;
  display: flex;
  align-items: center;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .data-2-school {
  width: 420px;
  margin: 0 auto;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .swiper-button-white {
  position: absolute;
  top: 47%;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .swiper-button-white::after {
  color: #ddd;
  font-size: 20px;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .slide-item {
  width: 140px;
  height: 120px;
  text-align: center;
  margin: 10px 0;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .slide-item img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.data-2 .data-2-box .data-2-item .data-2-school-box .slide-item div {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
}
.data-2 .data-2-box .data-2-item .data-2-img {
  padding-right: 80px;
}
.data-2 .data-2-box .data-2-item .data-2-img img {
  height: 256px;
}
.data-2 .data-2-box .data-2-item.active {
  display: flex;
}
.data-2 .data-2-con {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.data-2 .data-2-con > .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data-2 .data-2-con .data-2-item {
  width: 350px;
  text-align: center;
}
.data-2 .data-2-con .data-2-item svg {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
.data-2 .data-2-con .data-2-item .data-2-title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1;
  text-align: left;
}
.data-2 .data-2-con .data-2-item .data-2-text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  text-align: left;
}
.data-2 .data-2-con .data-2-item .data-2-btn {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 20px;
  color: #fff;
}
.data-2 .data-2-con .data-2-item .data-2-btn.y {
  background: #ffa42f;
}
.data-2 .data-2-con .data-2-item .data-2-btn.b {
  background: #41a9f0;
}
.data-3 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.data-3 p {
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.data-3 .data-3-con {
  width: 100%;
  height: auto;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.data-3 .data-3-con .data-3-img {
  width: 540px;
  height: 240px;
  position: relative;
}
.data-3 .data-3-con .data-3-img img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.data-3 .data-3-con .data-3-item {
  width: 660px;
  height: auto;
}
.data-3 .data-3-con .data-3-item .data-3-top {
  width: 100%;
  height: 240px;
  position: relative;
}
.data-3 .data-3-con .data-3-item .data-3-top img {
  width: 100%;
}
.data-3 .data-3-con .data-3-item .data-3-top .data-3-item-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: -webkit-linear-gradient(top, rgba(18, 98, 178, 0.8), rgba(90, 206, 249, 0.8));
  transition: all 0.3s;
}
.data-3 .data-3-con .data-3-item .data-3-top .data-3-item-mask svg {
  align-self: center;
  margin: 0 auto;
  font-size: 130px;
  color: #fff;
  transition: all 0.3s;
}
.data-3 .data-3-con .data-3-item .data-3-bot {
  margin: 40px 0;
  padding-left: 10px;
  border-left: 3px solid #fff;
  transition: all 0.3s;
}
.data-3 .data-3-con .data-3-item .data-3-bot .data-3-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.data-3 .data-3-con .data-3-item .data-3-bot .data-3-text {
  font-size: 15px;
  line-height: 1;
  color: #666;
}
.data-3 .data-3-con .data-3-item:hover .data-3-top {
  width: 100%;
  height: 240px;
}
.data-3 .data-3-con .data-3-item:hover .data-3-top .data-3-item-mask {
  opacity: 1;
}
.data-3 .data-3-con .data-3-item:hover .data-3-top .data-3-item-mask svg {
  font-size: 80px;
}
.data-3 .data-3-con .data-3-item:hover .data-3-bot {
  border-left: 3px solid #1262b2;
}
.data-3 .data-3-con .data-3-item:hover .data-3-bot .data-3-title {
  color: #1262b2;
}
.data-3 .data-3-con .data-3-item:hover .data-3-bot .data-3-text {
  line-height: 1;
  color: #666;
}
.data-4 {
  width: 1200px;
  margin: 0 auto 60px;
}
.data-4 .data-4-con {
  margin: 0 auto 40px;
}
.data-4 .data-4-con .data-4-box {
  display: none;
}
.data-4 .data-4-con .data-4-box .data-4-item {
  width: 280px;
  height: 280px;
  background: #f3f7fb;
  text-align: center;
  padding: 50px 25px 0;
  transition: all 0.3s;
}
.data-4 .data-4-con .data-4-box .data-4-item svg {
  font-size: 70px;
  color: #1262b2;
  transition: all 0.2s;
}
.data-4 .data-4-con .data-4-box .data-4-item .data-4-title {
  font-size: 20px;
  margin-top: 45px;
  color: #1262b2;
  transition: all 0.2s;
}
.data-4 .data-4-con .data-4-box .data-4-item .data-4-text {
  font-size: 16px;
  color: #666;
  line-height: 2;
  transition: all 0.2s;
}
.data-4 .data-4-con .data-4-box .data-4-item:hover {
  transform: scale(1.07);
  background: -webkit-linear-gradient(bottom, #1262b2, #41a9f0);
}
.data-4 .data-4-con .data-4-box .data-4-item:hover svg,
.data-4 .data-4-con .data-4-box .data-4-item:hover .data-4-title,
.data-4 .data-4-con .data-4-box .data-4-item:hover .data-4-text {
  color: #fff;
}
.data-4 .data-4-con .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data-5 {
  background-image: url(/acabridge/aca_web/ltfw/images/data-5-bg.jpg);
  background-size: 150% 100%;
  height: 650px;
  background-attachment: fixed;
  background-position: center center;
  padding: 60px 0;
  margin-bottom: 82px;
}
.data-5 > p {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.data-5 .data-5-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.data-5 .data-5-con-box {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.data-5 .swiper-btn {
  position: absolute;
  top: 45%;
}
.data-5 .swiper-button-next {
  right: -30px;
}
.data-5 .swiper-button-prev {
  left: -30px;
}
.data-5 .data-5-con {
  width: 1066px;
  height: 100%;
  margin: 50px auto 120px;
  overflow: visible;
}
.data-5 .data-5-con .data-5-item {
  width: 220px;
  height: 350px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.data-5 .data-5-con .data-5-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.data-5 .data-5-con .data-5-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.data-5 .data-5-con .data-5-item .data-5-item-border {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.data-5 .data-5-con .data-5-item .data-5-item-border img {
  transition: all 0.3s ease;
}
.data-5 .data-5-con .data-5-item .data-5-item-border:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 60%;
  left: 2px;
  bottom: 2px;
  z-index: 11;
  border-radius: 4px;
  transition: all 0.3s;
}
.data-5 .data-5-con .data-5-item .data-5-item-border:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 60%;
  top: 2px;
  right: 2px;
  z-index: 11;
  border-radius: 4px;
  transition: all 0.3s;
}
.data-5 .data-5-con .data-5-item .data-5-box {
  position: relative;
  height: 100%;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-title {
  position: absolute;
  width: auto;
  height: 25px;
  font-size: 12px;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  background: #1262b2;
  border-radius: 25px 0 0 25px;
  top: 12px;
  right: 0;
  z-index: 12;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-sub {
  position: absolute;
  width: auto;
  height: 25px;
  font-size: 12px;
  padding: 0 10px;
  line-height: 25px;
  color: #1262b2;
  top: 36px;
  right: 0;
  z-index: 12;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-img {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
  background: url(/acabridge/aca_web/ltfw/images/data-5-img-border.jpg) no-repeat top center;
  padding-top: 5px;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-name {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%);
  font-size: 20px;
  color: #222;
  font-weight: bold;
  letter-spacing: 5px;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-text {
  width: 190px;
  position: absolute;
  top: 220px;
  left: 50%;
  z-index: 12;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
  transform: translate(-50%);
  transition: 0.3s;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-qrcode {
  width: 160px;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-qrcode img {
  width: 100%;
  border: 1px solid #4684c3;
  border-radius: 5px;
}
.data-5 .data-5-con .data-5-item .data-5-box .data-5-qrcode .data-5-btn {
  margin-top: 3px;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 20px;
  color: #fff;
  background: #ffa42f;
}
.data-5 .data-5-con .data-5-item:hover:before {
  top: -4px;
  right: -4px;
}
.data-5 .data-5-con .data-5-item:hover:after {
  top: -8px;
  right: -8px;
}
.data-5 .data-5-con .data-5-item:hover .data-5-text {
  opacity: 0;
}
.data-5 .data-5-con .data-5-item:hover .data-5-qrcode {
  opacity: 1;
}
.data-5 .data-5-con .data-5-item:hover .data-5-item-border img {
  transform: rotate(-5deg);
}
.data-5 .data-5-con .data-5-item:hover .data-5-item-border:before {
  left: 0;
  bottom: 0;
}
.data-5 .data-5-con .data-5-item:hover .data-5-item-border:after {
  top: 0;
  right: 0;
}
.data-5 .data-5-bot {
  width: 1200px;
  margin: 0 auto;
}
.data-6 {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
.data-6 .data-6-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data-6 .data-6-box {
  width: 480px;
  height: 280px;
  overflow: visible;
  margin: 50px 0 40px 0;
}
.data-6 .data-6-box .swiper-slide {
  position: relative;
}
.data-6 .data-6-box .data-6-text-box {
  width: 700px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -720px;
}
.data-6 .data-6-box .data-6-text-box p {
  font-size: 16px;
  color: #222;
  line-height: 2;
}
.data-6 .data-6-tab-box {
  width: 700px;
  height: 150px;
  margin-top: 50px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}
.data-6 .data-6-tab-box .data-6-tab-item {
  cursor: pointer;
  border: 1px solid #1262b2;
  border-radius: 5px;
  width: 87px;
  height: 40px;
  font-size: 18px;
  color: #1262b2;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
}
.data-6 .data-6-tab-box .data-6-tab-item:nth-child(7n) {
  margin-right: 0;
}
.data-6 .data-6-tab-box .active {
  background: -webkit-linear-gradient(bottom, rgba(18, 98, 178, 0.8), rgba(90, 206, 249, 0.8));
  border: 1px solid #fff;
  color: #fff;
}
.data-6 .data-6-tab-box.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex!important;
}
.data-7 {
  width: 1200px;
  padding: 60px 0 0;
  margin: 0 auto 60px;
}
.data-7 .data-7-box {
  width: 1200px;
  height: 280px;
  margin: 50px auto 40px;
}
.data-7 .data-7-box .swiper-slide {
  height: 280px;
  background: #f3f7fb;
  overflow: hidden;
}
.data-7 .data-7-box .swiper-slide .data-7-title {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 22px 0;
}
.data-7 .data-7-box .swiper-slide .data-7-title span {
  color: #1262b2;
  font-size: 16px;
}
.data-7 .data-7-box .swiper-slide .data-7-border {
  border-top: 4px dotted #fff;
  position: relative;
}
.data-7 .data-7-box .swiper-slide .data-7-border:before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -14px;
  background: #fff;
  content: '';
}
.data-7 .data-7-box .swiper-slide .data-7-border:after {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -14px;
  background: #fff;
  content: '';
}
.data-7 .data-7-box .swiper-slide .data-7-school {
  width: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  margin: 20px auto 30px;
  color: #1262b2;
  line-height: 1;
}
.data-7 .data-7-box .swiper-slide .data-7-school:before {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -17px;
  content: '';
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background: #ffa42f;
}
.data-7 .data-7-box .swiper-slide .data-7-text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.data-7 .data-7-box .swiper-slide .data-7-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.data-7 .data-7-box .swiper-slide .data-7-name {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 250px;
  height: 28px;
  text-align: center;
  background: #d2e9ff;
  border-radius: 28px;
  padding: 0 17px;
  z-index: 2;
}
.data-7 .data-7-box .swiper-slide .data-7-name div {
  line-height: 27px;
  font-size: 14px;
  color: #1262b2;
}
.data-7 .data-7-box .swiper-slide .data-7-chapter {
  position: absolute;
  bottom: 30px;
  right: -10px;
  z-index: 0;
}
.data-8 {
  background-image: url(/acabridge/aca_web/ltfw/images/data-2-bg.jpg);
  background-size: 150% 100%;
  height: auto;
  background-attachment: fixed;
  background-position: center center;
  padding: 60px 0;
}
.data-8 h1 {
  width: 1200px;
  margin: 0 auto 10px;
  padding-left: 1rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.data-8 .data-8-box {
  width: 1200px;
  margin: 0 auto 50px;
  padding: 28px 28px 32px;
  background-color: #fff;
  border-radius: 20px;
  overflow: auto;
}
.data-8 .data-8-box h2 {
  color: #1262b2;
  font-weight: bold;
  font-size: 20px;
  margin: 1rem 0 0.5rem;
}
.data-8 .data-8-box .data-8-items {
  padding: 0 0 0 2em;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 重复4次1份比例的列 */
}
.data-8 .data-8-box .data-8-items div {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.data-8 .data-8-box .data-8-items-1 {
  grid-template-columns: repeat(1, 1fr);
  /* 重复4次1份比例的列 */
}
.data-8 .data-8-box .data-8-items-2 {
  grid-template-columns: repeat(2, 1fr);
  /* 重复4次1份比例的列 */
}
.data-8 .data-8-box .data-8-items-3 {
  grid-template-columns: repeat(3, 1fr);
  /* 重复4次1份比例的列 */
}
.data-8 .data-8-box .data-8-items:last-child {
  margin-bottom: 0;
}
