* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: PingFangSC-Medium, PingFang SC;
  text-decoration: none;
}
.yy{
  color: #fff;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
.w {
  width: 80%;
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
}
#xx:hover{
  color: #f02b63;
  /* background-color: #2c2e2e; */
  font-size: 20px;
 }
img {
  width: 100%;
  height: 100%;
  display: block;
}
.MaxBox {
  min-width: 1200px;
}
.MaxBox .mainBox .main {
  color: #FFFFFF;
  height: 500px;
  background-color: pink;
  background: url('https://llkj-wechat.oss-cn-hangzhou.aliyuncs.com/www/css/assets/bgc.png') no-repeat;
  background-size: 100% 100%;
}
.MaxBox .mainBox .main .header {
  height: 100px;
  background: rgba(3, 3, 3, 0.5);
}
.MaxBox .mainBox .main .header .headerMain {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.MaxBox .mainBox .main .header .headerMain .left {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .left .logo {
  width: 165px;
  height: 60px;
  margin-right: 20px;
}
.MaxBox .mainBox .main .header .headerMain .right ul {
  display: flex;
  height: 100%;
  font-weight: bolder;
}
.MaxBox .mainBox .main .header .headerMain .right ul li {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .right ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .right ul li .phone {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.MaxBox .mainBox .main .header .headerMain .right ul li .lvju {
  border-bottom: 3px solid #f02b63;
}
.MaxBox .mainBox .main .content {
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.MaxBox .mainBox .main .content .contentMain h1 {
  font-size: 40px;
}
.MaxBox .mainBox .main .content .contentMain p {
  font-size: 25px;
  padding: 10px 0 0;
}
.MaxBox .tab {
  margin-top: 20px;
}
.MaxBox .tab .tabMain {
  display: flex;
  justify-content: center;
/*  background-color: #f5f5f5;
*/  margin-bottom: 20px;
}
.MaxBox .tab .tabMain .tabBtn {
  margin: 20px 10px;
  padding: 5px 20px;
  border: 1px solid #f02b63;
  color: #f02b63;
  border-radius: 15px;
}
.MaxBox .tab .tabMain .tabBtnBgc {
  margin: 20px 10px;
  padding: 5px 20px;
  color: #ffffff;
  border: 1px solid #f02b63;
  background-color: #f02b63 ;
  border-radius: 15px;

}
.MaxBox .tab .cardBox .page {
  display: flex;
  justify-content: center;
  margin: 50px;
}
.MaxBox .tab .cardBox .page .btn-next,
.MaxBox .tab .cardBox .page .btn-prev {
  padding: 0 10px;
  color: #f02b63;
  font-weight: bold;
}
.MaxBox .tab .cardBox .page li {
  color: #f02b63;
}
.MaxBox .tab .cardBox .page .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #f02b63;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem .cardItem {
  width: 33%;
  height: 400px;
  background-color: pink;
  margin: 10px 0;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem .cardItem .cardItemImg {
  height: 300px;
  position: relative;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem .cardItem .cardItemImg .portrait {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: -25px;
  padding: 0 20px;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem .cardItem .cardItemImg .portrait .portraitImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem .cardItem .cardItemImg .portrait .text {
  font-size: 16px;
  margin-left: 5px;
}
.MaxBox .tab .cardBox .typeOne .cardBoxItem .cardItem .cardItemImg .contentText {
  padding: 5px 15px;
  margin-top: 30px;
}
.MaxBox .tab .cardBox .typeTwo {
  min-height: 300px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left {
  width: 70%;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left .cardItem {
  height: 280px;
  display: flex;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 10px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left .cardItem .leftCardItemImg {
  width: 300px;
  height: 100%;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left .cardItem .leftCardItemText {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left .cardItem .leftCardItemText .top .title {
  font-size: 18px;
  font-weight: bold;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left .cardItem .leftCardItemText .top .text {
  font-size: 15px;
  color: #ccc;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .left .cardItem .leftCardItemText .bottom {
  display: flex;
  justify-content: space-between;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right {
  width: 28%;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox {
  margin: 10px 0;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox .cardBoxItem {
  min-height: 130px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  padding: 10px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox .cardBoxItem .leftBox {
  width: 100px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox .cardBoxItem .rightBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox .cardBoxItem .rightBox .title {
  font-weight: bold;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox .cardBoxItem .rightBox .content {
  font-size: 14px;
  color: #ccc;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .topBox .cardBox .cardBoxItem .rightBox .time {
  font-size: 14px;
  color: #ccc;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .bottomBox {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 15px 10px;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .bottomBox .code {
  padding: 15px 20px;
  text-align: center;
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .bottomBox .code .codeItem {
  height: 250px;
  width: 250px;
  margin:  0 auto;
  /* background-color: pink; */
}
.MaxBox .tab .cardBox .typeTwo .cardMainBox .right .bottomBox .code .text {
  padding: 15px 0;
}
.MaxBox .tab .cardBox .typeThree {
  min-height: 300px;
}
.MaxBox .tab .cardBox .typeThree .tabBox .tabBoxItem {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.MaxBox .tab .cardBox .typeThree .tabBox .tabBoxItem .item {
  padding: 5px 20px;
  cursor: pointer;
}
.MaxBox .tab .cardBox .typeThree .tabBox .tabBoxItem .tabBtnBgc {
  padding: 5px 20px;
  color: #f02b63;
  cursor: pointer;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left {
  width: 70%;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox {
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title {
  display: flex;
  height: 100%;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .logo {
  width: 30px;
  height: 30px;
  background-color: #f02b63;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
  width: 90%;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .text .titleText {
  font-size: 18px;
  font-weight: bold;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .text .content {
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #ccc;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .text .content b {
  color: #e7d1b3;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .text .timeBox {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #ccc;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .left .cardBox .title .text .timeBox .number .icon {
  font-size: 20px;
  vertical-align: middle;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right {
  width: 28%;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox {
  margin: 10px 0;
  height: 130px;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title {
  display: flex;
  height: 100%;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .logo {
  width: 28px;
  height: 28px;
  background-color: #f02b63;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
  width: 90%;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .text .titleText {
  font-size: 18px;
  font-weight: bold;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .text .content {
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #ccc;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .text .content b {
  color: #e7d1b3;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .text .timeBox {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ccc;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .topBox .cardBox .title .text .timeBox .number .icon {
  font-size: 20px;
  vertical-align: middle;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .bottomBox {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 15px 10px;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .bottomBox .code {
  padding: 15px 20px;
  text-align: center;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .bottomBox .code .codeItem {
  height: 250px;
  width: 250px;
  margin:  0 auto;
}
.MaxBox .tab .cardBox .typeThree .cardMainBox .right .bottomBox .code .text {
  padding: 15px 0;
}
.MaxBox .footRotation {
  margin-top: 30px;
}
.MaxBox .footRotation .footRotationMain {
  height: 50px;
  background-color: pink;
}
.MaxBox .footRotation .footRotationMain .swiper {
  height: 100%;
  padding: 0 30px;
}
.MaxBox .footRotation .footRotationMain .swiper-button-prev {
  left: 0;
  height: 100%;
  background-color: #f03268;
}
.MaxBox .footRotation .footRotationMain .swiper-button-next {
  right: 0;
  height: 100%;
  background-color: #f03268;
}
.MaxBox .footRotation .footRotationMain .swiper-button-next,
.MaxBox .footRotation .footRotationMain .swiper-button-prev {
  top: 44%;
}
.MaxBox .footer {
  /* margin-top: 30px; */
  background-color: #2c2e2e;

}
.MaxBox .footer .footerMain {
  background-color: #2c2e2e;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 20px;
}
.MaxBox .footer .footerMain dl {
  display: flex;
  flex-direction: column;
}
.MaxBox .footer .footerMain dl dt {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center
}
.MaxBox .footer .footerMain dl dd {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.MaxBox .footer .footerMain dl dd a {
  display: block;
}
.MaxBox .footer .footerMain dl dd a:hover {
  color: #e1251b;
}
.MaxBox .footer .footerMain dl dd .imgBox {
  margin: 20px 30px 0;
  text-align: center;
}
.MaxBox .footer .footerMain dl dd .imgBox .imgItem {
  width: 100px;
  height: 100px;
}
.MaxBox .footer .footerMain dl dd .imgBox .text {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.MaxBox .footer .footerMain dl .code {
  display: flex;
}
.MaxBox .footer .address {
  border-top: 1px solid #ccc;
  background-color: #2c2e2e;
  padding: 15px 0;
}
.MaxBox .footer .address .top,
.MaxBox .footer .address .bottom {
  display: flex;
  justify-content: center;
  color: #ccc;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.MaxBox .footer .address .top p,
.MaxBox .footer .address .bottom p {
  margin-right: 15px;
}.mmm{
  color: #fff;
}
.mmmNo{
border-bottom: 3px solid #f02b63;
}