@charset "UTF-8";
.about-nav {
  position: relative;
  top: -30px;
  background-color: #fff;
  box-shadow: 0px 3px 17px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-family: 'pfme';
  font-weight: 500;
}

.about-nav ul {
  padding: 0 190px;
}

.about-nav ul li {
  position: relative;
  margin: 22px 35px;
  font-size: 16px;
}

.about-nav ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #802E54;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease .3s;
  border-radius: 2px;
}

.about-nav ul li:hover::before {
  width: 100%;
}

.about-nav ul li:hover a {
  color: #802E54 !important;
}

.about-nav ul .on::before {
  width: 100%;
}

.about-nav ul .on a {
  color: #802E54;
}

.curr-position {
  margin-bottom: 20px;
}

.curr-position span {
  color: #666666 !important;
}

.curr-position span a {
  color: #666666 !important;
}

.curr-position:first-child a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/home.png) no-repeat center;
}

.jj-box .tit-logo {
  margin-bottom: 50px;
}

.jj-box .tit-logo .img img {
  width: 270px;
}

.jj-box .box-center .p {
  line-height: 30px;

  color: #282828;
}

.jj-box .box-center .p:first-child {
  margin-bottom: 30px;
}

.jj-box .box-center .p:last-child {
  margin-bottom: 40px;
}

.jj-box .box-center .img {
  margin-bottom: 40px;
  border-radius: 10px;
}

.jj-box .img-f {
  margin-bottom: 60px;
}

.jj-box .img-f .xm6 .img {
  height: 100%;
  border-radius: 10px;
}

.jj-box .img-f .xm6 .img img {
  width: 100%;
  height: 100%;
}

.jj-box .img-f .xm6:first-child {
  padding-right: 15px;
}

.jj-box .img-f .xm6:last-child {
  padding-left: 15px;
}

.cd-timeline-content > div {
  height: 100%;
}

.cd-timeline-content > div > div img {
  width: 100%;
}

.cd-timeline-content .flex-column > div {
  margin-right: 100px;
}

.cd-timeline-content .ar {
  width: 100%;
  margin-top: 10px;
}

.cd-timeline-content .ar span {
  margin-left: 10px;
}

.cd-timeline-content .cd-date .tit {
  margin-bottom: 10px;
  color: #802E54;
}

.cd-timeline-img {
  position: relative;
}

.cd-timeline-img::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 35px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.4);
}

.cd-date .cd-p {
  margin-top: 9px;
  color: #282828;
  text-align: left;
  line-height: 24px;
}

.cd-container .cd-timeline-block:nth-child(even) .cd-timeline-img::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -26px;
  display: inline-block;
  width: 35px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.4);
}

.cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date .cd-p {
  text-align: right;
}

@media only screen and (min-width: 1170px) {
  .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: -130%;
    top: -10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.authe-box .authe-strip {
  height: 195px;
  background-color: #F4F4F4;
  margin-top: 42px;
  margin-bottom: 60px;
}

.authe-box .authe-strip ul {
  display: inline-flex;
}

.authe-box .authe-strip ul li {
  margin-right: 112px;
}

.authe-box .authe-strip ul li:last-child {
  margin-right: 0;
}

.slides {
  position: relative;
  padding: 0 60px;
  margin-top: 60px;
  font-family: 'pfme';
  font-weight: 500;
}

.slides .jt {
  width: 64px;
  height: 64px;
  background: #DDDDDD;
  text-align: center;
  position: absolute;
  transition: all ease 0.3s;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40px;
}

.slides .jt.prev {
  left: 0;
}

.slides .jt.next {
  right: 0;
}

.slides .jt:hover {
  background: #802E54;
}

.swiper-slide {
  transition: 300ms;
  text-align: center;
  transform: scale(0.6);
}

.swiper-slide img {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
}

.swiper-slide .item .tit {
  display: block;
  margin-top: 40px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  opacity: 1;
}

.swiper-slide-active .item .tit,
.swiper-slide-duplicate-active .item .tit {
  display: block;
  margin-top: 40px;
}

.trends-box .trends-strip {
  height: 195px;
  background-color: #F4F4F4;
  margin-top: 42px;
  margin-bottom: 60px;
}

.trends-box .trends-strip ul {
  display: inline-flex;
}

.trends-box .trends-strip ul li {
  margin-right: 60px;
}

.contact-box .con-title {
  position: relative;
  margin: 60px 0 46px 0;
  font-family: 'pfs';
}

.contact-box .con-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #802E54;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.contact-box .con-box {
  margin-bottom: 55px;
}

.contact-box .con-box .xm3 {
  height: 320px;
}

.contact-box .con-box .xm3 .item-box {
  padding-top: 38px;
  height: 100%;
  background-color: #F9F9F9;
  color: #666666 !important;
}

