@import "common.css";#
.banner {
  width: 100%;
}
.banner > .main {
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}
.banner > .main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
  cursor: pointer;
}
.banner > .main .swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

.number {
  width: 100%;
  height: 157px;
  background-color: #fff;
}
.number .main {
  width: 1300px;
  height: 100%;
  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: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.number .main .item {
  width: auto;
  height: auto;
}
.number .main .item .label {
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #80858C;
  line-height: 15px;
  text-align: center;
}
.number .main .item .value {
  width: auto;
  height: 33px;
  font-size: 32px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #0C71E1;
  line-height: 33px;
  text-align: center;
  margin-top: 18px;
}

.liaojiechanpin {
  width: 100%;
  height: auto;
  background-image: url(/static/images/home_a_bnt.png);
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.liaojiechanpin .main {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
.liaojiechanpin .main .title {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.liaojiechanpin .main > .des {
  display: block;
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  text-align: center;
  margin-top: 28px;
}
.liaojiechanpin .main .tabs {
  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: 40px;
}
.liaojiechanpin .main .tabs .tab {
  display: block;
  width: auto;
  height: 56px;
  background: #FFFFFF;
  border: 2px solid #BCC2CB;
  border-radius: 8px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2A2C2E;
  line-height: 56px;
  text-align: center;
  padding: 0 25px;
  cursor: pointer;
}
.liaojiechanpin .main .tabs .tab.active {
  border: 2px solid #0C71E1;
  color: #0C71E1;
}
.liaojiechanpin .main .tabs_content {
  width: 100%;
  height: auto;
}
.liaojiechanpin .main .tabs_content .item {
  width: 100%;
  display: none;
}
.liaojiechanpin .main .tabs_content .item.active {
  display: block;
}
.liaojiechanpin .main .tabs_content .item .des {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0C71E1;
  line-height: 17px;
  text-align: center;
  margin-top: 38px;
}
.liaojiechanpin .main .tabs_content .item .image {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.weishenmexuanze {
  width: 100%;
  height: auto;
  background-image: url(/static/images/home_b_bnt.png);
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}
.weishenmexuanze .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.weishenmexuanze .main > .title {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 41px;
  text-align: center;
}
.weishenmexuanze .main > .des {
  display: block;
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  margin-top: 28px;
}
.weishenmexuanze .main .swiper-container2 {
  width: 100%;
  height: 580px;
  margin-top: 80px;
  padding-bottom: 100px;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide {
  text-align: center;
  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;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide .item {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  padding-top: 25px;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide .item .title {
  display: block;
  padding: 0 20px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide .item .des {
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide .item .more {
  display: block;
  width: 100%;
  height: 54px;
  background: rgba(189, 187, 187, 0.1);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  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;
  margin-top: 23px;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide .item .more:hover {
  color: #0C71E1;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide .item .icon {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.weishenmexuanze .main .swiper-container2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-next {
  top: unset;
  bottom: 0;
  color: #EAE9E6;
  right: 560px;
  left: unset;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-next:after {
  font-size: 22px;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-next:hover {
  color: #0C71E1;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-prev {
  top: unset;
  bottom: 0;
  color: #EAE9E6;
  right: unset;
  left: 560px;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-prev:after {
  font-size: 22px;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-prev:hover {
  color: #0C71E1;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-center {
  position: absolute;
  bottom: 11px;
  width: 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;
}
.weishenmexuanze .main .swiper-container2 .swiper-button-center img {
  width: 22px;
  height: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shengmingbeifei {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 80px;
}
.shengmingbeifei .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.shengmingbeifei .main .title {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.shengmingbeifei .main > .des {
  display: block;
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  text-align: center;
  margin-top: 28px;
}
.shengmingbeifei .main .list {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
}
.shengmingbeifei .main .list .item {
  width: 28%;
  height: auto;
  background-image: url(/static/images/home_c_1.png);
  background-repeat: no-repeat;
  background-position: center right;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}
.shengmingbeifei .main .list .item:nth-child(4) {
  margin-top: 133px;
}
.shengmingbeifei .main .list .item:nth-child(5) {
  margin-top: 133px;
}
.shengmingbeifei .main .list .item:nth-child(6) {
  margin-top: 133px;
}
.shengmingbeifei .main .list .item .icon {
  width: 50px;
  height: 50px;
}
.shengmingbeifei .main .list .item .icon img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.shengmingbeifei .main .list .item .name {
  width: 100%;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  margin-top: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.shengmingbeifei .main .list .item .des {
  width: 100%;
  height: 66px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}
.shengmingbeifei .main .button {
  display: block;
  width: 146px;
  height: 40px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #0C71E1;
  border-radius: 20px;
  margin-top: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0C71E1;
  line-height: 40px;
  text-align: center;
}
.shengmingbeifei .main .button:hover {
  background: #0C71E1;
  color: #FFFFFF;
}

.block_1 {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}
.block_1 .block_1_banner2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.block_1 .block_1_banner2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.block_1 .products {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 87px;
  padding-bottom: 10px;
}
.block_1 .products .text{
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}
.block_1 .products .text .title{
    width: 100%;
    height: 41px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
}
.block_1 .products .text .des{
    width: 100%;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 28px;
    text-align: center;
}
.block_1 .products .main {
  width: 1300px;
  height: auto;
  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: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block_1 .products .main .item {
  display: block;
  width: 310px;
  margin-bottom: 50px;
}
.block_1 .products .main .item:hover .title {
  color: #0C71E1;
}
.block_1 .products .main .item .image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.block_1 .products .main .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_1 .products .main .item .image img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.block_1 .products .main .item .title {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}
.news .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.news .main > .title {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.news .main > .des {
  display: block;
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  text-align: center;
  margin-top: 28px;
}
.news .main > .list {
  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: 50px;
}
.news .main > .list .item {
  display: block;
  width: 390px;
  height: auto;
}
.news .main > .list .item .d {
  width: 100%;
  height: 25px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  line-height: 25px;
}
.news .main > .list .item .y_m {
  width: 100%;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  margin-top: 10px;
}
.news .main > .list .item .title {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  margin-top: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .main > .list .item .title:hover {
  color: #0C71E1;
}
.news .main > .list .item .des {
  display: block;
  width: 100%;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.news .main > .list .item .lin {
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news .main > .list .item .more {
  width: 100%;
  height: 16px;
  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;
}
.news .main > .list .item .more span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.news .main > .list .item .more span:hover {
  color: #0C71E1;
}
.news .main > .list .item .more img {
  width: 16px;
  height: 12px;
}
.news .main > .list .item .image {
  width: 100%;
  height: 256px;
  background: #3154A5;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.news .main > .list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .main > .list .item .image img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.zs_hb {
  width: 100%;
  height: auto;
  background: #F2F5FA;
}
.zs_hb .zs {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.zs_hb .zs .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.zs_hb .zs .main .title {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.zs_hb .zs .main .list {
  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: 50px;
}
.zs_hb .zs .main .list .item {
  width: 120px;
  height: auto;
}
.zs_hb .zs .main .list .item:hover .image {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.zs_hb .zs .main .list .item .image {
  width: 89px;
  height: 88px;
  margin: 0 auto;
  overflow: hidden;
}
.zs_hb .zs .main .list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zs_hb .zs .main .list .item .name {
  width: 100%;
  height: auto;
  height: 37px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2C2E;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
}
.zs_hb .hb {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
.zs_hb .hb .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.zs_hb .hb .main .title {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.zs_hb .hb .main .list {
  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: 50px;
}
.zs_hb .hb .main .list .item {
  height: auto;
}
.zs_hb .hb .main .list .item:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.zs_hb .hb .main .list .item .image {
  width: 170px;
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
}
.zs_hb .hb .main .list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zs_hb .hb .main .list .item .name {
  width: 100%;
  height: auto;
  height: 37px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2C2E;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
}

.banner3 {
  width: 100%;
  height: auto;
  position: relative;
}
.banner3 img {
  width: 100%;
}
.banner3 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
}
.banner3 .text .t {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.banner3 .text .btn {
  width: 146px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0C71E1;
  line-height: 40px;
  text-align: center;
  margin-top: 24px;
  border: 1px solid #fff;
}
.banner3 .text .btn:hover {
  background: #0C71E1;
  color: #FFFFFF;
}


.__video_content__ {
    width: 100%;
    height: 619px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .__video_content__ ._video_ {
    width: 100%;
    height: auto;
  }
  .__video_content__ .video_play {
    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;
  }
  .__video_content__ .video_play img {
    width: 75px;
    height: 75px;
  }