@import url(common.css);
.banner {
  width: 100%;
  height: -webkit-calc(100% - 88px);
  height: -moz-calc(100% - 88px);
  height: calc(100% - 88px);
  min-height: 400px;
  position: absolute;
}
.banner .top {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .top .mySwiper2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .top .mySwiper2 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner .top .mySwiper2 .item .title {
  width: 100%;
  height: 49px;
  font-size: 48px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 49px;
  text-align: center;
}
.banner .top .mySwiper2 .item .des {
  width: 100%;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
  margin-top: 40px;
}
.banner .bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 999;
}
.banner .bottom .mySwiper {
  height: 116px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 0;
  width: 1300px;
}
.banner .bottom .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.banner .bottom .mySwiper .swiper-slide-thumb-active .item {
  background-color: #FFFFFF;
}
.banner .bottom .mySwiper .swiper-slide-thumb-active .item .name {
  color: #0C71E1;
}
.banner .bottom .mySwiper .swiper-slide-thumb-active .item .block .text .title {
  color: #34393F;
}
.banner .bottom .mySwiper .swiper-slide-thumb-active .item .block .text .des {
  color: #999999;
}
.banner .bottom .mySwiper .item {
  position: absolute;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 100%;
  background-color: rgba(0, 25, 52, 0.4);
  padding: 16px;
  cursor: pointer;
}
.banner .bottom .mySwiper .item .name {
  display: block;
  width: 100%;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.banner .bottom .mySwiper .item .block {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
.banner .bottom .mySwiper .item .block .image {
  width: 124px;
  -webkit-flex: 0 0 124px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  height: 64px;
  margin-right: 14px;
}
.banner .bottom .mySwiper .item .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bottom .mySwiper .item .block .text {
  width: -webkit-calc(100% - 139px);
  width: -moz-calc(100% - 139px);
  width: calc(100% - 139px);
  height: 64px;
}
.banner .bottom .mySwiper .item .block .text .title {
  display: block;
  width: 100%;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     text-align: left;
}
.banner .bottom .mySwiper .item .block .text .des {
  width: 100%;
  height: 38px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  opacity: 0.5;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 11px;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner .swiper-slide {
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.null {
  width: 100%;
  min-height: 400px;
}

.gybljt {
  width: 100%;
  height: auto;
  padding-top: 195px;
  padding-bottom: 165px;
  background-image: url(/static/images/guanyuwomen/about_ic_dawq.png);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.gybljt .main {
  width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gybljt .main .left {
  width: -webkit-calc(100% - 649px);
  width: -moz-calc(100% - 649px);
  width: calc(100% - 649px);
  height: auto;
}
.gybljt .main .left .name {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
}
.gybljt .main .left .en_name {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  opacity: 0.7;
  margin-top: 20px;
}
.gybljt .main .left .des {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  opacity: 0.7;
  margin-top: 50px;
  text-align: justify;
}
.gybljt .main .left .btn {
  display: block;
  width: 140px;
  height: 48px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  margin-top: 50px;
}
.gybljt .main .left .btn:hover {
  color: #FFFFFF;
  background-color: rgb(12, 113, 225);
}
.gybljt .main .left .image {
  width: 100%;
  margin-top: 50px;
}
.gybljt .main .left .image img {
  width: 100%;
}
.gybljt .main .right {
  width: 649px;
  height: auto;
}
.gybljt .main .right .video {
  width: 100%;
  height: auto;
  position: relative;
}
.gybljt .main .right .video video {
  width: 100%;
}
.gybljt .main .right .video .icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.gybljt .main .right .video .icon img {
  width: 75px;
  height: 75px;
}
.gybljt .main .right .text {
  width: 100%;
  height: auto;
  margin-top: 156px;
  text-indent: 60px;
}
.gybljt .main .right .text .title {
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
}
.gybljt .main .right .text .des {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  opacity: 0.7;
  margin-top: 30px;
  text-align: justify;
}

.gjzzgczzxbk {
  width: 100%;
  height: auto;
  padding: 218px 0;
  background-image: url(/static/images/guanyuwomen/about_ic_wdead.png);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.gjzzgczzxbk .main {
  width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gjzzgczzxbk .main .content {
  width: 47%;
}
.gjzzgczzxbk .main .content .name {
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
}
.gjzzgczzxbk .main .content .en_name {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  opacity: 0.7;
  margin-top: 20px;
}
.gjzzgczzxbk .main .content > p {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  opacity: 0.8;
  margin-top: 50px;
  text-align: justify;
}