@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.box {
  width: 100%;
  height: 100vh;
}
.box .back {
  position: fixed;
  z-index: 19;
  top: 90%;
  right: 3%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -10px 10px 40px 0 rgba(216, 218, 224, 0.5);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  opacity: 0;
}
.box header {
  width: 100%;
  height: 100vh;
}
.box header .nav {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  color: #fff;
  font-weight: 600;
  z-index: 15;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
}
.box header .nav img {
  padding: 20px 4px 20px 80px;
  /* width: 177px; */
}
.box header .nav ul {
  margin-left: 17%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1rem;
}
.box header .nav ul .act a {
  color: #1677FF !important;
}
.box header .nav ul li {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.box header .nav ul li > a {
  cursor: pointer;
  color: #fff;
}
.box header .nav ul li a:hover {
  color: #1677FF !important;
}
.box header .nav .login {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
.box header .nav .login a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.box header .nav .login .iconfont {
  padding: 0 10px;
  font-size: 24px;
  color: #1677FF;
}
.box header .content {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.box header .content img {
  position: absolute;
  z-index: 2;
  width: 617px;
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}
.box header .content #video {
  position: fixed;
  width: 100%;
  object-fit: cover;
}
.box header .content .btus {
  position: absolute;
  z-index: 2;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.box header .content .btus button {
  background-color: #1677FF;
  border: 0;
  width: 160px;
  height: 60px;
  color: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.0196078431);
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  font-size: 16px;
}
.box header .content .btus button:first-child {
  background-color: #0C67E6;
  border-radius: 8px 0 0 8px;
  border-right: 2px solid #74aeff;
}
.box header .content .go {
  position: absolute;
  z-index: 2;
  top: 88%;
  left: 48.5%;
  animation: go 2s infinite linear;
}
.box header .content .go .iconfont {
  padding: 0 10px;
  font-size: 20px;
  color: #ccc;
}
.box main {
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 10;
}
.box main .content1 {
  padding-bottom: 120px;
  width: 100%;
}
.box main .content1 img {
  display: block;
  width: 588px;
  margin: 0 auto;
  padding-top: 90px;
  font-weight: 600;
}
.box main .content1 ul {
  display: flex;
  justify-content: center;
  margin: 52px auto 0;
}
.box main .content1 ul li {
  position: relative;
  margin: 0 14px;
  background-position: 50%;
  background-size: cover;
  height: 480px;
  text-align: center;
  transition: all 0.4s ease;
  width: 240px;
  border-radius: 15px;
  overflow: hidden;
}
.box main .content1 ul li .blue {
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(360px);
  border-radius: 15px;
  transition: all 0.4s ease;
  z-index: 1;
  opacity: 0.9;
}
.box main .content1 ul li .blue p {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  opacity: 1;
  margin-top: 50px;
  z-index: 9;
  transition: all 0.4s ease;
}
.box main .content1 ul li .blue .text {
  max-height: calc(100% - 150px);
  opacity: 1;
  transition: all 0.4s ease;
  width: 220px;
  margin: 0 auto;
}
.box main .content1 ul li .blue .text p {
  margin: 100px auto;
  text-align: justify;
  font-size: 14px;
  line-height: 150%;
  opacity: 0;
  transition: all 1s ease;
  font-weight: 510;
}
.box main .content1 ul li .iconfont {
  position: absolute;
  color: #fff;
  opacity: 1;
  top: 93%;
  left: 45%;
  transition: all 0.4s ease;
  font-size: 18px;
  font-weight: 500;
  z-index: 10;
}
.box main .interval1 {
  position: absolute;
  top: 13.1%;
}
.box main .interval1 img {
  width: 300px;
}
.box main .content2 {
  padding-top: 30px;
  background-color: #f6f8fa;
  width: 100%;
}
.box main .content2 .title p {
  width: 272px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.box main .content2 ul:nth-child(2) {
  padding-top: 36px;
}
.box main .content2 ul {
  display: flex;
  justify-content: center;
  width: 1088px;
  margin: 0 auto;
}
.box main .content2 .img-box {
  display: flex;
  justify-content: space-around;
   padding: 2% 0%;
}
.box main .content2 .img-box img{
  width: 23%;
}
.box main .content2 ul li {
  padding: 40px 40px 30px;
  background-color: #fff;
  max-width: 352px;
  margin: 0 16px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 360px;
  border-radius: 15px;
  box-shadow: -10px 10px 40px 0 rgba(216, 218, 224, 0);
  transition: all 0.3s ease;
}
.box main .content2 ul li img {
  width: 100px;
}
.box main .content2 ul li h2 {
  font-size: 26px;
  font-weight: 700;
  padding: 30px 0;
  color: #333333;
}
.box main .content2 ul li p {
  color: #666666;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  height: 120px;
  width: 230px;
}
.box main .content2 ul li:hover {
  transform: translateY(-5px);
  box-shadow: -10px 10px 40px 0 rgba(216, 218, 224, 0.5);
}
.box main .content3 {
  padding-top: 120px;
  width: 100%;
  overflow: hidden;
}
.box main .content3 .title {
  padding-bottom: 110px;
  overflow: hidden;
}
.box main .content3 .title p {
  width: 272px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.box main .content3 .content3_box {
  width: 1088px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  border-radius: 15px;
}
.box main .content3 .content3_box .box_header {
  overflow: hidden;
  width: 100%;
  display: flex;
}
.box main .content3 .content3_box .box_header .header_left {
  width: 362px;
  height: 321px;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.box main .content3 .content3_box .box_header .header_left .blue {
  transform: translateY(80%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 362px;
  height: 321px;
  opacity: 0.9;
}
.box main .content3 .content3_box .box_header .header_left .blue h3 {
  opacity: 1;
  padding: 34px 30px 10px;
  line-height: 0px;
}
.box main .content3 .content3_box .box_header .header_left .blue p {
  opacity: 0;
  margin: 70px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_header .header_right {
  overflow: hidden;
}
.box main .content3 .content3_box .box_header .header_right .top {
  overflow: hidden;
  display: flex;
}
.box main .content3 .content3_box .box_header .header_right .top .top1 {
  background-position: 50%;
  background-size: cover;
  width: 362px;
  height: 160px;
  overflow: hidden;
}
.box main .content3 .content3_box .box_header .header_right .top .top1 .blue {
  opacity: 0.9;
  transform: translateY(55%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 362px;
  height: 160px;
}
.box main .content3 .content3_box .box_header .header_right .top .top1 .blue h3 {
  opacity: 1;
  padding: 30px 30px 20px;
}
.box main .content3 .content3_box .box_header .header_right .top .top1 .blue p {
  opacity: 0;
  margin: 40px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_header .header_right .top .top2 {
  background-position: 50%;
  background-size: cover;
  width: 362px;
  height: 160px;
  overflow: hidden;
}
.box main .content3 .content3_box .box_header .header_right .top .top2 .blue {
  opacity: 0.9;
  transform: translateY(55%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 362px;
  height: 160px;
}
.box main .content3 .content3_box .box_header .header_right .top .top2 .blue h3 {
  opacity: 1;
  padding: 30px 30px 20px;
}
.box main .content3 .content3_box .box_header .header_right .top .top2 .blue p {
  opacity: 0;
  margin: 40px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_header .header_right .bottom {
  background-position: 50%;
  background-size: cover;
  width: 725px;
  height: 160px;
  overflow: hidden;
  box-sizing: border-box;
}
.box main .content3 .content3_box .box_header .header_right .bottom .blue {
  opacity: 0.9;
  transform: translateY(55%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 725px;
  height: 160px;
}
.box main .content3 .content3_box .box_header .header_right .bottom .blue h3 {
  opacity: 1;
  padding: 30px 30px 20px;
}
.box main .content3 .content3_box .box_header .header_right .bottom .blue p {
  opacity: 0;
  margin: 40px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_footer {
  display: flex;
  overflow: hidden;
}
.box main .content3 .content3_box .box_footer .footer_left .left1, .box main .content3 .content3_box .box_footer .footer_left .left2 {
  background-position: 50%;
  background-size: cover;
  width: 363px;
  height: 160px;
  overflow: hidden;
}
.box main .content3 .content3_box .box_footer .footer_left .left1 .blue, .box main .content3 .content3_box .box_footer .footer_left .left2 .blue {
  opacity: 0.9;
  transform: translateY(55%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 362px;
  height: 160px;
}
.box main .content3 .content3_box .box_footer .footer_left .left1 .blue h3, .box main .content3 .content3_box .box_footer .footer_left .left2 .blue h3 {
  opacity: 1;
  padding: 30px 30px 20px;
}
.box main .content3 .content3_box .box_footer .footer_left .left1 .blue p, .box main .content3 .content3_box .box_footer .footer_left .left2 .blue p {
  opacity: 0;
  margin: 40px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_footer .footer_center {
  background-position: 50%;
  background-size: cover;
  width: 362px;
  height: 320px;
  overflow: hidden;
  box-sizing: border-box;
}
.box main .content3 .content3_box .box_footer .footer_center .blue {
  opacity: 0.9;
  transform: translateY(80%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 362px;
  height: 321px;
}
.box main .content3 .content3_box .box_footer .footer_center .blue h3 {
  opacity: 1;
  padding: 34px 30px 30px;
  line-height: 0px;
}
.box main .content3 .content3_box .box_footer .footer_center .blue p {
  opacity: 0;
  margin: 40px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_footer .footer_right {
  overflow: hidden;
}
.box main .content3 .content3_box .box_footer .footer_right .right1, .box main .content3 .content3_box .box_footer .footer_right .right2 {
  background-position: 50%;
  background-size: cover;
  width: 362px;
  height: 160px;
  overflow: hidden;
}
.box main .content3 .content3_box .box_footer .footer_right .right1 .blue, .box main .content3 .content3_box .box_footer .footer_right .right2 .blue {
  opacity: 0.9;
  transform: translateY(55%);
  transition: all 0.4s ease;
  z-index: 1;
  width: 362px;
  height: 160px;
}
.box main .content3 .content3_box .box_footer .footer_right .right1 .blue h3, .box main .content3 .content3_box .box_footer .footer_right .right2 .blue h3 {
  opacity: 1;
  padding: 30px 30px 20px;
}
.box main .content3 .content3_box .box_footer .footer_right .right1 .blue p, .box main .content3 .content3_box .box_footer .footer_right .right2 .blue p {
  opacity: 0;
  margin: 40px 30px 0;
  font-size: 14px;
  transition: all 1s ease;
  overflow: auto;
  text-align: justify;
  height: 50px;
  text-overflow: ellipsis;
}
.box main .content3 .content3_box .box_footer .footer_right .right1 .blue p::-webkit-scrollbar, .box main .content3 .content3_box .box_footer .footer_right .right2 .blue p::-webkit-scrollbar {
  width: 5px;
}
.box main .content3 .content3_box .box_footer .footer_right .right1 .blue p::-webkit-scrollbar-thumb, .box main .content3 .content3_box .box_footer .footer_right .right2 .blue p::-webkit-scrollbar-thumb {
  background-color: rgb(3, 115, 186);
  border-radius: 10px;
}
.box main .content3 .content3_box .box_footer .footer_right .right1 .blue p::-webkit-scrollbar-track, .box main .content3 .content3_box .box_footer .footer_right .right2 .blue p::-webkit-scrollbar-track {
  background-color: rgb(20, 139, 230);
}
.box main .content4 {
  width: 100%;
  padding-top: 100px;
}
.box main .content4 .title p {
  width: 272px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.box main .content4 .content4_box {
  padding-top: 100px;
  width: 1088px;
  margin: 0 auto;
  position: relative;
}
.box main .content4 .content4_box .box_left {
  position: absolute;
  left: -5%;
  top: 25.8%;
  width: 394px;
  height: 450px;
  background: repeating-linear-gradient(270deg, hsla(0, 0%, 100%, 0.88) 0 20px, hsla(0, 0%, 100%, 0.99) 50px 100px);
  border-radius: 16px;
  transition: all 0.1s ease;
  box-shadow: -10px 10px 40px 0 rgba(216, 218, 224, 0.5);
}
.box main .content4 .content4_box .box_left img {
  position: absolute;
  top: -5%;
  left: 10%;
  width: 54px;
  height: 44px;
}
.box main .content4 .content4_box .box_left P {
  padding: 22px 32px 0 40px;
  color: #666666;
  font-size: 14px;
}
.box main .content4 .content4_box .box_left P:first-child {
  padding-top: 64px;
}
.box main .content4 .content4_box .box_center {
  width: 536px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
}
.box main .content4 .content4_box .box_center img {
  object-fit: cover;
  width: 100%;
}
.box main .content4 .content4_box .box_right {
  position: absolute;
  width: 254px;
  right: 5%;
  top: 53.5%;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.1s ease;
}
.box main .content4 .content4_box .box_right img {
  width: 100%;
}
.box main .content5 {
  width: 100%;
  padding: 130px 0 100px;
  position: relative;
}
.box main .content5 .title {
  padding-bottom: 110px;
  overflow: hidden;
}
.box main .content5 .title p {
  width: 272px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.box main .content5 .content5_box {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.box main .content5 .content5_box .swiper {
  position: inherit;
  margin: 0 auto;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 51, 153, 0.08);
  overflow: hidden;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box {
  width: 100%;
  height: 390px;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .tab {
  width: 66px;
  height: 24px;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  top: 67%;
  left: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 10;
  transition: all 0.4s ease;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .text {
  transform: translateY(301px);
  background: hsla(0, 0%, 100%, 0.94);
  position: absolute;
  transition: all 0.4s ease;
  height: 170px;
  overflow: auto;
  text-align: justify;
  text-overflow: ellipsis;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .text::-webkit-scrollbar {
  width: 5px;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .text::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .text::-webkit-scrollbar-track {
  background-color: #fff;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .text h4 {
  font-size: 20px;
  padding: 24px;
  font-weight: 500;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .text_box .text p {
  font-size: 14px;
  padding: 0 24px 10px;
  color: #666;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  margin: 8px 0 0;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .people_box {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  position: absolute;
  align-items: self-start;
  top: 84%;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .people_box .left {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .people_box .left p img {
  width: 40px;
  height: 40px;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .people_box .left p:last-child {
  color: #999;
  padding-left: 20px;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .people_box .add {
  padding-right: 20px;
  color: #0C67E6;
  font-size: 14px;
  transition: all 0.4s ease;
}
.box main .content5 .content5_box .swiper .swiper-wrapper .swiper-slide .big_box .people_box .add .iconfont {
  padding-right: 10px;
  display: inline-block;
  color: #0C67E6;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 800;
}
.box main .content5 .content5_box > .swiper_left {
  width: 60px;
  height: 60px;
  position: absolute !important;
  left: -10% !important;
  top: 42%;
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  line-height: 60px;
  text-align: center;
  --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
  --swiper-navigation-color: #00ff33; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.box main .content5 .content5_box > .swiper_right {
  width: 60px;
  height: 60px;
  position: absolute !important;
  right: -10% !important;
  top: 42%;
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  line-height: 60px;
  text-align: center;
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.box main .content6 {
  width: 1088px;
  margin: 0 auto;
  padding: 0 0 120px;
}
.box main .content6 .title {
  padding-bottom: 50px;
}
.box main .content6 .title p {
  width: 272px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.box main .content6 .big {
  width: 100%;
  height: 576px;
  position: relative;
  color: #fff;
}
.box main .content6 .big .div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.box main .content6 .big .div .swiper_1, .box main .content6 .big .div .swiper_2, .box main .content6 .big .div .swiper_3, .box main .content6 .big .div .swiper_4 {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.box main .content6 .big .div .swiper_1 > .swiper_left, .box main .content6 .big .div .swiper_2 > .swiper_left, .box main .content6 .big .div .swiper_3 > .swiper_left, .box main .content6 .big .div .swiper_4 > .swiper_left {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  line-height: 60px;
  text-align: center;
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
  background: rgba(0, 0, 0, 0.12);
}
.box main .content6 .big .div .swiper_1 > .swiper_left:hover, .box main .content6 .big .div .swiper_2 > .swiper_left:hover, .box main .content6 .big .div .swiper_3 > .swiper_left:hover, .box main .content6 .big .div .swiper_4 > .swiper_left:hover {
  background: rgba(0, 0, 0, 0.32);
}
.box main .content6 .big .div .swiper_1 > .swiper_right, .box main .content6 .big .div .swiper_2 > .swiper_right, .box main .content6 .big .div .swiper_3 > .swiper_right, .box main .content6 .big .div .swiper_4 > .swiper_right {
  background: rgba(0, 0, 0, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  line-height: 60px;
  text-align: center;
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.box main .content6 .big .div .swiper_1 > .swiper_right:hover, .box main .content6 .big .div .swiper_2 > .swiper_right:hover, .box main .content6 .big .div .swiper_3 > .swiper_right:hover, .box main .content6 .big .div .swiper_4 > .swiper_right:hover {
  background: rgba(0, 0, 0, 0.32);
}
.box main .content6 .big .div .div_text {
  position: absolute;
  display: flex;
  top: 85%;
  z-index: 3;
  align-items: center;
}
.box main .content6 .big .div .div_text p:first-child {
  display: block;
  font-size: 40px;
  flex: 1;
  margin-right: 20px;
  text-align: center;
  border-right: 1px solid #fff;
}
.box main .content6 .big .div .div_text p:first-child .length {
  font-size: 30px;
  color: #ccc;
}
.box main .content6 .big .div .div_text p:last-child {
  margin-left: 20px;
  flex: 8;
}
.box main .content6 .big .dis {
  opacity: 1;
}
.box main .content6 .big img {
  width: 100%;
  height: 576px;
}
.box main .content6 ul {
  width: 100%;
  display: flex;
  color: #fff;
  border-radius: 0 0 15px 15px;
}
.box main .content6 ul li {
  flex: 1;
  width: 270px;
  height: 64px;
  background-color: #333333;
  cursor: pointer;
  text-align: center;
  line-height: 64px;
}
.box main .content6 ul li:last-child {
  border-radius: 0 0 15px 0;
}
.box main .content6 ul li:first-child {
  border-radius: 0 0 0 15px;
}
.box main .content6 ul li:hover {
  background-color: #1677FF !important;
}
.box main .content6 ul .act {
  background-color: #1677FF !important;
}
.box main .content6 .tips {
  text-align: right;
  padding: 16px 0;
}
.box main .content6 .tips span {
  color: #0C67E6;
}
.box footer {
  width: 100%;
  background-color: rgb(28, 37, 51);
  color: #fff;
  padding: 50px 0 0;
}
.box footer ul {
  width: 1288px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-bottom: 50px;
}
.box footer ul li {
  width: 243px;
}
.box footer ul li h4 {
  line-height: 40px;
}
.box footer ul li p {
  line-height: 40px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.box footer ul li:last-child h4 {
  padding-bottom: 10px;
}
.box footer ul li:last-child .iconfont {
  font-size: 35px;
  margin-left: 10px;
}
.box footer > div {
  text-align: center;
  font-size: 12px;
  height: 100px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes go {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (max-width: 1000px) {
  .nav > ul {
    margin-left: 2% !important;
  }
  .content > img {
    width: 400px !important;
  }
}
@media (max-width: 800px) {
  .nav > ul {
    margin-left: -8% !important;
  }
}

/*# sourceMappingURL=index.css.map */
