.ls_banner {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/banner_benke.jpg) no-repeat center;
  background-position: center center;
    background-size: cover;
}
.ls_banner>img {
  width: 883px;
}

.banner_row{
  width: 883px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.banner_row a{
  margin: 0 20px;
  width: 380px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  background: #fbfbfb;
  text-align: center;
  border-radius: 3px;
}

.banner_row a:last-child{
  background: #FFD32C;
}

.banner_row a:hover{
  opacity: .9;
}


/* 本科低条件保录 */
.ls_bkbl{
  width: 100%;
  padding: 60px 0;
}

.bkbl_main{
  width: 1200px;
  margin: 0 auto;
}
.ls_bkbl h3{
  font-size: 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: inherit;
  position: relative;
}

.ls_bkbl h3::before{
  background: #2e88ed none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.ls_bkbl h3::after{
  background: #2e88ed none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px
}

.bkbl_text{
  margin-top: 30px;
}

.bkbl_main p{
  text-align: center;
    font-size: 20px;
    line-height: 38px;
}

.bkbl_main span{
    font-weight: bold;
}

/* 师资团队 */
.ls_sztd{
    max-width: 1330px;
    margin: 40px auto 80px;
}

.ls_title{
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 28px;
	color: #333;
}

.sztd_item .item{
  display: flex;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 77, 255, 0.08);
	border: 1px solid rgb(247, 250, 251);
  overflow: hidden;
  margin-bottom: 28px;
  padding: 34px 60px;
}
.sztd_item .item:hover{box-shadow: 0 0 15px rgba(46, 136, 237, .4);}
.sztd_item .item img{
  width: 190px;
  height: 190px;
  border-radius: 190px;
  position: relative;
  z-index: 1;
}

.sztd_item .item_1 .item_left,
.sztd_item .item_3 .item_left
{
  position: relative;
  padding-left: 90px;
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.sztd_item .item_1 .item_left::before,
.sztd_item .item_3 .item_left::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 220px;
  height: 160px; 
  background: #0c7bff;
  border-radius: 18px 0 0 18px;
}

