﻿/* index.styl */
.theme-moo {
  --f7-theme-color: #d70600;
  --moo-color: #d70600;
  --f7-theme-color-rgb: 33, 150, 243;
  --f7-theme-color-shade: #e2c172;
  --f7-theme-color-tint: #e2c172;
  --f7-theme-color-nav: #e2c172;
  --f7-theme-color-rot-bullet: #fff;
  --f7-theme-color-rot-bullet-active: #ffa500;
  --spa-color-grayC: #ccc;
  --spa-color-gray9: #999;
  --spa-color-gray6: #666;
  --spa-color-gray3: #333;
  --moo-color-listBox: #e27a00;
  --moo-color-footerTextAndImg: #fff;
  --moo-color-footerN: rgba(255,255,255,0.3);
  --moo-footerBg: #d70600;
  --moo-bannerBg: #d70600;
  --moo-itemBoxBg: #f2f2f2;
  --moo-swiper-button: #fff;
  --moo-rotWidth: 600px;
  --moo-rotHeight: 420px;
  --moo-md-item-position: static;
  --moo-md-pic-position: static;
  --moo-md-img-position: static;
  --moo-md-rotWidth: 100%;
  --moo-md-rotHeight: auto;
  --moo-col1_right: 540px;
  --moo-topBigTitle-color: #d70600 !important;
  --moo-navBgColor: #fff;
  --moo-spaColTitle_color: #d70600;
  --moo-spaColTitle_afterBg: #f4dbb2;
  --moo-bannerBgColor: #fff;
  --f7-menu-bg-color: #ffde00;
  --moo-itemBoxRight-item-BgC: #2d54cc;
  --moo-rotPicABigAndMoreTiny-prevAndNext: #666;
  --moo-rotPicABigAndMoreTiny-pagination: #ffa500;
  --moo-rotPicABigAndMoreTiny-paginationActive: #ffa500;
}
.is-mobile .theme-moo {
  --f7-menu-text-color: #3239ce;
}
.pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
}
.banner-bg {
  background-color: var(--moo-bannerBgColor);
  background-image: url("bannerBg.jpg");
  background-position: center 0;
  background-size: auto auto;
  background-repeat: no-repeat;
  min-height: 899px;
  z-index: 9;
}
.banner {
  width: 1200px;
  display: block;
  height: 420px;
  position: relative;
  margin: 0 auto;
}
.is-mobile .banner-bg {
  background-size: auto 100%;
  background-position: center 0;
  background-color: var(--moo-color);
  background-image: none;
  min-height: 340px;
  height: auto;
}
.is-mobile .banner-bg:after {
  content: '<< 返回首页';
  position: absolute;
  z-index: 1;
  width: 100px;
  color: #fff;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  font-weight: 400;
  pointer-events: none;
  text-align: center;
  display: none;
}
.is-mobile .isPageBox .banner-bg:after {
  display: block;
}
.is-mobile .banner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-mobile .banner .bannerBgMd {
  display: block;
  width: 100%;
  height: auto;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #2550d7;
  background: url("cover.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 99;
}
.cover:after {
  content: '进入专题';
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border: #668cff 4px solid;
  text-align: center;
  font-size: 28px;
  padding-left: 40px;
  top: auto;
  left: 50%;
  bottom: 8%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
  background: url("coverBtn.png");
  background-position: 36px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.cover .train {
  position: absolute;
  bottom: 20%;
  background-image: url("train.png");
  background-repeat: no-repeat;
  width: 613px;
  height: 45px;
  transform: translateX(-613px);
  animation: trainMove 2s infinite;
  pointer-events: none;
}
.is-mobile .cover {
  display: none;
}
@-moz-keyframes trainMove {
  0% {
    transform: translateX(-613px);
  }
  100% {
    transform: translateX(1920px);
  }
}
@-webkit-keyframes trainMove {
  0% {
    transform: translateX(-613px);
  }
  100% {
    transform: translateX(1920px);
  }
}
@-o-keyframes trainMove {
  0% {
    transform: translateX(-613px);
  }
  100% {
    transform: translateX(1920px);
  }
}
@keyframes trainMove {
  0% {
    transform: translateX(-613px);
  }
  100% {
    transform: translateX(1920px);
  }
}
body,
p[style],
font[face] {
  font-family: "PingFang SC", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.windows body,
.windows p[style],
.windows font[face],
.windows body a,
.windows p[style] a,
.windows font[face] a {
/*font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;*/
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
}
.hide {
  display: none;
}
.hide-must {
  display: none !important;
}
.bg-white,
body {
  background-color: #fff;
}
body {
  position: relative;
}
html,
body,
ul,
li,
p,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
}
a {
  color: #333;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #ffa500 !important;
}
.list li {
  font-size: 16px;
  position: relative;
  line-height: 38px;
  padding-left: 20px;
}
.list li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 17px;
  left: 0;
  background-color: var(--moo-color);
  pointer-events: none;
  border-radius: 100%;
}
.box,
.area,
.banner {
  margin: 0 auto;
}
.footer {
  background-color: var(--moo-footerBg);
  text-align: center;
  padding: 40px 0 60px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  z-index: 4;
  position: relative;
  margin-top: 40px;
}
.footer-in,
.footer .textAndImg {
  text-align: left;
  width: 340px;
  margin: 0 auto 6px;
}
.footer .n {
  display: inline-block;
  border-right: 1px solid var(--moo-color-footerN);
  padding-right: 0.6em;
}
.footer .v {
  display: inline-block;
  padding-left: 0.6em;
}
.footer .tiny {
  font-size: 10px;
  color: var(--f7-theme-color-tint);
  text-align: center;
  margin-top: 20px;
}
.footer .tiny:hover {
  color: var(--f7-theme-color-tint) !important;
}
.footer .textAndImg {
  line-height: 20px;
  margin-top: 10px;
}
.footer .textAndImg,
.footer .textAndImg a {
  color: var(--moo-color-footerTextAndImg);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .textAndImg img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.is-mobile .footer {
  width: 100%;
  padding: 16px 0 30px;
}
.is-mobile .footer-in,
.is-mobile .footer .textAndImg {
  width: 90%;
}
.nav {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: var(--moo-navBgColor);
  position: relative;
  bottom: 0;
  padding-top: 18px;
}
.nav-in {
  width: 1200px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}
.nav .logo {
  height: 42px;
  margin: 0 60px 0 40px;
}
.nav .btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nav .btn-box .line {
  width: 1px;
  height: 22px;
  background-color: rgba(56,98,225,0.7);
  margin-bottom: 20px;
}
.nav .btn-box .navBtn-fn4,
.nav .btn-box a {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  height: 60px;
  line-height: 30px;
  color: #3862e1;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(6,37,101,0.4);
  height: 40px;
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px;
}
.nav .btn-box .navBtn-fn4:first-child:before,
.nav .btn-box a:first-child:before {
  display: none;
}
.nav .btn-box .navBtn-fn4:hover,
.nav .btn-box a:hover {
  color: #ffde00 !important;
}
.nav .btn-box .navBtn-fn4.active,
.nav .btn-box a.active {
  font-weight: 800;
  opacity: 1;
  color: #ffa500 !important;
  text-shadow: 0px 2px 2px rgba(5,31,66,0.004);
}
.nav .btn-box .nav-btn-tip {
  font-size: 16px;
  font-weight: 400;
  color: #3239ce !important;
  text-shadow: none;
  z-index: 1;
  padding: 22px 16px;
  width: 200px;
}
.nav .btn-box .navBtn-fn4 {
  margin-left: 4px;
}
.nav .btn-box .navBtn-fn4 .menu-inner {
  padding-left: 0;
}
.nav .btn-box .navBtn-fn4 .menu-inner,
.nav .btn-box .navBtn-fn4 .menu-item,
.nav .btn-box .navBtn-fn4 .menu-item-dropdown {
  background: none;
}
.nav .btn-box .navBtn-fn4 .menu-item-content {
  font-size: 26px;
  line-height: 26px;
}
.nav .btn-box .navBtn-fn4 .menu-item-content::selection {
  background: none;
}
.nav .btn-box .navBtn-fn4 .menu-item-content:after {
  display: none;
}
.nav .btn-box .navBtn-fn4 .menu-item-dropdown-opened .menu-item-content {
  color: #3239ce;
}
.nav .btn-box .navBtn-fn4 .menu-item-dropdown-opened,
.nav .btn-box .navBtn-fn4 .menu-item-dropdown-opened .menu-dropdown,
.nav .btn-box .navBtn-fn4 .menu-item-dropdown-opened .menu-dropdown-content {
  background-color: #ffde00;
}
.is-mobile .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
}
.col1 .area {
  padding-top: 30px;
}
.col1 .tiny-title,
.col1 .tiny-title a {
  color: var(--moo-color);
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
.col1 .abs {
  color: #666;
  font-size: 14px;
  margin-top: 14px;
}
.col1 .list {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.col1 .list,
.col1 .list a {
  color: #333;
}
.col1 .list,
.col1 .list li {
  line-height: 28px;
}
.col1 .list li:before {
  top: 12px;
}
.col1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col1 .content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--moo-col1_right);
}
.col1 .content .right .line {
  height: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  border-bottom: 1px #ccc dotted;
}
.col1 .content .col {
  margin-bottom: 20px;
}
.spBox1 .spArea {
  position: relative;
  width: 1000px;
  padding: 20px 50px 10px;
}
.spBox1 .spArea:before,
.spBox1 .spArea:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  width: 1100px;
}
.spBox1 .spArea:before {
  background-color: #fff;
  border-radius: 8px;
  top: 0;
  left: 0;
  border: 0 var(--moo-color) solid;
  border-bottom: none;
  z-index: 1;
  height: 800px;
}
.spBox1 .spArea:after {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 58%, #fff 100%);
  z-index: 2;
  height: 800px;
  width: 1100px;
  top: 150px;
  left: 0;
}
.spBox1 .spArea .more {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.spBox1 .content {
  position: relative;
  z-index: 3;
}
.rot {
  position: relative;
  overflow: hidden;
  background-color: var(--f7-theme-color-rotBg);
  border-radius: 4px;
  margin: 0;
}
.rot,
.rot .item,
.rot .pic,
.rot .pic a {
  width: var(--moo-rotWidth);
  height: var(--moo-rotHeight);
  overflow: hidden;
}
.rot .item {
  position: relative;
}
.rot .item .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.rot .item .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rot .item .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.rot .item .title .text {
  width: 80%;
  margin-left: 1em;
  overflow: hidden;
}
.rot .item .title,
.rot .item .title a {
  font-size: 16px;
  color: #fff;
}
.rot .rot-prev,
.rot .rot-next {
  position: absolute;
  width: 40px;
  height: 62px;
  top: 50%;
  margin-top: -31px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.5s;
  background-size: auto;
  color: #fff;
}
.rot .rot-prev:hover,
.rot .rot-next:hover {
  opacity: 1;
}
.rot .rot-prev:active,
.rot .rot-next:active {
  opacity: 0.3;
}
.rot .rot-prev.swiper-button-disabled,
.rot .rot-next.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: visible;
  cursor: default;
}
.rot .rot-prev {
  left: -40px;
}
.rot .rot-next {
  right: -40px;
}
.rot:hover .rot-prev {
  left: 0;
}
.rot:hover .rot-next {
  right: 0;
}
.rot .swiper-pagination {
  bottom: 12px;
  left: auto;
  right: 10px;
  width: auto;
}
.rot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: var(--f7-theme-color-rot-bullet);
  opacity: 1;
}
.rot .swiper-pagination-bullet-active {
  background: var(--f7-theme-color-rot-bullet-active);
}
.is-mobile .rot {
  position: relative;
  overflow: visible;
  width: var(--moo-md-rotWidth);
  margin: 0 2%;
}
.is-mobile .rot,
.is-mobile .rot .item,
.is-mobile .rot .pic {
  height: var(--moo-md-rotHeight);
}
.is-mobile .rot .item,
.is-mobile .rot .pic {
  width: 100%;
  overflow: hidden;
}
.is-mobile .rot .item {
  position: var(--moo-md-item-position);
}
.is-mobile .rot .item .pic {
  position: var(--moo-md-pic-position);
}
.is-mobile .rot .item .pic,
.is-mobile .rot .item .pic a {
  width: var(--moo-md-rotWidth);
  height: var(--moo-md-rotHeight);
}
.is-mobile .rot .item .pic img {
  position: var(--moo-md-img-position);
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(0);
}
.is-mobile .rot .item .title {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 49px;
  line-height: 49px;
}
.is-mobile .rot .item .title .text {
  width: 93%;
  margin: 0 auto;
}
.is-mobile .rot .item .title,
.is-mobile .rot .item .title a {
  font-size: 16px;
  color: #fff;
}
.is-mobile .rot .rot-prev,
.is-mobile .rot .rot-next,
.is-mobile .rot .swiper-pagination {
  display: none;
}
.rotBox {
  position: relative;
  height: auto;
}
.rotBox .rotBox-container {
  width: 1080px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}
