/* 清除默认标签margin padding */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  color: #666666;
  font-size: 12px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*font-family: PingFang-SC-Medium,Helvetica;*/
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*ioc禁止调整字体大小*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  color: #42495a;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
img {
  width: 100%;
  border: none;
  vertical-align: middle;
}
/*超出省略号*/
/*师资力量页面轮播图按钮*/
input::-webkit-input-placeholder {
  color: #aaacb2;
}
/*顶部悬浮导航*/
.float_top_nav_bar {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -720px;
  width: 1440px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0px #f0f0f0;
  border-radius: 5px;
  /*log0*/
  /*导航*/
  /*400电话*/
}
.float_top_nav_bar .header_nav_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 1440px;
  height: 80px;
  margin: 0 auto;
  padding: 0 89px;
}
.float_top_nav_bar .logo {
  width: 125px;
  height: auto;
  max-height: 100%;
}
.float_top_nav_bar .logo img {
  max-height: 100%;
}
.float_top_nav_bar .nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
}
.float_top_nav_bar .nav {
  height: 100%;
}
.float_top_nav_bar .nav li {
  height: 100%;
  float: left;
}
.float_top_nav_bar .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  color: #42495a;
  font-size: 16px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  padding: 0 14px;
}
.float_top_nav_bar .nav a:hover,
.float_top_nav_bar .nav a.cur {
  color: #99cf15;
}
.float_top_nav_bar .four_telephone {
  padding-left: 55px;
}
.float_top_nav_bar .four_telephone a {
  color: #99cf15;
  font-size: 26px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  padding-left: 28px;
  font-family: DIN-Medium;
  background: url("../images/icon_base/tlsr_telephone.png") left center no-repeat;
  background-size: 16px 20px;
}
/*顶部浮动全屏导航不浮动*/
.default_top_nav_bar {
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  position: relative;
}
/*页面底部*/
.footer_info_bar {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 225px;
  background: #fff;
  /*服务信息*/
  /*二维码*/
  /*版权*/
}
.footer_info_bar .service_info {
  width: 1310px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
  padding-right: 384px;
  position: relative;
}
.footer_info_bar .service_info:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  height: 225px;
  background: url("../images/banners/footer_host_banner.png") center center no-repeat;
}
.footer_info_bar .cur_service {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.footer_info_bar .cur_service ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 164px;
  flex-wrap: wrap;
}
.footer_info_bar .cur_service a {
  display: block;
  padding: 0 15px;
  line-height: 31px;
  color: #979ba6;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
}
.footer_info_bar .cur_service dt {
  height: 31px;
  display: block;
  padding: 0 15px;
  line-height: 31px;
  color: #979ba6;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  text-align: justify;
  overflow: hidden;
}
.footer_info_bar .cur_service dt:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.footer_info_bar .cur_service dd {
  display: block;
  padding: 0 15px;
  line-height: 31px;
  color: #979ba6;
  font-size: 13px;
  color: #99d72e;
  font-size: 18px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  letter-spacing: 1px;
}
.footer_info_bar .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_info_bar .qrcode img {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.footer_info_bar .qrcode img:not(:first-of-type) {
  margin-left: 27px;
}
.footer_info_bar .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 80px;
  background: #99d72e;
}
.footer_info_bar .copyright p {
  color: #fff;
  font-size: 12px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
}
/*分页通用样式*/
.cur_list_paging {
  width: 1310px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 910px;
  padding-top: 40px;
  padding-bottom: 92px;
}
.cur_list_paging .pagin_list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.cur_list_paging .pagin_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42495a;
  font-size: 14px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  color: #81858e;
  background-color: #fff;
  border: solid 1px #ebeef2;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 18px 0 21px;
  cursor: pointer;
}
.cur_list_paging .pagin_list button:hover {
  color: #fff;
  background: #aacd06;
  border-color: #aacd06;
}
.cur_list_paging .pagin_list i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  color: #81858e;
  background-color: #fff;
  border: solid 1px #ebeef2;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  color: #42495a;
  font-size: 20px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  letter-spacing: 2px;
}
.cur_list_paging .pagin_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42495a;
  font-size: 14px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  color: #81858e;
  background-color: #fff;
  border: solid 1px #ebeef2;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
}
.cur_list_paging .pagin_list a.cur {
  color: #fff;
  background: #aacd06;
  border-color: #aacd06;
}
.cur_list_paging .pagin_list a:hover {
  color: #fff;
  background: #aacd06;
  border-color: #aacd06;
}
.cur_list_paging .jump_aim span {
  color: #42495a;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  color: #81858e;
  font-family: MicrosoftYaHeiLight;
}
.cur_list_paging .jump_aim input {
  width: 60px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #ebeef2;
}
.cur_list_paging .jump_aim button {
  width: 66px;
  height: 40px;
  margin: 0 10px;
  color: #aacd06;
  background-color: #fff;
  border: solid 1px #aacd06;
  border-radius: 20px;
}
/*当前文章小标题*/
.cur_title_bar {
  width: 1310px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  padding-bottom: 30px;
}
.cur_title_bar strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42495a;
  font-size: 20px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  height: 46px;
  padding-bottom: 18px;
  color: #66728c;
  position: relative;
}
.cur_title_bar strong:before {
  content: '';
  width: 36px;
  height: 1px;
  background: #66728c;
  margin-right: 50px;
}
.cur_title_bar strong:after {
  content: '';
  width: 36px;
  height: 1px;
  background: #66728c;
  margin-left: 50px;
}
.cur_title_bar p {
  text-align: justify;
  word-break: break-word;
  text-align-last: center;
  color: #42495a;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  line-height: 26px;
  color: #aaacb2;
}
/*内容导航*/
/*.content_top_nav {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden;
  background: #fff;
}
.content_top_nav .subnav {
  line-height: 48px;
  font-size: 15px;
}
.content_top_nav .subnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: end;
  width: 100%;
}
.content_top_nav .subnav a {
  display: block;
  padding: 0 15px;
  color: #666;
  white-space: nowrap;
}
.header .top {
  box-sizing: content-box;
}*/
/*banner*/
.main_banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_banner img {
  width: 100%;
}
/*轮播图按钮*/
.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper-button-prev {
  background: url("../images/icon_base/ysj_lbt_btn_l.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.swiper-button-next {
  background: url("../images/icon_base/ysj_lbt_btn_r.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/*通用标题样式*/
.title_bar {
  overflow: hidden;
}
.title_bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
}
.title_bar img {
  width: auto;
  height: 100%;
}
.title_bar h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  font-family: SourceHanSansCN-Bold;
  margin: 0 auto;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: -1px;
  color: #fdfdfd;
  font-weight: 600;
  text-shadow: 0px 8px 6px rgba(82, 6, 111, 0.55);
}
/*通用板块*/
/*内容板块1*/
.dreamShow_list_box1 {
  width: 100%;
  height: 1013px;
  background: url("../images/other/dreamShow_list_box1Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /*标题*/
  /*内容*/
}
.dreamShow_list_box1 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 953px;
  padding-top: 3px;
  background: url("../images/other/dreamShow_list_con1Bg.png") center center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
}
.dreamShow_list_box1 .title_bar h3 {
  width: 660px;
  margin-top: 20px;
}
.dreamShow_list_box1 .text_cont {
  height: 707px;
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  position: relative;
}
.dreamShow_list_box1 .text_cont .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 0 74px;
  text-align: justify;
  text-align-last: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}