.contact-box .con-box .xm3 .item-box .con-dz1 {
  padding: 0 46px;
  line-height: 29px;
}

.contact-box .con-box .xm3 .item-box .con-zp1 {
  padding: 0 78px;
}

.contact-box .con-box .xm3 .item-box .con-zp1 a {
  display: block;
  width: 100%;
  padding: 16px;
  color: #A0637F;
  border: 1px solid #802E54;
  border-radius: 10px;
}

.contact-box .con-box .xm3 .item-box .item1 img {
  margin-bottom: 14px;
}

.contact-box .con-box .xm3 .item-box .item1 .con-dz {
  margin-bottom: 60px;
}

.contact-box .con-box .xm3 .item-box .item1 .con-phone {
  margin-bottom: 70px;
}

.contact-box .con-box .xm3 .item-box .item1 .con-zp {
  margin-bottom: 60px;
}

.contact-box .con-box .xm3 .item-box .item1 .con-wx {
  margin-bottom: 23px;
}

.contact-box .map {
  margin-bottom: 60px;
}

.switch {
  margin-bottom: 60px;
}

.switch .grid {
  justify-content: space-between;
}

.switch .grid .xm81 .sw-top {
  background-color: #802E54;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
  padding: 13px 30px;
  color: #fff;
}

.switch .grid .xm41 .sw-top {
  background-color: #802E54;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
  padding: 13px 30px;
  color: #fff;
}

.switch .grid .xm41 .line {
  padding: 30px;
  color: #666666;
  line-height: 30px;
  background: #F9F9F9;
  border-radius: 0 0 16px 16px;
}

.switch a:hover, .switch a:focus {
  text-decoration: none;
  outline: none;
}

.switch #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}

.switch #accordion .panel-title a {
  display: block;
  padding: 15px 20px 15px 16px;
  font-size: 18px;
  color: #000;
  position: relative;
  font-weight: 600;
}

.switch #accordion .panel-title a:before,
.switch #accordion .panel-title a.collapsed:before {
  content: "\e665";
  font-family: "iconfont" !important;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 30px;
  transform: rotate(180deg);
  transition: all .4s;
  background-color: #802E54;
  border-radius: 40px;
}

.switch #accordion .panel-title a.collapsed:before {
  transform: rotate(0deg);
}

.switch .panel-group .panel + .panel {
  margin-top: 0px;
}

.switch .panel-body {
  padding: 0 30px 15px 30px;
}

.switch .panel-body .top {
  font-weight: 600;
  font-size: 14px;
  color: #282828;
}

.switch .panel-body .top div:nth-child(1) {
  margin-right: 78px;
}

.switch .panel-body .top .tit {
  margin-bottom: 10px;
}

.switch .panel-body .item {
  font-weight: 600;
  font-size: 14px;
  color: #282828;
  margin-bottom: 15px;
}

.switch .panel-body .item .tit {
  margin-bottom: 6px;
}

.switch .panel-body .item .content div {
  font-weight: 400;
  color: #282828;
  line-height: 24px;
}

.switch p {
  margin: 0;
}

.switch .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
}

.switch .panel {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.switch .panel-group {
  margin-bottom: 0px;
}

.switch .panel-default > .panel-heading {
  background-color: transparent;
}

.switch .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.switch .panel-title a span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #802E54;
  border-radius: 16px 16px 16px 16px;
  margin: 0 6px 5px 0;
}

html {
  height: 100%;
}

.zzc {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.zzc .copy-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #fff;
  font-size: 30;
  text-align: center;
}

.zzc .copy-item .tit {
  margin-top: 30px;
}

.zzc .copy-item .amplify {
  width: 580px;
}

.zzc .copy-item .amplify:hover {
  transform: none;
}

