@charset "UTF-8";
/* reset */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  font-family: "Microsoft YaHei";
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  font: 12px/1.14 Microsoft YaHei, arial, 宋体;
  color: #333;
  outline: 0;
}

body {
  background: #ffffff;
}

a, a:hover {
  color: #333;
}

/* function */
.f-cb:after, .f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.f-cb, .f-cbli li {
  zoom: 1;
}

.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pr {
  position: relative;
}

.f-prz {
  position: relative;
  zoom: 1;
}

.f-oh {
  overflow: hidden;
}

.f-ff0 {
  font-family: arial, 宋体;
}

.f-ff1 {
  font-family: "Microsoft YaHei", 微软雅黑, arial, 宋体;
}

.f-fs1 {
  font-size: 12px;
}

.f-fs2 {
  font-size: 14px;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-tal {
  text-align: left;
}

.f-tac {
  text-align: center;
}

.f-tar {
  text-align: right;
}

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.f-vam, .f-vama * {
  vertical-align: middle;
}

.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}

.f-ti2 {
  text-indent: 2em;
}

.f-lhn {
  line-height: normal;
}

.f-tdu, .f-tdu:hover {
  text-decoration: underline;
}

.f-tdn, .f-tdn:hover {
  text-decoration: none;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html {
  min-height: 100%;
}
html body {
  background: #000;
}
html body .container {
  width: 1400px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  html {
    min-height: 100%;
  }
  html body {
    background: #000;
  }
  html body .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 19px;
    overflow: hidden;
  }
}
.footer {
  width: 7rem;
  margin: 0.25rem auto 0;
}
.footer .bottom {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 0.25rem;
  margin-top: 0.25rem;
  text-align: right;
  border-top: 1px solid #ffffff;
}
.footer .bottom span {
  margin-left: 0.1875rem;
}
.footer .left {
  border-right: 1px solid #ffffff;
  width: 5.76875rem;
  display: flex;
  justify-content: space-between;
}
.footer .left .logo {
  width: 122px;
  height: 143px;
  margin-right: 40px;
}
.footer .left .myServe {
  flex: 1;
}
.footer .left .adress {
  flex: 6;
}
.footer .f-cb {
  display: flex;
  align-items: center;
}
.footer .f-fl {
  margin-right: 0.1875rem;
  float: none;
}
.footer .f-fl h2 {
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 0.1375rem;
}
.footer .f-fl p {
  font-size: 14px;
  font-weight: 400;
  color: #A6A6A6;
  display: flex;
  justify-content: space-between;
  line-height: 0.1875rem;
}
.footer .f-fl p span:nth-child(1) {
  flex: 1;
}
.footer .f-fl p span:nth-child(2) {
  flex: 2;
}
.footer .f-fl p span {
  flex: 1;
}
.footer .f-fr {
  float: none;
}
.footer .f-fr img {
  width: 0.8875rem;
  margin: 0.125rem;
}

@media (max-width: 900px) {
  .footer {
    width: 100%;
  }
  .footer .bottom {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 0.5rem;
    border: 0;
    text-align: center;
  }
  .footer .bottom span {
    display: block;
  }
  .footer .title {
    font-size: 24px;
    font-weight: 500;
    color: white;
    line-height: 24px;
    text-align: center;
    padding: 40px 0 20px;
  }
  .footer .info {
    text-align: center;
    margin-top: 20px;
  }
  .footer .info .address_icon {
    width: 24px;
    height: 26px;
  }
  .footer .info .phone {
    width: 24px;
    height: 24px;
  }
  .footer .info .p_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-bottom: 8px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .footer .info p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .img {
    margin-top: 20px;
    text-align: center;
  }
  .footer .img p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 18px;
    padding-top: 15px;
  }
  .footer .icp {
    font-size: 10px;
    font-weight: 400;
    color: #d2d4da;
    line-height: 14px;
    text-align: right;
    padding: 17px 0;
  }
  .footer .icp span {
    margin-left: 32px;
  }
}
.header {
  height: 0.48125rem;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.header .container {
  overflow: hidden;
  padding: 0 0.975rem;
}
.header .logo {
  width: 0.35rem;
  float: left;
}
.header .logo img {
  width: 100%;
  margin-top: 0.03125rem;
}
.header .icon-menu {
  display: none;
  float: right;
}
.header .icon-menu img {
  margin-top: 24px;
  width: 28px;
}
.header .menu {
  float: right;
}
.header .menu ul {
  overflow: hidden;
}
.header .menu ul li {
  float: left;
}
.header .menu ul li:hover a {
  color: #df524c;
}
.header .menu ul li.active a {
  color: #df524c;
}
.header .menu ul li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 0.1875rem;
}

