@import 'media.css';
@import 'reset.css';
@import 'base.css';
body {
  position: relative;
  padding-top: 5.2rem;
}
img {
  max-width: 100%;
}
p,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 99;
}
header nav {
  height: 100%;
}
header nav .container {
  display: flex;
  justify-content: space-between;
}
header nav .logo {
  display: flex;
  align-items: center;
  color: #C11920;
  padding: 0 2.5rem;
}
header nav .main-nav {
  display: none;
  position: fixed;
  top: 5.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
}
header nav .main-nav > li > .main-nav-item {
  display: flex;
  justify-content: space-between;
  height: 6rem;
}
header nav .main-nav > li > .main-nav-item > a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.8rem;
  padding: 0 2.5rem;
}
header nav .main-nav > li > .main-nav-item > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  transition: transform ease 0.3s;
}
header nav .main-nav > li > .main-nav-item > i.active {
  transform: rotate(180deg);
}
header nav .main-nav > li > ul {
  display: none;
  padding: 0.5rem 0;
  background-color: #f8f8f8;
}
header nav .main-nav > li > ul > li {
  font-size: 1.4rem;
  line-height: 4.4rem;
  padding: 0 4rem;
}
header nav .main-nav > li > ul > li > a {
  display: flex;
  color: #000;
}
header nav #menu {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
/* footer */
footer {
  text-align: center;
  padding-bottom: 3.6rem;
}
footer .links {
  margin-top: 2.4rem;
}
footer .links ul {
  justify-content: center;
}
footer .links ul li {
  margin: 0 2rem;
}
footer .tel {
  margin-top: 3.6rem;
}
footer .shortcut {
  justify-content: center;
  margin-top: 2rem;
}
footer .shortcut .iconfont {
  margin: 0 1.6rem;
}
footer .qr-code {
  margin-top: 3rem;
}
footer .qr-code dl {
  flex-direction: column;
}
footer .qr-code dl dt {
  margin-top: 1.5rem;
}
footer .qr-code dl dd {
  width: 10.8rem;
  height: 10.8rem;
}
footer .qr-code dl dd img {
  width: 100%;
  height: 100%;
}
footer .copyright {
  font-size: 1.2rem;
  margin-top: 3rem;
}
/* home */
#swiper {
  margin-bottom: 2rem;
}
.topic a {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.topic a img {
  width: 100%;
}
.topic a label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}
.latest-news {
  padding: 1.5rem 2rem 3.5rem 2rem;
}
.latest-news dl dt {
  margin-bottom: 2rem;
}
.latest-news dl .news-img {
  margin-bottom: 2rem;
}
.latest-news dl dd .news p {
  font-size: 1.4rem;
}
.latest-news dl dd .more span {
  font-size: 2.4rem;
}
.latest-news dl dd .more .icon-more {
  font-size: 1.8rem;
}
.latest-news dl dd .indicator {
  text-align: center;
  margin-top: 2.4rem;
}
.latest-news dl dd .indicator li {
  width: 2.8rem;
  height: 2.4rem;
  padding: 1rem 0;
  margin: 0 1.5rem;
}
.latest-news dl dd .indicator li:before {
  height: 0.8rem;
}
/* inner page */
.mainbody {
  padding: 0 1.5rem;
}
.mainbody .page-title {
  font-size: 1.8rem;
  margin: 1rem 0 3rem 0;
}
.mainbody .page-title label {
  padding: 2rem;
}
.mainbody .news-title {
  font-size: 1.6rem;
  margin: 1.5rem 0;
}
.mainbody .news-title label {
  font-weight: bold;
  padding: 1.6rem 0;
}
.mainbody .news-title label:after {
  width: 4rem;
  height: 0.3rem;
}
.mainbody .sub-title {
  font-size: 1.2rem;
}
.mainbody .page-content {
  padding: 1.5rem 0;
}
.mainbody .news-detail .news-content p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.mainbody a[name] {
  display: block;
  padding-top: 10.4rem;
  margin-top: -10.4rem;
}
#sub-nav {
  position: fixed;
  top: 5.2rem;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 88;
}
#sub-nav ul li {
  width: 33.33%;
}
#sub-nav ul #lien {
  width: 48%;
}
#sub-nav ul #lien1 {
  width: 48%;
}
#sub-nav ul li.active:after {
  left: 25%;
  width: 50%;
}
/* introduction */
.intro .intro-detail .intro-text {
  flex-wrap: wrap;
  justify-content: center;
}
.intro .intro-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intro .intro-detail .book {
  margin-top: 2rem;
}
.intro .intro-detail .collect {
  padding-top: 3rem;
}
.intro .intro-detail .collect dl dt {
  font-size: 2rem;
  line-height: 3rem;
}
.intro .intro-detail .collect dl dd {
  font-size: 1.2rem;
}
.course .course-detail .course-panel {
  width: 34rem;
  height: 12.6rem;
}
.course .course-detail .course-panel dt {
  flex: 1;
}
.course .course-detail .course-panel dt a {
  color: #fff;
  font-weight: normal;
  background-color: #266AA0;
}
.course .course-detail .course-panel dt a span {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}
.course .course-detail .course-panel dt a .icon-more {
  font-size: 1.6rem;
}
.course .course-detail .course-panel dd {
  padding: 0 2rem;
}
.course .course-detail .course-panel dd strong {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.course .course-detail .course-panel dd p {
  font-size: 1.4rem;
}
.course .course-detail .timeline {
  margin-top: 2.5rem;
}
.course .course-detail .timeline:before {
  left: 4.8rem;
  right: 4.8rem;
  height: 0.2rem;
}
.course .course-detail .timeline .points {
  width: 25.6rem;
}
.course .course-detail .timeline .points ul li {
  width: 6.4rem;
}
.course .course-detail .timeline .points-en {
    width: 25.6rem;
}

.course .course-detail .timeline .points-en ul li {
    width: 6.4rem;
}
.vision .vision-detail {
  padding: 0 1.5rem 28rem 1.5rem;
  margin: 0 -1.5rem;
  background-size: 100% auto;
}
.vision .vision-detail .page-title {
  margin-bottom: 1.5rem;
}
.vision .vision-detail p {
  color: #666;
  line-height: 2.4rem;
}
.footprints {
  margin-bottom: 2rem;
}
.footprints .footprints-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 2rem;
}
.beliefs .beliefs-detail dl,
.purpose .purpose-detail dl {
  margin: 0 -1.5rem;
}
.beliefs .beliefs-detail dl dt .page-title,
.purpose .purpose-detail dl dt .page-title {
  margin-bottom: 2rem;
}
.beliefs .beliefs-detail dl dd,
.purpose .purpose-detail dl dd {
  display: flex;
  align-items: center;
  height: 26rem;
  padding: 0 1.8rem;
  background: url(/imgs/intro_title_bg.png) center center / 100% 100% no-repeat;
}
.beliefs .beliefs-detail dl .dden {
  display: flex;
  align-items: center;
  height: 50rem;
  padding: 0 1.8rem;
  background: url(/imgs/intro_title_bg.png) center center / 100% 100% no-repeat;
}
.beliefs .beliefs-detail dl dd p,
.purpose .purpose-detail dl dd p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.projects h5 {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.projects h5 label {
  height: 4rem;
  line-height: 4rem;
}
.projects .tab-group .tab-item-list {
  flex-wrap: wrap;
}
.projects .tab-group .tab-item-list li {
  font-size: 1.4rem;
  width: 20%;
  height: 3.2rem;
  margin-bottom: 1rem;
}
.projects .tab-group .tab-content-list .tab-content ol {
  justify-content: space-between;
  padding-left: 2rem;
}
.projects .tab-group .tab-content-list .tab-content ol li {
  font-size: 1.2rem;
  width: 42%;
  padding: 1.5rem 0;
}
/* culture */
.brand .brand-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.brand .brand-detail .media {
  margin-bottom: 3rem;
}
.brand .brand-detail .media video,
.brand .brand-detail .media audio {
  width: 100%;
}
.brand .brand-detail .media.audio-brand-song {
  margin-bottom: 0;
}
.manage .manage-detail {
  padding-bottom: 1rem;
}
.manage .manage-detail .manage-panel p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.6rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  border-radius: 0.6rem;
  border: 1px solid #e4e4e4;
}
.manage .manage-detail .manage-panel p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.manage .manage-detail .manage-panel p label {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  width: 18rem;
  margin: -1.5rem auto 0.5rem auto;
  padding: 0 2rem;
  border-radius: 0.6rem;
  background-color: #266AA0;
}
.manage .manage-detail .manage-panel .core-value p:not(:last-child) {
  margin-bottom: 3rem;
}
.manage .manage-detail .manage-panel .swiper-wrapper {
  margin-bottom: 3rem;
}
.manage .manage-detail .manage-panel .manage-swiper-pagination {
  text-align: center;
  bottom: 0;
}
.manage .manage-detail .manage-panel .swiper-pagination {
  bottom: 0;
}
.manage .manage-detail .manage-panel .swiper-pagination-bullet {
  margin: 0 1rem;
  background-color: #000;
}
.manage .manage-detail .manage-panel .swiper-pagination-bullet-active {
  background-color: #C11920;
}
.culture .culture-detail {
  height: 32rem;
  background-size: 100% auto;
}
.culture .culture-detail .culture-panel {
  top: 8rem;
  left: 50%;
  width: 30.6rem;
  height: 22.8rem;
  padding: 2.5rem 0 0 3.8rem;
  transform: translateX(-50%);
}
.culture .culture-detail .culture-panel h2 {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.culture .culture-detail .culture-panel p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2.2rem;
}

