* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Microsoft YaHei, serif, sans-serif;
  zoom: 0.9;
}

a {
  text-decoration: none;
}

body {
  background: #12162f;
  color: #fff;
}

.container {
  margin: 0 auto;
  width: 1140px;
}

.scroll {
  overflow-x: scroll;
  cursor: move;
  display: flex;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
}

.scroll:nth-of-type(2) {
  margin-top: 16px;
}

.scroll .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  user-select: none;
  -webkit-user-drag: none;
}

.scroll::-webkit-scrollbar {
  height: 10px;
  display: unset;
  opacity: 0;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}

.scroll::-webkit-scrollbar-thumb {
  background: rgba(238, 238, 238, 0.1);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(238, 238, 238, 0.2);
}

.scroll img {
  margin-right: 16px;
  user-select: none;
  -webkit-user-drag: none;
}

.scroll img:last-child {
  margin-right: 0;
}

#scroll-number {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 75%;
  user-select: none;
  font-size: 0;
}

#scroll-number span {
  display: inline-flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
}

#scroll-number i,
#scroll-number em {
  font-style: normal;
  background: linear-gradient(180deg, #FFFFEE 0%, #FFFB8F 32.5439453125%, #FFE12A 65.52734375%, #EE7412 98.7548828125%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

#scroll-number i::before,
#scroll-number em::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  text-shadow: 2px 2px 2px #EE7412;
}

h2.title {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffb31b;
  display: flex;
  margin-bottom: 0.8em;
  line-height: 55px;
}

h2.title > img {
  height: 55px;
  margin: 0 10px;
}

h2.title::before {
  content: "";
  display: inline-block;
  width: 8px;
  background-color: #ffb31b;
  margin-right: 6px;
}

