.banner1-t {
  position: absolute;
  height: 600px;
  top: 30px;
  width: 100%;
  background-image: url("../images/indexnew/bg1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -100;
}
.banner1 {
  position: relative;
  height: 600px;
  background-image: url("../images/indexnew/bg2-2.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 600px;
}
@media screen and (max-width: 2000px) {
  .banner1 {
    background-size: auto 600px;
  }
}
@media screen and (max-width: 991.98px) {
  .banner1 {
    height: 800px;
    background-size: auto 750px;
  }
}
.banner1 .banner1-img {
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .banner1 .banner1-img {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .banner1 .banner1-img {
    position: relative;
    width: 80%;
    top: 0;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767.98px) {
  .banner1 .banner1-img {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.banner1 .banner1-img img {
  width: 100%;
}
.banner1 .banner1-info {
  position: absolute;
  top: 110px;
  right: 90px;
  text-align: center;
  width: auto;
  letter-spacing: -1px;
}
@media screen and (max-width: 1320px) {
  .banner1 .banner1-info {
    right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .banner1 .banner1-info {
    position: relative;
    padding-top: 40px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 900;
  }
}
@media screen and (max-width: 576px) {
  .banner1 .banner1-info {
    padding-top: 50px;
  }
}
.banner1 .banner1-info .banner1-info-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 1199.98px) {
  .banner1 .banner1-info .banner1-info-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner1 .banner1-info .banner1-info-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .banner1 .banner1-info .banner1-info-title {
    font-size: 20px;
  }
}
.banner1 .banner1-info .banner1-info-content {
  margin-top: 50px;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  .banner1 .banner1-info .banner1-info-content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner1 .banner1-info .banner1-info-content {
    margin-top: 30px;
  }
}
.banner1 .banner1-info .banner1-info-buttons {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1199.98px) {
  .banner1 .banner1-info .banner1-info-buttons {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner1 .banner1-info .banner1-info-buttons {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .banner1 .banner1-info .banner1-info-buttons {
    margin-top: 60px;
  }
}
.banner1 .banner1-info .banner1-info-buttons a.btn {
  /* width: 160px; */
  /* margin: 0 10px; */
  display: inline-flex;
  padding: 18px 20px;
  border-radius: 4px;
  outline: 0;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1.5;
}
.banner1 .banner1-info .banner1-info-buttons a.btn-black {
  background: #ffc641;
  border-color: #ffc641;
  color: #252525;
}
.banner1 .banner1-info .banner1-info-buttons a.btn-black:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.banner1 .banner1-info .banner1-info-buttons a.btn-default {
  background: #fff;
  color: #263aff;
}
.banner1 .banner1-info .banner1-info-buttons a.btn-default:hover {
  background: #e6f0ff;
  background: #e6f0ff;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown .dropdown-title {
  margin: 0;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown .dropdown-title .hover-text {
  display: none;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown .dropdown-menu {
  display: flex;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown .dropdown-menu .dropdown-item {
  flex: 0 0 50%;
  line-height: 40px;
  background: #252525;
  color: #fff;
  cursor: pointer;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown .dropdown-menu .dropdown-item:hover {
  background: #000;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown:hover .dropdown-title .unhover-text {
  display: none;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown:hover .dropdown-title .hover-text {
  display: block;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown:hover .dropdown-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banner1 .banner1-info .banner1-info-buttons .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.banner1 .banner1-info .banner1-info-buttons .btn-download {
  /* height: 44px; */
  /* padding: 0 !important; */
  display: inline-flex;
  align-items: center;
}
.banner1 .banner1-info .banner1-info-buttons .btn-download img {
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.banner1 .banner1-info .banner1-info-buttons .download-info {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  letter-spacing: 0;
}
.banner1 .banner1-info .banner1-info-buttons .download-info .otherdownloadbox {
  margin-top: 10px;
}
.banner1 .banner1-info .banner1-info-buttons .download-info .otherdownloadbox .otherdownload {
  color: #fff;
  margin-right: 30px;
}
.banner1 .banner1-info .banner1-info-buttons .download-info .otherdownloadbox .otherdownload:hover {
  color: #333;
}