.culture .culture-detail .culture-panel-en {
    top: 8rem;
    left: 50%;
    width: 30.6rem;
    height: 22.8rem;
    padding: 2.5rem 0 0 3.8rem;
    transform: translateX(-50%);
}
.culture .culture-detail .culture-panel-en h2 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}
.culture .culture-detail .culture-panel-en p {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2.2rem;
}

.politics .politics-detail .section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2rem;
}
.politics .politics-detail .section-title:before,
.politics .politics-detail .section-title:after {
  margin: 0 1rem;
}
.politics .politics-detail .section-sub-title {
  font-size: 1.1rem;
  margin-top: 0.8rem;
}
.politics .politics-detail .politics-party-branch,
.politics .politics-detail .politics-labour-union {
  margin-bottom: 4rem;
}
.politics .politics-detail .politics-party-branch dl,
.politics .politics-detail .politics-labour-union dl {
  margin-top: 2rem;
}
.politics .politics-detail .politics-party-branch dl dd,
.politics .politics-detail .politics-labour-union dl dd {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.politics .politics-detail .politics-party-branch dl dt,
.politics .politics-detail .politics-labour-union dl dt {
  margin-bottom: 2rem;
}
.politics .politics-detail .politics-party-branch dl dt .img-wrapper,
.politics .politics-detail .politics-labour-union dl dt .img-wrapper {
  display: block;
  width: 34.5rem;
  height: 19.4rem;
}
.politics .politics-detail .politics-party-branch dl dt img,
.politics .politics-detail .politics-labour-union dl dt img {
  width: 100%;
  height: 100%;
}
.politics .politics-detail .politics-party-branch dl dd > ul {
  position: relative;
}
.politics .politics-detail .politics-party-branch dl dd > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #fff;
}
.politics .politics-detail .politics-party-branch dl dt .politics-swiper-pagination {
  position: relative;
  bottom: 3rem;
  text-align: center;
  z-index: 2;
}
.politics .politics-detail .politics-party-branch dl dt .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.9rem;
  opacity: 1;
}
.politics .politics-detail .politics-party-branch dl dt .swiper-pagination-bullet-active {
  background-color: #C11920;
}
.politics .politics-detail .politics-citizen ul {
  margin-top: 2rem;
}
.politics .politics-detail .politics-citizen ul li {
  margin-bottom: 4rem;
}
.politics .politics-detail .politics-citizen ul li dl dt img {
  width: 100%;
}
.politics .politics-detail .politics-citizen ul li dl dd {
  margin-top: 1.5rem;
}
.politics .politics-detail .politics-citizen ul li dl dd h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.politics .politics-detail .politics-citizen ul li dl dd p {
  color: #666;
  font-size: 1.4rem;
}
.politics .politics-detail-article .article-text {
  color: #666;
  font-size: 1.6rem;
  text-indent: 2em;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
.politics .politics-detail-article .article-img {
  text-align: center;
  margin-bottom: 3rem;
}
.books .books-detail {
  padding: 2rem 0;
}
.books .books-detail a {
  padding: 0.6rem 0.6rem 0 0.6rem;
  margin-bottom: 2rem;
}
.books .books-detail a img {
  width: 15.3rem;
}
.page-content.mailbox {
  padding: 0;
  margin: 0 -1.5rem;
}
.mailbox .mailbox-detail {
  padding: 0 1.5rem;
  background-size: auto 100%;
  overflow: hidden;
}
.mailbox .mailbox-detail .pigeon-img {
  width: 13rem;
  margin: 9.3rem 0 3rem 16rem;
}
.mailbox .mailbox-detail .mailbox-img {
  width: 34.5rem;
  margin-left: 2rem;
  margin-right: -2rem;
}
.mailbox .mailbox-detail .slogan {
  text-align: center;
}
.mailbox .mailbox-detail .slogan h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.mailbox .mailbox-detail .slogan p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.mailbox .mailbox-detail .mailbox-info {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 5rem;
}
.mailbox .mailbox-detail .mailbox-info img {
  width: 16.4rem;
  margin-bottom: 3.6rem;
}
.mailbox .mailbox-detail .mailbox-info p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.mailbox .mailbox-detail .mailbox-info p a {
  display: inline-block !important;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 2rem;
  border-radius: 0.2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.history-wrapper .mainbody {
  padding: 0;
}
.history-wrapper .history .history-detail > dl > dt {
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}
.history-wrapper .history .history-detail > dl > dt p {
  margin: 0;
  padding: 4rem 1.5rem;
  background: #fff;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.05);
}
.history-wrapper .history .history-detail > dl > dt p img {
  width: 100%;
  border: 1px dashed #000;
}
.history-wrapper .history .history-detail > dl > dd {
  position: relative;
}
.history-wrapper .history .timeline {
  margin-bottom: 3rem;
  overflow-x: hidden;
}
.history-wrapper .history .timeline .points {
  position: relative;
  display: flex;
}
.history-wrapper .history .timeline .points:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 0.2rem;
  background-color: #666;
  transform: translateY(-50%);
}
.history-wrapper .history .timeline .points > li {
  position: relative;
}
.history-wrapper .history .timeline .points > li > dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 18rem;
  height: 16rem;
  margin: 0;
}
.history-wrapper .history .timeline .points > li > dl > dt {
  font-size: 3.2rem;
  font-weight: bold;
}
.history-wrapper .history .timeline .points > li > dl > dd {
  font-size: 1.2rem;
  padding: 0 1.8rem;
}
.history-wrapper .history .timeline .points > li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  font-size: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.5rem solid #fff;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  background-color: #000;
  transform: translate(-50%, -50%);
}
.history-wrapper .history .timeline .points > li.active > dl > dt {
  color: #266AA0;
}
.history-wrapper .history .timeline .points > li.active:before {
  background-color: #266AA0;
}
.history-wrapper .history .timeline .points-en {
    position: relative;
    display: flex;
}

