/* 导航栏 */
.bd_nav {
  width: 100%;
  height: 1.2rem;
  background: #fff;
  position: relative;
  /* position: -webkit-sticky;  position: sticky;*/
  top: 0;
  z-index: 999;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 0.35rem;
}

.bd_nav_box {
  height: 100%;
  max-width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bd_nav_logo {
  height: 100%;
  width: 1.94rem;
}

.bd_nav_logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
}

.bd_nav_logo a>img {
  height: auto;
  width: 100%;
}

.bd_nav_right {
  display: flex;
  height: 100%;
  justify-content: space-between;

}

.nav {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  position: relative;

}

.nav_1 {
  height: 100%;
  position: relative;
  margin-left: 0.1rem;
}

.nav_1>a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #27292a;
  font-size: .2rem;
  padding: 0 .16rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  border-top-left-radius: 0.08rem;
  -webkit-border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  -webkit-border-top-right-radius: 0.08rem;
  letter-spacing: .02rem;
}

.nav_1>a:hover {
  color: #fff;
  background: #00b0ec;
}

.nav_1>.nav_1_a {
  color: #fff;
  background: #00b0ec;
}

.nav_1:hover>a {
  background: #00b0ec;
  color: #fff;
}



.nav_1_warp {
  position: absolute;
  top: 100%;
  left: 0;
  background: #26499d;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.nav_1_warp>a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: #002784 solid 1px;
  background: #26499d;
  color: #fff;
  height: .46rem;
  font-size: .16rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

.nav_1_warp a:hover {
  background: #00b0ec;
}

.search {
  margin-left: 0.3rem;
  position: relative;
  width: .47rem;
  height: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.search a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../images/img22.png") no-repeat center;
  background-size: .22rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.search_con {
  width: 2.1rem;
  height: .48rem;
  background: #26499d;
  position: absolute;
  bottom: -.48rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -9;
}

.search_text {
  border-radius: 30px;
  background: #fff;
  border: none;
  padding-left: .14rem;
  font-size: .14rem;
  height: .31rem;
  width: 1.9rem;
}

.searchon {
  background: #00b0ec;
  overflow: inherit;
}

.searchon a {
  background: url("../images/img22on.png") no-repeat center;
  background-size: .22rem;
}

.searchon .search_con {
  opacity: 1;
  z-index: 1;
}

/*品质园区*/
.bd_nava {
  padding-top: .05rem;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 0;
  height: .85rem;
}

.bd_nav_fiexd {
  position: fixed;
  background: #fff;
  padding-top: 0.05rem;
  height: 0.85rem;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.banner-swiper{
  width: 100%;
  height: 100%;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner_con {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.banner_nei {
  max-width: 12rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner_1 img {
  height: 2.43rem;
  width: auto;
}

/* foot */
.bd_foot {
  width: 100%;
  height: auto;
  background: #051123;
  padding-top: .45rem;
}

.bd_foot_box {
  max-width: 12rem;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.bd_foot_show_l {
  width: 75%;
}

.bd_foot_mune {
  width: 100%;
  height: 0.5rem;
  display: flex;
  justify-content: flex-start;
  color: #a2a2a2;
  font-size: .14rem;
}

.bd_foot_mune a {
  display: flex;
  align-items: center;
  color: #a2a2a2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

.bd_foot_mune a:hover {
  color: #fff;
}

.bd_foot_mune span {
  padding: 0 .1rem;
  display: flex;
  align-items: center;
}

.bd_foot_link {
  width: 100%;
  height: 0.2rem;
  display: flex;
  justify-content: flex-start;
  color: #a2a2a2;
  font-size: 0.14rem;
}

.bd_foot_link a {
  display: flex;
  align-items: center;
  color: #a2a2a2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

.bd_foot_link a:hover {
  color: #fff;
}

.bd_foot_link span {
  padding-left: 0.14rem;
  display: flex;
  align-items: center;
}

.bd_foot_bei {
  width: 100%;
  height: 0.4rem;
  display: flex;
  justify-content: flex-start;
  color: #a2a2a2;
  font-size: 0.14rem;
  margin-top: 0.14rem;
}

.bd_foot_bei a {
  display: flex;
  align-items: center;
  color: #a2a2a2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  background: url(../image/gan.png) no-repeat left;
  background-size: 0.2rem;
  padding-left: 0.24rem;
}

.bd_foot_bei a:hover {
  color: #fff;
}

/* 新闻 */
.press_warp {
  width: 100%;
  height: auto;
}

.press {
  height: auto;
  padding: 1rem 0;
}

.press_all {
  width: 100%;
  margin-top: 0.16rem;
  display: flex;
  justify-content: space-between;
}

.press_left {
  /* width: 5.6rem; */
  height: 100%;
  padding-top: 0.3rem;
  margin-right: 1rem;
}

.press_con {
  width: 100%;
  /* height: .6rem; */
  margin-bottom: 0.3rem
}

.press_con:last-child {
  margin-bottom: 0;
}

.press_con a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;

}

.press_con a:hover .press_con_1 span {
  color: #05509a;
}

.press_con_1 {
  width: 100%;
  font-size: .2rem;
  line-height: .3rem;
  height: .3rem;
  position: relative;

}

.press_con_1:after {
  content: ">";
  font-family: "宋体";
  position: absolute;
  top: 0;
  right: 0;
  font-size: .16rem;
  color: #27292a;
  line-height: .3rem;
}

.press_con_1 span {
  display: block;
  width: 94%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #27292a;
}

.press_con_2 {
  width: 100%;
  color: #a5a5a5;
  margin-top: .15rem;
  font-size: 0.16rem;
  line-height: 1em;
}

.press_right {
  width: 5rem;
  position: relative;
}

/* .press_right:after {
  content: '';
  position: absolute;
  z-index: 5;
  left: -0.8rem;
  top: .6rem;
  width: 1rem;
  height: .2rem;
  background: #d0c38e;
} */

.press_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.press_list .quality_con {
  width: 100%;
  height: 100%;
}

.press_list .quality_tit {
  height: 0.68rem;
}

.press_list .quality_ri {
  top: .36rem;
  left: .36rem;
}

.press_next {
  position: absolute;
  bottom: -.8rem;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.press-left,
.press-right {
  background: #fff;
  width: .5rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  margin: 0 0.07rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.24rem;
  font-family: "宋体";
  color: #00b0ec;
}

.press-left:hover,
.press-right:hover {
  background: #05509a;
  color: #fff;
}

.press .financial_more {
  /* padding: .64rem 0 .96rem 0; */
}

.depth {
  /* max-width: 12rem; */
  /* margin: 0 auto; */
  height: auto;
  padding: 0 0 .36rem 0;
  position: relative;
  z-index: 2;
  /* margin-top: -.88rem; */
}

.depth .attract_list {
  margin-top: 1.2rem;
}

.depth .financial_more {
  padding: .5rem 0 .4rem 0;
}

.canteen_come {
  max-width: 12rem;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: .55rem;
  font-size: .16rem;
  line-height: .3rem;
  color: #213042;

}

.financial {
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
}

.financial_left {
  width: 64%;
}

.financial_tit {
  width: 100%;
  text-align: center;
  color: #27292a;
  font-size: .26rem;
  line-height: 1.16rem;
}

.financial_all {
  width: 100%;
  height: 3.15rem;
  overflow: auto;
  position: relative;
}

.financial_all:after {
  content: '';
  width: 1px;
  height: calc(100% - 0.42rem);
  position: absolute;
  top: 0.21rem;
  left: .21rem;
  border-right: 1px dashed #d2d2d2;
}

.financial_all::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.1rem;
}

.financial_all::-webkit-scrollbar-track:vertical {
  border-radius: 0.2rem;
  overflow: hidden;
}

.financial_all::-webkit-scrollbar-track-piece {
  border-radius: 0.2rem;
  overflow: hidden;
}


.financial_con {
  width: 96%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.financial_con:first-child .financial_come,
.financial_con:last-child .financial_come {
  line-height: .42rem;
}

.financial_con:nth-child(2) {
  margin: 0.3rem 0;
}

.financial_tu {
  width: .42rem;
  height: .42rem;
  font-size: 0px;
  overflow: hidden;
}

.financial_tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.financial_come {
  width: calc(100% - .72rem);
  text-align: justify;
  font-size: .14rem;
  line-height: .3rem;
  color: #5a5a5a;
}

.financial_img {
  width: 36%;
  padding-top: 1.16rem;
  text-align: center;
}

.financial_img img {
  width: 80%;
  height: auto;
}

.financial_more {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem 0 .4rem 0;
}

.financial_more a {
  cursor: pointer;
  font-size: .14rem;
  color: #5a5a5a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.financial_more a:hover {
  color: #00b0ec;
}

.attract {
  width: 100%;
  height: auto;
  position: relative;
  padding: 1rem 0 1.5rem 0;
}

.attract:after {
  content: '';
  background: url("../images/img1920_6.png") no-repeat center 1.7rem;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.attract .canteen_tit {
  max-width: 12rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.attract_list {
  max-width: 12rem;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.attract_con {
  width: 31%;
  height: auto;
  margin-right: 3.5%;
  margin-top: .5rem;
}

.attract_con:nth-child(1),
.attract_con:nth-child(2),
.attract_con:nth-child(3) {
  margin-top: 0;
}

.attract_con:nth-child(3n) {
  margin-right: 0;
}

.attract_con a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.attract_con a:hover .attract_tit span {
  color: #05509a;
}

.attract_ri {
  width: 100%;
  font-size: .16rem;
  color: rgba(0, 0, 0, .6);
  margin-bottom: .06rem;
}

.attract_tit {
  width: 100%;
  height: .64rem;
  position: relative;
}

.attract_tit:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ">";
  font-size: .18rem;
  height: .32rem;
  display: flex;
  align-items: center;
  width: .2rem;
  color: #27292a;
  font-family: '宋体';
  text-align: right;

}

.attract_tit span {
  line-height: .32rem;
  color: #27292a;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .2rem;
  width: 90%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.attract .financial_more {
  padding: 1rem 0 0rem 0;
  position: relative;
  z-index: 2;
}

.ship_warp {
  width: 100%;
  height: auto;
  background: #eeeeee;
  padding: .96rem 0 1.82rem 0;
}

.ship {
  /* max-width: 12rem; */
  /* margin: 0 auto; */
  height: auto;
}

.ship_all {
  width: 100%;
  height: 6.28rem;
  margin-top: .5rem;
  position: relative;
}

.ship_img {
  width: 100%;
  height: 100%;
  font-size: 0px;
  overflow: hidden;
  position: relative;
}

.ship_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ship_img:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../image/img78.png") no-repeat center;
  background-size: .78rem;
  position: absolute;
  top: 0;
  left: 0;
}

.ship_tit {
  position: absolute;
  bottom: .8rem;
  right: 1rem;
}

.ship_tit img {
  height: auto;
  width: 6rem;
}

.core {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  margin-top: -.88rem;
  border-bottom: 1.02rem solid #eeeeee;
}

.core .canteen_tit {
  max-width: 12rem;
  margin: 0 auto;
}

.core .character {
  background: #f6f6f6;
  margin-top: .48rem;
  padding-bottom: 0;
}

.core .character_next {
  bottom: .5rem;
}

.character {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  margin-top: .5rem;
  padding-bottom: .14rem;
}

.character_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.character_con {
  max-width: 12rem;
  margin: 0 auto;
  height: 100%;
}

.character_con a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.character_img {
  width: 7.5rem;
  height: 100%;
  font-size: 0px;
  overflow: hidden;
  position: relative;
}

.character_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.character_img .quality_ri {
  position: absolute;
  bottom: .3rem;
  right: .3rem;
  width: 1rem;
  height: .8rem;
  top: inherit;
  left: initial;
}

.character_img .quality_ri div:first-child {
  letter-spacing: .03rem;
}

.character_img .quality_ri:after {
  width: 1rem;
  height: .2rem;
  background: #fff;
  content: '';
  position: absolute;
  top: -.46rem;
  right: 0;
}


.character_right {
  width: 4rem;
}

.character_1 {
  width: 100%;
  font-weight: bold;
  font-size: .36rem;
  line-height: .44rem;
  height: 2.3rem;
  padding-top: .5rem;
  color: #000;
}

.character_2 {
  width: 1.06rem;
  height: 0.1rem;
  background: #d0c38e;
  transform: translateX(-1.06rem);
  margin-top: -0.34rem;
}

.character_3 {
  margin-top: 0.12rem;
  width: 100%;
  height: 0.12rem;
  position: relative;
}

.character_3:after {
  content: '';
  width: 77%;
  height: 100%;
  background: -webkit-linear-gradient(left, #05509a, #05509a);
  background: linear-gradient(to right, #05509a, #05509a);
  position: absolute;
  top: 0;
  right: 0;
}

.character_4 {
  font-size: .18rem;
  line-height: 1.5em;
  text-align: justify;
  padding-top: .28rem;
  color: rgba(0, 0, 0, 0.8);
}

.character_next {
  position: absolute;
  bottom: .5rem;
  right: 50%;
  display: flex;
  justify-content: flex-start;
  margin-right: -6rem;
  width: 4rem;
}

.character-left,
.character-right {
  background: #fff;
  width: .5rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  margin-right: .2rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: .2rem;
  font-family: "宋体";
  color: #00b0ec;
}

.character-left:hover,
.character-right:hover {
  background: #05509a;
  color: #fff;
}

.adrift {
  background-image: url(../image/img358.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  width: 3.18rem;
  height: .97rem;
  color: #fff;
  position: fixed;
  z-index: 30;
  bottom: 20px;
  right: 0;
  padding: .07rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adrift_img {
  width: .85rem;
  height: .85rem;
  font-size: 0px;
  overflow: hidden;
}

.adrift_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.adrift a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 3px 0;
  margin-left: 0.1rem;
  color: #fff;
}

.adrift_1 {
  font-size: 0.14rem;
  line-height: 0.24rem;
}

.adrift_2 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  font-weight: bold;
}

.canteen {
  max-width: 12rem;
  height: auto;
  margin: 0 auto;
  margin-top: 1.2rem;
}

.canteen_tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: .3rem;
  color: #05509a;
  font-weight: bold;
}

.canteen_tit img {
  margin-left: .2rem;
  max-height: .3rem;
  width: auto;
}

.canteen_list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: .6rem;
}

.canteen_con {
  width: 31.66%;
  height: 1.53rem;
  background: #f6f8fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2.51%;
}

.canteen_con:nth-child(3) {
  margin-right: 0;
}

.canteen_con:hover .canteen_img img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.canteen_img {
  width: .68rem;
  height: .68rem;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.canteen_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: .05;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.canteen_biao {
  width: 100%;
  text-align: center;
  font-size: .17rem;
  color: #000;
  margin-top: .12rem;
}

.quality {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: .46rem;
}

.quality_con {
  width: 32.5%;
  height: 4rem;
  margin-right: 1.25%;
}

.quality_con:nth-child(3n) {
  margin-right: 0;
}

.quality_con a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.quality_con a:hover .quality_img img {
  transform: scale(1.1);
}

.quality_con a:hover .quality_tit span {
  color: #d0c385;
}

.quality_con a:hover .quality_tit:after {
  color: #d0c385;
}

.quality_img {
  width: 100%;
  height: 100%;
  font-size: 0px;
  overflow: hidden;
}

.quality_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.quality_ri {
  position: absolute;
  z-index: 5;
  left: .23rem;
  top: .2rem;
  color: #fff;
  font-weight: bold;
  font-size: .28rem;
  line-height: 1em;
}

.quality_ri i {
  display: block;
  height: .18rem;
  background: url(../image/img23_2.png) center no-repeat;
  background-size: .23rem;
}

.quality_tit {
  position: absolute;
  width: 100%;
  height: .8rem;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  background: url(../image/img113.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0 .24rem;
}

.quality_tit:after {
  position: absolute;
  top: 0;
  right: .24rem;
  content: ">";
  font-size: .21rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: .2rem;
  color: #fff;
  font-family: 'å®‹ä½“';
  text-align: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.quality_tit span {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .2rem;
  width: 90%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}



.bd_foot_show_r {
  display: flex;
  justify-content: space-between;
}


.bd_foot_show_r_code {
  width: 0.68rem;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bd_foot_show_r_code:first-child {
  margin-right: 0.21rem;
}


.bd_foot_show_r_code a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.bd_foot_show_r_code img {
  width: 100%;
  height: auto;
}

.bd_foot_show_r_code span {
  display: block;
  text-align: center;
  color: #a2a2a2;
  font-size: 0.12rem;
  line-height: 0.24rem;
  width: 130%;
  margin-left: -15%;
}

.base_videolayer{
	width:100%;
	height: 100%;
	position: fixed;
	background:rgba(0,0,0,0.9);
	z-index: 1000;
	top: 0vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
}
.base_videolayer_con{
	width:auto;
	height: auto;
	margin: 0px auto;
	font-size: 0px;
	position: relative;
	transform: scale(0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.base_videolayer_con_fade{
	transform: scale(1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.base_videolayer_con_video{
	width:auto;
	max-width: 55vw;
	height: auto;
	max-height: 75vh;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.base_videolayer_btn{
	width:35px;
	height: 35px;
	position: absolute;
	background-color: var(--OneColor);
	border-radius: 50%;
	background-image: url("https://cloud.qishuguanjia.cn/cloudimages/close.png");
	background-repeat: no-repeat;
	background-position: center;
	right: -18px;
	top: -18px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color: var(--FontWhiColor);
    text-align: center;
    font-weight: lighter;
}
.base_videolayer_btn:hover{
	transform: rotate(360deg);
}