.zzcc {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.zzcc .oc-video-mian {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
}

.swimwear1-box .grid-middle1 {
  font-family: 'pfme';
  font-weight: 500;
}

.swimwear1-box .grid-middle1 .xm20 {
  height: 100%;
}

.swimwear1-box .grid-middle1 .xm20 .item {
  padding: 6px;
  height: 100%;
  background-color: #F6F6F6;
}

.swimwear1-box .grid-middle1 .xm20 .item .img img {
  width: 100%;
}

.swimwear1-box .grid-middle1 .xm20 .item .tit {
  margin-top: 15px;
  margin-bottom: 12px;
}

.paging {
  margin-top: 25.5px;
  margin-bottom: 60px;
}

.paging .pag-box .page-num-current {
  border: 1px solid #802E54 !important;
  background-color: #802E54 !important;
  color: #fff !important;
}
.paging .pag-box span{display:none}
.paging .pag-box a{
  width: 41px;
  height: 41px; display:block;
  line-height: 41px;
  text-align: center;
  margin-right:5px;
  border-radius: 50px;
  background: #FFFFFF;
  border: 1px solid #9D9D9D;
  color: #666;
}

.paging .pag-box a:hover {
  border: 1px solid #802E54 !important;
  background-color: #802E54 !important;
  color: #fff !important;
}

.swimwear2-box .swimwear2-strip {
  height: 195px;
  background-color: #F4F4F4;
  margin-top: 42px;
  margin-bottom: 60px;
}

.swimwear2-box .swimwear2-strip ul {
  display: inline-flex;
}

.swimwear2-box .swimwear2-strip ul li {
  margin-right: 130px;
}

.skg {
  height: 100px;
  clear: both;
}

.search-region {
  padding-top: 30px;
  background-color: #F9F9F9;
}

.search-box {
  padding-bottom: 68px;
}

.search-box .search-item {
  position: relative;
  width: 43vw;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
  border-radius: 35px;
  padding: 0 40px;
}

.search-box .search-item input {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  font-size: 18px;
}

.search-box .search-item button {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #802E54; border:none; background:none
}

.search-box .search-item button img {
  margin-right: 5px;
}

.search-content .search-result {
  padding-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.search-content .search-result span {
  padding: 0 3px;
  color: #802E54;
}

.search-content .shengc {
  margin-bottom: 40px;
  font-family: 'pfs';
}

.search-content .shengc .shengc-box .grid-middle1 .xm4 .item {
  background-color: #F6F6F6;
  width: 100%;
  height: 100%;
  padding: 6px;
}

.search-content .shengc .shengc-box .grid-middle1 .xm4 .item .tit {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #282828;
}

.search-content .shengc .shengc-box .grid-middle1 .xm4 .item .img img {
  width: 100%;
}

.search-content .title {
  position: relative;
  margin-bottom: 18px;
}

.search-content .title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  background-color: #802E54;
}

.search-content .chanp {
  font-family: 'pfs';
}

.search-content .chanp .grid-middle1 .xm20 {
  height: 100%;
}

.search-content .chanp .grid-middle1 .xm20 .item {
  padding: 6px;
  height: 100%;
  background-color: #F6F6F6;
}

.search-content .chanp .grid-middle1 .xm20 .item .img img {
  width: 100%;
}

.search-content .chanp .grid-middle1 .xm20 .item .tit {
  margin-top: 15px;
  margin-bottom: 12px;
}

.search-content .vmore {
  margin: 40px 0 60px 0;
}

.search-content .vmore a {
  display: inline-block;
  padding: 11px 35px;
  background: rgba(128, 46, 84, 0.15);
  border-radius: 22px;
  color: #802E54;
}

.search-content .vmore a i {
  display: inline-block;
  font-size: 12px;
  color: #802E54;
}

.dq-box .dq-title {
  position: relative;
  margin: 60px 0 46px 0;
  font-family: 'pfs';
}

.dq-box .dq-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #802E54;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.dq-box .dqimg-box .top {
  border-radius: 20px;
  margin-bottom: 15px;
}

.dq-box .dqimg-box .top img {
  width: 100%;
}

.dq-box .dqimg-box .grid-middle {
  margin-bottom: 45px;
}

.dq-box .dqimg-box .grid-middle .grid .xm6 .img {
  border-radius: 20px;
}

.dq-box .dqimg-box .grid-middle .grid .xm6 .img img {
  width: 100%;
}

.hz-box .hz-title {
  position: relative;
  margin: 60px 0 46px 0;
  font-family: 'pfs';
}

.hz-box .hz-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #802E54;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.hz-box .dqimg-box .top {
  border-radius: 20px;
  margin-bottom: 15px;
}

.hz-box .dqimg-box .top img {
  width: 100%;
}

.hz-box .dqimg-box .grid-middle {
  margin-bottom: 45px;
}

.hz-box .dqimg-box .grid-middle .grid .xm6 .img {
  border-radius: 20px;
}

.hz-box .dqimg-box .grid-middle .grid .xm6 .img img {
  width: 100%;
}

.ql-box .ql-title {
  position: relative;
  margin: 60px 0 46px 0;
  font-family: 'pfs';
}

.ql-box .ql-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #802E54;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.ql-box .dqimg-box .top {
  border-radius: 20px;
  margin-bottom: 15px;
}

.ql-box .dqimg-box .top img {
  width: 100%;
}

.ql-box .dqimg-box .grid-middle {
  margin-bottom: 45px;
}

.ql-box .dqimg-box .grid-middle .grid .xm6 .img {
  border-radius: 20px;
}

.ql-box .dqimg-box .grid-middle .grid .xm6 .img img {
  width: 100%;
}

