* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

html {
  font-size: 12px;
  font-family: "å¾®è½¯é›…é»‘";
  background: #0b1127;
}

.container {
  margin: 0 20px;
  align-content: center;
}

.header {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  background-color: #0f1833;
  border-bottom: 2px solid #2d5391;
  padding-bottom: 10px;
}

.header .logo {
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 300 / 70;
  display: block;
  margin-top: 20px;
}
.header .kefu img {
  width: 295px;
  height: 52px;
  background-size: contain;
  height: auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .header .logo {
    background-size: contain;
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 300 / 70;
    display: block;
    margin-top: 20px;
    margin-left: 260px;
  }

  .header .kefu img {
    width: 60%;
    background-size: contain;
    height: auto;
    display: block;
    margin-top: 13px;
    padding-right: 535px;
  }
}

@media screen and (min-width: 1620px) {
  .header .logo {
    background-size: contain;
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 300 / 70;
    display: block;
    margin-top: 13px;
    margin-left: 285px;
  }

  .header .kefu img {
    width: 52%;
    background-size: contain;
    height: auto;
    display: block;
    margin-top: 13px;
    padding-right: 290px;
  }
}
.swiper-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 60%;   
  margin: 0 auto;  
  display: block;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #fff100;
}

.noticebox {
  background: #1a4498;
  border-bottom: 1px solid #765b2f;
  color: #fff;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  font-size: 17px;
  margin: 0 auto 20px;   
  max-width: 1015px;     
  box-sizing: border-box;
}

.noticebox img {
  width: 100px;
  margin-right: 10px;
}

.main-1 {
  justify-content: center;
  margin: auto;
  padding: auto;
  width: 60%;
  margin-bottom: 6px;
  margin-top: 30px;
  display: flex;
  border: 2px solid #2d5391;
}
.main-2 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
  padding: auto;
}

.tit {
  width: 20%;
  display: block;
  margin-left: 3rem;
  padding-bottom: 10px;
}

.con0 {
  overflow: hidden;
  position: relative;
  padding: 40px 0 20px ;
}
.con0 .content {
  margin: 0 10px 16px 0;
  display: flex;
  overflow: hidden;
}
.con0 .kuang {
  position: absolute;
  right: 12px;
  top: 0;
  transform: rotate(-180deg);
  padding: 10px 0;
  margin-top: 20px;
}

#content {
  width: 90%;
  margin: auto;
  padding: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
}
.testing {
  line-height: 1;
  width: 60%;
  padding-right: 50px;
  margin-right: 15px;
  padding-left: 10px;
}

.testing:after {
  clear: both;
}

.testing .hd {
  height: 0.92rem;
  line-height: 0.92rem;
}

.testing .hd ul li {
  width: 50%;
  margin-left: 5%;
  color: #2ca5f9;
  border: 1px solid #32427e;
}
.testing .bd li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.testing .bd li .link {
  position: relative;
  color: #fff;
  border: 1px solid #32427e;
  display: flex;
  flex: 3;
  align-items: center;
  background: #0a0704;
}
.testing .bd li .link .ms {
  color: #2ca5f9;
}

.testing .hd ul li.kefu {
  width: 50%;
  float: right;
}

.testing .hd ul li.kefu i {
  display: inline-block;
}

.testing .hd ul li a {
  color: #fff;
  font-size: 0.31rem;
  display: block;
}

.testing .bd {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.2rem;
  padding-bottom: 0rem;
  color: #f2d405;
}

.testing .bd ul {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.testing .bd li {
  zoom: 1;
  margin: 3px 0;
}

.testing .bd .ms {
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.06rem;
  margin-right: 0.19rem;
  color: #2ca5f9;
  height: 100%;
  padding: 1rem;
  border-right: 1px solid #32427e;
}

.testing .bd .url {
  width: 80%;
  display: block;
  font-size: 2rem;
  text-align: left;
  border-radius: 0.06rem;
  color: #eeeeee;
  text-align: center;
  padding-right: 0.3rem;
}

.testing .bd .url a {
  color: #fff;
  font-size: 1.5rem;
}

.testing .bd .btn-open {
  font-size: 0.26rem;
  display: block;
  text-align: center;
  border: 0;
  border-radius: 0.06rem;
  width: 1.8rem;
}

.testing .bd .btn-open a {
  display: block;
  margin-right: 10px;
}

.testing .bd .btn-open img {
  width: 100px;
  height: 40px;
  position: relative;
  margin: 0 15px;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  column-gap: 20px;
  justify-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background: transparent;
  color: #3ba9ff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #3ba9ff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.outline-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.outline-btn:hover {
  background: #3ba9ff;
  color: #fff;
}

.quicklink {
  margin-left: 45px;
  display: flex;
}

.quicklink ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0; 
  padding: 0; 
  margin: 0;  
  list-style: none;
  border: 1px solid #32427e; 
}

.quicklink li {
  background-color: rgba(17, 17, 17, 0.7); 
  border: 1px dashed #32427e;  
  padding: 22px 25px 0 25px;
  text-align: center;
  box-sizing: border-box; 
}

.quicklink li a {
  text-decoration: none;
  color: white;
  display: block;
}

.quicklink p {
  margin: 10px 0;
  font-weight: bold;
}

.quicklink ul li a span {
  display: block;
  width: 42px;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.quicklink ul li a i {
  width: 42px;
  height: 48px;
  display: block;
  margin: 0 auto;
}

.quicklink ul li a i.i2 {
  background: url(../images/i2.png) no-repeat;
}

.quicklink ul li a i.i3 {
  background: url(../images/fb.png) no-repeat;
}

.quicklink ul li a i.i4 {
  background: url(../images/i4.png) no-repeat;
}

.quicklink ul li a i.i5 {
  background: url(../images/tg.png) no-repeat;
}

.quicklink ul li:hover span {
  background-position: bottom center;
}

.quicklink ul li:hover a {
  color: #ffdc5f;
}

.quicklink ul li:hover a em {
  color: #ffdc5f;
}


.copy {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 80px;
}
