:root{
    --blue--:#0252ab;
    --cyan--:#23b8bc;
    --black--:#939393;
}
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
img,a{
    -webkit-touch-callout: none;
    text-decoration: none;
    max-width: 100%;
}
body{
    width: 100%;
    min-width:320px;
    max-width:640px;
    margin:0 auto;
    background: #fff;
    font-size:14px;
    font-family: -apple-system,Helvetica,sans-serif;
    line-height:1.5;
}
p{
    margin:0;
}
ul,li{
    padding:0;
    margin:0;
    list-style:none;
}
.cl{
    clear: both;
}
/* 菜单 */
.am-menu{
    position: static;
}
.am-menu-offcanvas1 .am-menu-toggle{
    width:3.4rem;
    top:20px;
    right:20px;
}
.am-menu-offcanvas1 .am-menu-toggle span{
    width:100%;
    border-radius: 1rem;
    background:#0252ab;
    height:4px;
    margin-top:.6rem;
    display: block;
    transition: all .2s;
}
.am-menu-toggle span:last-child{
    width:2rem;
}
.am-menu-toggle span:nth-child(2){
    width:2.5rem;
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:last-child{
    display:none;
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:nth-child(1){
    transform:skewY(40deg) translateX(7px);
}
.am-offcanvas-page .am-menu-offcanvas1 .am-menu-toggle span:nth-child(2){
    transform:skewY(-40deg) translateX(7px);
    width:3.4rem;
}
header{
    min-width:320px;
    max-width:640px;
    width: 100%;
    padding:1.2rem 3rem;
    z-index: 999;
    display: flex;
    justify-content: center;
    position:fixed;
    top:0;
    box-shadow: 1px 1px 3px rgba(2,82, 171, .5);
    background: #fff;
}
header .logo{
    width:70%;
}

.am-slider-default .am-direction-nav a:before{
    content:'<';
    color:#fff;
}
.am-slider-default .am-direction-nav a.am-next:before{
    content:'>';
    color:#fff
}
.am-slider-default .am-control-nav{
    bottom: 14px;
}
.am-slider-default{
    margin:0;
}


/* 公用 标题 */
.tabox{
    height:6rem;
    position: relative;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content:space-around;
}
.tabox-eng{
    font-family: Arial, Helvetica, sans-serif;
    font-size:3.8rem;
    color:#f3f3f3;
    font-weight: bold;
    text-transform: uppercase;
    line-height:1.2;
}
.about .tabox .tabox-eng{
    color:#e8e8e8;
}
.tabox-desc{
    font-size:1rem;
    color:#a4a4a4;
}
.tabox-name{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.tabox-name a{
    font-size:2rem;
    font-weight: bold;
    letter-spacing:4px;
    color:var(--cyan--);
}
.container{
    margin:0 auto;
    padding:0 2%;
}

/* 我们的服务 */
.service{
    padding: 4rem 0;
}
.solutionSwiper,
.serviceSwiper{
    height:48rem;
    margin:3rem 1rem 0 1rem;
}
.service-pic{
    width:100%;
    height:25rem;
    overflow: hidden;
    transition: all .3s;
}
.service-pic a{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-content: center;
}
.service-pic a img{
    width:100%;
    height:100%;
}
.service-desc{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-top:none;
    transition: all .3s;
    padding:1rem 0;
}
.service-desc a:first-child{
    display:block;
    width:100%;
    font-size:2rem;
    color:#000;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:2rem 0 1rem 0;
}
.service-desc p{
    font-size:1.4rem;
    line-height:1.4;
    color:#939393;
    text-align:center;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:4rem;
    margin:0 0 2rem 0;
}
.pagination2,
.pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display:flex;
    align-items: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height:6px;
    background: #dcdcdc;
    margin-right: 10px;
    border-radius: 20%;
    cursor: pointer;
}
.swiper-active-switch{
    background: #004a9d;
    width:20px;
}

.more{
    display:flex;
    justify-content: center;
    align-items:center;
    width:136px;
    height:42px;
    background-color: var(--blue--);
    border-radius: 20px;
    font-size:14px;
    color:#fff;
    margin:0 auto;
}
.more:hover{
    color:var(--cyan--);
}

/* 广告 */
.adva{
    background-image: url(../images/adva.jpg);
    background-position: center bottom;
    /* background-attachment: fixed; */
    background-size: 100%;
    height:25rem;
}
.adva-main{
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    height:100%;
    width:100%;
    padding:4rem 0;
    text-align: center;
}
.adva-col{
    display:flex;
    flex-direction: column;
    position: relative;
}
.adva-col:first-child::after{
    content: '';
    width:70%;
    height:1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: -30%;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
}
.adva-col a{
    font-size:2.2rem;
    color:#fff;
}
.adva-col span{
    font-size:1.4rem;
    color:#fff;
}
/* 关于我们 */
.about{
    padding:5rem 0 4rem 0;
    background-image:url(../images/about.jpg);
    background-size: 100%;
}
.about .container{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.about-info{
    padding-bottom:3rem;
}
.about-desc{
    font-size:1.3rem;
    color:#575757;
    line-height:1.6;
    text-align: center;
    padding:2rem 0 2rem 0;
}
.about-info{
    width:100%;
    display:flex;
    justify-content:space-around;
}
.about-col{
    display:flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding:0 1rem;
}
.about-col a{
    font-size:2.5rem;
    color:#2f2f2f;
    font-weight:bold;
    display:block;
    width:100%;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.about-col span{
    font-size:.8rem;
    color:#818181;
    line-height:20px;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:4rem;
}
/* 新闻资讯 */
.news{
    padding:6rem 0 2rem 0;
}
.news .container{
    padding:1.5rem 0;
}
.news-top{
    display:flex;
    justify-content: space-around;
    align-content: center;
    padding:1rem .5rem;
}
.news-pic{
    width:12rem;
}
.news-pic a{
    display:flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    height:10rem;
    width:100%;
}
.news-pic a img{
    height:auto;
    max-width:max-content;
}
.news-info{
    flex:1;
    display:flex;
    flex-direction: column;
    padding:0 .5rem;
    overflow: hidden;
    justify-content: center;
}
.news-info a{
    font-size:1.5rem;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-info span{
    font-size:.8rem;
    color:var(--black--);
    display: block;
    padding:.5rem 0;
}
.news-info p{
    font-size:1.2rem;
    line-height:1.7;
    color:var(--black--);
    display:block;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4rem;
}
.news-ul ul{
    display:flex;
    flex-direction: column;
    padding:0 .5rem 3rem .5rem;
    overflow: hidden;
}
.news-ul ul li{
    display:flex;
    align-items: center;
    padding:1.3rem 0;
    border-bottom: 1px solid rgba(237, 237, 237, .5);
    position: relative;
}
.news-ul ul li::before{
    content: '';
    width:12px;
    height:12px;
    background-image: url(../images/yuan.png);
    background-repeat: no-repeat;
    background-size:50%;
    background-position: center;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    z-index: 777;
}
.news-ul ul li::after{
    content: '';
    width:14px;
    height:26px;
    background-image: url(../images/jian.png);
    background-repeat: no-repeat;
    background-size:60%;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    z-index: 777;
}
.news-ul ul li a{
    font-size:1.5rem;
    color:rgba(0, 0, 0, .7);
    display:block;
    padding:0 3rem 0 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 出国留学 */
.study{
    padding:5rem 0 5rem 0;
    background-image: url(../images/study.jpg);
    background-size: 100%;
}
.study .tabox .tabox-eng{
    color:rgba(255, 255, 255, .1);
}
.studySwiper{
    height:24rem;
    padding:3rem 0;
}
.study-pic{
    padding:0 1rem;
}
.study-pic a{
    display:flex;
    align-items: center;
    justify-content: center;
    height:14rem;
    overflow: hidden;
}
.study-pic a img{
    height:100%;
    max-width:max-content;
}
.study-txt a{
    font-size:1.5rem;
    display: block;
    text-align: center;
    margin-top:1rem;
    color:rgba(255, 255, 255, .7);
}

/* 底部 */
.foot .container{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:2rem;
}
.foot-log a{
    display:flex;
    justify-content: center;
    padding:1rem 0;
}
.foot-log a img{
    width:70%;
}
.foot-menu{
    display:flex;
    justify-content: space-around;
    width:100%;
    padding:0 1rem;
}
.foot-menu a{
    font-size:1.3rem;
    color:#000;
}
.foot-menu span{
    color:rgba(0, 0, 0, .2);
}
.foot-copy{
    border-top:1px solid rgba(0, 0, 0, .05);
    margin:1rem .5rem .8rem .5rem;
    font-size:1rem;
    text-align: center;
    color:rgba(0, 0, 0, .5);
    padding:1rem 0;
}

/* 关于我们页面 */
.about-page{
    background-image: none;
    padding:1rem 0 2rem 0;
}
.video .container{
    padding:2rem .5rem;
}
.culturt-ul ul{
    display:flex;
    justify-content: space-between;
    margin:2rem 0;
}
.culturt-ul ul li{
    flex:1;
    overflow: hidden;
    padding:0 .2rem;
}
.culturt-ul ul li img{
    width:100%;
    /* height:12rem; */
    border:1px solid rgba(35, 184, 188, .1);
}
.culturt-ul ul li p{
    height:3rem;
    width:100%;
    background:var(--cyan--);
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:.8rem;
    color:#fff;
}
.courseSwiper{
    height:16rem;
}
.course-col{
    position: relative;
    border-top: 1px solid var(--cyan--);
    border-left: 1px solid var(--cyan--);
    margin:4rem 0 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course-col::before{
    content:'';
    position: absolute;
    left:0px;
    top:0px;
    width:24px;
    height:24px;
    background: var(--cyan--);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.course-col::after{
    content:'';
    position: absolute;
    left:0px;
    bottom:0px;
    width:9px;
    height:9px;
    background: var(--cyan--);
    border-radius: 50%;
    transform: translateX(-50%) translateY(50%);
}
.course-col span{
    padding:5px 10px;
    font-size:2rem;
    color:var(--cyan--);
}
.course-col p{
    padding:0 10px;
    font-size: .8rem;
    color:var(--cyan--);
    line-height:1.6;
    height:4rem;
    overflow: hidden;
}
.honorSwiper{
    height:20rem;
    padding:2rem 0;
    overflow: hidden;
}
.honor-col{
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    height:16rem;
    overflow: hidden;
}
.honor-col a{
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    height:100%;
    padding:0 10px;
}
.honor-col img{
    max-height:100%;
}
.teamSwiper{
    height:12rem;
}
.nav-l a,
.nav-l {
    font-size:1rem;
    color:#2f2f2f;
}
.nav-l{
    line-height:4;
}
.sons,
.side{
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.sons a,
.side a{
    display: inline-block;
    padding:.4rem 2rem;
    background:var(--black--);
    border-radius:30px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    margin:1rem .4rem;
}
.sons a{
    background: #71859c;
}
.sons a:hover,
.sons a.active{
    background: var(--blue--);
}
.side a:hover,
.side a.active{
    background:var(--cyan--);
}
/* 内容页 */
.view{
    padding:1rem .5rem;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.title{
    font-size:2rem;
    line-height: 140%;
    color: #0a272c;
    font-weight: bold;
    text-align: center;
}
.time{
    height:2rem;
    display:flex;
    align-items: center;
    font-size: 12px;
    color: var(--cyan--);
    margin:1rem 0;
}
.time span{
    padding:0 2rem;
    height:2rem;
    display:flex;
    align-items: center;
}
.time span:first-child{
    background:url(../images/clock.svg) no-repeat 0 center;
}
.time span:nth-child(2){
    background:url(../images/cursor.svg) no-repeat 0 center;
}
.time span:last-child{
    background:url(../images/eye.svg) no-repeat 0 center;
}
.desc{
    padding:.5rem 1rem;
    background-color: #F5F5F5;
    border: #E5E5E5 1px solid;
    max-height:66px;
}
.desc p{
    line-height: 1.7em;
    color: #868686;
    text-indent: 24px;
    font-size:13px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content{
    padding:1rem 0;
    color: #5a5a5a;
    text-indent:0;
    font-size:1.4rem;
    line-height:2;
}
.tool {
    width:100%;
}
.tool ul{
    display:flex;
    flex-direction: column;
    justify-content:space-between;
}
.tool ul li{
    color:var(--black--);
    height:30px;
    line-height:30px;
    font-size:12px;
	overflow:hidden;
}
.tool ul li a{
    font-size:12px;
    color:#464646;
}
.tool ul li a:hover{
    color:var(--cyan--);
}
.list ul li{
    padding:10px 5px;
    border-top:1px solid rgba(226, 226, 226, .5);
    display:flex;
    flex-direction: column;
}
.list ul li:last-child{
    border-top:1px solid rgba(226, 226, 226, .5);
}
.list ul li>a{
    font-size: 1.7rem;
    color: #0a272c;
    text-decoration: none;
    line-height: 140%;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list ul li>a:hover{
    color:var(--cyan--);
}
.list ul li>span{
    font-size: 12px;
    color: var(--cyan--);
    font-weight: normal;
    text-decoration: none;
    margin-top:5px;
    display:flex;
}
.list ul li>span span{
    padding:0 2rem;
    line-height: 2;
}
.list ul li>span span:first-child{
    background:url(../images/clock.svg) no-repeat 0 center;
}
.list ul li>span span:last-child{
    background:url(../images/eye.svg) no-repeat 0 center;
}
.list ul li>p{
    font-size: 13px;
    line-height: 22px;
    padding-top: .5rem;
    color: #7e7e7e;
    font-weight: normal;
    text-decoration: none;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5rem;
}
/* 图片列表 */
.picture ul{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.picture ul li{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:0 .5rem;
    width:100%;
}
.picture ul li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}
.picture ul li a img{
    width:100%;
}
.picture ul li span{
    font-size:14px;
    color:var(--black--);
    margin:1rem 0;
}
.photo{
    padding:1rem 0;
    display:flex;
    justify-content: center;
}
.photo img{
    max-width: 100%;
}
.service-list ul{
    display: flex;
    flex-direction: column;
}
.service-list ul li{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0 .2rem;
}
.service-list ul li a{
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .5s;
    background-color: rgb(147, 147, 147,.05);
    width:100%;
}
.service-list ul li a img{
    max-width:100%;
    transform: scale(.8);
}
.service-list ul li span{
    display:flex;
    height:42px;
    justify-content: center;
    align-items: center;
    font-size:16px;
    color:#000;
    margin:8px 0;
}

.tel{
    padding:1rem 0;
}
.tel-main{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
}
.tel-col{
    display:flex;
    flex-direction: column;
    align-items: center;
    flex:1;
    margin:1rem 0;
}
.tel-name{
    font-size:1.5rem;
    color:#221815;
    font-weight:bold;
    padding:1rem 0;
}
.tel-p{
    line-height:1.5;
    font-size: 1.4rem;
    color:#221815 ;
    text-align: center;
}
.tel-img{
    height:100px;
    width:100px;
    background-color: var(--cyan--);
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.tel-img img{
    width:40px;
}
.tel-col:nth-child(2) .tel-img{
    background-color:#67c270;
}

.about-p{
    font-size:1.5rem;
    line-height:2.5rem;
    color:var(--black--);
    padding:20px 0 20px 0;
    text-align: center;
}
.about-video{
    margin:1.2rem 0;
}


/* 分页 */
.pager{
    display: flex;
    justify-content: center;
    padding:2rem 0;
}
.pagination3{
    display: inline-block;
    border-radius: 4px;
}
.pager li {
    display: inline;
}
.pager li span,
.pager li a
{
    margin:0 8px;
    padding:7px 12px;
    border:1px solid #e1e1e1;
    color:#777777;
}
.pagination3 > .active > span{
    background:var(--cyan--);
    color:#fff;
}
.pagination3 > .disabled > span{
    background: white !important;
    color:#666666;
}