.sztd_item .item_2 .item_right
{
  position: relative;
  padding-right: 90px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.sztd_item .item_2 .item_right::before{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 220px;
  height: 160px; 
  background: #0c7bff;
  border-radius: 0 18px 18px 0;
}

.sztd_item .item b{
  font-size: 26px;
  font-weight: 800;
  color: #1a73e8;
  margin-bottom: 10px;
  display: block;
  line-height: 1.7;
}

.sztd_item .item span{
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.7;
	color: #000;
}

.sztd_item .item p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.sztd_item .item .text_title{
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* 招生官团队 */
.ls_zstd{
  width: 1330px;
  margin: 0 auto;
  margin-top: 40px;
}

.zstd_main{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px 26px;
}

.zstd_item{
    background: #e8f1ff;
    border-radius: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zstd_item .item_main{
    background: #e8f1ff;
    border-radius: 18px;
    padding: 28px 28px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zstd_item .item_head{
      width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    position: relative;
}

.zstd_item .item_img{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #dbe7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c6be0;
    font-size: 13px;
    overflow: hidden;
}

.zstd_item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zstd_item .item_text{
    margin: -60px 14px 0;
    padding: 66px 26px 32px;
    background: #ffffff;
    border-radius: 16px;
    width: calc(100% - 28px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    text-align: center;
    height: 230px;
}

.zstd_item .item_text b{
    font-size: 22px;
    font-weight: 800;
    color: #1a73e8;
    margin-bottom: 4px;
    display: block;
}

.zstd_item .item_text span{
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    display: block;
}

.zstd_item .item_text p{
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.ts_title_head{
  margin: 0;
  padding: 0;
  text-align: center;
}

/* 学科保分 */
.ls_xkbf{
  padding: 60px 0;
}

.ts_title{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
    line-height: 60px;
    font-weight: 600;
	color: #333;
}

.ts_title::before{
    background: #2e88ed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.ts_title::after{
    background: #2e88ed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.xkbf_main{
  width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.xkbf_item{
  width: 210px;
}

.xkbf_item img{
  width: 100%;
  display: block;
}
.xkbf_item .item_main{
  background: #e5f0ff;
  height: 180px;
}
.xkbf_item .item_main span{
  display: block;
  height: 55px;
  line-height: 54px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px dashed #89bcf6;
  margin-bottom: 5px;
  font-size: 20px;
}
.xkbf_item p{
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.xkbf_item:hover .item_main{
  background-color: rgb(46, 136, 237);
  box-shadow: 0 8px 16px 0 rgba(46, 136, 237, 0.35);
  color: #fff;
}

/* 留学申请 */
.flow-section {
  width: 1330px;
  margin: 60px auto 0 auto;
  padding: 48px 80px 64px;
  border-radius: 26px;
  background: linear-gradient(rgba(21, 43, 72, 0.85), rgba(21, 43, 72, 0.85)), url('../images/lc_bg.jpg') center center / cover no-repeat;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.flow-title-main {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}

.flow-title-sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}

.flow-title-desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 38px;
}

.flow-steps {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.flow-step {
  position: relative;
  padding-left: 100px;
  margin-bottom: 80px;
}

.flow-step:last-child {
  margin-bottom: 0;
}

.flow-icon {
  position: absolute;
  left: 0;
  top: 30px;
  width: 90px;
  height: 110px;
  border-radius: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  overflow: hidden;
}

.flow-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-step--right {
  padding-left: 0;
  padding-right: 100px;
  text-align: left;
}

.flow-step--right .flow-icon {
  left: auto;
  right: 0;
}

.flow-step-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.flow-step-label {
  margin-right: 8px;
  opacity: 0.9;
}

.flow-step-tag {
  background: #2c8dff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.flow-step-title {
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  background: #2c8dff;
  padding: 8px 16px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.flow-step-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.flow-step::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 145px;
  width: 50px;
  height: 80px;
  background: url('../images/xx1.png') center center / contain no-repeat;
}

.flow-step:nth-child(2)::after {
  left: auto;
  right: 35px;
  background: url('../images/xx2.png') center center / contain no-repeat;
}

.flow-step:nth-child(3)::after {
  left: 35px;
  right: auto;
  background: url('../images/xx3.png') center center / contain no-repeat;
}

.flow-step--right::after {
  left: auto;
  right: 35px;
}

.flow-step:last-child::after {
  display: none;
}


/* 青胜留学的优势 */

.ls_lxys{
  margin: 50px 0;
}
.text_center{
  text-align: center;
}
.text_center h2{
    font-size: 34px;
    line-height: 66px;
    font-weight: 600;
	color: #333;
}

.text_center h5{
    font-size: 18px;
    text-transform: uppercase;
    color: #747b96;
    line-height: 30px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
	font-weight: 700;
}

.text_center h5::before{
    background: #2e88ed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.text_center h5::after{
    background: #2e88ed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.lxtop_ys{
  width: 1330px;
  margin: 0 auto;
}

.lxtop_ys dl{
  height: 412px;
  background:url(../images/lxtop_ys_bj.png) no-repeat 50%;
  box-sizing: border-box;
  position: relative;
  margin: auto
}
.lxtop_ys dd{
  width: 375px;
  position: absolute;
}
.lxtop_ys dd:nth-child(odd){
  text-align: right;
}
.lxtop_ys dd span{
  font-size: 18px;
  font-weight:bold;
  display: block;
  margin-bottom: 12px;
}
.lxtop_ys dd p{
  color: #747b96;
  font-size: 14px;
}
.lxtop_ys dd:nth-child(1){
  top: 27px;
  left: 0;
}
.lxtop_ys dd:nth-child(2){
  top: 27px;
  right: 0;
}
.lxtop_ys dd:nth-child(3){
  top: 260px;
  left: 0;
}
.lxtop_ys dd:nth-child(4){
  top: 260px;
  right: 0;
}

/* 拿offer */
.ls_xgzs{
  width: 1330px;
  margin: 0 auto;
  background:url("../images/lxtop_offer_bj.jpg")no-repeat center;
  overflow: hidden;
  position: relative;
  padding: 75px 0 95px 0;
}

.case-item-as{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-area .bg-fixed,
.case-area .bg-cover{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: -2;
  background-image: url("../images/lxtop_offer_bj.jpg");
}
.case-items{
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.case-item .item{
  position:relative;
  width:276px;
  margin:0 30px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.case-item .item .thumb {
  padding-top: 42px;
  padding-left: 7px;
  padding-right: 7px;
  height:420px;
  transition: .3s;
}
.case-item .item:hover .thumb {
  padding-top: 0;
  padding-bottom:42px;
}
.case-item .item .thumb img{
  max-width: 100%;
}
.case-item .item .info {
  position:absolute;
  width:100%;
  bottom:0;
  transition: .3s;
  z-index: 9;
  background: url(../images/bot.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.case-item .item .info h3 {
  font-size: 16px;
  color: #0052d9;
  text-align: center;
  font-weight: normal;
  padding-top: 39px;
  white-space: nowrap;
  overflow: hidden;
}
.case-item .item .info .gpa,
.case-item .item .info .time {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.case-item .item:hover .info {
  background-image: url(../images/both.png);
  transition: .3s
}
.case-item .item:hover .info h3,
.case-item .item:hover .info .gpa,
.case-item .item:hover .info .time {
  color: #fff
}

.ls_xgzs .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #7CBEFB;
    background: no-repeat;
    height: 23px;
    width: 23px;
    opacity: 1;
    background: no-repeat;
}

.ls_xgzs .swiper-pagination-bullet-active{
  position: relative;
}

.ls_xgzs .swiper-pagination-bullet-active::before{
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  height: 12px;
  width: 12px;
  background: #2e88ed;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ls_xgzs .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 22px;
}

.ls_xgzs .swiper-pagination{
  z-index: 1;
}

/* 背景提升 */
.ls_bjts{
  width: 1330px;
  margin: 0 auto;
  padding: 60px 0 90px 0;
  background: url('../images/bg_02_1.jpg')no-repeat center;
  position: relative;
  overflow: hidden;
}

.ls_bjts .text_center{
  margin-bottom: 60px;
}

.cgal_item{
  width: 665px;
  display: flex;
  justify-content: space-between;
}

.cgal_item .cgal{
  width: 316px;
  margin: 0 10px;
}

.cgal img{
  width:100%
}
.cgal h3 {
  display: flex;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  height:5rem;
  padding:0 1.5rem;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  line-height:1.2;
}
.cgal h3.bg_1 {
  color: #000;
  background-color: #ffd404; 
}
.cgal h3.bg_2 {
  background-color: #2a5eb7; 
}
.cgal h3.bg_3 {
  background-color: #ff3401; 
}
.cgal h3.bg_4 {
  background-color: #0f487f; 
}
.cgal h3.bg_5 {
  background-color: #4285f4; 
}
.cgal h3.bg_6 {
  background-color: #000; 
}
.cgal h3.bg_7 {
  background-color: #418fde; 
}
.cgal h3.bg_8 {
  background-color: #000; 
}
.cgal h3.bg_9 {
  background-color: #165587; 
}
.cgal h3.bg_10 {
  background-color: #000; 
}

.ls_bjts .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #7CBEFB;
    background: no-repeat;
    height: 23px;
    width: 23px;
    opacity: 1;
    background: no-repeat;
}

.ls_bjts .swiper-pagination-bullet-active{
  position: relative;
}

.ls_bjts .swiper-pagination-bullet-active::before{
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  height: 12px;
  width: 12px;
  background: #2e88ed;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ls_bjts .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 22px;
}

.ls_bjts .swiper-pagination{
  z-index: 1;
}

/* 合作院校 */
.ls_hzyx{
  width: 1330px;
  margin: 60px auto;
	overflow: hidden;
}
.fwCon ul {
  margin: 0 auto;
  margin-top: 0.5rem;
}
.fwCon ul li {
  width: 20%;
  float: left;
  height: 210px;
  box-sizing: border-box;
  background: #f7fafb;
}
.fwCon ul li:nth-child(odd){
  background: #fff;
}
.fwCon ul li:hover{
  box-shadow:0 0 10px rgba(0,0,0,.2);
  transform: scale(1.02);
}
.fwCon ul li img {
  max-width: 60%;
  margin: auto;
  display: block;
  padding: 18px 0 10px 0;
}
.fwCon ul li p{
  text-align: center;
  font-size: 16px;
}
.fwCon ul li.show-xs{
  display:none
}

