@charset "utf-8";

/* searchBox */
input {
  outline: none;
  border: none;
  /**修改颜色*/
  outline-color: "red";
}

.searchBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(106 106 106 / 80%);
  z-index: 999;
  top: -100%;
  transition: 1s;
}

.search1 {
  position: absolute;
  width: 50%;
  left: 25%;
  height: 80px;
  top: calc(50% - 40px);
}

.iconfont {
  width: 200px;
  height: 80px;
  background-size: 100% 100%;
  background-color: #47aec1;
  border-radius: 0px 10px 10px 0px;
}

#keyword {
  width: calc(100% - 200px);
  height: 80px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding-left: 30px;
  font-size: 18px;
}

.search2 {
  position: absolute;
  right: 0;
  line-height: 80px;
  width: 200px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.nice-validator {
  height: 80px;
}

.closedImg {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 50px;
  height: 50px;
}

.closedImg img {}

.rs {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  padding-top: 20px;
}

.rs p {
  margin: 0;
}

.rs img {
  padding: 0 15px;
}

.rst p {
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  padding: 15px 15px;
}

.rst p:first-child {
  padding-left: 0;
}

/* end-searchBox */
/* end */
/* -----------------banner-------------------- */
.bannerContainer {
  width: 100%;
  height: 100%;
}

.bannerbigbox {
  height: 100%;
  overflow: hidden;
}

.bannerSlide {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #000 !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  overflow: hidden;
  transform: scale(0.95);
}

.bannerBoxTxt {
  position: absolute;
  width: 100%;
  top: 35%;
  z-index: 9;
}

.bannerBoxTxt h1 {
  margin-bottom: 30px;
  font-size: 54px;
}

.bannerImg, .bannerImg img {
  width: 100%;
}

.bannerBoxTxt .container {
  position: relative;
}

.bannerBoxTxt h1, .bannerBoxTxt h2 {
  font-family: "pingfang";
  color: #fff;
  /* font-weight: bold; */
}

.bannerBoxTxt h1 span {
  font-weight: bold;
  color: #2575d5;
}

.bannerBoxImg2 {
  position: absolute;
  left: 10%;
  bottom: 8%;
  width: 25%;
  z-index: 9;
}

.bannerBoxImg1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: .9;
}

.bannerImg img {
  opacity: 1;
  animation: slideShow 10s linear infinite 0s;
  -o-animation: slideShow 10s linear infinite 0s;
  -moz-animation: slideShow 10s linear infinite 0s;
  -webkit-animation: slideShow 10s linear infinite 0s;
}

@keyframes slideShow {
  0% {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
    -ms-transformm: scale(1.2);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 1;
    -o-transform: scale(1);
  }

  100% {
    opacity: 1;
    -o-transformm: scale(1.2);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 1;
    -moz-transformm: scale(1.2);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transformm: scale(1.2);
  }
}

/* .videobox {
  width: 50%;
  position: absolute;
  height: 100%;
  background: #08486b;
  left: 0;
  transition: all .3s;
  z-index: 99
}*/
.bannerSlide .ban_bg .ban_bg_bottom {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/idx_ban3_bot.png) repeat-x;
}

.bannerSlide .ban_bg .ban_bg_top {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #00000040;
}

/* ly */
.Ly .row {
  margin-right: 0;
  margin-left: 0;
}

.Ly .row>div {
  padding: 0;
  display: flex;
  justify-content: center;
}

.LyLeft {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}

.LyLeft>div {
  overflow: hidden;
}

.LyLeftTxt {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.5s;
}

.LyLeft>div:hover .LyLeftTxt {
  opacity: 1;
  /* border: 1px solid #ccc;
  transform: scale(0.9); */
}

.LyLeftImg {
  transition: 0.5s;
}

.LyLeft>div:hover .LyLeftImg {
  transform: scale(1.2);
}

.LyLeftImg {
  background: #000;
}

.LyLeft>div:hover .LyLeftImg img {
  opacity: 0.5;
}

.LyLeftTxt h1 {
  left: 60px;
  top: 60px;
  position: absolute;
  font-family: 'pingfang';
  font-weight: bold;
  color: #fff;
}

.LyLeftTxt h3 {
  left: 60px;
  top: 120px;
  position: absolute;
  font-family: 'pingfang';
  color: #ccc;
}

.LyLeftBox {
  border: 15px solid #fff;
}
