/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

.clearfix {
  clear: both;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.pullL {
  float: left;
}

.pullR {
  float: right;
}

.content100 {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background: linear-gradient(180deg, #d00008, rgba(244, 0, 25, 0))
}

header .container {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center
}

header .container .logo {
  display: flex;
  height: 60px;
  margin-right: 35px;
  margin-left: 35px;
  align-items: center;
  flex: none
}

header .container .logo img {
  height: 100%
}

header .container nav {
  display: flex;
  height: 100%;
  align-items: center;
  flex: none;
  justify-content: flex-start
}

header .container nav .link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 104px;
  width: auto;
  height: 104px;
  padding: 0 35px;
  cursor: pointer;
  color: #fff;
  flex: none
}

header .container .signup {
  font-size: 16px;
  width: 149px;
  height: 52px;
  color: #233a7c;
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 2px 15px 0 #b5dcff;
  text-shadow: 0 1px 3px hsla(0, 0%, 100%, .97);
  flex: none;
  cursor: pointer
}

.banner {
  background: url(../images/banner.jpg) no-repeat top center;
  height: 578px;
}

.play img{
  margin: 46px auto 0;
}


.judge_box {
  width: 1200px;
  height: 662px;
  margin: 0 auto;
  position: relative;
}

.judge_box .arrow {
  position: absolute;
  left: 0;
  top: 310px;
  width: 56px;
  height: auto;
  cursor: pointer;
}

.judge_box .arrow_right {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.overBox {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}



.judge_swiper {
  width: 100%;
  height: 100%;
}

.judge_swiper .flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.judge_swiper .item {
  width: 178px;
  height: 322px;
  position: relative;
  overflow: hidden;
}

.judge_swiper .item .imgBox {
  width: 100%;
  height: 248px;
  background: #e3e3e1;
  overflow: hidden;
  position: relative;
}

.judge_swiper .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.judge_swiper .item .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 44px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
}

.judge_swiper .item .name span {
  font-size: 14px;
}

.judge_swiper .item .hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 0;
  height: 100%;
  padding: 10px 0;
  transition: all .3s ease;
  transform: translateY(100%);
  text-align: left;
  opacity: .71;
  background: linear-gradient(180deg, #152c63, #000);
  flex-flow: column;
  justify-content: flex-end;
  bottom: 0;
}

.judge_swiper .item .hover P {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  color: hsla(0, 0%, 100%, .87);
  width: 90%;
  margin: 0 auto;
}

.judge_swiper .item:hover .hover {
  transform: translateY(0);
  height: 100%;
}


.organization-list {
  width: 1100px;
  margin: 0 auto;
}

.organization-list .flex-box {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: flex-start;
}

.organization-list .flex-box h4 {
  width: 124px;
  height: 40px;
  margin-right: 45px;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  font-size: 18px;
  color: #605655;
  line-height: 40px;
  font-weight: normal;
}

.organization-list .flex-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.organization-list .flex-box ul li {
  width: 207px;
  margin-right: 10px;
}

.organization-list .flex-box ul li img {
  width: 100%;
  height: 106px;
  background: #fff;
}

.part2 {
  padding-bottom: 1px;
}

.part3 .wrapper {
  position: relative;
}

.price-total {
  margin-bottom: 30px;
  color: #fcfdff;
  line-height: 30px;
}

.price-total span {
  font-size: 80px;
  font-weight: 700;
}

.price-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  height: 42px;
  color: #fcfdff;
  margin-bottom: 100px;
}

.bonus-list {
  display: flex;
  width: 785px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bonus-list .bonus {
  position: relative;
  text-align: center;
  color: #fcfdff;
  flex: none;
}

.bonus-list .bonus.first {
  width: 100%;
  margin-bottom: 57px;
}

.bonus-list .bonus.first::before,
.bonus-list .bonus.first::after {
  display: block;
  position: absolute;
  left: 50%;
  width: 84px;
  height: 118px;
  content: "";
  background: url(https://mediacenter-1255803335.cos.ap-beijing.myqcloud.com/xiaojing-1255803335/listen/jyimgs/upload_f703635c9a86035a87d755881bac5f56.png) no-repeat;
  background-size: contain;
}

.bonus-list .bonus.first::before {
  transform: translate(-220px);
}

.bonus-list .bonus.first::after {
  top: 0;
  transform: translate(140px) rotateY(180deg);
}

.bonus-list .bonus.first h4 {
  font-size: 25px;
  line-height: 30px;
  height: 36px;
  margin-bottom: 3px;
}

.bonus-list .bonus.first .num {
  display: flex;
  margin-bottom: 5px;
  align-items: baseline;
  justify-content: center;
}

.bonus-list .bonus.first .num strong {
  font-size: 30px;
  line-height: 48px;
  height: 57px;
  margin-right: 11px;
  text-shadow: 0 2px 7px hsla(0, 0%, 100%, .69);
}

.bonus-list .bonus .num strong {
  font-size: 28px;
  line-height: 34px;
  margin-right: 7px;
}

.bonus-list .bonus h4 {
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 20px;
  height: 25px;
}

.bonus-list .bonus.first span,
.bonus-list .bonus.first .desc {
  font-size: 16px;
  line-height: 19px;
  height: 23px;
}

.bonus-list .bonus.second .desc,
.bonus-list .bonus.second .num span {
  font-size: 11px;
  line-height: 14px;
  height: 16px;
}


.p-desc {
  font-size: 17px;
  line-height: 24px;
  margin-top: 58px;
  color: #fcfdff;
}

.abs-img {
  display: block;
  position: absolute;
  top: 263px;
  left: 35px;
  width: 343px;
}

.abs-img.abs1 {
  transform: translateX(-50%);
}

.abs-img.abs2 {
  right: 35px;
  left: auto;
  transform: translateX(50%);
}


.news-page {
  position: relative;
}

.news-page .swiper-box {
  width: 624px;
  height: 396px;
  align-items: self-start;
  background: url(https://storyofchina.cn/_nuxt/img/news_swiper.0173272.png) no-repeat;
  background-size: cover;
  padding: 46px 84px 0;
  box-sizing: border-box;
}

.news-page .swiper {
  width: 457px;
}

.news-page .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}


.news-page .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.news-page .swiper-box .swiper .swiper-slide .slide-box {
  height: 100%;
}

.news-page .swiper-box .swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 267px;
}

.news-page .swiper-box .swiper .swiper-slide .slide-box .name {
  color: #7c7272;
  font-size: 10px;
  line-height: 14px;
  margin-top: 7px;
}

.line-clamp-1,
.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: normal;
}