.history-wrapper .history .timeline .points-en:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    height: 0.2rem;
    background-color: #666;
    transform: translateY(-50%);
}

.history-wrapper .history .timeline .points-en > li {
    position: relative;
}

.history-wrapper .history .timeline .points-en > li > dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 22rem;
    height: 26rem;
    margin: 0;
}

.history-wrapper .history .timeline .points-en > li > dl > dt {
    font-size: 3.2rem;
    font-weight: bold;
}

.history-wrapper .history .timeline .points-en > li > dl > dd {
    font-size: 1.2rem;
    padding: 0 1.8rem;
}

.history-wrapper .history .timeline .points-en > li:before {
position: absolute;
top: 50%;
left: 50%;
content: '';
font-size: 0;
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0.5rem solid #fff;
box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
background-color: #000;
transform: translate(-50%, -50%);
}

.history-wrapper .history .timeline .points-en > li.active > dl > dt {
color: #266AA0;
}

.history-wrapper .history .timeline .points-en > li.active:before {
background-color: #266AA0;
}
.history-wrapper .history .step {
  display: flex;
  justify-content: center;
  height: 3.4rem;
  margin-bottom: 2rem;
}
.history-wrapper .history .step .ctrl {
  user-select: none;
  position: relative;
  color: #eee;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.34rem;
  line-height: 3.4rem;
  width: 14rem;
  padding-left: 3rem;
  background-color: #266AA0;
}
.history-wrapper .history .step .ctrl.disabled {
  background-color: #c5c5c5;
}
.history-wrapper .history .step .prev {
  border-right: 1px solid #fff;
}
.history-wrapper .history .step .next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 2.4rem;
  height: 1px;
  margin-left: 3.5rem;
  background-color: #eee;
  transform: translate(-50%, -50%);
}
.history-wrapper .history .step .next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 4.5rem;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #eee;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* responsibility */
.responsibility .headline {
  flex-wrap: wrap;
  padding: 1.6rem;
}
.responsibility .headline dd h3 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem 0;
}
.responsibility .headline dd p {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.responsibility .headline dd .detail {
  justify-content: flex-start;
}
.responsibility .headline dd .detail a {
  font-size: 1.2rem;
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
}
.responsibility .news-list li a {
  padding: 2.4rem 1.6rem;
}
.responsibility .news-list li a .title strong,
.responsibility .news-list li a .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.responsibility .news-list li a .title strong {
  font-size: 1.6rem;
}
.responsibility .news-list li a .title span {
  font-size: 1.2rem;
}
/* news */
.news-center .news-list li {
  margin-bottom: 2rem;
}
.news-center .news-list li dl {
  height: 10rem;
}
.news-center .news-list li dl dt {
  width: 11.4rem;
}
.news-center .news-list li dl dt label {
  font-size: 3rem;
}
.news-center .news-list li dl dt span {
  font-size: 1.3rem;
}
.news-center .news-list li dl dd {
  padding: 0 1.5rem;
}
.news-center .news-list li dl dd h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.news-center .news-list li dl dd h5 {
  margin-bottom: 0.6rem;
}
.news-center .news-list li dl dd h5 label {
  font-size: 1.1rem;
}
.news-center .news-list li dl dd h5 span {
  font-size: 1.1rem;
}
.news-center .news-list li dl dd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.2rem;
}
/* product */
.tourism .tourism-detail > p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.tourism .tourism-detail dl {
  margin-bottom: 4rem;
}
.tourism .tourism-detail dl dd {
  position: relative;
  width: 31.5rem;
  padding: 1.8rem;
  margin: -8rem auto 0 auto;
}
.tourism .tourism-detail dl dd h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tourism .tourism-detail dl dd h5 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.tourism .tourism-detail dl dd p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.health .health-detail > p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.series .series-detail > p {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.series .series-detail dl {
  position: relative;
  margin-bottom: 4rem;
}
.series .series-detail dl dt {
  position: relative;
  z-index: 0;
}
.series .series-detail dl dd {
  position: relative;
  color: #C2E1FA;
  background-color: #266AA0;
  z-index: 1;
  width: 31.5rem;
  padding: 1.8rem;
  margin: -8rem auto 0 auto;
}
.series .series-detail dl dd h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.series .series-detail dl dd h5 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.series .series-detail dl dd p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.product-info-wrapper {
  position: relative;
  overflow: hidden;
}
.product-info-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: blur(1rem);
}
.product-info-wrapper .container .product-info {
  background-color: #fff;
}
.product-info-wrapper .container .product-info .product-info-header {
  padding: 1.2rem 1.8rem;
  background-color: rgba(38, 106, 160, 0.05);
}
.product-info-wrapper .container .product-info .product-info-header .product-info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.product-info-wrapper .container .product-info .product-info-header .product-info-title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  width: 28rem;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-info-wrapper .container .product-info .product-info-header .product-info-title label {
  color: #266AA0;
  margin: 0;
  padding: 0 0.5rem;
  border: 1px solid #266AA0;
  border-radius: 0.4rem;
}
.product-info-wrapper .container .product-info .product-info-header .product-info-desc {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.product-info-wrapper .container .product-info .product-info-header .product-info-tags {
  display: flex;
}
.product-info-wrapper .container .product-info .product-info-header .product-info-tags li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #266AA0;
  font-size: 1.2rem;
  width: 4.4rem;
  height: 1.8rem;
  margin-right: 1rem;
  border-radius: 0.4rem;
  background-color: rgba(38, 106, 160, 0.08);
}
.product-info-wrapper .container .product-info .product-info-header .product-info-tags li.heavy {
  display: flex!important;
  color: #fff;
  background-color: rgba(38, 106, 160, 0.5);
}
.product-info-wrapper .container .product-info .product-info-body {
  padding: 2rem 2rem 0 2rem;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content {
  position: relative;
  width: 80%;
  padding: 1.5rem;
  border-radius: 0.3rem;
  border: 1px solid #eee;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-price {
  font-size: 1.2rem;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-price label {
  display: block;
  color: #999;
  font-weight: normal;
  margin: 0;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-price strong {
  color: #C11920;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-price span {
  color: #C11920;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-props {
  display: flex;
  margin-bottom: 2rem;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-props li {
  position: relative;
  font-size: 1.4rem;
  width: 28%;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-props li label {
  font-weight: normal;
  margin: 0;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-props li span {
  display: block;
  color: #999;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-props li:not(:last-child) {
  width: 36%;
  margin-right: 2rem;
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-props li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 3.6rem;
  background-color: #eee;
  transform: translateY(-50%);
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-status {
  position: absolute;
  top: 0;
  right: 0;
  color: #266AA0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  background-color: rgba(38, 106, 160, 0.2);
}
.product-info-wrapper .container .product-info .product-info-body.tab-group .tab-content-list .tab-content .product-status.disabled {
  color: #666;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-info-wrapper .container .product-info .product-info-body .product-sale {
  padding: 1.2rem 0;
}
.product-info-wrapper .container .product-info .product-info-body .product-sale li {
  display: flex;
  font-size: 1.4rem;
}
.product-info-wrapper .container .product-info .product-info-body .product-sale li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.product-info-wrapper .container .product-info .product-info-body .product-sale li label {
  flex-shrink: 0;
  color: #999;
  font-weight: normal;
  width: 9rem;
  margin: 0;
}
.product-info-wrapper .container .product-info .product-info-body .product-sale li span a {
  color: #266AA0;
}
.product-info-wrapper .container .product-info .product-info-footer {
  padding: 0 2rem 2rem 2rem;
}
.product-info-wrapper .container .product-info .product-info-footer button {
  color: #266AA0;
  font-size: 1.6rem;
  width: 100%;
  height: 4.5rem;
  border: none;
  background-color: rgba(38, 106, 160, 0.05);
}
.product-detail-wrapper {
  padding: 3rem 0;
  background-color: #f5f5f5;
}
.product-detail-wrapper .swiper-small {
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.product-detail-wrapper .swiper-small .swiper-small-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.product-detail-wrapper .swiper-small .swiper-small-header h2 {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
.product-detail-wrapper .swiper-small .swiper-small-header .more {
  color: #999;
}
.product-detail-wrapper .swiper-small .swiper-container {
  padding: 0 2rem;
  margin: 0 -2rem;
}
.product-detail-wrapper .swiper-small .swiper-slide {
  position: relative;
  width: 15rem;
  height: 15rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.product-detail-wrapper .swiper-small .swiper-slide img {
    position: relative;
    top: 50%;
    left: 50%;
    max-width: none;
    height: 100%;
    transform: translate(-50%, -50%);
}
.product-detail-wrapper .product-types .swiper-slide {
  height: auto;
}
.product-detail-wrapper .product-types .swiper-slide .type-img {
  position: relative;
  width: 15rem;
  height: 15rem;
  padding: 1rem;
  border: 1px solid #eee;
}
.product-detail-wrapper .product-types .swiper-slide .type-img img {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: auto;
  min-height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.product-detail-wrapper .product-types .swiper-slide .type-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-wrapper .product-types .swiper-slide .type-title label {
  font-size: 1.4rem;
  margin: 0;
  width: 12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-detail-wrapper .product-types .swiper-slide .type-title span {
  flex-shrink: 0;
  color: #266AA0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  background-color: rgba(38, 106, 160, 0.2);
}
.product-detail-wrapper .product-types .swiper-slide .type-title span.disabled {
  color: #666;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-detail-wrapper .product-types .swiper-slide .type-info p {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.product-detail-wrapper .product-types .swiper-slide .type-info .type-info-price {
  color: #C11920;
  font-size: 1.2rem;
}
.product-detail-wrapper .product-types .swiper-slide .type-info .type-info-price strong {
  font-size: 1.6rem;
}
.product-detail-wrapper .product-gallery .tab-content li .more,
.product-detail-wrapper .product-type .type-img .more {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-detail-wrapper .product-gallery .tab-content li .more span,
.product-detail-wrapper .product-type .type-img .more span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
}
.product-detail-wrapper .product-gallery .tab-content li .more span:before,
.product-detail-wrapper .product-type .type-img .more span:before,
.product-detail-wrapper .product-gallery .tab-content li .more span:after,
.product-detail-wrapper .product-type .type-img .more span:after {
  content: '';
  width: 9.6rem;
  height: 2.6rem;
  border: 0.2rem solid #fff;
}
.product-detail-wrapper .product-gallery .tab-content li .more span:before,
.product-detail-wrapper .product-type .type-img .more span:before {
  margin-bottom: 1rem;
  border-bottom: none;
}
.product-detail-wrapper .product-gallery .tab-content li .more span:after,
.product-detail-wrapper .product-type .type-img .more span:after {
  margin-top: 1rem;
  border-top: none;
}
.product-detail-wrapper .product-gallery .tab-content li .more a,
.product-detail-wrapper .product-type .type-img .more a {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  width: 8rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  background-color: #266AA0;
}
.intelligence .intelligence-detail p {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.intelligence .intelligence-detail p:nth-child(3),
.intelligence .intelligence-detail p:nth-child(4) {
  text-align: center;
}
.intelligence .intelligence-detail p strong {
  color: #C11920;
  font-weight: normal;
}
/* service */
.service-wrapper .mainbody {
  padding: 0;
}
.service-wrapper .mainbody .page-content.service {
  padding: 0;
}
.service .service-box {
  position: relative;
}
.service .service-box img {
  position: relative;
  z-index: 0;
}
.service .service-box .service-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.service .service-box .service-text .line1 strong,
.service .service-box .service-text .line2 strong {
  color: #333333;
  font-weight: normal;
}
.service .service-box .service-text .line1 span,
.service .service-box .service-text .line2 span {
  color: #999999;
}
.service .service-box .service-text .line1 {
  font-size: 1.8rem;
}
.service .service-box .service-text .line1 .separtor {
  margin: 0 1rem;
}
.service .service-box .service-text .line1 .separtor:after {
  height: 1.2rem;
  background-color: #266AA0;
}
.service .service-box .service-text .line2 {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
}
.service .service-box .service-text .line3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.service .service-box .service-text .line4 {
  color: #266AA0;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
.service .service-box .service-text .line5 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
.service .service-box .service-text .line5 a {
  color: #266AA0;
}
.service .service-box {
  position: relative;
}
.service .service-box img {
  position: relative;
  z-index: 0;
}
.service .service-box .service-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.service .service-box .service-text .part1 p {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2rem;
}
.service .service-box .service-text .part2 {
  color: #266AA0;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin-top: 0.2rem;
}
.service .service-box .service-text .part3 {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.service .service-box .service-text .part4 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
.service .service-box .service-text .part4 a {
  color: #266AA0;
}
/* cooperation */
.cooperation-wrapper .mainbody .page-content.cooperation {
  padding-bottom: 0;
}
.cooperation .cooperation-detail dl {
  padding: 0 3rem;
}
.cooperation .cooperation-detail h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin: 2rem 0 1rem 0;
}
.cooperation .cooperation-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.cooperation .cooperation-detail .remark {
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
  margin-top: 2rem;
}
.cooperation .cooperation-detail .remark dl {
  height: 8.6rem;
}
.cooperation .cooperation-detail.partners-detail img {
  margin: 2rem 0;
}
.cooperation .tab-group {
  margin: 2rem -1.5rem 0 -1.5rem;
}
.cooperation .tab-group .tab-item-list {
  justify-content: space-between;
  background-color: #fbfbfb;
}
.cooperation .tab-group .tab-item-list .tab-item {
  position: relative;
  width: 12rem;
  height: 6rem;
  margin-top: 0.6rem;
}
.cooperation .tab-group .tab-item-list .tab-item i {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 16.8rem, 4.8rem;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon1 {
  background-position: 0 0;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon2 {
  background-position: -2.4rem 0;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon3 {
  background-position: -4.8rem 0;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon4 {
  background-position: -7.2rem 0;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon5 {
  background-position: -9.6rem 0;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon6 {
  background-position: -12rem 0;
}
.cooperation .tab-group .tab-item-list .tab-item i.icon7 {
  background-position: -14.4rem 0;
}
.cooperation .tab-group .tab-item-list .tab-item label {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.cooperation .tab-group .tab-item-list .tab-item.active label {
  color: #C11920;
}
.cooperation .tab-group .tab-item-list .tab-item.active:after {
  position: absolute;
  left: 25%;
  bottom: 0;
  content: '';
  width: 50%;
  height: 0.2rem;
  background: linear-gradient(90deg, rgba(193, 25, 32, 0) 0%, #c11920 50%, rgba(193, 25, 32, 0) 100%);
}
.cooperation .tab-group .tab-content-list .tab-content {
  display: none;
  padding: 0 1.5rem;
}
/* statement */
.statement .statement-detail h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin: 2rem 0 1rem 0;
}
.statement .statement-detail h3:first-child {
  margin-top: 0;
}
.statement .statement-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.statement .tab-group {
  margin: 2rem -1.5rem 0 -1.5rem;
}
.statement .tab-group .tab-item-list {
  justify-content: space-between;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
  background-color: #fbfbfb;
}
.statement .tab-group .tab-item-list .tab-item {
  position: relative;
  height: 6rem;
  margin-top: 0.6rem;
}
.statement .tab-group .tab-item-list .tab-item label {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.statement .tab-group .tab-item-list .tab-item.active label {
  color: #C11920;
}
.statement .tab-group .tab-item-list .tab-item.active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(90deg, rgba(193, 25, 32, 0) 0%, #c11920 50%, rgba(193, 25, 32, 0) 100%);
}
.statement .tab-group .tab-content-list .tab-content {
  display: none;
  padding: 0 1.5rem;
}
/* join */
.join-wrapper .join {
  position: relative;
}
.join-wrapper .join .join-search {
  position: absolute;
  top: -2.9rem;
  left: 50%;
  display: flex;
  width: 80.4rem;
  height: 5.8rem;
  transform: translateX(-50%);
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.13);
  border-radius: 2.9rem;
  background-color: #fff;
}
.join-wrapper .join .join-search .icon-search {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: 2rem;
  width: 5.8rem;
}
.join-wrapper .join .join-search .input-text {
  flex-grow: 1;
  display: flex;
}
.join-wrapper .join .join-search .input-text input {
  width: 100%;
  font-size: 1.8rem;
  padding: 0 1rem;
  border: none;
}
.join-wrapper .join .join-search button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  width: 15rem;
  border: none;
  border-radius: 0 2.9rem 2.9rem 0;
  background-color: #C11920;
}
.join-wrapper .join .join-list .filters-mb {
  position: fixed;
  top: 5.2rem;
  left: 0;
  width: 100%;
  padding: 1.4rem 1.6rem 0 1.6rem;
  background-color: #f5f5f5;
  z-index: 10;
}
.join-wrapper .join .join-list .filters-mb .search-box {
  display: flex;
  height: 5rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.join-wrapper .join .join-list .filters-mb .search-box .region {
  flex-shrink: 0;
  width: 9rem;
}
.join-wrapper .join .join-list .filters-mb .search-box .region .region-picked {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.join-wrapper .join .join-list .filters-mb .search-box .region .region-picked:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 1px;
  height: 2rem;
  background-color: #e4e4e4;
  transform: translateY(-50%);
}
.join-wrapper .join .join-list .filters-mb .search-box .region .region-picked span {
  margin-right: 1rem;
}
.join-wrapper .join .join-list .filters-mb .search-box .region .region-picked .icon-arrow {
  font-size: 1rem;
  margin-top: 0.3rem;
}
.join-wrapper .join .join-list .filters-mb .search-box .region .region-list {
  display: none;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  line-height: 5rem;
  border-radius: 0.8rem;
  width: 100%;
  margin-top: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  z-index: 11;
}
.join-wrapper .join .join-list .filters-mb .search-box .search-input {
  flex-grow: 1;
}
.join-wrapper .join .join-list .filters-mb .search-box .search-input input {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border: none;
}
.join-wrapper .join .join-list .filters-mb .search-box .search-btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  width: 5rem;
  border: none;
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: #C11920;
}
.join-wrapper .join .join-list .filters-mb .filters-list {
  display: flex;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li {
  flex-grow: 1;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li .filters-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.4rem;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li .filters-group span {
  font-weight: bold;
  margin-right: 0.5rem;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li .filters-group:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0.3rem 0.3rem 0 0.3rem;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  transition: transform ease 0.3s;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li ul {
  position: fixed;
  top: 17rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li ul > li {
  flex-shrink: 0;
  display: flex;
  width: 25%;
  padding: 0.5rem;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li ul > li span {
  flex-grow: 1;
  color: #666;
  font-size: 1.2rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 0.2rem;
  background-color: #f5f5f5;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li ul > li.active span {
  color: #fff;
  background-color: #C11920;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li.active .filters-group {
  color: #C11920;
}
.join-wrapper .join .join-list .filters-mb .filters-list > li.active .filters-group:after {
  border-top-color: #C11920;
  transform: rotate(180deg);
}
.join-wrapper .join .join-list .results li {
  font-size: 2rem;
  padding: 2.4rem 0.5rem;
  border-bottom: 1px solid #e4e4e4;
}
.join-wrapper .join .join-list .results li h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.join-wrapper .join .join-list .results li h4 {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
.join-wrapper .join .join-list .results li .separtor {
  margin: 0 1.2rem;
}
.join-wrapper .join .join-list .results li .separtor:after {
  background-color: #e4e4e4;
}
.join-wrapper .join .join-list .results li p {
  color: #999;
  font-size: 1.4rem;
}
.join-wrapper .join .join-content {
  padding: 2rem 0;
}
.join-wrapper .join .join-content .join-title h3 {
  font-size: 2rem;
}
.join-wrapper .join .join-content h5 {
  font-size: 1.6rem;
}
/* pop win */
.pop-win .dialog .dialog-body {
  padding: 0 2rem;
}
.pop-win .dialog .dialog-body ul li label {
  font-size: 1.6rem;
}
.pop-win .dialog .dialog-body ul li input {
  width: 22.5rem;
  height: 4rem;
}
.pop-win .dialog .dialog-body ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.join-apply {
  display: block;
  margin: 0 auto;
}
#mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 9;
}
#mask.show-mask {
  display: block;
}
.introduction-wrapper,
.culture-wrapper,
.news-wrapper,
.cooperation-wrapper {
  padding-top: 5rem;
}
.join-header-fix {
  padding-top: 11.8rem;
}
<!--ºÄÊ±1764133516.9658Ãë-->