.banner-box{
  position: relative;
  height: 934px;
  margin-bottom: 150px;
}

.banner-pagination {
  position: absolute;
  bottom: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 168px;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.banner-pagination-item {
  width: calc((100% - 48px) / 3);
  height: 100%;
  background-color: #decfc0;
  cursor: pointer;
}
.banner-pagination .active {
  background-color: #ff962a;
}

.swiper-pagination{
  width: 1300px;
  height: 78px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  justify-content: center;
  background: url(/img/index/swiper/swiper-bottom.png?t=20221118) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 12px 40px;
  transform: translateX(-50%);
}
.swiper-pagination ul,li{ 
  padding: 0;
  margin: 0;
  list-style: none;
}
.swiper-pagination-custom-ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.swiper-pagination-custom-ul .active .swiper-pagination-custom-text{
  opacity: 1;
}
.swiper-pagination-custom-ul::before,.swiper-pagination-custom-ul::after{
  content: none;
}

.swiper-pagination-custom-li{
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* .swiper-pagination-custom-ul li:first-child{
  justify-content: left;
  flex-grow: 1;
}
.swiper-pagination-custom-ul li:last-child{
  justify-content: flex-end;
  flex-grow: 1;
} */
.swiper-pagination-custom-img{
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.swiper-pagination-custom-text{
  margin-left: 12px;
  color: #ffffff;
  text-align: left;
  opacity: 0.6;
}
.s-p-c-big-text{
  font-size: 14px;
}
.s-p-c-small-text{
  margin-top: 6px;
  font-size: 12px;
}

.swiper-img1{
  background: url(/img/index/swiper/第一张.png?t=2311081616) top no-repeat;
  background-size: auto 854px;
}

.swiper-img2{
  background: url(/img/index/swiper/第三张.png?t=2311081616) top no-repeat;
  background-size: auto 854px;
}
.swiper-img3{
  background: url(/img/index/swiper/swiper-img3-20230626.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.swiper-img4{
  background: url(/img/index/swiper/第二张.png?t=202401051640) top no-repeat;
  background-size: auto 854px;
}

.swiper2-input{
  outline: none;
  width: 550px;
  height: 60px;
  border-radius: 8px;
  font-size:14px;
  border: 1px solid #ffffff;
  padding-left: 65px;
}
.swiper2-input:focus{
  outline: none;
  border:1px solid orange;
}
.swiper2-span{
  margin: 0 20px;
  /* opacity: 0.2; */
}
.swiper2-img{
  position: absolute;
  top: 13px;
  left: 22.5px;
  width: 20px;
  height: 35px;
}

.swiper2-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 174px;
  height: 50px;
  background-color: #ff962a;
  border-radius: 4px;
}
.swiper2-btn a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
.swiper2-btn a:hover{
  color: #ffffff!important;
}

.index-smart-exam{
  position: relative;
  height: 260px;
  display: flex;
}
.index-smart-exam-img{
  position: absolute;
  left: 50%;
  bottom: -68px;
  width: 220px;
  transform: translate(-50%);
}

.index-smart-content {
  padding-top: 86px;
  padding-bottom: 80px;
  background-color: #f7fbff;
}

.index-smart-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-smart-exam-item{
  width: 305px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  background-color: #ffffff;
	border-radius: 10px;
  margin-bottom: 33px;
}
.index-smart-exam-item:hover{
  box-shadow: 0px 5px 12px 1px rgba(255, 150, 42, 0.18);
}
.index-smart-exam-item-img{
  width: 126px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffeede;
}
.index-smart-exam-item-big-text{
  margin-top: 42px;
  font-size: 20px;
  color: #333;
}
.index-smart-exam-item-small-text {
  margin-top: 20px;
  font-size: 15px;
  flex: 1;
  color: #666;
  width: 100%;
  text-align: justify;
  text-justify:distribute-all-lines;
}
.index-smart-exam-item-link {
  position: relative;
  width: 100%;
  height: 54px;
}
.index-smart-exam-item-link-a {
  position: absolute;
  left: -70px;
  width: 226px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.index-smart-exam-item-link-a:hover{
  border-radius: 10px;
  background-color: #ffeede;
}
.index-smart-exam-item-link a{
  display: block;
  height: 100%;
  width: 100%;
  line-height: 54px;
  font-size: 15px;
  color: #999999!important;
  padding-right: 28px;

}

.triangle-left {
  position:  absolute;
  right: 68px;
  margin-left: 14px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #ff962a;
  border-bottom: 5px solid transparent;
}

.index-smart-btn{
  margin-top: 27px!important;
}


.index-smart-exam-mobile{
  width: 100vw;
  padding-bottom: 100px;
}

.index-smart-exam-mobile-item{
  width: 100vw;
  flex-shrink: 0;
}
.footer-link-content{
  display: flex;
}
.center-block ul>li {
  color: #b3b3b3;
  font-size: 14px;
  padding-bottom: 12px;
}
.long-info{
  width: 230px;
}
.long-info ul > li {
  color: #b3b3b3;
  font-size: 14px;
  padding-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-line {
  height: 138px;
  border: solid 1px #ffffff;
  opacity: 0.2;
  margin: auto 0;
}

.footer-link-content-qrCode{
  width: 212px;
  display: flex;
  flex-wrap: wrap;
}
.footer-link-content-qrCode-name{
	font-size: 14px;
	color: #ccc;
  margin-bottom: 10px;
  text-align: center;
}
.footer-link-content-qrCode img {
  width: 90px;
  height: 90px;
}
.footer-input-content{
  display: flex;
  justify-content: center;
  margin-top: 77px;
}
.footer-input-content-input{
  position: relative;
  width: 500px;
  margin-right: 28px;
}
.footer-input-content-img{
  position: absolute;
  top: 8px;
  left: 22.5px;
  width: 20px;
  height: 35px;
}
.footer-input{
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size:16px;
  border: 0;
  padding-left: 65px;
}
.footer-input:focus{
  outline: none;
}
.footer-btn{
  width: 174px;
  height: 50px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  color: #ff962a;
  font-size: 18px;
  transition: all .3s;
}
.footer-btn:hover {
  transform: scale(1.04);
}
.swiper-pagination-mobile{
  position: absolute;
  right: 20px;
  bottom: 17px;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.swiper-pagination-mobile li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fb9730;
  margin-left: 5px
}
.swiper-pagination-mobile .active {
  background-color: #fb9730;
}
.new-footer-yks{
  background-color: #011325;
}
.flex {
  display: flex;
}
.information-left{
  flex: 1;
  background-color: #ffffff;
	box-shadow: 0px 3px 15px 0px 
		rgba(126, 64, 0, 0.05);
	border-radius: 10px;
}
.information-left img{
  width: 52%;
}
.information-ltext{
	font-size: 22px;
	line-height: 24px;
	color: #333333;
}
.information-stext{
  width: 40px;
  margin-left: 16px;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  color: #ffe6cc;
  border-radius: 2px;
  border-top: 2px solid #ffe5cc;
}
.information-right{
  width: 440px;
  margin-left: 40px;
}
.information-ul {
  display: flex;
  flex-direction: column;
}
.information-ul li {
  /* flex: 1; */
  display: flex;
  margin-bottom: 16px;
  background: url(/img/information/li-icon.png) no-repeat ;
  background-position:  left 36%;
  padding-left: 20px;
}
.information-ul a {
  flex: 1;
  font-size: 16px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-ul a:hover {
  font-weight: 700;
  color: #333333!important;
}
.information-li-label {
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #2d9cf3;
}
.information-lcard{
  padding: 32px;
  background-color: #ffffff;
	box-shadow: 0px 3px 15px 0px 
		rgba(126, 64, 0, 0.05);
	border-radius: 10px;
}
.information-hul {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.information-hul li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #e6e6e6;
}
.information-hul a{
  width: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-hul a:hover {
  font-weight: 700;
  color: #333333!important;
}
.footer-link-content::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .footer-input-content-input{
    width: 14rem;
  }
  .footer-btn{
    width: 5rem;
  }
  .footer-input-content{
    margin-top: 2rem;
  }
  .swiper2-input{
    width: 20rem;
    padding-left: 10px;
    font-size: 12px;
  }
  .swiper2-btn{
    width: 5rem;
  }
  .swiper2-btn a {
    font-size: 16px;
  }
  .swiper2-img {
    display: none;
  }
}


/* transition: all .3s; */


.bottom-contact{
  position: fixed;
  bottom: 0;
  z-index: 997;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}

.bottom-contact-item{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}

.bottom-contact-item img{
  width: 18px;
  margin: 0 8px 0 0;
}

.bottom-contact-item.tel {
  font-size: 16px;
  line-height: 19px;
  color: rgb(255,150,42);
  background-color: rgb(255,250,245);
  box-shadow:0 0 3 0 rgba(158,80,0,0.15);
}

.bottom-contact-item.online {
  font-size: 16px;
  line-height: 19px;
  color: rgb(255,255,255);
  background: linear-gradient(to right, rgb(255,184,112), rgb(255,150,42));
  box-shadow:0 0 3 0 rgba(158,80,0,0.15);
}

@media screen and (max-width: 997px) {
  .bottom-contact{
    display: flex;
  }
}