@charset "utf-8";

html {
  background-color: #fff;
  color: #333;
  font-size: 12px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: tahoma, arial, "Hiragino Sans GB", PingFang SC, "Microsoft YaHei", simsun, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left
}

caption,
th {
  text-align: inherit
}

ul,
ol,
menu {
  list-style: none
}

fieldset,
img {
  border: 0
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020"
}

textarea {
  overflow: auto;
  resize: vertical
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

mark {
  background-color: transparent
}

a,
ins,
s,
u,
del {
  text-decoration: none
}

sup,
sub {
  vertical-align: baseline
}

html {
  overflow-x: hidden;
  font-size: 50px;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch
}

body {
  font-family: Arial, PingFang SC, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  position: relative;
  font-size: .28em;
  line-height: 1;
  -webkit-text-size-adjust: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

hr {
  height: 2px;
  margin: .1rem 0;
  border: medium none;
  border-top: .02rem solid #cacaca
}

a {
  text-decoration: none
}

.clear:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '.'
}

@-webkit-keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  color: rgba(200, 200, 200, 0.8);
  background: #fff;
  text-align: center;
  z-index: 10;
  box-sizing: border-box
}

.loading .con {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.loading .con p {
  margin-top: .1rem;
  font-size: .28rem
}

.loading .loader-box {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: .2em solid transparent;
  border-top-color: currentcolor;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
  animation: 1s loader-05 linear infinite;
  position: relative
}

.loading .loader-box:before {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -.2em;
  left: -.2em;
  border: .2em solid currentcolor;
  border-radius: 50%;
  opacity: .5
}

.list {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.list .header_img {
  width: 100%;
  display: block
}

.list .list_title {
  margin: .4rem .32rem 0;
  font-size: 0.24rem;
  color: #333;
  padding-left: .2rem;
  border-left: .04rem solid #FA5A00
}

.list .topic_list {
  padding: 0 .32rem
}

.list li {
  padding: .24rem 0 .32rem;
  border-bottom: 1px solid #e8e8e8
}

.list li:last-of-type {
  border-bottom: 0
}

.list .topic_list .title {
  color: #333;
  font-size: .32rem;
  line-height: .48rem
}

.list .topic_list .on .title {
  font-weight: bold
}

.list .topic_list .time {
  color: #999;
  font-size: .24rem;
  margin-top: .16rem
}

.list .topic_list .sumarry {
  line-height: .48rem;
  font-size: .28rem;
  color: #333;
  margin-top: .20rem
}

.list .topic_list .btn {
  margin-top: .4rem;
  margin-bottom: .16rem
}

.list .topic_list .btn .up_slide {
  color: #FA5A00;
  font-size: .28rem;
  float: left;
  position: relative;
  padding-right: .35rem
}

.list .topic_list .btn .up_slide i {
  position: absolute;
  width: .19rem;
  height: .12rem;
  background-image: url('../img/up_icon.png');
  background-size: 100% 100%;
  top: .07rem;
  right: 0
}

.list .topic_list .btn .share {
  font-size: .24rem;
  color: #999;
  float: right;
  position: relative;
  padding-right: .8rem
}

.list .topic_list .btn .share a {
  position: absolute;
  width: .68rem;
  height: .68rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  top: -.22rem;
  right: 0
}

.list .topic_list .btn .share a:before {
  content: '';
  position: absolute;
  width: .36rem;
  height: .32rem;
  background-image: url('../img/wechat.png');
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.list .topic_list .info {
  display: none
}

.list .newInfo_over {
  font-size: 0.28rem;
  padding: 0 0 .32rem;
  text-align: center;
  color: #ccc
}

.detail_body {
  height: 100%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(0%, #FA5A00), color-stop(100%, #ffa337));
  background: -webkit-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: -moz-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: -ms-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: -o-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: linear-gradient(to top, #FA5A00 0%, #ffa337 100%)
}

.detail_body2 {
  height: 100%;
  background: #000000
}

.detail .img1 {
  background: #FA5A00;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(0%, #FA5A00), color-stop(100%, #ffa337));
  background: -webkit-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: -moz-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: -ms-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: -o-linear-gradient(top, #FA5A00 0%, #ffa337 100%);
  background: linear-gradient(to top, #FA5A00 0%, #ffa337 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 32px;
  width: 750px;
}

.detail .img1 .img_bg {
  width: 100%;
  height: 100%;
  background-image: url('../img/detail_bg1.png'), url('../img/detail_bg2.png');
  background-size: 100% auto, 139px 452px;
  background-position: top left, bottom right;
  background-repeat: no-repeat
}

.detail .img1 .title {
  padding-top: 72px;
  text-align: center;
  color: #fff
}

.detail .img1 .title .p1 {
  font-size: 36px;
  font-weight: 600
}

.detail .img1 .title .p2 {
  font-size: 24px;
  margin-top: 24px;
}

.detail .img1 .content {
  position: relative;
  padding: 90px 48px;
  min-height: 960px;
  background-color: #fff;
  margin: 30px 40px 0;
  color: #333;
  -webkit-box-shadow: 6px 0 20px rgba(0, 0, 0, .1);
  box-shadow: 6px 0 20px rgba(0, 0, 0, .1);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.detail .img1 .content .p1 {
  font-size: 44px;
  line-height: 64px;
  margin: 10px 0;
  font-weight: 600
}

.detail .img1 .content .p2 {
  font-size: 32px;
  line-height: 54px;
  margin: 40px 0 -11px;
}

.detail .img1 .content img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}

.detail .img1 .content:before {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  background-image: url('../img/cirle_ico1.png');
  background-size: 100%;
  top: -34px;
  right: 36px;
}

.detail .img1 .content:after {
  content: '';
  position: absolute;
  width: 113px;
  height: 115px;
  background-image: url('../img/cirle_ico2.png');
  background-size: 100%;
  bottom: 20px;
  left: -46px;
}

.detail .img1 .tip {
  padding: 24px 32px;
  margin: 10px 40px 0;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 6px 0 20px rgba(0, 0, 0, .1);
  box-shadow: 6px 0 20px rgba(0, 0, 0, .1);
  border-radius: 20px;
  display: flex
}

.detail .img1 .tip .tip1 {
  flex: auto;
  color: #FA5A00;
  padding-top: 14px;
}

.detail .img1 .tip .tip1 .p1 {
  font-size: 30px;
}

.detail .img1 .tip .tip1 .p2 {
  font-size: 24px;
  margin-top: 16px;
}

.detail .img1 .tip .tip2 {
  flex: 0 0 120px;
  color: #999;
  font-size: 24px;
  line-height: 34px;
  padding-top: 14px;
}

.detail .img1 .tip .ewm {
  flex: 0 0 100px;
  height: 100px;
}

.detail .img1 .tip .ewm img {
  width: 100%;
  height: 100%
}

.detail #showImg {
  width: 100%;
  display: block
}

.detail .hideImg {
  height:0;
  overflow: hidden;
}

.detail .img2 {
  background: #000000;
  width: 750px;
}

.detail .img2 .img_bg {
  width: 100%;
  height: 100%;
  background-image: url('../img/vb-bg-icon.png');
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat
}

.detail .img2 .title {
  padding: 68px 60px 0;
  color: #fff
}

.detail .img2 .title .p1 {
  font-size: 36px;
  font-weight: 600;
  color: #e3bf9a
}

.detail .img2 .title .p2 {
  font-size: 24px;
  margin-top: 24px;
  color: #da9d75
}

.detail .img2 .content {
  position: relative;
  padding: 60px;
  min-height: 960px;
  color: #fef3e9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.detail .img2 .content .p1 {
  font-size: 44px;
  line-height: 64px;
  margin: -10px 0;
  font-weight: 700
}

.detail .img2 .content .p2 {
  font-size: 32px;
  line-height: 54px;
  margin: 40px 0 -11px;
  text-align: justify;
}

.detail .img2 .content img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}

.detail .img2 .tip {
  color: #333;
  display: flex;
  align-items: center;
  margin: 0 60px;
  padding: 40px 0 60px 0;
  background-image: url('../img/vb-line.png');
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat
}

.detail .img2 .tip .tip1 {
  flex: auto;
  color: #e3bf9a
}

.detail .img2 .tip .tip1 .p1 {
  font-size: 30px;
}

.detail .img2 .tip .tip1 .p2 {
  font-size: 24px;
  margin-top: 16px;
}

.detail .img2 .tip .tip2 {
  flex: 0 0 120px;
  font-size: 24px;
  line-height: 34px;
  color: #e3bf9a
}

.detail .img2 .tip .ewm {
  flex: 0 0 100px;
  height: 100px;
}

.detail .img2 .tip .ewm img {
  width: 100%;
  height: 100%
}

.detail_body3 {
  background: #fff
}

.detail_body3 .detail .img2 .title {
  padding-top: 80px;
}

.detail_body3 .detail .img2 {
  background: #fff;
  width: 750px;
}

#img {
  width: 750px;
}

.detail_body3 .detail .img2 .img_bg {
  background-image: url('../img/bg-3.png');
  background-size: 100% 100%;
  border-bottom: 196px solid #fff;
  position: relative
}

.logo-icon,
.v2024-font1,
.title-2025,
.font-2025,
.v2024-font2 {
  width: 0;
  height: 0;
  display: none;
}

.detail_body3 .detail .img2 .img_bg .logo-icon {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 160px;
  height: 120px;
  display: block;
}

.detail_body3 .detail .img2 .title .p1 {
  color: #FFFFFF
}

.detail_body3 .detail .img2 .title .p2 {
  color: #FFFFFF
}

.detail_body3 .detail .img2 .tip {
  background: #fff;
  margin: 0;
  padding: 48px 60px;
  position: absolute;
  bottom: -196px;
  width: 100%;
  box-sizing: border-box
}

.detail_body3 .detail .img2 .tip .tip1 {
  color: #1D2088
}

.detail_body3 .detail .img2 .tip .tip2 {
  color: #1D2088
}

/* 4 */
.detail_body4 {
  background: #092656;
}

.detail_body4 #img {
  width: 856px;
}

.detail_body4 .detail .img2 .title {
  padding-top: 80px;
}

.detail_body4 .detail .img2 {
  background: #fff;
  width: 856px;
}

.detail_body4 .detail .img2 .img_bg {
  background-image: url('../img/bg-4.png');
  background-size: 100% 100%;
  border-bottom: 174px solid #fff;
  position: relative
}

.detail_body4 .detail .img2 .img_bg .v2024-font1 {
  position: absolute;
  right: 60px;
  top: 80px;
  width: 208px;
  height: 141px;
  display: block;
}

.detail_body4 .detail .img2 .v2024-font2 {
  width: 445px;
  height: 53px;
  display: block;
  margin-top: 18px;
}

.detail_body4 .detail .img2 .title .p1 {
  color: #FFFFFF;
  font-size: 34px;
}

.detail_body4 .detail .img2 .title .p2 {
  font-size: 24px;
  color: #FFFFFF;
}

.detail_body4 .detail .img2 .content {
  color: #fff;
}

.detail_body4 .detail .img2 .content .p1 {
  font-size: 40px;
  line-height: 62px;
}

.detail_body4 .detail .img2 .content .p2 {
  font-size: 32px;
  line-height: 54px;
}

.detail_body4 .detail .img2 .tip,
.download-app {
  display: none;
  width: 0;
  height: 0;
}

.detail_body4 .detail .img2 .download-app {
  display: flex;
  width: 100%;
  height: 174px;
  position: absolute;
  bottom: -174px;
  z-index: 2;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.detail_body4 .detail .img2 .download-app .lt {
  border-left: 10px solid #FA5A00;
  padding-left: 22px;
}

.detail_body4 .detail .img2 .download-app .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.detail_body4 .detail .img2 .download-app .p2 {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail_body4 .detail .img2 .download-app .p2 .spa1 {
  font-weight: bold;
  font-size: 36px;
  color: rgb(255, 134, 36);
  line-height: 1;
  position: relative;
}

.download-app .p2 .spa1::after {
  position: absolute;
  content: '';
  width: 150px;
  height: 10px;
  background-color: rgb(255, 134, 36, .1);
  right: 18px;
  bottom: -5px;
}

.detail_body4 .detail .img2 .download-app .p2 .spa2 {
  font-size: 20px;
  color: #FA5A00;
  line-height: 1;
}

.detail_body4 .detail .img2 .download-app img {
  width: 120px;
  height: 120px;
}


/* 2025 */
.detail_body2025 {
  background: #192c77;
}

.detail_body2025 #img {
  width: 856px;
}

.detail_body2025 .detail .img2 .title {
  padding-top: 60px;
}

.detail_body2025 .detail .img2 {
  background: #fff;
  width: 856px;
}

.detail_body2025 .detail .img2 .img_bg {
  background-image: url('../img/bg-2025.png');
  background-size: 100% 100%;
  background-position: bottom center;
  border-bottom: 174px solid #fff;
  position: relative;
}

.detail_body2025 .detail .img2 .img_bg .title-2025 {
  position: absolute;
  right: 60px;
  top: 60px;
  width: auto;
  height: 183px;
  display: block;
}

.detail_body2025 .detail .img2 .font-2025 {
  width: 245px;
  height: 76px;
  display: block;
  margin-top: 25px;
}

.detail_body2025 .detail .img2 .title .p1 {
  color: #FFFFFF;
  font-size: 34px;
}

.detail_body2025 .detail .img2 .title .p2 {
  font-size: 24px;
  color: #FFFFFF;
}

.detail_body2025 .detail .img2 .content {
  color: #fff;
}

.detail_body2025 .detail .img2 .content .p1 {
  font-size: 40px;
  line-height: 62px;
}

.detail_body2025 .detail .img2 .content .p2 {
  font-size: 32px;
  line-height: 54px;
}

.detail_body2025 .detail .img2 .tip,
.download-app {
  display: none;
  width: 0;
  height: 0;
}

.detail_body2025 .detail .img2 .download-app {
  display: flex;
  width: 100%;
  height: 174px;
  position: absolute;
  bottom: -174px;
  z-index: 2;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.detail_body2025 .detail .img2 .download-app .lt {
  border-left: 10px solid #FA5A00;
  padding-left: 22px;
  flex: auto;
}

.detail_body2025 .detail .img2 .download-app .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.detail_body2025 .detail .img2 .download-app .p2 {
  margin-top: 22px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail_body2025 .detail .img2 .download-app .p2 .spa1 {
  font-weight: bold;
  font-size: 36px;
  color: rgb(255, 134, 36);
  line-height: 1;
  position: relative;
}

.download-app .p2 .spa1::after {
  position: absolute;
  content: '';
  width: 150px;
  height: 10px;
  background-color: rgb(255, 134, 36, .1);
  right: 18px;
  bottom: -5px;
}

.detail_body2025 .detail .img2 .download-app .p2 .spa2 {
  font-size: 20px;
  color: #FA5A00;
  line-height: 1;
}

.detail_body2025 .detail .img2 .download-app img {
  width: 120px;
  height: 120px;
}