.swiper-pagination {
  left: 22%;
}

.swiper-pagination span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 4px;
  margin-right: 14px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  background-color: hsla(0, 0%, 100%, .8);
}


.news-page .news-list {
  width: 526px
}

.news-page .news-list .news-title {
  padding: 10px 6px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
}

.news-page .news-list .news-box {
  height: 354px;
  overflow-y: scroll;
  text-align: left;
}

.news-page .news-list .news-box::-webkit-scrollbar {
  display: none
}

.news-page .news-list .news-box .new-item {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 6px;
  border-bottom: 1px dashed #fff
}

.news-page .news-list .news-box .new-item:first-child {
  border-top: 1px dashed #fff
}

.news-page .news-list .news-box .new-item:hover {
  color: #d5d121;
  -webkit-text-decoration: revert;
  text-decoration: revert
}



.part5 .title_1 {
  padding-top: 30px;
}

section.schedule {
  display: block;
  height: 622px;
  background: url(https://mediacenter-1255803335.cos.ap-beijing.myqcloud.com/xiaojing-1255803335/listen/jyimgs/upload_e8e4dd0e89889ef927b7975c78c307af.png) no-repeat #a90318;
  background-position: center -268px;
  background-size: 100% auto
}

section.schedule .title-en {
  margin-bottom: 80px
}

section.schedule .box {
  display: flex;
  align-items: center;
  justify-content: center
}

section.schedule .box .left {
  width: 650px;
  flex: none
}

section.schedule .box .left img {
  width: 100%
}

section.schedule .box .right {
  width: 548px;
  flex: none
}

section.schedule .box .right img {
  width: 100%
}

section.schedule .abs-img {
  display: block;
  position: absolute
}

section.schedule .abs-img.abs1 {
  z-index: 2;
  top: 230px;
  left: 74px;
  width: 40px
}

section.schedule .abs-img.abs2 {
  z-index: 1;
  top: 240px;
  left: -144px;
  width: 441px
}

section.schedule .abs-img.abs3 {
  top: 0;
  left: 0;
  width: 132px
}

section.schedule .abs-img.abs4 {
  right: 126px;
  bottom: 180px;
  width: 61px
}

section.schedule .abs-img.abs5 {
  top: 380px;
  right: -204px;
  width: 124px
}

.part6 {
  padding-bottom: 30px;
}

.part6.bg .title_1 {
  margin-top: 0;
}

.detail-description {
  position: relative;
  font-size: 16px;
  line-height: 38px;
  color: #564d4d;
  text-align: justify;
}

.detail-description img {
  width: 100%;
}

.detail-description .detail-description-top {
  height: 70px;
  background: url(https://storyofchina.cn/_nuxt/img/description_bg.75bda5f.png) no-repeat;
  background-position: top;
  background-size: 100% auto
}

.detail-description .detail-description-con {
  padding: 0 97px;
  background: url(https://storyofchina.cn/_nuxt/img/description_bg2.4c5237e.png) repeat-y;
  background-position: 50%;
  background-size: 100% auto
}

.detail-description .detail-description-bottom {
  height: 70px;
  background: url(https://storyofchina.cn/_nuxt/img/description_bg.75bda5f.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto
}

.detail-description .block-title {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -79px
}


.mini{
  position: fixed;
  right: 20px;
  top: 40%;
  padding: 5px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #a90318
}





.bg {
  width: 100%;
  background: #a90318;
  text-align: center;
  padding-top: 1px;
}

.bg .title_1 {
  margin-top: 40px;
  font-size: 34px;
  color: #fff;
  font-weight: 400;
}

.bg .title_2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
  margin-bottom: 50px;
  letter-spacing: 10px;
  text-indent: 20px;
  color: #fff;
  margin-top: 10px;
}

.flex,
.flex-ac {
  display: flex
}

.flex-ac {
  -moz-align-items: center;
  align-items: center
}

.flex-bt {
  -moz-justify-content: space-between;
  justify-content: space-between
}

.flex-ajc,
.flex-jc {
  display: flex;
  -moz-justify-content: center;
  justify-content: center
}

.flex-ajc {
  -moz-align-items: center;
  align-items: center
}

.flex-col {
  -moz-flex-direction: column;
  flex-direction: column
}

.flex-1 {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex: 1
}