@charset "utf-8";
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
/*默认a标签样式*/
a:link,
a:visited {
    color: #5e5e5e;
    text-decoration: none;
}

/*a:active { color: #666; }*/
/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*相对定位*/
.pr {
    position: relative;
}

/*绝对定位*/
.pa {
    position: absolute;
}

/*弹性盒布局*/
.df {
    display: flex;
    flex-wrap: wrap;
}

/*弹性盒布局*/
.dfsb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/*弹性盒布局--垂直--居中*/
.dfc {
    display: flex;
    align-items: center;
}

/*弹性盒布局--垂直水平--居中*/
.dfcc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/*单选框和复选框*/
/*单选框和复选框 未选中 样式*/
label input[type="radio"]+span,
label input[type="checkbox"]+span {
    display: inline-block;
}

/*单选框和复选框 已选中 样式*/
/*显示隐藏*/
.hide {
    display: none;
}

.show {
    display: block;
}

/*宽度满屏*/
.w {
    width: 100%;
}

/*块元素居中*/
.ma {
    margin: 0 auto;
}

.w12,
.box {
    width: 1200px;
    margin: 0 auto;
}

/*行内元素居中*/
.tac {
    text-align: center;
}

/*行内元素居左*/
.tal {
    text-align: left;
}

/*行内元素居右*/
.tar {
    text-align: right;
}

/*加粗*/
.fwb {
    font-weight: bold;
}

/*页面主要内容*/
.container {
    width: 1200px;
    margin: 0 auto
}
.container2 {
    width: 1200px;
    margin: 0 auto;
	border-radius: 26px;
	padding-bottom: 1px;
}
/*公共--title*/
.title,
.white {
    text-align: center;
    padding-top: 50px;
}

.title h1 {
    font-size: 34px;
	font-weight: inherit;
    display: block;
    padding: 20px 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.title h1::before,.title h3::before{
    background: #2e88ed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.title h1::after,.title h3::after{
    background: #2e88ed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.title h2 {
    font-size: 34px;
	font-weight: 600;
    /* font-weight: bold; */
    color: #333333;
    margin-bottom: 10px;
}

.title h3{
    color: #747b96;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 0 15px;
    position: relative;
}

.white h3::after,.white h3::before{
    background-color: #fff;
}

.white h2,.white h3{
    color: #FFFFFF !important;
}

.title hr {
    border: none;
    width: 60px;
    height: 4px;
    background: #2E88ED;
    border-radius: 2px;
    margin: 24px auto 30px;
}

.title p {
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 40px;
    line-height: 30px;
}

.white h1,.white p {
    color: #FFFFFF;
}

/* .white p{
    font-size: 22px;
    font-weight: 700;
} */

.white hr {
    background: #FFFFFF;
}
/*公共--banner*/
.banner {
   width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/banner.jpg) no-repeat center;
  background-position: center center;
    background-size: cover;
}

.banner img{
    width: 798px;
}
.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;
}
/* 美国常青胜名校指向性(点招)保录*/
.sjmxtxz .content {
    background: #FFFFFF;
    margin-bottom: 70px;
    text-align: center;    
    font-size: 20px;
    line-height: 38px;
}

.sjmxtxz .content h3 {
    font-weight: bold;
}

