/* Show it is fixed to the top */
/* Show it is fixed to the top */
.shadowTop {
  box-shadow: 0 0 15px 4px #f7f7f7;
}
.telltalk {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.triangle-right {
  top: 50%;
    position: absolute;
    right: -11px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 13px solid #fff;

}
.tooltip2 {
  display: flex;
  align-items: center;
    visibility: hidden;
    height: 50px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    position: absolute;
    top: 32%;
    z-index: 100;
    bottom: 100%;
    left: -184%;
    opacity: 1;
    transition: opacity 0.3s;
     white-space: nowrap;
}
.consult{
  display: flex;
  align-items: center;
    visibility: hidden;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 60%;
    z-index: 100;
    bottom: 100%;
    left: -166%;
    opacity: 1;
    transition: opacity 0.3s;
     white-space: nowrap;
}
.popups:hover + div{
  visibility: visible;
  opacity: 1;
}
.telltalk:hover + .tooltip2 {
  visibility: visible;
  opacity: 1;
}
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.high-line {
  color: #0385c9;
  border-bottom: 1px solid #0385c9;
  border-bottom-width: 2.5px;
}
.high-line-btn {
  color: #0385c9;
}
/* .swiperbtn:hover {
  color: #0385c9;
  border-bottom: 1px solid #0385c9;
  border-bottom-width: 2.5px;
} */
.swiper-container {
  border-bottom: 1px solid #dbdbdb;
}
.btnsys:active {
  color: #0385c9;
}
/* .btnsys:hover {
  color: #0385c9;
} */

.entrycard {
  border: solid #f2f2f2 1px;
  box-shadow: 0 0 15px 10px #e9e8e8;
  border-radius: 3px;
  margin-bottom: 30px;
}
.index1 {
  color: #000 !important;
}
.index2 {
  color: #000 !important;
}
.nav-item {
  position: relative;
}
.index1:after {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  bottom: -1px;
  right: auto;
  height: 3px;
  width: 0px;
  background-color: #2e4fc3;
}
.index1:hover {
  color: #2e4fc3 !important;
  font-weight: 600;
  /* background: #cccccc; */
}
.index2:hover {
  /* background: #cccccc; */
  color: #2e4fc3 !important;
  font-weight: 600;
}
.index1:hover::after {
  width: 64px;
  transition: all 0.5s ease 0s;
}
.index2:after {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  bottom: -1px;
  right: auto;
  height: 3px;
  width: 0px;
  background-color: #2e4fc3;
}
.index2:hover::after {
  width: 96px;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .bantitle1.media {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 1rem;
    font-size: 0.6rem;
  }
}
.index1 {
  color: #333333;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  padding: 1rem 1rem;
  text-decoration: none !important;
}
.index2 {
  color: #333333;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  padding: 1rem 1rem;
  text-decoration: none !important;
}
/* .navbar {
  box-shadow: 0 0 15px 10px #f7f7f7;
} */

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: inherit;
  align-items: center;
}
.btnlive {
  margin-top: 0.3rem;
  color: aliceblue;
  width: 162px;
  height: 86px;
  border: 0;
  border-radius:0px;
  background: #3059DA !important;
}

.container {
  max-width: 1200px;
}

.orange {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btnsys {
  font-family: Microsoft YaHei;
  font-size: 18px;
  height: 75px;
  border: 0;
  background: #ffffff;
}
.datatitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #ef8360;
}
.datacontent {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #333333;
}
.datacontent2 {
  line-height: 1.7rem;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666666;
}
.btn-flow {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 10px;
  border-radius: 17.95px;
  background-color: #eeeeee;
  color: #333333;
  width: 105px;
  height: 33px;
  border: 0;
}

.btn-detail {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 10px;
  border-radius: 10.95px;
  background-color: #0083c6;
  color: white;
  width: 145px;
  height: 40px;
  border: 0;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #ef8360;
  text-decoration: none;
}
.divid {
  margin-left: 20px;
  margin-right: 20px;
}
.comadd {
  color: #333333;
  font-style: 3px;
}
.bantitle1 {
  position: absolute;
  z-index: 2;
  left: 200px;
  top: 10rem;
  font-size: 2.6rem;
}
.nav-link:hover {
  color: #ef8360;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .bantitle {
    display: none;
  }
  #card1 {
    font-size: 1px;
  }
}
.buttbottom {
  /* margin-top: 50px; */
  margin-bottom: 50px;
  font-family: Microsoft YaHei;
  border-radius: 10.95px;
  background-color: #0083c6;
  color: white;
  font-size: 20px;
  width: 145px;
  height: 40px;
  border: 0;
}

