.banner-box{
  position: relative;
  height: 800px;
  margin-bottom: 60px;
}

.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(../image/swiper-bottom.png) 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(../image/第一张.png) top no-repeat;
  background-size: auto 854px;
}

.swiper-img2{
  background: url(../image/第三张.png) top no-repeat;
  background-size: auto 854px;
}
.swiper-img3{
  background: url(../image/swiper-img3-20230626.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.swiper-img4{
  background: url(../image/第二张.png) 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(../image/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;
  }
}

.body_bg-1{ background:url(../img/1-body.jpg) top center no-repeat; height: 900px;}

.youshi_body-1{/*background: url(../img/002.png) center no-repeat;*/ height:  2200px;}



/* 蓝色小横线图标 */
.blue-border {
    width: 50px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(162deg,#3776ff 0%, #1238f5 100%);
    border-radius: 14px;
}
.module>.title span {
    color: #27274a;
    font-size: 48px;
}
.btn-container {
    font-size: 0;
}
.btn-free-trial {
    width: 132px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background: #3776ff;
    box-shadow: none;
}
.btn-learn-detail {
    width: 132px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border: 1px solid #3776FF;
    color: #3776FF;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}



.main-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main-content.auto {
    height: auto;
}

.item-container-1{ width:1200px; margin:0 auto; }

.process-introduction .item-container {
    display: inline-block;
    width: 362px;
    height: 302px;
    background: linear-gradient(214deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
    background: -webkit-linear-gradient(214deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
    background: -moz-linear-gradient(214deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
    background: -o-linear-gradient(214deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
    background: -ms-linear-gradient(214deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
    border: 2px solid #ffffff;
    border-radius: 6px;
    box-shadow: 3px 11px 20px 0px rgba(113,150,251,0.10);
    transition: 1s;
}
.process-introduction .item-container:hover{
    cursor: pointer;
    transform:translateY(-10px);
    box-shadow: 3px 11px 20px 0px rgba(113,150,251,0.20);
    transition: all 1s ease;
}
.process-introduction .item-container:not(:last-child) {
    margin-right: 50px;
}

.process-introduction .item-content {
    display: inline-block;
    text-align: center;
}

.process-introduction .item-container .item-image {
    width: 110px;
    height: 120px;
    margin-top: 48px;
}

.process-introduction .item-container .item-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #27274a;
    margin-bottom: 8px;
}

.process-introduction .item-container .item-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #27274a;
}

/*功能特色*/
.module-function-feature {
    background: #f6f8fa;
}
.module-function-feature .item-image {
    width: 520px;
    height: 520px;
    vertical-align: bottom;
}

.module-function-feature .item-image_1 {
    width: 620px;
    height: 496px;
    vertical-align: bottom;
}

.item-container:nth-child(1) .item-image_1{
    margin-right: 200px;
}


/*.item-container:nth-child(1) .item-image,
.item-container:nth-child(3) .item-image{
    margin-right: 200px;
}
.item-container:nth-child(2) .item-image,
.item-container:nth-child(4) .item-image{
    margin-left: 260px;
}*/
.title {
    padding-top: 80px;
    margin-bottom: 50px;
}
.item-content {
    /* width: 520px; */
/*    margin-bottom: 125px;*/
}
.item-content{
  margin-bottom: 130px;
}
.item-content .item-list .listCourse{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #27274a;
    line-height: 20px;
}
.main-content .item-container .item-content {
    display: inline-block;
}
.main-content .item-content .item-id {
    font-family: Helvetica, Helvetica-Bold;
    font-size: 34px;
    font-weight: 700;
    color: #3776ff;
    line-height: 34px;
}
.main-content .item-content .item-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 0px;
}

.main-content .item-content .item-list li {
    font-size: 14px;
    line-height: 24px;
    color: #6d717c;
    margin-bottom: 10px;
}
.main-content .item-content .btn-free-trial {
    margin-top: 40px;
    display: inline-block;
}
/*平台优势*/
.module-platform-advantage {
    background: #fcfdfe;
}
.item-image {
    width: 520px;
    height: 520px;
    vertical-align: bottom;
}

.item-image_1 {
    width: 620px;
    height: 620px;
    vertical-align: bottom;
}

.item-container {
/*    padding-bottom: 32px*/
}



.item-container:nth-child(1) .item-image_1{
  margin-right: 100px;
}

.item-container:nth-child(3) .item-image {
    margin-right: 200px;
}
.item-container:nth-child(2) .item-image {
    margin-left: 200px;
}
.item-container:nth-child(4) .item-image {
    margin-left: 225px;
}
 .title {
    padding-top: 80px;
    margin-bottom: 50px;
}
.item-content {
    /* width: 520px; */
/*    margin-bottom: 95px;*/
}
.main-content .item-container .item-content {
    display: inline-block;


}


.btn_youshi{ 
  width:100%; 
  height:45px; 
  margin-top: 35px;
}
.btn_left_lianxi a{ 
  width:150px; 
  height:45px; 
  background:#166eff; 
  color:#fff;
  display: block; 
  text-align: center; 
  line-height: 45px; 
  border-radius: 5px; 
  font-size: 18px; 
  border: 1px #166eff solid;
  float: left;
}
.btn_left_lianxi a:hover{ 
  color:#166eff; 
  background:#fff; 
  border: 1px #166eff solid;
}
.btn_right_liaojie a{ 
  width:150px; 
  height:45px; 
  background:#fff; 
  color:#166eff;
  display: block; 
  text-align: center; 
  line-height: 45px; 
  border-radius: 5px; 
  font-size: 18px; 
  border: 1px #166eff solid; 
  float: left; 
  margin-left: 30px;
}
.btn_right_liaojie a:hover{ 
  color:#fff; 
  background:#166eff; 
  border: 1px #166eff solid;
}


.sy_cus{ background:url(../img/haibo-156043_1.jpg) center no-repeat; width:100%; height:755px;}
.sy_cus_content{ width:1200px; margin:0 auto;}
.zi_en{ font-family:"微软雅黑"; font-size:42px; font-weight:bold; color:#000; padding-top:86px; line-height:43px;margin-bottom:50px;}
.zi_cn{font-family:"微软雅黑"; font-size:40px; font-weight:bold; color:#000;line-height:24px;}
.zi_xian_bg{width:250px; height:6px; margin-top:50px;}
.zi_xian_1{width:70px; height:5px; background:#166eff;}
.zi_xian_2{width:250px; height:1px; background:#95989b;}
.zi_cn_1{color:#606060; font-size:20px; padding-top:37px;}
.zi_cn_2{font-size:28px; color:#000; padding-top:40px; padding-bottom:25px;}
.zi_cn_3{font-size:16px; color:#000;line-height:2.2}

.news_author {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #505050;
    font-size: 12px;
    text-align: center;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto;
    color: #666;
    margin-bottom: 20px;
}

.content-21 {
  width: 1200px;
  margin: 0 auto;
}
.search{height: 70px;border-top: 1px solid #ededed;border-bottom: 1px solid #ededed;box-sizing: border-box; background: #fff;}
.search p{float: left;height: 70px;line-height: 70px;font-size: 14px;color: #666666;}
.search p b{ color: #4c4c4c;float: left;font-weight: normal;padding-left: 30px;background: url(../img/hot.png) no-repeat left;}
.search p a{ font-size:14px ;display: block;float: left;color: #4c4c4c;line-height: 70px;margin-right: 14px;}
.search p a:hover{color: #0262b8;}
.s_box{
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
.s_box:before,
.s_box:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
.s_box:before {
        top: 0;
    }
    
.s_box:after {
        bottom: 0;
    }
    
.s_box .input1 {
        width: 249px;
        height: 36px;
        line-height: 36px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }

.s_box .input1:hover{border: 1px solid #e3e3e3;}

.s_box .input2{
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(../img/sea.png) no-repeat center #4d4d4d;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .position {
  line-height: 34px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.position .tiest {
  font-size: 22px;
  background: url(../img/icon8.png) no-repeat 0 center;
  padding-left: 40px;
  font-weight: bold;
    color:#000;
}
.position .tiest:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #007af1;
  margin-left: 20px;
}
.position .wz {
  float: right;
  color: #999;
  font-size: 16px;
  background: url(../img/icon9.png) no-repeat 0 center;
  padding-left: 28px;
}
.position .wz a {
  color: #999;
}
.position .wz a:hover {
  color: #007af1;
}

.nnnns {
  margin: 20px 0 15px 0;
}
.nnnns li {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  float: left;
  margin-right: 20px;
  border: #ddd 1px solid;
  background: #007af1;
  color: #fff;
  margin-bottom: 10px;

}
.nnnns li.on {
  border: #ddd 1px solid;
  background: #fff;
  color: #007af1;
}
.nnnns li:hover {
  border: #ddd 1px solid;
  background: #fff;
  color: #007af1;
}

.nnnns li.on a {
  color: #007af1;
}

.conbox{margin-top: 100px;}
.conbox-1{width: 550px;}
.conbox-2{width: 550px;}

.conbox .box_top{padding: 18px 0 60px 0px; }
.conbox .box_top span{display: block;width: 49px;height: 69px;border: 3px solid #bfbfbf;left: 0;top: 0;}
.conbox .box_top i{display: block;width: 28px;padding-top: 15px;margin: 0 auto;font-size: 22px;border-bottom: 3px solid #bfbfbf;font-weight: bold;}
.conbox .box_top .p1{font-size: 22px;font-weight: bold;color: #333;}
.conbox .box_top .p2{font-size: 12px;text-transform: uppercase;color: #bfbfbf;}
.conbox .box_top em{display: block;width: 127px;height: 3px;background: #1276dd;margin-top: 8px;}
.conbox ul{margin-top:50px;}
.conbox ul li{font-size: 16px;color: #333;margin-bottom: 15px;height: 24;line-height: 24px;background: url(../img/icon01.png) no-repeat left center;padding-left: 22px;}
.conbox ul li b{color: #1276dd;}

.conimg{position: absolute;width: 600px;height: 480px;}
.conimg.img1{top: 108px;left: 0;background: url(../img/xzdb01.png) no-repeat center top;}
.conimg.img2{top: 469px;right: 22px;background: url(../img/xzdb02.png) no-repeat center top;}
.conimg.img3{top: 832px;left: -1px;background: url(../img/xzdb03.png) no-repeat center top;}
.conimg.img4{top: 1205px;right: 22px;}/*background: url(../img/xzdb04.png) no-repeat center top;*/

.conimg_2{width: 600px;height: 480px; float: right;}