@media (max-width: 900px) {
  .header {
    height: auto;
    width: 100%;
    background: none;
    opacity: 1;
  }
  .header .container {
    overflow: hidden;
    padding: 0 19px;
  }
  .header .logo {
    width: 42px;
    float: left;
  }
  .header .logo img {
    width: 100%;
    margin-top: 16px;
  }
  .header .icon-menu {
    display: block;
  }
  .header .menu {
    display: none;
  }
}
.index .pc {
  display: block !important;
}
.index .mobile {
  display: none !important;
}
.index .banner {
  width: 100%;
  height: 9rem;
  background: #000 url("../img/banner.png") no-repeat;
  background-size: cover;
}
.index .banner .ban-text {
  color: #ffffff;
  padding: 1.3125rem 0;
}
.index .banner .ban-text .container {
  padding: 0 1.325rem;
}
.index .banner .ban-text h2 {
  font-size: 55px;
  font-weight: normal;
}
.index .banner .ban-text h3 {
  font-size: 34px;
  font-weight: normal;
  padding: 0.1875rem 0 0.5rem;
}
.index .banner .ban-text .add-us {
  width: 1.3375rem;
  height: 0.375rem;
  background: #df524c;
  border-radius: 0.03125rem;
  color: #ffffff;
  font-size: 31px;
  border: 0;
}
.index .business {
  width: 100%;
  height: 3.75rem;
  margin-top: -3.25rem;
  overflow: hidden;
}
.index .business .container {
  background: #0f0f0f;
}
.index .business .container .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  text-align: center;
  padding-top: 0.3875rem;
}
.index .business .container ul.bus-ul {
  padding: 0.525rem 0.9125rem 0.525rem;
  *zoom: 1;
}
.index .business .container ul.bus-ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index .business .container ul.bus-ul li {
  width: 25%;
  height: 1.90625rem;
  padding: 0 0.0625rem;
  float: left;
}
.index .business .container ul.bus-ul li:hover {
  transition: all 1s linear;
  margin-top: -0.10625rem;
}
.index .business .container ul.bus-ul li:hover .box {
  background: #f64942;
}
.index .business .container ul.bus-ul li.active {
  margin-top: -0.10625rem;
}
.index .business .container ul.bus-ul li.active .box {
  background: #f64942;
}
.index .business .container ul.bus-ul li .box {
  width: 100%;
  height: 100%;
  background: black;
  border: 1px solid;
  border-image: linear-gradient(317deg, black, rgba(255, 91, 84, 0.31)) 1 1;
  text-align: center;
  color: #ffffff;
  padding: 0.1875rem;
}
.index .business .container ul.bus-ul li .box .img {
  width: 0.43125rem;
  height: 0.43125rem;
  margin: 0.11875rem auto 0;
}
.index .business .container ul.bus-ul li .box h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  line-height: 0.20625rem;
  padding-top: 0.0875rem;
}
.index .business .container ul.bus-ul li .box p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 0.125rem;
  padding-bottom: 0.24375rem;
}
.index .business .container ul.bus-ul li:nth-child(1) .box .img {
  background: url("../img/man.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(1):hover .box .img {
  background: url("../img/man-active.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(2) .box .img {
  background: url("../img/star-active.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(2):hover .box .img {
  background: url("../img/star.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(3) .box .img {
  background: url("../img/ip.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(3):hover .box .img {
  background: url("../img/ip-active.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(4) .box .img {
  background: url("../img/shopping.png") no-repeat;
  background-size: 100% 100%;
}
.index .business .container ul.bus-ul li:nth-child(4):hover .box .img {
  background: url("../img/shopping-active.png") no-repeat;
  background-size: 100% 100%;
}
.index .qyzb .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  text-align: center;
  padding-top: 0.3875rem;
}
.index .qyzb .women {
  width: 7.01875rem;
  height: 3.80625rem;
  border: 1px solid #ff3b32;
  margin: 0.825rem auto;
  position: relative;
  /*.two-img{
    margin-top: px2rem(14);
    &:hover{
      border: 1px solid #df524c;
    }
  }*/
}
.index .qyzb .women ul li {
  float: left;
}
.index .qyzb .women ul.pc li:hover {
  transition: all 0.5s linear;
  margin-top: 0.625rem;
  border: 1px solid #df524c;
}
.index .qyzb .women ul.pc li:nth-child(1):hover {
  margin-top: -0.65625rem;
  border: 1px solid #df524c;
}
.index .qyzb .women ul.pc li:nth-child(4):hover {
  margin-top: -0.1875rem;
  border: 1px solid #df524c;
}
.index .qyzb .women ul.pc li:nth-child(5):hover {
  margin-top: -0.1875rem;
  border: 1px solid #df524c;
}
.index .qyzb .women ul.pc li:nth-child(6):hover {
  margin-top: -0.1875rem;
  border: 1px solid #df524c;
}
.index .qyzb .women .big-img {
  width: 3.4875rem;
  height: 2.8625rem;
  margin-top: -0.65625rem;
  margin-left: 0.48125rem;
}
.index .qyzb .women .big-img img {
  width: 100%;
  height: 100%;
}
.index .qyzb .women .small-img {
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0.83125rem;
  margin-left: 0.1rem;
}
.index .qyzb .women .small-img img {
  width: 100%;
  height: 100%;
}
.index .qyzb .women .three-img {
  /*margin-top: px2rem(100);
  border: 1px solid #df524c;*/
}
.index .qyzb .women .pc .s-img:hover {
  border: 1px solid #df524c;
}
.index .qyzb .women .pc .two-img {
  margin-top: 0.0875rem;
}
.index .qyzb .women .pc .two-img:hover {
  border: 1px solid #df524c;
}
.index .qyzb .women .fisrt-img {
  margin-left: 2.6rem;
}
.index .qyzb .women .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.49375rem;
  height: 1.90625rem;
  background: #f64942;
}
.index .qyzb .women .cover h2 {
  font-size: 46px;
  font-weight: 400;
  color: white;
  line-height: 0.40625rem;
  padding: 0.54375rem 0 0 0.30625rem;
}
.index .qyzb .women .cover p {
  font-size: 22px;
  font-weight: 400;
  color: white;
  line-height: 0.1875rem;
  padding: 0 0 0 0.30625rem;
}
.index .qyzb .women .cover .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  margin: 0.1875rem 0 0 0.30625rem;
}
.index .notice img {
  width: 100%;
}
.index .voice {
  text-align: center;
}
.index .voice .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  padding: 0.3rem 0;
}
.index .voice img {
  width: 7.00625rem;
}
.index .news {
  width: 7.00625rem;
  margin: auto;
  padding-bottom: 0.1875rem;
}
.index .news .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  padding: 0.3rem 0;
  text-align: center;
}
.index .news .box {
  overflow: hidden;
}
.index .news .box .img {
  float: left;
}
.index .news .box .img img {
  width: 2.1125rem;
}
.index .news .box .list {
  float: left;
}
.index .news .box .list li {
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 0.125rem;
  border-bottom: 1px dotted #ffffff;
  margin-left: 0.125rem;
  width: 4.5625rem;
}
.index .news .box .list li .arrow {
  position: relative;
  top: -0.09375rem;
}
.index .news .box .list li span {
  display: inline-block;
  padding: 0.125rem;
}
.index .news .box .list li .t {
  width: 3.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .news .box .list li .time {
  margin-left: 0.1875rem;
  float: right;
}
.index .part {
  width: 100%;
  height: 2.88125rem;
  background: #ffffff;
}
.index .part .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  padding: 0.3rem 0;
  color: #000;
  text-align: center;
}
.index .part .list {
  overflow: hidden;
  width: 7.1rem;
  margin: 0.08125rem auto;
}
.index .part .list li {
  float: left;
  width: 1.625rem;
  height: 0.65rem;
  background: #f8f6f6;
  border-radius: 0.0375rem;
  margin: 0.05rem;
}
.index .part .list li img {
  width: 100%;
  height: 100%;
}
.index .about-us {
  width: 100%;
  background: #000;
  padding-bottom: 0.4125rem;
}
.index .about-us .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  padding: 0.3rem 0;
  text-align: center;
}
.index .about-us .main {
  width: 7rem;
  margin: auto;
}
.index .about-us .main .all-img .img1 {
  width: 3.25625rem;
  height: 2.16875rem;
}
.index .about-us .main .all-img .pink {
  width: 3.25625rem;
  height: 1.4125rem;
  background: #f64942;
  margin-top: 0.125rem;
}
.index .about-us .main .all-img .pink .img2 {
  width: 2.4rem;
  height: 1.4125rem;
}
.index .about-us .main .part-img {
  width: 3.60625rem;
}
.index .about-us .main .part-img p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 0.2rem;
}
.index .about-us .main .part-img img {
  width: 3.60625rem;
  height: 2.30625rem;
  margin-top: 0.2125rem;
}
.index .join-us {
  width: 100%;
  background: #f64942;
  text-align: center;
}
.index .join-us .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
  padding: 0.3rem 0;
  text-align: center;
}
.index .join-us .us-list {
  width: 7rem;
  margin: auto;
}
.index .join-us .us-list li {
  float: left;
  width: 20%;
  text-align: center;
}
.index .join-us .us-list li img {
  width: 0.5rem;
  height: 0.5rem;
}
.index .join-us .us-list li .big {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.25rem;
}
.index .join-us .us-list li .small {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 0.1375rem;
}
.index .join-us .join-btn {
  width: 1.11875rem;
  height: 0.3rem;
  background: #ffe5a0;
  font-size: 16px;
  font-weight: 600;
  color: black;
  line-height: 0.1375rem;
  border: 0;
  margin: 0.43125rem 0;
}
.index .join-dialog .el-dialog__body {
  width: 3.3125rem;
  margin: auto;
}
.index .join-dialog .el-dialog {
  background: black;
}
.index .join-dialog .el-dialog .title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 0.275rem;
  text-align: center;
  padding-bottom: 0.15rem;
}
.index .join-dialog .el-dialog .dialog-footer {
  padding-bottom: 0.15rem;
}
.index .join-dialog .el-dialog .dialog-footer .el-button {
  width: 1.11875rem;
  height: 0.3rem;
  background: #ffe5a0;
  font-size: 16px;
  font-weight: 600;
  color: black;
  line-height: 0.1375rem;
  border: 0;
  margin: auto;
  display: block;
}
.index .join-dialog .el-dialog .el-select {
  width: 100%;
}