.dreamShow_list_box1 .text_cont .lbt_list1 {
  width: 100%;
  height: 535px;
  overflow: hidden;
  position: relative;
}
.dreamShow_list_box1 .swiper-slide {
  position: relative;
}
.dreamShow_list_box1 .swiper-slide:before {
  content: attr(data-text);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  color: #ffffff;
  background: url("../images/icon_base/icon_lbt_text_bg.png") center center no-repeat;
  box-sizing: border-box;
}
.dreamShow_list_box1 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 8px;
  bottom: 28px;
  padding: 0 53px;
}
.dreamShow_list_box1 .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: 1;
  border-radius: 4px;
  transition: width 0.3s ease-in-out;
}
.dreamShow_list_box1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
}
.dreamShow_list_box1 .btn_bar {
  position: absolute;
  bottom: 305px;
  width: 100%;
  height: 46px;
  overflow: hidden;
}
/*内容板块2*/
.dreamShow_list_box2 {
  width: 100%;
  height: 1026px;
  background: url("../images/other/dreamShow_list_box2Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.dreamShow_list_box2 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con2Bg.png") center bottom no-repeat;
}
.dreamShow_list_box2 .title_bar h3 {
  margin-top: 17px;
}
.dreamShow_list_box2 .text_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 645px;
  border-width: 5px;
  overflow: hidden;
}
.dreamShow_list_box2 .video_box {
  float: left;
  width: 847px;
  height: 100%;
  background: #eee;
  overflow: hidden;
}
.dreamShow_list_box2 .video_box img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box2 .video_list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  float: right;
  width: 280px;
  height: 100%;
  overflow: hidden;
}
.dreamShow_list_box2 .video_list a {
  width: 100%;
  height: 158px;
  background: #eee;
}
/*内容板块3*/
.dreamShow_list_box3 {
  width: 100%;
  height: 1335px;
  background: url("../images/other/dreamShow_list_box3Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /*按钮*/
}
.dreamShow_list_box3 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con3Bg.png") center bottom no-repeat;
  position: relative;
}
.dreamShow_list_box3 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box3 .text_cont {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
}
.dreamShow_list_box3 .text_cont img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box3 .text_cont_lb {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
  height: 396px;
  margin-top: 0;
}
.dreamShow_list_box3 .text_cont_lb img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box3 .btn_bar {
  position: absolute;
  width: 100%;
  bottom: 296px;
}
/*内容板块4*/
.dreamShow_list_box4 {
  width: 100%;
  height: 1338px;
  background: url("../images/other/dreamShow_list_box4Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /*按钮*/
}
.dreamShow_list_box4 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con4Bg.png") center bottom no-repeat;
  position: relative;
}
.dreamShow_list_box4 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box4 .text_cont {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
}
.dreamShow_list_box4 .text_cont img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box4 .text_cont_lb {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
  height: 396px;
  margin-top: 0;
}
.dreamShow_list_box4 .text_cont_lb img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box4 .btn_bar {
  position: absolute;
  width: 100%;
  bottom: 296px;
}
/*内容板块5*/
.dreamShow_list_box5 {
  width: 100%;
  height: 1338px;
  background: url("../images/other/dreamShow_list_box5Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /*按钮*/
}
.dreamShow_list_box5 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con5Bg.png") center bottom no-repeat;
  position: relative;
}
.dreamShow_list_box5 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box5 .text_cont {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
}
.dreamShow_list_box5 .text_cont img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box5 .text_cont_lb {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
  height: 396px;
  margin-top: 0;
}
.dreamShow_list_box5 .text_cont_lb img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box5 .btn_bar {
  position: absolute;
  width: 100%;
  bottom: 296px;
}
/*内容板块6*/
.dreamShow_list_box6 {
  width: 100%;
  height: 1336px;
  background: url("../images/other/dreamShow_list_box6Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /*按钮*/
}
.dreamShow_list_box6 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con6Bg.png") center bottom no-repeat;
  position: relative;
}
.dreamShow_list_box6 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box6 .text_cont {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
}
.dreamShow_list_box6 .text_cont img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box6 .text_cont_lb {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
  height: 396px;
  margin-top: 0;
}
.dreamShow_list_box6 .text_cont_lb img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box6 .btn_bar {
  position: absolute;
  width: 100%;
  bottom: 296px;
}
/*内容板块7*/
.dreamShow_list_box7 {
  width: 100%;
  height: 1338px;
  background: url("../images/other/dreamShow_list_box7Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /*按钮*/
}
.dreamShow_list_box7 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con7Bg.png") center bottom no-repeat;
  position: relative;
}
.dreamShow_list_box7 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box7 .text_cont {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
}
.dreamShow_list_box7 .text_cont img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box7 .text_cont_lb {
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  height: 546px;
  margin-bottom: 16px;
  overflow: hidden;
  height: 396px;
  margin-top: 0;
}
.dreamShow_list_box7 .text_cont_lb img {
  width: 100%;
  height: 100%;
}
.dreamShow_list_box7 .btn_bar {
  position: absolute;
  width: 100%;
  bottom: 296px;
}
/*内容板块8*/
.dreamShow_list_box8 {
  width: 100%;
  height: 1020px;
  background: url("../images/other/dreamShow_list_box8Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.dreamShow_list_box8 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con8Bg.png") center bottom no-repeat;
  position: relative;
}
.dreamShow_list_box8 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box8 .text_cont {
  width: 1178px;
  height: 680px;
  margin: 73px auto 0;
  padding: 0 46px;
}
.dreamShow_list_box8 .text_cont .swiper-slide {
  width: 905px;
  height: 598px;
  margin-top: 42px;
  border-radius: 10px;
  position: relative;
}
.dreamShow_list_box8 .text_cont .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
}
.dreamShow_list_box8 .text_cont .swiper-slide-prev:before,
.dreamShow_list_box8 .text_cont .swiper-slide-active:before {
  opacity: 0.5;
}
.dreamShow_list_box8 .text_cont .swiper-slide-active:before {
  opacity: 0;
}
.dreamShow_list_box8 .btn_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 430px;
}
.dreamShow_list_box8 .btn_bar > div {
  position: static;
  margin: 0;
}
/*内容板块9*/
.dreamShow_list_box9 {
  width: 100%;
  height: 953px;
  background: url("../images/other/dreamShow_list_box9Bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.dreamShow_list_box9 .dreamShow_list_con {
  width: 1310px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/other/dreamShow_list_con9Bg.png") center bottom no-repeat;
}
.dreamShow_list_box9 .title_bar h3 {
  margin-top: 16px;
}
.dreamShow_list_box9 .text_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1138px;
  margin: 0 auto;
  margin-top: 91px;
  border: 6px solid #a10acd;
  border-radius: 10px;
  align-items: stretch;
  justify-content: space-between;
}
.dreamShow_list_box9 .media_lb_box {
  width: 708px;
  height: 585px;
  margin: 0;
  padding: 0;
}
.dreamShow_list_box9 .media_lb_box .swiper-slide {
  position: relative;
}
.dreamShow_list_box9 .media_lb_box .swiper-slide:before {
  content: attr(data-text);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  color: #ffffff;
  background: url("../images/icon_base/icon_lbt_text_bg.png") center center no-repeat;
  box-sizing: border-box;
}
.dreamShow_list_box9 .media_lb_box .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 8px;
  bottom: 28px;
  padding: 0 53px;
}
.dreamShow_list_box9 .media_lb_box .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  background: #fff;
  opacity: 1;
  border-radius: 4px;
  transition: width 0.3s ease-in-out;
}
.dreamShow_list_box9 .media_lb_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
}
.dreamShow_list_box9 .meiad_list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-evenly;
  width: 380px;
  height: auto;
}
.dreamShow_list_box9 .meiad_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  padding-right: 26px;
  overflow: hidden;
}
.dreamShow_list_box9 .meiad_list img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
}
.dreamShow_list_box9 .meiad_list .text {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
}
.dreamShow_list_box9 .meiad_list strong {
  display: block;
  margin-bottom: 8px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  height: 38px;
  overflow: hidden;
}
.dreamShow_list_box9 .meiad_list p {
  margin-bottom: 6px;
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  height: 36px;
  overflow: hidden;
}
.dreamShow_list_box9 .meiad_list span {
  line-height: 1;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #999999;
}
/*# sourceMappingURL=dreamShow_style.css.map */