.lr-box .lr-title {
  position: relative;
  margin: 60px 0 46px 0;
  font-family: 'pfs';
}

.lr-box .lr-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #802E54;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.lr-box .dqimg-box .top {
  border-radius: 20px;
  margin-bottom: 15px;
}

.lr-box .dqimg-box .top img {
  width: 100%;
}

.lr-box .dqimg-box .grid-middle {
  margin-bottom: 45px;
}

.lr-box .dqimg-box .grid-middle .grid .xm6 .img {
  border-radius: 20px;
}

.lr-box .dqimg-box .grid-middle .grid .xm6 .img img {
  width: 100%;
}

.adm-box .adm-title {
  position: relative;
  margin: 60px 0 46px 0;
  font-family: 'pfs';
}

.adm-box .adm-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #802E54;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.adm-box .dqimg-box .top {
  border-radius: 20px;
  margin-bottom: 15px;
}

.adm-box .dqimg-box .top img {
  width: 100%;
}

.adm-box .dqimg-box .grid-middle {
  margin-bottom: 45px;
}

.adm-box .dqimg-box .grid-middle .grid .xm6 .img {
  border-radius: 20px;
}

.adm-box .dqimg-box .grid-middle .grid .xm6 .img img {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 6px !important;
  border: 2px solid #fff;
  box-sizing: border-box;
}

@keyframes aw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

:root {
  --swiper-theme-color: #fff;
}

.swiper {
  /*先去掉默认样式*/
  /*再自定义样式*/
}

.swiper .swiper-button-prev:after {
  display: none;
}

.swiper .swiper-button-next:after {
  display: none;
}

.swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: url("../img/arr1-left.png") no-repeat;
  bottom: 15px;
}

.swiper .swiper-button-next {
  width: 35px;
  height: 35px;
  background: url("../img/arr1-right.png") no-repeat;
  bottom: 15px;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  top: unset;
  bottom: 3vh;
}

.swiper .swiper-button-prev {
  left: unset;
  right: 110px;
}

.index-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: transparent;
  margin-left: 2.5vw;
}

.span01 {
  position: relative;
  top: 12px;
  left: 30px;
  color: #fff;
}

.span02 {
  position: relative;
  top: 15px;
  left: -36px;
  color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.index-tit {
  margin-left: auto;
  margin-right: 5.2vw;
  font-size: 30px;
  color: #fff;
}

.index-tit div {
  margin-bottom: 10px;
}

.wp-index {
  max-width: 1840px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

.qh {
  border: 1px solid #802E54;
}

.index-content {
  padding: 100px 0;
  background-color: #F6F6F6;
}

.index-content .xm61 {
  width: 53.7%;
}

.index-content .fst {
  margin-right: -55px;
}

.index-content .oc-video-mian {
  position: relative;
}

.index-content .oc-video-mian video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-content .oc-video-mian video::-webkit-media-controls-enclosure {
  display: none;
}

.index-content .oc-video-mian .video-img-arr1 {
  width: 7em;
  height: 7em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.index-content .con-p {
  margin-right: 95px;
  margin-bottom: 75px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
  color: #282828;
  font-weight: 400;
}

.index-content h4 {
  position: relative;
  color: #282828;
  margin-top: 36px;
  margin-bottom: 25px;
}

.index-content h4::before {
  content: '';
  position: absolute;
  bottom: -11px;
  width: 50px;
  height: 4px;
  background-color: #802E54;
}

.index-content .in-nav {
  position: relative;
  padding: 21px 60px;
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 999;
}

.index-content .in-nav-item {
  color: #802E54;
}

.index-content .in-nav-item .num {
  justify-content: center;
  align-items: start;
  font-family: 'binbold';
}

.index-content .in-nav-item .num div:nth-child(2) {
  font-size: 12px;
  padding-top: 8px;
}

.index-content .in-nav-item .num .add {
  padding-top: 0px !important;
  line-height: 25px;
}

.index-content .in-nav-item .in-nav-item-tit {
  padding-top: 6px;
  color: #666666;
}

.oc-video-mian {
  position: relative;
}

.oc-video-mian video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oc-video-mian .video-img {
  width: 100%;
}

.oc-video-mian video::-webkit-media-controls-enclosure {
  display: none;
}

.oc-video-mian .video-img-arr1 {
  width: 7em;
  height: 7em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.nongxin {
  justify-content: center;
}

.nongxin li {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.nongxin-content {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 80px;
}

.nongxin-content h4::before {
  content: '';
  position: absolute;
  bottom: -22px;
  width: 80px;
  height: 4px;
  background-color: #802E54;
}

.nongxin-content h4 {
  margin-bottom: 44px;
}