@media (max-width: 900px) {
  .index .pc {
    display: none !important;
  }
  .index .mobile {
    display: block !important;
  }
  .index .banner {
    width: 100%;
    height: 612px;
    background: #000 url("../img/phone-banner.png") no-repeat;
    background-size: cover;
    opacity: 1;
  }
  .index .banner .ban-text {
    color: #ffffff;
    padding: 30px 0;
    font-weight: 600;
    color: white;
    line-height: 49px;
  }
  .index .banner .ban-text .container {
    padding: 0 20px;
  }
  .index .banner .ban-text h2 {
    font-size: 35px;
    font-weight: normal;
    width: 257px;
  }
  .index .banner .ban-text h3 {
    display: none;
  }
  .index .banner .ban-text .add-us {
    width: 120px;
    height: 40px;
    background: #f64942;
    border-radius: 4px;
    color: #ffffff;
    font-size: 17px;
    border: 0;
    font-weight: 600;
    color: white;
    line-height: 24px;
    margin-top: 32px;
  }
  .index .business {
    width: 100%;
    height: auto;
    background: none;
    margin-top: -277px;
    overflow: hidden;
    padding: 0 19px;
  }
  .index .business .container {
    background: url("../img/back-for.png") no-repeat;
    background-size: cover;
    padding: 0 12px;
  }
  .index .business .container .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
  }
  .index .business .container ul.bus-ul {
    padding: 0;
    *zoom: 1;
  }
  .index .business .container ul.bus-ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .index .business .container ul.bus-ul li {
    width: 100%;
    height: auto;
    padding: 0;
    float: inherit;
  }
  .index .business .container ul.bus-ul li:first-child .box {
    margin-top: 24px;
  }
  .index .business .container ul.bus-ul li:first-child .box .img {
    margin-top: 10px;
    width: 39px;
    height: 39px;
    float: left;
  }
  .index .business .container ul.bus-ul li:nth-child(2) .box .img {
    margin-top: 20px;
    width: 39px;
    height: 39px;
    float: left;
  }
  .index .business .container ul.bus-ul li:nth-child(3) .box .img {
    margin-top: 10px;
    width: 39px;
    height: 39px;
    float: left;
  }
  .index .business .container ul.bus-ul li:last-child .box {
    margin-bottom: 24px;
  }
  .index .business .container ul.bus-ul li:last-child .box .img {
    margin-top: 20px;
    width: 39px;
    height: 39px;
    float: left;
  }
  .index .business .container ul.bus-ul li:hover {
    transition: all 1s linear;
    margin-top: 0;
  }
  .index .business .container ul.bus-ul li:hover .box {
    background: none;
  }
  .index .business .container ul.bus-ul li.active {
    margin-top: 0;
  }
  .index .business .container ul.bus-ul li.active .box {
    background: none;
  }
  .index .business .container ul.bus-ul li .box {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    border-image: none;
    text-align: left;
    color: #ffffff;
    padding: 0;
    margin-top: 40px;
  }
  .index .business .container ul.bus-ul li .box img {
    width: 40px;
    height: 40px;
    float: left;
  }
  .index .business .container ul.bus-ul li .box div {
    float: right;
    margin-left: 10px;
    width: calc(100% - 50px);
  }
  .index .business .container ul.bus-ul li .box h2 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 22px;
  }
  .index .business .container ul.bus-ul li .box p {
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 17px;
    padding-top: 3px;
  }
  .index .qyzb .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    text-align: center;
    padding-top: 32px;
  }
  .index .qyzb .women {
    width: 100%;
    height: 3.80625rem;
    border: none;
    margin: 24px auto;
    position: relative;
  }
  .index .qyzb .women ul li {
    float: left;
  }
  .index .qyzb .women .big-img {
    width: 64%;
    height: 176px;
    margin-top: 24px;
    margin-left: 0;
  }
  .index .qyzb .women .big-img img {
    width: 100%;
    height: 100%;
  }
  .index .qyzb .women .small-img {
    width: 33.3%;
    height: 110px;
    margin-top: 90px;
    margin-left: 2.6%;
  }
  .index .qyzb .women .small-img img {
    width: 100%;
    height: 100%;
  }
  .index .qyzb .women .text-img {
    width: 33.3%;
    height: 110px;
    margin-top: 12px;
    background: #f64942;
    padding: 10px;
  }
  .index .qyzb .women .text-img h2 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 28px;
    margin-top: 21px;
  }
  .index .qyzb .women .text-img p {
    font-size: 8px;
    font-weight: 400;
    color: white;
    line-height: 11px;
  }
  .index .qyzb .women .three-img {
    margin-top: 12px;
    border: none;
    margin-left: 0;
  }
  .index .qyzb .women .s-img {
    /*&:hover{
      border: 1px solid #df524c;
    }*/
  }
  .index .qyzb .women .two-img {
    margin-top: 0.0875rem;
    /*&:hover{
      border: 1px solid #df524c;
    }*/
  }
  .index .qyzb .women .fisrt-img {
    margin-top: 12px;
    border: none;
    margin-left: 0;
  }
  .index .qyzb .women .cover {
    display: none;
  }
  .index .notice {
    margin-top: 40px;
  }
  .index .notice img {
    width: 100%;
  }
  .index .voice {
    text-align: center;
  }
  .index .voice .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    padding: 32px 0;
  }
  .index .voice img {
    width: 100%;
  }
  .index .news {
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
  }
  .index .news .title {
    font-size: 28px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    padding: 32px 0;
    text-align: center;
  }
  .index .news .box {
    overflow: hidden;
  }
  .index .news .box .img {
    float: left;
  }
  .index .news .box .img img {
    width: 2.1125rem;
  }
  .index .news .box .list {
    float: left;
  }
  .index .news .box .list li {
    font-size: 13px;
    font-weight: 400;
    color: white;
    line-height: 0.125rem;
    border-bottom: 0;
    margin-left: 0;
    width: 100%;
    position: relative;
    margin-top: 16px;
  }
  .index .news .box .list li .thum-img {
    width: 111px;
    height: 77px;
    position: absolute;
  }
  .index .news .box .list li .text {
    width: 100%;
    padding-left: 120px;
  }
  .index .news .box .list li .text .title {
    font-size: 13px;
    font-weight: 400;
    color: white;
    line-height: 18px;
    padding: 3px 0;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .index .news .box .list li .text .time {
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 17px;
    margin-top: 18px;
    float: inherit;
  }
  .index .part {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 19px;
  }
  .index .part .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    padding: 15px 0;
    color: #000;
    text-align: center;
  }
  .index .part .list {
    overflow: hidden;
    width: 100%;
    margin: 13px auto 60px;
  }
  .index .part .list li {
    float: left;
    width: 32%;
    height: 52px;
    background: none;
    border-radius: 5px;
    padding: 4px;
  }
  .index .part .list li img {
    width: 100%;
    height: 100%;
  }
  .index .about-us {
    width: 100%;
    background: #000;
    padding-bottom: 0.4125rem;
  }
  .index .about-us .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    padding: 32px 0;
    text-align: center;
  }
  .index .about-us .main {
    width: 100%;
    margin: auto;
    padding: 0 19px;
    background: url("../img/about-back.png") no-repeat;
    background-size: cover;
  }
  .index .about-us .main .part-img {
    width: 100%;
    padding: 24px 0 30px;
  }
  .index .about-us .main .part-img p {
    font-size: 13px;
    font-weight: 400;
    color: white;
    line-height: 28px;
  }
  .index .join-us {
    width: 100%;
    background: #f64942;
    text-align: center;
  }
  .index .join-us .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    padding: 0.3rem 0;
    text-align: center;
  }
  .index .join-us .us-list {
    width: 100%;
    margin: 17px auto;
  }
  .index .join-us .us-list li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .index .join-us .us-list li img {
    width: 30px;
    height: 30px;
  }
  .index .join-us .us-list li .big {
    font-size: 12px;
    font-weight: 600;
    color: white;
    line-height: 17px;
  }
  .index .join-us .us-list li .small {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 0.1375rem;
    display: none;
  }
  .index .join-us .join-btn {
    width: 107px;
    height: 36px;
    background: #ffe5a0;
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 20px;
    border: 0;
    margin: 32px 0;
  }
  .index .join-dialog {
    width: 100%;
  }
  .index .join-dialog .el-dialog {
    width: 90%;
  }
  .index .join-dialog .el-dialog__body {
    width: 100%;
    margin: auto;
  }
  .index .join-dialog .el-dialog {
    background: black;
  }
  .index .join-dialog .el-dialog .title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 28px;
    text-align: center;
    padding-bottom: 24px;
  }
  .index .join-dialog .el-dialog .dialog-footer {
    padding-bottom: 50px;
  }
  .index .join-dialog .el-dialog .dialog-footer .el-button {
    width: 107px;
    height: 36px;
    background: #ffe5a0;
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 20px;
    border: 0;
    margin: auto;
    display: block;
  }
  .index .join-dialog .el-dialog .el-select {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