/* 拿OFFER才是王道 */
.offer {
    width: 100%;
    background: url(../images/lxtop_offer_bj.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.offer .mySwiper{
    margin-top: 20px;
}

.offer .mySwiper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer .mySwiper li{
    width: 21%;
    position: relative;
    text-align: center;
    padding: 0 6px;
}

.offer .mySwiper li img{
    width: 100%;
    height: 420px;
    margin: 0 auto;
    padding-top: 42px;
    transition: .3s;
}

.offer li:hover img{
    padding-top: 0;
    transition: .3s;
}

.offer li:hover h3,.offer li:hover p{
    color: #ffffff;
}

.offer .mySwiper .info{
    width: 100%;
    height: 120px;
    background: url(../images/bot.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 9;
    transition: 0.3s;
    position: absolute;
    left:0;
    bottom: 0;
    padding-top: 10px;
}

.offer .mySwiper .info div{
    margin-top: 1px;
}

.offer .mySwiper li:hover .info{
    background: url(../images/both.png) no-repeat center top;
    background-size: 100% 100%;
}

.offer .mySwiper .info:hover{
    background: url(../images/both.png) no-repeat center top;
    background-size: 100% 100%;
}

.offer .mySwiper .info div:hover h3,.offer .mySwiper .info div:hover p{
   color: #FFFFFF;
}


.offer .mySwiper h3 {
    font-size: 16px;
    color: #0052d9;
    text-align: center;
    font-weight: normal;
    padding-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.offer .mySwiper p{
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 23px;
}

.swiper-wrapper{
    margin-bottom: 60px;
}

.swiper-pagination{
    position: initial !important;
    bottom: 0 !important;
}

.swiper-pagination-bullet{
    width: 25px !important;
    height: 25px !important;
    background: none !important;
    border:2px solid #7ebefa !important;
    opacity:1 !important;
}

.swiper-pagination-bullet-active::after {
    position: absolute;
    left: auto;
    top: 41%;
    content: "";
    height: 12px;
    width: 12px;
    background: #2e88ed;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/* 研究生保录流程 */
.yjsbllc_list {
    width: 100%;
    height: 768px;
    background: url(../images/bllc_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.yjsbllc_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}

.yjsbllc_list ul li {
    width: 25%;
    height: 356px;
    max-width: 275px;
    border-radius: 16px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 60px 15px 0 15px;
    margin: 0 auto;
    position: relative;
}

.yjsbllc_list ul li span {
    display: inline-block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background-color: rgb(46, 136, 237);
    border-radius: 50%;
    border: 5px solid #ffffff;
    text-align: center;
    font-size: 34px;
    color: #FFFFFF;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.yjsbllc_list ul li p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 auto;
}

/* 师资团队 */
.sjtd{
}

.sjtd ul{
    margin-top: 50px;
}

.sjtd li{
    height: 293px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 30px rgba(0, 77, 255, 0.08);
    border: 1px solid rgb(247, 250, 251);
    border-image: initial;
    margin: 0px auto 45px;
    padding: 0 20px 0;
}
.sjtd li:hover{box-shadow: 0 0 15px rgba(46, 136, 237, .4);}
.sjtd li:nth-last-child(1){
    margin: 0px auto 0px;
}

.sjtd li img{
    height: 190px;
}

.sjtd li div{
    flex: 1;
}

.sjtd li:nth-child(odd) img{
    margin-right: 37px;
}

.sjtd li h4{
    font-size: 26px;
	font-weight: 800;
    color: #1a73e8;
    margin-bottom: 10px;
}

.sjtd li h5{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.sjtd li h6{
    font-size: 16px;
	font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.sjtd li p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

/* 招生官团队 */
.zsgtd ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.zsgtd ul li{
    width: 49%;
    height: 370px;
    background: #e8f1ff;
    border-radius: 18px;
    padding: 28px 0px 32px;
    position: relative;
    display: flex;
    margin-bottom: 26px;
}

.zsgtd ul li div {
    width: 518px;
    margin: 36px auto 0;
    padding: 66px 16px 32px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    text-align: center;
    position: relative;
}

.zsgtd ul li img{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #dbe7ff;
    border: 12px solid #FFFFFF;
    position: absolute;
    top:-47px;
    left: 50%;
    transform: translateX(-50%);
}

.zsgtd ul li h5{
    font-size: 22px;
    font-weight: 600;
    color: #1a73e8;
    margin-bottom: 4px;
}

.zsgtd ul li h6{
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.zsgtd ul li p{
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

/* TOP名校研究生历年申请数据库 */
.data_rate{
    margin: 40px auto 50px;
}

.lssjk .data_rate dl {
    width: 98%;
    margin: 0 auto;
    font-size: 18px;
}

.data_rate dt, .data_rate dd {
    height: 65px;
    line-height: 65px;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.data_rate dd:hover span {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(46, 136, 237, .4);
    position: relative;
    transform: scale(1.01);
}

.data_rate dd:nth-child(even) span {
    background: #f1f6f9;
}

.data_rate dd:nth-child(odd) span {
    background: #e5ecf1;
}

.data_rate dt span, .data_rate dd span {
    width: 20%;
    text-align: center;
}

.data_rate dt span:nth-child(1), .data_rate dd span:nth-child(1) {
    width: 38%;
    text-align: center;
}

.data_rate dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e88ed;
    border-radius: .6rem .6rem 0 0;
    font-weight: bold;
}

.data_rate dd span:last-child {
    font-weight: bold;
}

.data_rate dt span em {
    font-style: normal;
    text-align: center;
    color: #ffffff;
    line-height: 120%;
}

/* 研究生保录流程 */
.yjsbllc {
    width: 100%;
    background: url(../images/yjsbllc_bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.yjsbllc_cotent{
    margin: 80px auto 0;
}

.yjsbllc_cotent li{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 111px;
}

.yjsbllc_cotent li img{
    width: 90px;
}

.yjsbllc_cotent li:nth-child(odd) img{
    margin-right: 40px;
}

.yjsbllc_cotent li:nth-child(even) img{
    margin-left: 40px;
}

.yjsbllc_cotent li div{
    text-align: left;
    position: relative;
}

.yjsbllc_cotent li div img{
    width: 50px;
    position: absolute;
    bottom: -70px;
    left: -20px;
}

.yjsbllc_cotent li:nth-child(even) div img{
    right: -20px;
    left: auto;
}

.yjsbllc_cotent li h5{
    font-family: SourceHanSansCN;
    font-weight: 700;
    font-size: 18px;
    margin:-30px 0 15px;
}

.yjsbllc_cotent li span{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #2c8dff;
    border-radius: 50%;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    margin-left: 20px;
    text-align: center;
}

.yjsbllc_cotent li p{
    line-height: 32px;
    font-size: 16px;
}

/* 青胜留学的优势 */
.lxys {
    width: 100%;
}

.lxys_cotent {
    height: 600px;
    background: url(../images/lxys_bg.png) no-repeat center top;
    background-size: 50% auto;
    margin-top: 30px;
}

.lxys_cotent ul{
    position: relative;
}

.lxys_cotent ul li{
    width: 375px;
    position: absolute;
}

.lxys_cotent ul li h5{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}

.lxys_cotent ul li p{
    color: #747b96;
    font-size: 14px;
}

.lxys_cotent ul li:nth-child(1){
    top:40px;
}

.lxys_cotent ul li:nth-child(2){
    top:40px;
}

.lxys_cotent ul li:nth-child(3){
    top:205px;
}

.lxys_cotent ul li:nth-child(4){
    top:205px;
}

.lxys_cotent ul li:nth-child(5){
    top:398px;
    left: 200px !important;
}

.lxys_cotent ul li:nth-child(odd){
    text-align: right;
    left:0;
}

.lxys_cotent ul li:nth-child(odd) h5{
    text-align: right;
}

.lxys_cotent ul li:nth-child(even) h5{
    text-align: left;
}

.lxys_cotent ul li:nth-child(even){
    text-align: left;
    right:0;
}

/* 办理流程 */
.bllc {
    width: 100%;
    height: 430px;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
}


.bllc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.bllc li {
    width: 125px;
    height: 115px;
    text-align: center;
    color: #FFFFFF;
}
.bllc li p{font-size: 16px;}
.bllc li div{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
}

.bllc li div::before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}

@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0
    }
}

.bllc li img {
    width:30px;
    z-index: 3;
    position: absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}

/* 合作院校 */
.hzyx {
    width: 100%;
    text-align: center;
}

.hzyx ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	padding-top: 25px;
}

.hzyx .container li {
    width: 20%;
    height: 215px;
    background: #f7fafb;
}

.hzyx ul li:hover {
	box-shadow: 0 0 15px rgba(46, 136, 237, .4);
    transform: scale(1.02);
}

.hzyx ul li:nth-child(odd) {
    background: #fff;
}

.hzyx .container li img {
    width: 150px;
    margin: 18px auto 10px;
}


.hzyx p {
    font-size: 16px;
}