<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.bt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

h2.bt span {
  font-size: 14px;
  display: block;
  opacity: .33;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h2.bt img {
  display: block;
  margin: 12px auto 0;
  max-width: 6%;
}

* {
  box-sizing: border-box;
}

#section1 {
  position: relative;
}

#section1 .go {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

#section2 {
  background: url("../images/c1.png") no-repeat;
  padding: 0px 4% 0;
  background-size: cover;
}

#section2 .list2 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#section2 .list2 li {
  width: 44%;
  margin: 0 2% 4%;
  border-radius: 10px;
  border: 1px solid #fff;
  line-height: 32px;
}

#section2 .list2 li a {
  font-size: 14px;
  color: #999999;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#section2 .list2 li.on {
  background: #ffac53;
  border-color: #ffac53;
}

#section2 .list2 li.on a {
  color: #fff;
}

#section2 .content {
  padding: 0 20px;
}

#section2 .content .list3 {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
}

#section2 .content .list3 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
  cursor: pointer;
  font-size: 0;
  border: none;
  outline: none;
  width: 8.5px;
  height: 24.5px;
}

#section2 .content .list3 .slick-arrow.slick-prev {
  left: 0px;
  background: url("../images/zb.png") center 0 no-repeat;
  background-size: 100% auto;
}

#section2 .content .list3 .slick-arrow.slick-next {
  right: 0px;
  background: url("../images/yb.png") center 0 no-repeat;
  background-size: 100% auto;
}

#section2 .content .list3 li {
  float: left;
}

#section2 .content .list3 li .img{
  text-align: center;
}

#section2 .content .list3 li .img img {
  width: 90%;
}

#section2 .content .list3.on {
  opacity: 1;
  height: auto;
}

#section3 {
  background: url("../images/c2.png") no-repeat;
  background-size: cover;
  padding: 30px 6% 0;
}

#section3 .img {
  margin-top: 20px;
}

#section3 .img img {
  width: 100%;
}

#section3 .content {
  color: #e0e0e0;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}

#section3 a.ck {
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #f2a03a;
  line-height: 30px;
  width: 120px;
}

#section4 {
  background: url("../images/c3.png") no-repeat;
  background-size: cover;
  padding: 30px 10% 0;
}

#section4 .img1 {
  max-width: 60%;
  margin: 0 auto 30px;
}

#section4 .img1 img {
  width: 100%;
}

#section4 .list2 li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#section4 .list2 li .img {
  width: 22%;
  display: flex;
  align-items: center;
}

#section4 .list2 li .img img {
  width: 100%;
}

#section4 .list2 li .zi {
  width: 70%;
  display: flex;
  align-items: center;
}

#section4 .list2 li .zi h3 {
  color: #fff;
  font-size: 14px;
}

#section4 .list2 li .zi dd {
  margin-left: 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-top: 4px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#section5 {
  background: url("../images/c4.png") no-repeat;
  background-size: cover;
  padding: 0px 4% 0;
}

#section5 .content {
  margin-top: 20px;
}

#section5 .content .list2 {
  position: relative;
}

#section5 .content .list2 .slick-dots {
  margin-top: 20px;
  text-align: center;
}

#section5 .content .list2 .slick-dots li {
  display: inline-block;
  border: 1px solid #f2a03a;
  width: 12px;
  height: 12px;
  background: #363636;
  margin: 0 5px;
  border-radius: 100%;
}

#section5 .content .list2 .slick-dots li.slick-active {
  background: #f2a03a;
}

#section5 .content .list2 .slick-dots li button {
  visibility: hidden;
}

#section5 .content .list2 li .img img {
  width: 100%;
}

#section5 .content .list2 li h3 {
  margin-top: 14px;
  color: #d8d8d8;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#section5 .content .list2 li dd {
  margin-left: 0;
  margin-top: 10px;
  color: #aaaaaa;
  line-height: 18px;
  font-size: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#section6 {
  background: url("../images/c5.png") no-repeat;
  background-size: cover;
  padding: 0px 4% 0;
}

#section6 .content {
  margin-top: 20px;
}

#section6 .content .list2 li {
  border-bottom: 1px dashed #aaaaaa;
  padding: 10px 0;
}

#section6 .content .list2 li:last-child {
  border-bottom: none;
}

#section6 .content .list2 li .time {
  color: #a8acb9;
  font-size: 12px;
}

#section6 .content .list2 li h3 {
  color: #d9d9da;
  font-size: 14px;
  line-height: 34px;
}

#section6 .content .list2 li dd {
  margin-left: 0;
  color: #7e7e80;
  line-height: 18px;
  font-size: 12px;
}

#section6 .content a.ck {
  text-align: center;
  display: block;
  margin: 20px auto 0;
  font-size: 14px;
  color: #f2a03a;
  text-transform: uppercase;
}

#section6 .content a.ck img {
  vertical-align: bottom;
}

#section7 {
  background: #171717;
  background-size: cover;
  padding: 33px 4% 0;
}

.xymob-menu1 {
  background: #171717;
}

.xymob-menu1 .list2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.xymob-menu1 .list2 li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.xymob-menu1 .list2 li .img {
  width: 10%;
  display: flex;
  align-items: center;
}

.xymob-menu1 .list2 li .img img {
  max-width: 100%;
}

.xymob-menu1 .list2 li .zi {
  width: 80%;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}</pre></body></html>