.rotBox .rot-prev,
.rotBox .rot-next {
  background-color: var(--f7-theme-color);
  color: #fff;
  transform: translateY(-50%);
  border-radius: 6px;
  outline: 0;
}
.rotBox .rot-prev:hover,
.rotBox .rot-next:hover {
  opacity: 0.8;
}
.rotBox .rot-prev {
  padding: 20px 8px 20px 6px;
  left: 0;
  right: auto;
}
.rotBox .rot-next {
  padding: 20px 6px 20px 8px;
  left: auto;
  right: 0;
}
.rotBox .list {
  justify-content: flex-start;
  padding: 0;
  margin: 0 auto;
}
.rotBox .item {
  width: 100%;
  height: 225px;
  margin: 0;
}
.rotBox .item li.noPic:before {
  content: '';
  display: flex;
  width: 94%;
  height: 205px;
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  position: relative;
  border: 8px solid var(--f7-theme-color);
  border-radius: 4px;
  top: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.rotBox .item li {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rotBox .item li:before {
  display: none;
}
.rotBox .item li .pic {
  width: 94%;
  height: 205px;
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  position: relative;
  border: 8px solid var(--f7-theme-color);
  border-radius: 4px;
}
.rotBox .item li .pic a {
  width: 100%;
  height: 100%;
}
.rotBox .item li .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rotBox .item li .title {
  position: static;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
  overflow: hidden;
  width: 96.5%;
}
.rotBox .isLoadingTxt {
  display: inline-flex;
  align-items: center;
}
.is-mobile .rotBox .rotBox-container {
  width: 90%;
  overflow: visible;
  margin-left: 0;
}
.is-mobile .rotBox .rotBox-container .list li {
  height: 270px;
}
.itemListLeftandRight {
  padding-bottom: 0;
}
.itemListLeftandRight .title {
  font-size: 18px;
  line-height: 32px;
  max-height: 32px;
  overflow: hidden;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  padding-left: 1em;
  position: relative;
  margin-bottom: 12px;
}
.itemListLeftandRight .title:before {
  content: '';
  display: block;
  width: 4px;
  height: 18px;
  background-color: #c30e11;
  position: absolute;
  left: 0;
  top: 6px;
}
.itemListLeftandRight .title,
.itemListLeftandRight .title a {
  color: var(--spa-color-gray3);
}
.itemListLeftandRight .abs {
  text-indent: 2em;
  color: #999;
  line-height: 24px;
  display: inline;
}
.itemListLeftandRight .abs a {
  color: #c30e11;
}
.itemListLeftandRight .pic {
  width: 240px;
  height: 136px;
  overflow: hidden;
  position: relative;
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: 30% auto;
  background-color: var(--spa-color-gray9);
  background-repeat: no-repeat;
  margin-right: 30px;
}
.itemListLeftandRight .pic a {
  width: 100%;
  height: 100%;
}
.itemListLeftandRight .pic img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itemListLeftandRight .item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px var(--f7-theme-color) dashed;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1 auto;
  align-items: center;
}
.itemListLeftandRight .item:nth-child(even) {
  flex-direction: row-reverse;
}
.itemListLeftandRight .item:nth-child(even) .pic {
  margin-right: 0;
  margin-left: 30px;
}
.itemListLeftandRight .item .m {
  color: var(--f7-theme-color);
  font-weight: 400;
}
.itemListLeftandRight .item-text-box {
  flex: 1;
}
.is-mobile .itemListLeftandRight .content {
  width: 90%;
  margin: 0 auto;
}
.is-mobile .itemListLeftandRight .item {
  display: block;
}
.is-mobile .itemListLeftandRight .pic {
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.is-mobile .itemListLeftandRight .item:nth-child(even) .pic {
  margin-left: 0;
}
.is-mobile .itemListLeftandRight .title {
  max-height: none;
}
.area {
  width: 1200px;
  position: relative;
  z-index: 4;
}
.items {
  width: 1200px;
  height: auto;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items .item {
  flex: 0 1 auto;
  width: 200px;
  min-height: 400px;
  padding: 30px 30px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  margin: 20px;
  position: relative;
}
.items .item .pic {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  background-size: 40% auto;
  border-radius: 4px;
}
.items .item .pic img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.items .item .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.items .item .abs {
  min-height: 96px;
  height: auto;
  font-size: 14px;
}
.items .item .subTitle {
  padding-top: 12px;
  padding-bottom: 20px;
  height: 56px;
  border-top: #ccc 1px solid;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
.is-mobile .colA {
  width: 100%;
}
.is-mobile .items-col {
  width: 100%;
  height: 60px;
  margin: 20px auto 10px;
  background-size: auto 70%;
  background-position: -5% center;
}
.is-mobile .colIn {
  background-size: auto 80%;
  background-position: 10% center;
}
.is-mobile .col3TitleIn3 {
  background-size: auto 50%;
  background-position: 10% center;
}
.is-mobile .items {
  width: 100%;
  justify-content: space-around;
}
.is-mobile .items .item {
  width: 100%;
  height: auto;
  min-height: auto;
}
.is-mobile .items .item .pic {
  height: 153px;
}
.is-mobile .items .item .pic img {
  width: 100%;
  height: auto;
}
.is-mobile .items .item .abs {
  min-height: max-content;
  margin-bottom: 20px;
}
.is-mobile .items .item .subTitle {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0;
}
.itemsColSpBg {
  width: 1200px;
  height: auto;
  margin: 40px auto 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  position: relative;
}
.itemsColSpBg .colATxt {
  color: #fff;
  line-height: 47px;
  font-size: 28px;
  font-weight: 800;
}
.itemsColSpBg .link {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-bottom: var(--moo-color) 1px solid;
}
.itemsColTiny {
  color: #565656;
  font-size: 24px;
  font-weight: 600;
}
a:hover .itemsColTiny {
  color: #ffa500;
}
.colTitle {
  background-color: transparent;
  background-position: center center;
  border-bottom: var(--moo-color) 1px solid;
}
.is-mobile .itemsColSpBg {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  background-position: center center;
  background-size: auto 60%;
}
.listBoxMoreBtnBox {
  text-align: center;
}
.listBoxMoreBtn {
  cursor: pointer;
  margin: 20px auto 60px;
  display: inline-block;
  border-radius: 4px;
  padding: 12px 160px;
  font-weight: 600;
  border: var(--moo-color-listBox) 1px solid;
  font-size: 1.1em;
  color: var(--moo-color-listBox);
  background-color: #fff;
}
.listBoxMoreBtn:hover {
  color: #fff;
  background-color: var(--moo-color-listBox);
}
.listBoxMoreBtn.disable {
  pointer-events: none;
  border-color: #ccc;
  color: #ccc;
}
.listBoxMoreBtn.disable:hover {
  background-color: #fff;
}
.listBoxMoreBtn.active-state {
  background: #000;
}
.listHasImg .listBox {
  width: 960px;
  text-align: left;
  margin: 40px auto;
}
.listHasImg .listBox .list li.noPic {
  height: auto;
}
.listHasImg .listBox .list li.noPic .text {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.listHasImg .listBox .list li {
  position: relative;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 30px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.listHasImg .listBox .list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 0;
  transform: translateY(-50%);
}
.listHasImg .listBox .list li:hover {
  background-color: #f1f1f1;
}
.listHasImg .listBox .list li .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.listHasImg .listBox .list li .pic,
.listHasImg .listBox .list li .pic a {
  width: 300px;
  height: 180px;
}
.listHasImg .listBox .list li .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.listHasImg .listBox .list li .text {
  width: 600px;
  height: 180px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-right: 2em;
}
.listHasImg .listBox .list li .text,
.listHasImg .listBox .list li .text a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.listHasImg .listBox .list li .text .link {
  text-align: left;
  align-items: flex-start;
}
.listHasImg .listBox .list li .text .title {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  line-height: 36px;
}
.listHasImg .listBox .list li .text .abs {
  margin-top: 20px;
}
.is-mobile .listBox {
  width: 86%;
  margin: 20px auto 20px;
}
.is-mobile .listBox .list {
  margin: 0;
}
.is-mobile .listBox .list li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}
.is-mobile .listBox .list li:before {
  background-color: #f00;
}
.is-mobile .imgList .listBox li {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}
.is-mobile .listHasImg .listBox .list li {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 20px;
  flex-direction: column-reverse;
}
.is-mobile .listHasImg .listBox .list li:before {
  width: 3px;
}
.is-mobile .listHasImg .listBox .list li .pic {
  margin-bottom: 10px;
}
.is-mobile .listHasImg .listBox .list li .text {
  width: auto;
  height: auto;
}
.is-mobile .listHasImg .listBox .list li .text .title {
  font-size: 20px;
  line-height: 30px;
  word-break: break-all;
  margin-bottom: 0;
}
.is-mobile .listHasImg .listBox .list li .text .abs {
  margin-top: 6px;
}
.is-mobile .listHasImg .listBox .list li.noPic .text {
  padding-top: 3px;
  padding-bottom: 0;
}
.is-mobile .listHasImg .listBox .list li.noPic .text .title {
  margin-bottom: 0;
}
.is-mobile .listBoxMoreBtn {
  padding: 12px 40px;
  margin: 0 auto 60px;
}
.rotGallery {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 1200px;
  margin: 20px auto 60px;
  height: 900px;
}
.rotGallery .link {
  width: 100%;
  height: 100%;
}
.rotGallery .swiper-container {
  width: 100%;
  height: 900px;
  margin: 0 auto;
}
.rotGallery .swiper-container,
.rotGallery .swiper-container .item,
.rotGallery .swiper-container .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rotGallery .swiper-container .item {
  position: relative;
}
.rotGallery .swiper-container .item .pic {
  position: absolute;
  z-index: 1;
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto auto;
  background-color: #e8d779;
  background-repeat: no-repeat;
}
.rotGallery .swiper-container .item .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rotGallery .swiper-container .item .title {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 0;
  background: linear-gradient(to left, rgba(86,208,178,0.8) 0%, rgba(43,119,159,0.8) 100%);
  height: 50px;
  line-height: 50px;
  padding: 10px 60px;
}
.rotGallery .swiper-container .item .text {
  margin: 0 auto;
  overflow: hidden;
  line-height: 50px;
  font-weight: 400;
}
.rotGallery .swiper-container .item .text,
.rotGallery .swiper-container .item .text a {
  font-size: 24px;
  color: #fff;
}
.rotGallery .swiper-container .swiper-button-prev,
.rotGallery .swiper-container .swiper-button-next {
  position: absolute;
  width: 40px;
  height: 62px;
  top: 50%;
  margin-top: -31px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.5s;
  background-size: auto;
  color: #f00;
}
.rotGallery .swiper-container .swiper-button-prev:hover,
.rotGallery .swiper-container .swiper-button-next:hover {
  opacity: 1;
}
.rotGallery .swiper-container .swiper-button-prev:active,
.rotGallery .swiper-container .swiper-button-next:active {
  opacity: 0.3;
}
.rotGallery .swiper-container .swiper-button-prev.swiper-button-disabled,
.rotGallery .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: visible;
  cursor: default;
}
.rotGallery .swiper-container .swiper-button-prev {
  left: -40px;
}
.rotGallery .swiper-container .swiper-button-next {
  right: -40px;
}
.rotGallery .swiper-container:hover .swiper-button-prev {
  left: 0;
}
.rotGallery .swiper-container:hover .swiper-button-next {
  right: 0;
}
.rotGallery .gallery-top {
  width: 100%;
  height: 75%;
}
.rotGallery .swiper-container.gallery-thumbs {
  height: 25%;
  box-sizing: border-box;
  padding: 10px 0 0;
}
.rotGallery .swiper-container.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.rotGallery .swiper-container.gallery-thumbs .item {
  cursor: pointer;
}
.rotGallery .swiper-container.gallery-thumbs .item .pic {
  background-size: auto 20%;
}
.rotGallery .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.rotGallery .swiper-container.gallery-thumbs .swiper-slide-thumb-active .pic {
  background-color: #e8d779;
}
.is-mobile .rotGallery {
  width: 94%;
  margin: 10px auto 20px;
  height: auto;
}
.is-mobile .rotGallery .swiper-container {
  height: 300px;
}
.is-mobile .rotGallery .swiper-container .swiper-button-prev,
.is-mobile .rotGallery .swiper-container .swiper-button-next {
  display: none;
}
.is-mobile .rotGallery .swiper-container .title {
  height: 30px;
  padding: 10px 14px;
  margin: 0;
  bottom: 5%;
}
.is-mobile .rotGallery .swiper-container .pic {
  background-position-y: 42%;
  background-size: auto 10%;
}
.is-mobile .rotGallery .swiper-container .text,
.is-mobile .rotGallery .swiper-container .text a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.rotGallerySP {
  background-color: #cae7f5;
  border-radius: 4px;
}
.rotGallerySP .rotGallery {
  height: 479px;
}
.rotGallerySP .rotGallery .gallery-top {
  border-radius: 4px;
  width: 936px;
  height: 444px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
}
.rotGallerySP .rotGallery .gallery-top .item .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 638px;
  right: 0;
  left: auto;
}
.rotGallerySP .rotGallery .gallery-top .item .title {
  width: 299px;
  height: 100%;
  background: #fff url("rotTitleBg.png");
  bottom: auto;
  padding: 0;
}
.rotGallerySP .rotGallery .gallery-top .item .title .text {
  width: 70%;
}
.rotGallerySP .rotGallery .gallery-top .item .title .text,
.rotGallerySP .rotGallery .gallery-top .item .title .text a {
  color: var(--moo-color);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  height: 100%;
}
.rotGallerySP .rotGallery .gallery-top .item .title .text a {
  align-items: center;
}
.rotGallerySP .rotGallery .swiper-button-prev,
.rotGallerySP .rotGallery .swiper-button-next {
  outline: 0;
  left: auto;
  right: 98px;
  color: var(--moo-color);
}
.rotGallerySP .rotGallery .swiper-button-prev {
  transform: rotate(90deg);
  top: 12px;
}
.rotGallerySP .rotGallery .swiper-button-next {
  transform: rotate(90deg);
  top: auto;
  bottom: 18px;
}
.rotGallerySP .rotGallery .gallery-thumbs {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-55%);
  width: 118px;
  height: 384px;
}
.rotGallerySP .rotGallery .gallery-thumbs .swiper-slide {
  width: 118px;
  height: 118px;
}
.rotGallerySP .rotGallery .gallery-thumbs .swiper-slide .pic {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 114px;
  height: 114px;
  border-radius: 100%;
}
.is-mobile .rotGallerySP .rotGallery {
  height: auto;
  padding-top: 0;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top {
  width: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item {
  background-size: cover;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .pic {
  width: 100%;
  height: 300px;
  right: auto;
  left: 0;
  top: 0;
  position: relative;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title {
  position: static;
  width: 100%;
  height: auto;
  background: none;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title .text {
  width: 90%;
  margin-top: 20px;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title .text,
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title .text a {
  font-weight: 600;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title .text a {
  height: auto;
  padding-bottom: 60px;
}
.is-mobile .rotGallerySP .rotGallery .swiper-button-prev,
.is-mobile .rotGallerySP .rotGallery .swiper-button-next {
  display: none;
}
.rotPicABigAndMoreTinyBoxBox {
  margin: 0 auto;
  padding-bottom: 36px;
}
.rotPicABigAndMoreTinyBox {
  position: relative;
  width: 1294px;
  height: 459px;
  margin: 0 auto;
  z-index: 4;
}
.rotPicABigAndMoreTinyBox .isNoContent {
  display: flex;
  align-items: center;
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny {
  width: 1174px;
  height: 460px;
  margin: 0 auto;
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-prev,
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-next {
  color: var(--moo-rotPicABigAndMoreTiny-prevAndNext);
  outline: none;
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-next {
  margin-right: 0;
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-pagination {
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-pagination .swiper-pagination-bullet {
  outline: none;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--moo-rotPicABigAndMoreTiny-pagination);
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-pagination .swiper-pagination-bullet-active {
  background-color: var(--moo-rotPicABigAndMoreTiny-paginationActive);
}
.rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 6px;
}
.rotPicABigAndMoreTinyBox .itemBox {
  display: flex;
  justify-content: space-between;
  height: 459px;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft {
  position: relative;
  height: 459px;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft .pic,
.rotPicABigAndMoreTinyBox .itemBoxLeft .pic a {
  width: 459px;
  height: 459px;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  width: 459px;
  font-size: 16px;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft .title,
.rotPicABigAndMoreTinyBox .itemBoxLeft .title a {
  color: #fff;
}
.rotPicABigAndMoreTinyBox .itemBoxLeft .title .text {
  margin: 0 1em;
  width: 90%;
  color: #fff;
}
.rotPicABigAndMoreTinyBox .itemBoxRight {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 705px;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item {
  width: 230px;
  height: 459px;
  background-color: var(--moo-itemBoxRight-item-BgC);
  position: relative;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  position: relative;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .pic,
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .pic a {
  width: 230px;
  height: 230px;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  width: 230px;
  font-size: 16px;
  position: relative;
  background: none;
  height: 230px;
  position: relative;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .title,
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .title a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .title .text {
  margin: 0 1em;
  width: 90%;
  color: #fff;
  width: auto;
  margin: 30px 1em 20px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .title .text a {
  height: 100%;
  position: relative;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item .title .icon-jump {
  display: block;
  margin: 10px auto 0;
  width: 30px;
  height: 30px;
  background-image: url("/bundle/icon-jump.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rotPicABigAndMoreTinyBox .itemBoxRight .itemBoxRight-item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.is-mobile .rotPicABigAndMoreTinyBoxBox {
  padding: 10px 0 30px;
}
.is-mobile .rotPicABigAndMoreTinyBox,
.is-mobile .rotPicABigAndMoreTiny {
  width: 100%;
  height: 375px;
}
.is-mobile .rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-prev,
.is-mobile .rotPicABigAndMoreTiny .rotPicABigAndMoreTiny-prev,
.is-mobile .rotPicABigAndMoreTinyBox .rotPicABigAndMoreTiny-next,
.is-mobile .rotPicABigAndMoreTiny .rotPicABigAndMoreTiny-next {
  display: none;
}
.is-mobile .rotPicABigAndMoreTinyBox .swiper-pagination-bullet,
.is-mobile .rotPicABigAndMoreTiny .swiper-pagination-bullet {
  width: 20px;
}
.is-mobile .rotPicABigAndMoreTinyBox .swiper-pagination-bullet+.swiper-pagination-bullet,
.is-mobile .rotPicABigAndMoreTiny .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 3px;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox {
  display: flex;
  justify-content: space-between;
  height: 375px;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .pic,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 375px;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .pic a,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .pic a {
  width: 100%;
  height: 375px;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .pic img,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .title,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .title,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .title,
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .title a,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .title a {
  color: #fff;
}
.is-mobile .rotPicABigAndMoreTinyBox .mobile-itemBox .title .text,
.is-mobile .rotPicABigAndMoreTiny .mobile-itemBox .title .text {
  margin: 0 1em;
  width: 90%;
  color: #fff;
}
.picListBox {
  overflow: hidden;
}
.picList {
  width: 1220px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-top: 20px;
}
.picList li {
  display: block;
  width: 31%;
  margin-right: 23px;
}
.picList li a {
  width: 100%;
  height: 100%;
}
.picList li .pic {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.picList li .pic:before,
.picList li .pic:after {
  position: absolute;
  left: 12px;
  bottom: 12px;
  content: '';
  display: block;
  pointer-events: none;
}
.picList li .pic:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #fff;
  transform: translate(14px, -11.5px);
  z-index: 4;
}
.picList li .pic:after {
  width: 32px;
  height: 32px;
  border: 3px #fff solid;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0.2);
  z-index: 3;
}
.picList li .pic img {
  width: 100%;
  height: auto;
}
.picList li .text {
  margin: 6px 10px 20px;
}
.picList li .text .title {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3px;
}
.picList li .text .abs {
  font-size: 14px;
  line-height: 24px;
}
.col1 .area {
  padding-top: 30px;
}
.col1 .tiny-title,
.col1 .tiny-title a {
  color: var(--moo-color);
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
.col1 .abs {
  color: #666;
  font-size: 14px;
  margin-top: 14px;
}
.col1 .list {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.col1 .list,
.col1 .list a {
  color: #333;
}
.col1 .list,
.col1 .list li {
  line-height: 28px;
}
.col1 .list li:before {
  top: 12px;
}
.col1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col1 .content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--moo-col1_right);
}
.col1 .content .right .line {
  height: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  border-bottom: 1px #ccc dotted;
}
.col1 .content .col {
  margin-bottom: 20px;
}
.spBox1 .spArea {
  position: relative;
  width: 1000px;
  padding: 20px 50px 10px;
}
.spBox1 .spArea:before,
.spBox1 .spArea:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  width: 1100px;
}
.spBox1 .spArea:before {
  background-color: #fff;
  border-radius: 8px;
  top: 0;
  left: 0;
  border: 0 var(--moo-color) solid;
  border-bottom: none;
  z-index: 1;
  height: 800px;
}
.spBox1 .spArea:after {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 58%, #fff 100%);
  z-index: 2;
  height: 800px;
  width: 1100px;
  top: 150px;
  left: 0;
}
.spBox1 .spArea .more {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.spBox1 .content {
  position: relative;
  z-index: 3;
}
.is-mobile .area {
  width: 100%;
  overflow: hidden;
}
.is-mobile .list li {
  font-size: 16px;
  position: relative;
  line-height: 26px;
  padding-left: 10px;
  margin-bottom: 4px;
  height: auto;
}
.is-mobile .list li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #c30e11;
  pointer-events: none;
  border-radius: 100%;
}
.is-mobile .more {
  margin-bottom: 30px;
}
.is-mobile .footer .textAndImg {
  width: 100%;
}
.is-mobile .col1 .content {
  margin-top: 0;
}
.is-mobile .col1 .content .rot {
  border-left: none;
  border-right: none;
}
.is-mobile .col1 .content .right {
  justify-content: flex-start;
  margin-top: 0;
}
.is-mobile .col1 .area {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.is-mobile .rotBox .rot-prev,
.is-mobile .rotBox .rot-next {
  display: none;
}
.is-mobile .contentTxt {
  margin: 10px 5%;
  column-count: 1;
  column-gap: 0;
}
.is-mobile .itemLRBox {
  display: block;
  height: auto;
}
.is-mobile .itemLRBox .colA {
  justify-content: flex-start;
}
.is-mobile .itemLRBox .itemsColTiny {
  margin: 20px 40px 20px;
}
.is-mobile .itemLRBox .item1 {
  width: 100%;
  margin: 0 auto 30px;
}
.is-mobile .itemLRBox .item1 .list {
  margin: 0 30px 0 40px;
}
.is-mobile .itemLRBox .item2 {
  width: 100%;
  height: auto;
}
.is-mobile .col3Box {
  display: block;
  margin: 10px 0;
}
.is-mobile .col3Box .titlePic {
  width: 96%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto 10px;
}
.is-mobile .col3Box .pageChildNav {
  width: 90%;
  margin: 0 auto;
}
.is-mobile .col3Box .pageChildNav .item a {
  border-radius: 10px;
}
.is-mobile .col3Box .pageChildNav .item a,
.is-mobile .col3Box .pageChildNav .item a.active,
.is-mobile .col3Box .pageChildNav .item a:hover {
  padding: 12px 10%;
}
.is-mobile .boxBg {
  background-size: 100% auto;
}
.is-mobile .col4Box {
  width: 96%;
  margin: 10px auto 20px;
  background: url("colSpBg.png");
  background-size: 100% auto;
  height: 1060px;
  border-radius: 10px;
}
.is-mobile .col4Box .item2 {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.is-mobile .col4Box .item2:after {
  right: auto;
  left: 50%;
  width: 2px;
  height: 750px;
  bottom: -750px;
  transform: rotate(0) translate(-50%, 0);
}
.is-mobile .col4Box .item3 {
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
}
.is-mobile .col4Box .item3:after {
  display: none;
}
.is-mobile .col4Box .item4 {
  top: auto;
  bottom: 220px;
  left: 50%;
  transform: translateX(-50%);
}
.is-mobile .col4Box .item4:after {
  display: none;
}
.is-mobile .col4Box .item5 {
  top: auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.is-mobile .col4Box .item5:after {
  display: none;
}
.is-mobile .col5Box {
  display: block;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.is-mobile .col5Box .itemBox {
  padding-bottom: 20px;
}
.is-mobile .col5Box .itemBox .list {
  padding-top: 20px;
  padding-bottom: 10px;
}
.is-mobile .col5Box .itemBox .itemsColSpBg {
  margin-top: 0;
}
.is-mobile .col5Box .itemBox+.itemBox {
  margin-left: 0;
}
.is-mobile .col6Box {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.is-mobile .col6Box .itemBox {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.is-mobile .hasNavBox {
  display: block;
}
.is-mobile .pageChildNav {
  width: 94%;
  margin: 0 auto;
  display: flex;
  overflow-x: scroll;
  justify-content: flex-start;
  border-bottom: 1px solid #ffb400;
}
.is-mobile .pageChildNav .item {
  margin-bottom: 0;
  flex: 1 0 auto;
}
.is-mobile .pageChildNav .item.active {
  order: -1;
}
.is-mobile .pageChildNav .item a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}
.is-mobile .colSp1 .item2 .list {
  padding: 40px 30px;
  column-count: auto;
}
.is-mobile .colSp1 .item2 .list li {
  line-height: 36px;
  height: auto;
}
.is-mobile .colSp1 .item2 .list li:before {
  top: 16px;
}
.is-mobile .col4Box {
  height: auto;
  text-align: left;
}
.is-mobile .col4Box .itemBox {
  padding: 30px;
  width: auto;
}
.is-mobile .col4Box .itemBoxColumn {
  column-count: auto;
}
.is-mobile .col4Box .link,
.is-mobile .col4Box .tab-link {
  justify-content: flex-start;
}
.is-mobile .col4Box .item {
  padding: 0;
  display: flex;
  position: static;
  transform: none;
  justify-content: flex-start;
  align-items: flex-start;
}
.is-mobile .col4Box .item:before {
  position: static;
  margin-right: 12px;
  margin-top: 22px;
}
.is-mobile .col4Box .item a {
  position: static;
  display: inline;
}
.is-mobile .friends {
  flex-direction: column;
  text-align: left;
  margin-bottom: 30px;
}
.is-mobile .friends .friendsTitle {
  line-height: 36px;
  margin-bottom: 9px;
}
.is-mobile .friends .link,
.is-mobile .friends .tab-link {
  justify-content: flex-start;
  line-height: 36px;
}
.is-mobile .listBox .list li:before {
  display: none;
}
.is-mobile .listHasImg .listBox .list li {
  padding-left: 0;
}
.is-mobile .listHasImg .listBox .list li .text {
  margin-right: 0;
}
.is-mobile .listHasImg .listBox .list li .pic,
.is-mobile .listHasImg .listBox .list li .pic a {
  width: 100%;
}
.isLoadingTxt {
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 40px auto;
}
.isNoContent {
  text-align: center;
  font-size: 20px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.isNoContent a {
  color: #999 !important;
  cursor: default;
}
.page {
  background-color: #fff;
}
.more {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 auto 20px;
}
.more,
.more a {
  color: var(--moo-color);
}
.is-pc .mobile-nav-btn {
  display: none;
}
.is-mobile,
.panel-backdrop {
  background-color: rgba(0,0,0,0.3);
}
.panel-btnBoxbox .block {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.panel-btnBox {
  text-align: center;
}
.panel-btnBox a {
  width: 80%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  font-size: 16px;
  height: auto;
  line-height: 22px;
  border: 1px var(--moo-color) solid;
  border-radius: 6px;
  margin-bottom: 12px;
  color: var(--moo-color);
  font-weight: 500;
}
.panel-btnBox a.active {
  background-color: var(--moo-color);
  color: #fff !important;
}
.panel-btnBox .panel-xaLogoA {
  border: none;
  margin-bottom: 30px;
}
.panel-btnBox .panel-xaLogoA img {
  height: 50px;
  width: auto;
}
.panel-btnBox .menu-item-dropdown {
  width: 100%;
  font-size: 16px;
  border: 1px var(--moo-color) solid;
  border-radius: 6px;
  margin-bottom: 12px;
  color: var(--moo-color);
  font-weight: 500;
}
.panel-btnBox .nav-btn-tip {
  font-size: 16px;
  font-weight: 400;
  color: #3239ce !important;
  text-shadow: none;
  z-index: 1;
  padding: 10px;
  text-align: left;
}
.panel-btnBox .menu {
  width: 83%;
  margin-left: 10%;
}
.panel-btnBox .menu .menu-inner {
  padding-left: 0;
}
.panel-btnBox .menu .menu-inner,
.panel-btnBox .menu .menu-item,
.panel-btnBox .menu .menu-item-dropdown {
  background: none;
}
.panel-btnBox .menu .menu-item-content {
  font-size: 16px;
  line-height: 16px;
}
.panel-btnBox .menu .menu-item-content::selection {
  background: none;
}
.panel-btnBox .menu .menu-item-content:after {
  display: none;
}
.panel-btnBox .menu .menu-item-dropdown-opened {
  border: none;
}
.panel-btnBox .menu .menu-item-dropdown-opened .menu-item-content {
  font-weight: 800;
  color: #3239ce;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffde00;
}
.panel-btnBox .menu .menu-item-dropdown-opened .menu-dropdown {
  height: auto;
}
.panel-btnBox .menu .menu-item-dropdown-opened,
.panel-btnBox .menu .menu-item-dropdown-opened .menu-dropdown,
.panel-btnBox .menu .menu-item-dropdown-opened .menu-dropdown-content {
  background-color: #ffde00;
}
.panel-btnBox .menu-dropdown-center .menu-dropdown-content,
.panel-btnBox .menu-item-dropdown-center .menu-dropdown-content {
  min-width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-btnBox .menu-dropdown-center:before,
.panel-btnBox .menu-item-dropdown-center .menu-dropdown:before,
.panel-btnBox .menu-dropdown-center:after,
.panel-btnBox .menu-item-dropdown-center .menu-dropdown:after {
  display: none;
}
.st-closeBox {
  text-align: center;
}
.st-close {
  margin-top: 20px;
  color: #ff3b30;
}
.panel-openBtnBox {
  display: inline-block;
}
.isImgList .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px;
  margin: 0 auto;
}
.isImgList .list li {
  flex: 1 auto;
  width: 330px;
  height: 200px;
  padding: 0;
  margin: 10px;
}
.isImgList .list li:before {
  display: none;
}
.isImgList .list .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.isImgList .list .pic,
.isImgList .list .pic a {
  width: 100%;
  height: 100%;
}
.isImgList .list .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.isImgList .list .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  height: auto;
  line-height: 22px;
}
.isImgList .list .title .text {
  width: 90%;
  margin: 0 auto 6px;
  overflow: hidden;
  text-align: center;
}
.isImgList .list .title .text,
.isImgList .list .title .text a {
  font-size: 16px;
  color: #fff;
}
.flex-list .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.flex-list .list li {
  flex: 1 auto;
  width: 450px;
  margin: 0 10px;
  line-height: 30px;
  padding-left: 15px;
}
.flex-list .list li:before {
  top: 13px;
}
.sp-pc-nav {
  position: relative;
  z-index: 4;
  border-bottom: 1px var(--moo-color) solid;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 36px;
  align-items: center;
}
.sp-pc-nav .line {
  height: 19px;
  width: 1px;
  background-color: var(--moo-color);
  overflow: hidden;
}
.sp-pc-nav .line:last-child {
  display: none;
}
.spaColTitle {
  margin: 40px auto 20px;
  font-size: 36px;
  font-weight: 400;
  color: var(--moo-spaColTitle_color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.spaColTitle:after {
  width: 1.8em;
  height: 3px;
  content: '';
  display: block;
  background: var(--moo-spaColTitle_afterBg);
}
.spaColTitle .navBtn {
  pointer-events: none;
}
.spaColTitle .undefined {
  display: none;
}
.pic .active-state {
  opacity: 1 !important;
}
.listHasImg .listBox .list#addDataListPos11212917 li {
  overflow: visible;
}
.listHasImg .listBox .list#addDataListPos11212917 li .pic {
  overflow: visible;
}
.listHasImg .listBox .list#addDataListPos11212917 li .pic,
.listHasImg .listBox .list#addDataListPos11212917 li .pic a {
  width: 160px;
  background: none;
}
.listHasImg .listBox .list#addDataListPos11212917 li .pic img {
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.topLogo {
  display: block;
  position: absolute;
  width: 136px;
  height: 60px;
  background-image: url("/bundle/icon-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  top: 10px;
  left: 20px;
}
.topLogo span {
  display: none;
}
.topLogo.right {
  left: auto;
  right: 20px;
}
.is-mobile .nav {
  display: none;
}
.is-mobile .mobile-nav-btn {
  width: auto;
  display: flex;
  position: absolute;
  z-index: 99;
  top: 14px;
  left: 6px;
}
.is-mobile .topBigTitle {
  width: 90%;
  margin: 40px auto 0;
}
.is-mobile .col1 .content {
  flex-direction: column;
  height: auto;
}
.is-mobile .col1 .content .right {
  width: 90%;
  margin: 20px auto 0;
  height: auto;
}
.is-mobile .col1 .area {
  padding-top: 0;
  padding-bottom: 30px;
}
.is-mobile .isImgList {
  width: 100%;
}
.is-mobile .isImgList .list {
  width: 100%;
  padding: 0;
  flex-direction: column;
  height: auto;
}
.is-mobile .isImgList .list li {
  width: auto;
  margin-bottom: 14px;
}
.is-mobile .flex-list {
  height: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}
.is-mobile .flex-list .list {
  height: auto;
  width: 96%;
  margin: 0 auto;
}
.is-mobile .rotBigBox {
  margin-bottom: 0;
}
.is-mobile .bgListBoxMod .item-text-box {
  padding: 10px 20px 20px 20px;
}
.is-mobile .topLogo {
  transform: translateX(0);
  left: auto;
  right: 10px;
  top: 0;
  width: 100px;
}
.is-mobile .more {
  margin-top: 16px;
  margin-bottom: 40px;
}
.is-mobile .more .colA {
  justify-content: space-around;
}
.is-mobile .spBox1 {
  width: 100%;
}
.is-mobile .spArea {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.is-mobile .spaColTitle {
  margin-left: 20px;
}
.is-mobile .picListBox,
.is-mobile .picList {
  width: 100%;
}
.is-mobile .picList li {
  margin-right: 20px;
  margin-left: 20px;
  width: 100%;
}
.picTitleAbsAndList .content {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.picTitleAbsAndList-left {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex: 1 0;
}
.picTitleAbsAndList-left .item {
  width: 350px;
}
.picTitleAbsAndList-left .item .pic {
  height: 197px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.picTitleAbsAndList-left .item .pic img {
  width: 100%;
  height: auto;
}
.picTitleAbsAndList-left .item .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.picTitleAbsAndList-left .item .abs {
  font-size: 14px;
  color: #666;
}
.picTitleAbsAndList-left .item+.item {
  margin-left: 20px;
  padding-left: 20px;
}
.picTitleAbsAndList-right {
  flex: 1 1;
  margin-left: 30px;
  padding-left: 20px;
  height: 100%;
}
.picTitleAbsAndList-right .list {
  margin: 0;
}
.is-mobile .picTitleAbsAndList {
  width: 100%;
}
.is-mobile .picTitleAbsAndList .content {
  display: block;
}
.is-mobile .picTitleAbsAndList-left {
  display: block;
}
.is-mobile .picTitleAbsAndList-left .item {
  width: 94%;
  margin: 0 auto;
}
.is-mobile .picTitleAbsAndList-left .item .abs {
  margin-bottom: 10px;
}
.is-mobile .picTitleAbsAndList-left .item+.item {
  margin-left: auto;
  padding-left: 0;
}
.is-mobile .picTitleAbsAndList-right {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 94%;
}
.picList4 li {
  width: 23%;
  margin-right: 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
}
.picList4 li .text {
  margin: 6px 10px;
}
.picList4 li .pic {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.picList4 li .pic:before,
.picList4 li .pic:after {
  display: none;
}
.picList4 li .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.picListSp1 li {
  border-bottom: 5px solid var(--moo-color);
}
.picListSp1 li .text a {
  justify-content: flex-start;
}
.picListSp1 li .text .title {
  text-align: left;
}
.is-mobile .picList4 li .pic {
  height: 200px;
}
.rotBigBox {
  margin-bottom: 60px;
}
.rotPicTitleAbsAddSidebar .rotPicTitleAbs {
  width: 1000px;
  height: 390px;
}
.rotPicTitleAbsAddSidebar .rotPicTitleAbsBox {
  display: flex;
  justify-content: space-between;
}
.rotPicTitleAbsAddSidebar .sidebar {
  width: 250px;
  height: 390px;
}
.rotPicTitleAbsAddSidebar .sidebar .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 390px;
  position: relative;
  background-size: auto 40px;
}
.rotPicTitleAbsAddSidebar .sidebar .pic a {
  width: 100%;
  height: 100%;
}
.rotPicTitleAbsAddSidebar .sidebar .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.rotPicTitleAbsAddSidebar .item-picTitleAbs .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  position: relative;
  width: 500px;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
.rotPicTitleAbsAddSidebar .item-picTitleAbs .pic a {
  width: 100%;
  height: 100%;
}
.rotPicTitleAbsAddSidebar .item-picTitleAbs .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.is-mobile .rotPicTitleAbsAddSidebar .rotPicTitleAbs {
  width: 90%;
  height: 500px;
}
.is-mobile .rotPicTitleAbsAddSidebar .rotPicTitleAbsBox {
  display: block;
  height: auto;
}
.is-mobile .rotPicTitleAbsAddSidebar .sidebar {
  width: 90%;
  height: 452px;
  margin: 10px auto 0;
}
.is-mobile .rotPicTitleAbsAddSidebar .sidebar .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 452px;
  position: relative;
  background-size: auto 40px;
}
.is-mobile .rotPicTitleAbsAddSidebar .sidebar .pic a {
  width: 100%;
  height: 100%;
}
.is-mobile .rotPicTitleAbsAddSidebar .sidebar .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.is-mobile .rotPicTitleAbsAddSidebar .item-picTitleAbs .pic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto;
  background-color: #ccc;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.is-mobile .rotPicTitleAbsAddSidebar .item-picTitleAbs .pic a {
  width: 100%;
  height: 100%;
}
.is-mobile .rotPicTitleAbsAddSidebar .item-picTitleAbs .pic img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.is-mobile .rotPicTitleAbsAddSidebar .textBox {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-mobile .rotBigBox {
  width: 100%;
  overflow: hidden;
}
.topBigTitle {
  margin-top: 30px;
}
.col1 .area {
  padding-top: 0;
}
.col1 .content-rot-headline {
  margin-top: 30px;
}
.is-pc .col1 .more {
  margin-top: 10px;
}
.is-pc .col1 .content-rot-headline {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
}
.rotGallerySP {
  background: var(--moo-color);
}
.rotGallerySP .rotGallery {
  padding-top: 30px;
  margin: 0 auto 40px;
}
.rotGallerySP .rotGallery .gallery-top {
  top: 30px;
}
.rotGallerySP .rotGallery .swiper-button-prev {
  top: 42px;
}
.rotGallerySP .rotGallery .gallery-thumbs {
  transform: translateY(-51%);
}
.rotGallerySP .rotGallery .swiper-button-prev,
.rotGallerySP .rotGallery .swiper-button-next {
  color: #fff;
}
.is-mobile .rotGallerySP {
  padding-top: 10px;
}
.is-mobile .rotGallery .swiper-container .text,
.is-mobile .rotGallery .swiper-container .text a {
  font-size: 30px;
}
.contentBoxSP {
  font-size: 16px;
  line-height: 26px;
  background-color: #f1f8ff;
  border-radius: 4px;
  position: relative;
  margin-top: 40px;
}
.contentBoxSP:before {
  content: '';
  position: absolute;
  width: 90%;
  margin: 0 auto;
  height: 50px;
  top: -15px;
  left: 50%;
  background-image: url("colRepeatXBg.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  transform: translateX(-48%);
}
.contentBoxSP .isContent {
  padding: 70px 6% 40px;
}
.contentBoxSP .isNoContent {
  min-height: 500px;
}
.contentBoxSP .isNoContent .preloader {
  margin-right: 12px;
}
.contentBoxSP strong {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 12px;
}
.contentBoxSP a {
  color: var(--moo-color);
  text-decoration: underline;
}
.is-pc .contentBoxSP .isContent {
  padding: 70px 60px 40px;
}
.is-pc .contentBoxSP .setUrlDom-domHtml {
  column-count: 2;
  column-gap: 2em;
}
.is-pc .rotBigOpenWidth {
  overflow: hidden;
  background-color: #10447a;
}
.is-pc .rotBigOpenWidth .rotBig {
  width: 1200px;
  border-radius: 0;
}
.is-pc .rotBigOpenWidth .rotBig,
.is-pc .rotBigOpenWidth .swiper-wrapper {
  overflow: visible;
}
.is-pc .rotBigOpenWidth .rot-prev {
  left: -60px;
}
.is-pc .rotBigOpenWidth .rot-next {
  right: -60px;
}
.is-pc .rotBigOpenWidth .rot-prev,
.is-pc .rotBigOpenWidth .rot-next {
  color: #fff;
}
.is-pc .rotBigOpenWidth .swiper-slide li {
  opacity: 0.2;
}
.is-pc .rotBigOpenWidth .swiper-slide-active li {
  opacity: 1;
}
.navBtn.hide {
  display: none !important;
}
.contentTxt {
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
  margin: 10px 40px;
  height: auto;
}
.mac.is-pc .contentTxt {
  column-count: 3;
  column-gap: 2em;
}
.contentTxtMore {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.contentTxtMore .link {
  color: var(--moo-color);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.hasNavBox {
  position: relative;
  display: flex;
  width: 100%;
}
.hasNavContentBox {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.pageChildNav {
  margin-top: var(--f7-list-margin-vertical);
  margin-right: 20px;
  flex: 0 1 auto;
  width: 220px;
  justify-content: space-between;
}
.pageChildNav .item {
  line-height: 26px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 12px;
}
.pageChildNav .item a {
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pageChildNav .item a.active,
.pageChildNav .item a:hover {
  background-color: #ffb400;
  color: rgba(255,255,255,0.5) !important;
  font-weight: 600;
}
.pageChildNav .item a.active {
  color: #fff !important;
}
.isCtlNoContentHeight .hasNavContentBox .isNoContent {
  min-height: 100px;
}
.is-mobile .listBox.hasNav {
  flex-direction: column;
}
.is-mobile .pageChildNav {
  margin-right: 0;
}
.itemLRBox {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.itemLRBox .itemsColTiny {
  margin: 30px 40px 20px;
}
.itemLRBox .item1 {
  width: 30%;
}
.itemLRBox .item1 .list {
  margin: 0 30px 0 40px;
}
.itemLRBox .item2 {
  width: 65%;
  height: 100%;
  background: url("itemLRBoxBg.png");
  padding-bottom: 40px;
}
.itemLRBox .item2 .list {
  margin: 0 40px;
  background: #fff;
  border-radius: 10px;
  border: 1px #dca312 dashed;
  min-height: 50px;
  padding: 20px 40px;
}
.col3Box {
  display: flex;
  margin: 10px 0;
}
.col3Box .titlePic {
  width: 658px;
  height: 445px;
  background: url("col3Bg.png");
  border-radius: 5px;
}
.col3Box .pageChildNav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1 0 auto;
  margin-right: 0;
  margin-left: -2px;
  margin-top: 0;
}
.col3Box .pageChildNav .item {
  font-size: 24px;
}
.col3Box .pageChildNav .item a {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.col3Box .pageChildNav .item a,
.col3Box .pageChildNav .item a.active,
.col3Box .pageChildNav .item a:hover {
  padding: 12px 80px;
}
.col3Box .pageChildNav .item a:hover,
.col3Box .pageChildNav .item a.active {
  background: #0051cf; /* Old browsers */
  background: -moz-linear-gradient(45deg, #0051cf 0%, #7527d6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0051cf 0%, #7527d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0051cf 0%, #7527d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.boxBg {
  background-image: url("bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.isContent {
  min-height: 700px;
  width: 79%;
  margin: 36px 0 0 auto;
  font-size: 18px;
  line-height: 32px;
  padding-top: 80px;
}
.isContent p {
  margin-bottom: 24px;
}
#addDataListPos11224967 {
  border-left: 1px #ccc solid;
}
.friends {
  display: flex;
  font-size: 22px;
  margin: 60px auto;
  color: #0051cf;
  justify-content: space-around;
  width: 90%;
}
.friends a {
  font-weight: 400;
  color: #0051cf;
}
.Chn4Box {
  width: 80%;
  margin: 0 auto;
}
.Chn4Box .isNoContent {
  text-align: left;
  justify-content: flex-start;
}
.Chn4Box .Chn4BoxItem {
  flex: 0 1 auto;
  margin-bottom: 30px;
}
.Chn4Box .Chn4BoxItem .Chn4BoxColTitle {
  font-weight: 600;
  font-size: 24px;
  border-left: 5px solid var(--moo-color);
  padding-left: 16px;
  line-height: 20px;
}
.is-pc .Chn4Box {
  padding-top: 60px;
}
.is-pc .Chn4Box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.is-pc .Chn4Box .Chn4BoxItem {
  width: 48%;
}
.is-mobile .Chn4BoxContent {
  margin-top: 20px;
  margin-bottom: 40px;
}
.is-mobile .spaColTitle {
  margin: 30px auto;
}
.is-mobile .spaColTitle:after {
  height: 60px;
  width: 1px;
  background: #ffde00;
}
.co2BgBox {
  background-image: url("col2Bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 820px;
}
.co2BgBox .list {
  width: 90%;
  margin: 0 auto;
}
.co2BgBox .list li .pic,
.co2BgBox .list li .abs {
  display: none;
}
.is-mobile .co2BgBox {
  background-size: auto 400px;
  background-position: 32% bottom;
}
.is-pc .co2BgBox {
  min-height: 820px;
}
.is-pc .co2BgBox .more {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
}
.is-pc .co2BgBox .list {
  margin-left: 600px;
  margin-top: 120px;
  width: 560px;
}
.is-pc .co2BgBox .list li {
  line-height: 42px;
  font-size: 24px;
  margin-bottom: 12px;
}
.topBigTitle,
.topBigTitle h1,
.topBigTitle h1 a {
  width: auto;
  display: block;
  position: static;
}
.rotPicTitleAbsBoxBox {
  background: var(--moo-color);
  background-image: url("colBg.png");
}
.rotPicTitleAbsBoxBox .swiper-button-prev.rotPicTitleAbs-prev,
.rotPicTitleAbsBoxBox .swiper-button-next.rotPicTitleAbs-next {
  color: #fff;
}
.rotPicTitleAbsBox .rotPicTitleAbs {
  padding-bottom: 8px;
}
.rotPicTitleAbsBox .rotPicTitleAbs-pagination {
  bottom: 0;
}
.rotPicTitleAbsBox .rotPicTitleAbs-pagination .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
  width: 30px;
}
.rotPicTitleAbsBox .rotPicTitleAbs-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.item-picTitleAbs-in {
  border-style: solid;
  border-width: 8px;
  border-color: #ffce81;
  border-radius: 10px;
  box-shadow: 0 7px 11px 0 rgba(63,0,0,0.4);
  padding: 20px 30px;
}
.item-picTitleAbs-in .textBox {
  background: #fff;
  margin-right: -10px;
  padding: 0 30px 0 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.item-picTitleAbs .textBox .text a {
  color: var(--moo-color);
  font-size: 32px;
  line-height: 46px;
}
.is-mobile .item-picTitleAbs-in {
  width: 90% !important;
  height: 93% !important;
  margin: 0 auto !important;
}
.rotBigThumbs .gallery-thumbs {
  width: 1200px;
  height: 160px;
  box-sizing: border-box;
  padding: 10px 0;
}
.rotBigThumbs .gallery-thumbs .swiper-slide {
  background-size: auto 100%;
  background-position: center;
  height: 100%;
  opacity: 0.4;
}
.rotBigThumbs .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.rotBigThumbs .gallery-thumbs .noPic {
  background-image: url("/bundle/icon-logo.png");
  background-position: center center;
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.is-mobile .gallery-thumbs {
  display: none;
}
.is-mobile .item-picTitleAbs-in .textBox {
  background: #fff;
  margin: 0 auto;
  width: 86%;
  padding: 20px;
}
.is-pc .col1 {
  margin-top: 70px;
}
.is-pc .col1 .list li {
  line-height: 40px;
}
.is-pc .col1 .list li:before {
  top: 18px;
}
.rot .item .pic {
  background-color: var(--moo-color);
}
.bgListBoxMod .item {
  background-color: #f8f8f8;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}
.bgListBoxMod .title {
  padding-left: 0;
}
.bgListBoxMod .title,
.bgListBoxMod .title a {
  font-size: 26px;
  font-weight: 400;
}
.bgListBoxMod .title:before {
  display: none;
}
.bgListBoxMod .abs {
  font-size: 16px;
  color: #333;
}
.bgListBoxMod .item-text-box {
  padding-left: 50px;
}
.bgListBoxMod .pic {
  margin: 0;
  width: 400px;
  height: 220px;
}
.areaSPBox {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 1px 60px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.is-mobile .areaSPBox {
  width: 100vw;
  padding: 20px 0;
  margin-top: -20px;
}
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title .text,
.is-mobile .rotGallerySP .rotGallery .gallery-top .item .title .text a {
  color: #fff !important;
}
.items-col0-0 {
  display: block;
  border-bottom: var(--moo-color) 1px solid;
  margin-bottom: 20px;
}
.colATxt {
  background-color: var(--moo-color);
  display: inline-block;
  padding: 8px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.colATxt,
.colATxt a {
  color: #fff;
  font-size: 28px;
  line-height: 47px;
  font-weight: 600;
}
.list li {
  font-size: 20px;
  line-height: 40px;
  display: flex;
  font-weight: 300;
  justify-content: space-between;
}
.list li .pubTime {
  font-size: 18px;
  color: #999;
  font-style: italic;
}
.is-mobile .qrcodeBox {
  display: block;
  height: auto;
  padding-top: 40px;
}
.is-mobile .qrcodeBox .qrcode {
  margin: 0 auto 30px !important;
}
.is-mobile .list {
  width: 90%;
  margin: 20px auto;
}
.is-mobile .list li {
  display: block;
}
.is-mobile .col1 .list {
  width: 100%;
}
.is-mobile .pubTime {
  display: none;
}
.is-mobile .more {
  text-align: left;
}
.is-mobile .more .colA {
  display: inline;
}
.is-mobile .more90 .more {
  width: 90%;
  margin: 0 auto 40px;
}
.is-mobile .spaColTitle {
  display: none;
}
.is-mobile .itemsColSpBg .link {
  width: 95%;
}
.qrcodeBox {
  display: inline-flex;
  background-color: #f0f0f0;
  padding: 20px 30px;
  height: 230px;
}
.qrcodeBox .qrcode {
  width: 200px;
}
.qrcodeBox .qrcode img {
  display: block;
  width: 200px;
  height: 200px;
}
.qrcodeBox .qrcode .title {
  display: block;
  padding-top: 6px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.qrcodeBox .qrcode+.qrcode {
  margin-left: 20px;
}
.is-pc .contentSPBox {
  display: flex;
  justify-content: space-between;
}
.is-pc .contentSPBox .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-pc .contentSPBoxItem+.contentSPBoxItem {
  margin-left: 60px;
  margin-top: 30px;
}
.colFather {
  border: none;
}