@media (min-width: 960px) {
  .comboss {
    margin-right: -120px;
  }
  .comlogo {
    margin-left: -120px;
  }
  .examtitle {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 18rem;
    font-size: 18px;
  }
  .examdetail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    top: 20rem;
    font-size: 14px;
    color: #666666;
  }
  .containercon {
    max-width: 800px;
    margin-left: 130px;
  }
  .contacticon {
    max-width: 1300px;
  }
  .collapse {
    /* margin-right: 200px; */
  }
  .navbar-brand {
    margin-left: 130px;
  }

  .banner {
    height: 746px;
  }
  .overlay-content {
    top: -100px;
    left: -10px;
  }
  .bannertitle {
    font-weight: normal;
    font-size: 50px;
    margin-top: -50px;
    color: #333333 !important;
  }
  .bannerdesc {
    color: #666666;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .bannerintro {
    color: black;
    font-family: YouYuan;
    font-size: 3rem;
  }
  .bannerintro-sub {
    color: #666666;
    font-family: YouYuan;
    font-size: 1.2rem;
  }
  .qrcode {
    height: 200px;
    margin-top: 20px;
    text-align: center;
  }
  .businesscardtitle {
    font-family: Microsoft YaHei;
    font-size: 30px;
    margin-top: 15px;
    text-align: left;
    color: #1986d8;
  }
  .businesscard {
    font-family: Microsoft YaHei;
    font-size: 20px;
    text-align: left;
    color: #333333;
  }
  .companycard {
    margin-top: 50px;
  }
  .comcarddetail {
    margin-left: 40px;
    padding-right: 50px;
  }
  /* .entry1 {
    margin-top: 50px;
  }
  .entry2 {
    margin-top: 50px;
  }
  .entry3 {
    margin-top: 30px;
  }
  .entry4 {
    margin-top: 30px;
  } */
  .invalid-feedback {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .overlay-content {
    top: -50px;
  }
  .bannertitle {
    font-weight: normal;
    font-size: 30px;

    color: #333333 !important;
  }
  .bannerdesc {
    color: #666666;
    font-size: 1rem;
    font-weight: normal;
  }
  .bannerintro {
    color: black;
    font-family: YouYuan;
    font-size: 2rem;
  }
  .bannerintro-sub {
    color: #666666;
    font-family: YouYuan;
    font-size: 0.8rem;
  }
  .qrcode {
    height: 100px;
    margin-top: 10px;
    text-align: center;
  }
  .businesscardtitle {
    font-family: Microsoft YaHei;
    font-size: 20px;
    margin-top: 7px;
    text-align: left;
    color: #1986d8;
  }
  .businesscard {
    font-family: Microsoft YaHei;
    font-size: 15px;
    text-align: left;
    color: #333333;
  }
  .comcarddetail {
    margin-left: 30px;
  }
  .invalid-feedback {
    text-align: left;
  }
}

/* @media (min-width: 1400px) {
  .container {
    max-width: 1460px;
  }
} */
@media (min-width: 2000px) {
  .containercon {
    max-width: 1000px;
    margin-left: 260px;
  }
  .examtitle {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 27rem;
    font-size: 22px;
  }
  .examdetail {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 30rem;
    font-size: 18px;
    color: #666666;
  }
  .container {
    max-width: 1560px;
  }
  .container1 {
    max-width: 1060px;
  }
  .contacticon {
    max-width: 1960px;
  }
}
@media (min-width: 3000px) {
  .containercon {
    max-width: 1500px;
    margin-left: 280px;
  }
  .examtitle {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 36rem;
    font-size: 32px;
  }
  .examdetail {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 40rem;
    font-size: 28px;
    color: #666666;
  }
  .container {
    max-width: 2060px;
  }
  .container1 {
    max-width: 1060px;
  }
  .contacticon {
    max-width: 2560px;
  }
}
.product {
  border-radius: 2px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 15px 10px #f7f7f7;
}
.swiper-wrapper {
  justify-content: space-between;
}
.contactcard {
  margin-top: 30px;
  border: 1px solid #eeedee;
  border-radius: 5px;
  box-shadow: 0 0 15px 10px #f7f7f7;
}

@media (min-width: 1800px) {
  .swiperbtn {
    width: 150px;
  }
}

.nav-item  a{
  padding: 2rem 1rem !important;
}
.navbar{
  padding: 0;
}