.login {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.login > a {
  margin-left: 20px;
}

.login > a img {
  width: 45px;
}

.logo {
  height: 60px;
}

.banner {
  margin-top: 40px;
  margin-bottom: 40px;
}

.banner img {
  width: 100%;
  border-radius: 20px;
}

.banner .indicator {
  bottom: 0 !important;
}

.banner .indicator > span {
  width: 20px;
  height: 20px;
  background: #536085;
  opacity: 0.4;
  border-radius: 10px;
  margin-right: 35px !important;
}

.banner .indicator > span:last-child {
  margin-right: 0;
}

.banner .indicator > .swiper-pagination-bullet-active {
  width: 112px;
  opacity: 1;
}

.sector1 {
  display: flex;
  margin-top: 10px;
}

.sector1 .left {
  margin-right: 40px;
  flex: 1.3;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.sector1 .left img {
  width: 100%;
}

.sector1 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sector1 .right .title {
  line-height: unset;
}

.sector1 .cards {
  flex: 1;
  display: block;
}

.sector1 .cards section {
  display: flex;
  height: calc(50% - 6px);
  width: 100%;
  margin-bottom: 12px;
}

.sector1 .cards section:last-child {
  margin-bottom: 0;
}

.sector1 .cards .item {
  width: calc(40% - 16px);
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
}

.sector1 .cards .item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: gray;*/
}

.sector1 .cards .item > .bottom {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 45%;
  bottom: 0;
  background-size: cover;
}

.sector1 .cards .item > .bottom span {
  position: absolute;
  bottom: 10px;
  display: block;
  text-align: center;
}

.sector1 .cards .item:nth-child(1n) > .bottom {
  /*background-image: url("../imgs/yellow.png");*/
}

.sector1 .cards .item:nth-child(2n) > .bottom {
  /*background-image: url("../imgs/red.png");*/
}

.sector1 .cards .item:nth-child(3n) > .bottom {
  /*background-image: url("../imgs/purple.png");*/
}

.sector1 .cards .item:nth-child(4n) > .bottom {
  /*background-image: url("../imgs/blue.png");*/
}

.sector2 {
  margin-top: 60px;
}

.sector3 {
  /*background-image: url("../imgs/bg.png");*/
  /*background-size: auto;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center top;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1350px;
  min-height: 1000px;
}

.sector3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sector3 > div {
  flex: 1;
}

.sector3 .text {
  max-width: 450px;
  min-width: 400px;
  margin-top: -80px;
}

.sector3 .text p {
  font-size: 18px;
  word-break: break-all;
  line-height: 1.5;
  margin-bottom: 0;
}

.sector3 .download {
  margin-top: -80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sector3 .download > p {
  margin: 24px 0 36px -200px;
}

.sector3 .download .qrcode {
  margin-left: -200px;
  height: 180px;
  width: 180px;
}

.sector3 .download .icons {
  margin-left: -200px;
  display: flex;
}

.sector3 .download .icons > div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-left: 24px;
  font-size: 14px;
}

.sector3 .download .icons > div img {
  height: 42px;
  margin-bottom: 3px;
}

.sector3 .download .icons > div h2 {
  line-height: 42px;
  margin-bottom: 3px;
}

.sector3 .download a {
  color: #ffffff;
}

.sector4 {
  margin-top: -60px;
}

.sector4 h2.title:before {
  background-color: #ffffff;
  margin-right: 14px;
}

.sector4 h2.title {
  color: #ffffff;
  line-height: 40px;
}

.sector4 h2.title .more {
  margin-left: auto;
}

.sector4 h2.title .more img {
  height: 30px;
  vertical-align: middle;
  margin: 0 10px;
}

.sector4 .cards {
  display: flex;
}

.sector4 .cards > div {
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
  margin-right: 12px;
  background: linear-gradient(160deg, #001d69, #00277c, #457dfc, #00166a, #00166a, #021054);
}

.sector4 .cards > div:last-child {
  margin-right: 0;
}

.sector4 .cards > div > img {
  height: 280px;
  display: block;
}

.sector4 .cards > div .name {
  text-align: center;
  height: 120px;
  background-color: #556083;
  line-height: 25px;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector4 .cards > div .name img {
  position: absolute;
  top: -39px;
  width: 150px;
  height: 39px;
  display: block;
}

.sector4 .cards2 {
  display: flex;
  margin-top: 80px;
}

.sector4 .cards2 > div {
  border-radius: 6px;
  overflow: hidden;
  background-color: #556083;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12px;
}

.sector4 .cards2 > div:last-child {
  margin-right: 0;
}

.sector4 .cards2 > div img {
  height: 100px;
  margin: 10px auto 16px;
}

.sector4 .cards2 > div p {
  font-size: 14px;
  padding: 12px;
  text-align: center;
  /*height: 50px;*/
}

.sector4 .cards2 > div h3 {
  text-align: center;
}

.sector5 {
  margin-top: 100px;
  background-color: #1f283f;
  min-height: 200px;
  padding-top: 30px;
}

.sector5 .container > img {
  display: block;
  margin: 0 auto 70px;
  width: 920px;
}

.sector5 h3.title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.sector5 .cards {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sector5 .cards > div:last-child {
  margin-right: 0;
}

.sector5 .cards > div {
  flex: 1;
  margin-right: 12px;
}

.sector5 .cards > div > img {
  width: 100%;
}

.sector5 .cards > div >p{
    margin-top:-50px;
    text-align:center
}

.sector5 .concat {
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0 16px;
}

.sector5 .concat h2 {
  margin-bottom: 20px
}

.sector5 .concat > div {
  flex: 1;
}

.sector5 .concat img {
  height: 40px;
}

.sector5 .copyright {
  text-align: center;
  font-size: 16px;
  margin-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.sector5 .concat .icons {
  display: flex;
}

.sector5 .concat .icons a {
  margin-right: 15px;
}

.sector5 .concat .icons a:last-child {
  margin-right: 0;
}

.qualification {
  display: flex;
  padding: 0 16px;
}

.qualification > div {
  flex: 1;
}

.qualification h2 {
  margin-bottom: 20px;
}

.qualification img {
  height: 40px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#auto-scroll {
  overflow: scroll;
}

#contact {
  position: fixed;
  right: 5px;
  top: 30%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#contact img{
  width: 70px;
}

.sector6 {
  margin-top: 30px;
  border-radius: 6px;
  background-color: #556083;
  padding: 16px;
}
.addMore{
    width: 100%;
    text-align: right;
    color: #ffb31b;
}

.registration {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.registration .button {
  /*width: 130px;*/
  height: 40px;
  background: #384E9E;
  border-radius: 21px;
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

.registration .button:last-child {
  margin-right: 0;
}

.registration .button img {
  margin-right: 5px;
  height: 20px;
}

.registration >a{
    color:white;
    margin-left: 20px;
}

.registration > a:hover{
    color: white;
}

.artical{
    width: 30%;
}

.activityNum{
    background-image: url(../imgs/cxslot1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    width: 44%;
    display: block;
    text-align: center;
    color: #FFB31B;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: bold;
}

 @keyframes shansuo {
            0% {
                color: #fff
            }
            100% {
                color: #ffb31b
            }
        }

.shansuo {
            /*margin: 30px 0 30px 0;*/
            animation: shansuo 0.8s infinite;
            transition: all 0.4s;
        }
