* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

a {
    text-decoration: none;
    cursor: pointer;
    color:#333;
}
.footer_index{
    font-size: 1.2rem !important;
}
.index_no1 {
    width: 100%;
}

/* banner */
.header_banner {
    height: 21rem;
    width: 37.5rem;
}

/* 文字滚动 */
.notice {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    background-color: #E6E6E6;
    margin-bottom: 10px;
}

.noticTipTxt {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.noticTipTxt li {
    height: 40px;
    line-height: 40px;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticTipTxt img {
    width: 14px;
    height: 11px;
    margin-right: 5px;
}

.noticTipTxt a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}

.noticTipTxt span {
    width: 67px;
    height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #bf4444;
    line-height: 11px;
    margin-right: 5px;
}

/* 八大优势 */
.nav_index {
    width: 100%;
    height: 260px;
    background: #FFFFFF;
}

.nav_index ul {
    display: flex;
    margin-bottom: 5px;
    margin-top: 20px;
}

.nav_index ul a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    letter-spacing: 1px;
    text-decoration: none;
}

.nav_index ul li {
    width: 30%;
    text-align: center;
}

/* 精彩案例 */
.advantage {
    margin-top: 20px;
}

.tabs_tit {
    width: 95%;
    margin: 0 auto;
    display: flex;
}

.tabs_tit a {
    width: 49%;
    height: 70px;
    display: block;
    margin-top: 20px;
    text-align: center;
    background: url(/Public/Phone/images/index_img/bb1.png) no-repeat;
    background-size: 100% 100%;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
}

.t_nav a:active {
    color: red;
}

.tabs_tit a:last-child {
    background: url(/Public/Phone/images/index_img/bb2.png) no-repeat;
    background-size: 100% 100%;
}

.active {
    opacity: 0.6;
}

.tcon_li {
    margin-top: 20px;
    border-radius: 5px;
}

.tcon_li_con {
    width: 94%;
    height: 70px;
    background: #EEEEEE;
    display: flex;
    margin-top: 20px;
}

.tcon_li_con img {
    width: 50px;
    height: 50px;
    margin: 10px 20px;
}

.tcon_li_div {
    margin: 0;
}

.tcon_li_div p b {
    font-size: 20px;
    color: #333333;
    line-height: 34px;
    margin-right: 15px;
}

.tcon_li_div p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 4px;
}

.tcon_li_div span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.access {
    width: 40%;
    height: 35px;
    margin: 20px auto;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    line-height: 35px;
    background: #bf4444;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

/* 公司荣誉 */
.slideBox {
    width: 100%;
    height: 230px;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -37px;
    z-index: 1;
    height: 50.734px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    padding-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    height: 40.734px;
}

.slideBox .hd ul li {
    /*float:left;*/
    margin-left: 1.5%;
    width: 13%;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    position: relative;
    display: inline-block;
    height: 29px;
}

.slideBox .hd ul li:first-child {
    margin-left: 0;
}

.slideBox .hd ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
    opacity: 1;
    margin-top: -5px;
    box-shadow: 0 0 5px 2px #d45455;
}

.slideBox .bd {
    position: relative;
    width: 90%;
    z-index: 0;
    margin: 0 auto;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 97%;
    display: block;
    height: 87%;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    display: block;
    width: 15px;
    height: 35px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev {
    background: url(/Public/Phone/images/index_img/le5.jpg) center no-repeat;
    background-size: 15px 35px;
    left: -10px;
}

.slideBox .next {
    background: url(/Public/Phone/images/index_img/rt5.jpg) center no-repeat;
    background-size: 15px 35px;
    right: -10px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.title p {
    text-align: center;
    color: #e13131;
    font-weight: bold;
    font-size: 1.6rem;
}

.slideBox .bd img {
    width: 90%;
    display: block;
    height: 87%;
    margin: 0 auto;
}

.slideBox img {
    border: none;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
}

.slideBox .hd ul li img {
    width: 100%;
    display: block;
    height: 100%;
}

/* 招生官 */
.admissions {
    width: 37.5rem;
    height: 445px;
    padding-top: 2rem;
    background: url(/public/phone/images/index_img/bb3.png) no-repeat;
    background-size: 100% 100%;
}

.tabs_tits {
    margin-top: 30px;
    display: flex;
    color: #ffffff;
}

.tabs_tits li {
    width: 33%;
    text-align: center;
}

.t_navs {
    margin-left: 1.5rem;
    margin-top: 3rem;
}

.t_navs p {
    font-size: 2rem;
}

.t_navs span {
    color: #4d4d4d;
    line-height: 30px;
    font-size: 1.4rem;
}

.tcon_lis_font {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-left: 20px;
}

.tcon_lis_div {
    width: 85%;
    height: 22rem;
    background: #FFFFFF;
    opacity: 0.82;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tabs_titss{
    margin:3rem auto 0 auto;
    display: flex;
    justify-content: center;
}
.tcon_lis_div_p {
    width: 95%;
    font-size: 1.4rem;
    line-height: 23px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #818181;
}


.tcon_lis_div_con img {
    width: 8rem;
    height: 8rem;
    margin-left: 1.7rem;
    margin-top: 1.5rem;
}

.tcon_lis_div_con {
    display: flex;
    width: 95%;
}

.tcon_lis_font p {
    font-weight: 400;
    line-height: 40px;
    margin-top: 16px;
    font-size: 2rem;
}

.tcon_lis_font span {
    width: 88%;
    display: inline-block;
}

.index_title p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333333;
    line-height: 40px;
}

.index_title span {
    width: 25px;
    height: 1px;
    display: block;
    border-bottom: 3px solid #bf4444;
    display: block;
    margin: 0 auto;
}

/* 功能公共样式开始 */
/* 功能公共样式结束 */
/* 公共样式 */
.impTitle {
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
    line-height: 2rem;
    text-align: center;
    position: relative;
}

.impTitle::after {
    position: absolute;
    display: block;
    content: "";
    width: 3.3rem;
    height: 0.3rem;
    bottom: -1.4rem;
    background-color: #bf4444;
    right: 0;
    left: 0;
    margin: auto;
}
.moduleBtnAdd{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6.6rem;
}
.usContInner{
    position: relative;
}
.moduleBtn {
    width: 15rem;
    height: 3.5rem !important;
    background: #bf4444;
    border-radius: 1.7rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 3.5rem !important;
    text-align: center;
}

/* 公共样式 */
/* 导航开始 */
.navWrap {
    width: 37.5rem;
    height: 22rem;
    padding: 2.6rem 0 1.8rem 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
}

.navWrap .navItem {
    width: 8rem;
    height: 8.5rem;
    text-align: center;
}

.navWrap .navItem img {
    width: 5.4rem;
    height: 5.4rem;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0rem 0rem 1rem 0rem rgba(67, 37, 14, 0.17);
}

.navWrap .navItem p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
}

/* 导航结束 */
/* 美国留学开始 */
.usTabSelect {
    color: #333333 !important;
}

.usTabSelect::before {
    content: "";
    height: 0.6rem;
    width: 100%;
    background-image: url(/Public/Phone/images/index_img/0.1.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.usWrap {
    box-sizing: border-box;
    width: 37.5rem;
    height: 48.8rem;
    background: #f6f6f6;
    padding-top: 3rem;
}

.usWrap .usNavWrap {
    margin-top: 3rem;
    height: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.usWrap .usNavWrap .usNavInner {
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}

.usWrap .usNavWrap .usNavInner .usTabWrap {
    width: 37.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5.5rem 0 1.5rem;
}

.usWrap .usNavWrap .usNavInner .usTabWrap .usTab {
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    color: #666666;
    line-height: 3rem;
    margin-right: 2.3rem;
    position: relative;
    white-space: nowrap;
}

.usContWrap {
    /*width: 34.5rem;*/
    /*height: 27.8rem;*/
    width:92%;
    background: #ffffff;
    border-radius: 0.6rem;
    margin: 1.8rem auto 0rem auto;
    box-sizing: border-box;
    padding: 0.1rem 0.7rem;
}

.usContWrap a {
    height: 3.8rem;
    border-bottom: 0.1rem solid #f1f1f1;
    display: flex;
    line-height: 3.8rem;
}

.usContWrap a p {
    max-width: 32.7rem;
    line-height: 3.8rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.usContWrap a span {
    line-height: 3.8rem;
    margin-right: 0.4rem;
    color: #ff0000;
    font-size: 4rem;
}

.usContWrap a:last-of-type {
    border-bottom: none !important;
}

/* 美国留学结束 */
/* 服务流程结束 */
.serPro_warp {
    height: 38rem;
    box-sizing: border-box;
    padding: 3.3rem 1.5rem 3rem 1.5rem;
}

.serPro_warp .serProCon {
    height: 26rem;
    background: url(/Public/Phone/images/index_img/2.png);
    background-repeat: no-repeat;
    background-size: 25.3rem 19.6rem;
    background-position: right 4.5rem top 3.1rem;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 3.6rem;
    flex-wrap: wrap;
}

.serPro_warp .serProCon .serProConIte {
    width: 10.2rem;
    height: 7.3rem;
    background: url(/Public/Phone/images/index_img/2.0.png);
    background-size: 100% 100%;
    position: relative;
}

.serPro_warp .serProCon .serProConIte span {
    position: absolute;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333333;
    top: 0.2rem;
    left: 0.6rem;
}

.serPro_warp .serProCon .serProConIte img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.6rem auto 0.4rem auto;
}

.serPro_warp .serProCon .serProConIte p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

/* 服务流程结束 */
/* 热门问答开始 */
.hotAnserWrap {
    width: 37.5rem;
    height: 43rem;
    box-sizing: border-box;
    background: #f6f6f6;
    padding-top: 3rem;
}

.hotAnserWrap .usContWrap {
    padding: 0.4rem 0.7rem;
    margin-top: 3.7rem;
}

.hotAnserWrap .usContWrap a {
    align-items: center;
}

.hotAnserWrap .usContWrap img {
    width: 1.5rem;
    height: 1.8rem;
    margin-right: 0.6rem;
    display: block;
}

/* 热门问答结束 */
/* 精彩案例开始 */
.relaxCaseWrap {
    height: 51.2rem;
    width: 37.5rem;
    background-color: #ffffff;
}

.relaxCaseWrap .usTabWrap {
    justify-content: space-between;
    padding: 0 1.5rem !important;
    box-sizing: border-box;
}

.relaxCaseWrap .usTabWrap .usTab {
    margin-right: 0 !important;
}

.relaxCaseWrap .caseContInner {
    height: 30.2rem;
    width: 34.5rem;
    margin: 1.8rem auto 1.6rem auto;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.relaxCaseWrap .caseContInner .caseContItem {
    width: 34.5rem;
    height: 6.8rem;
    background: #eeeeee;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.7rem 0.9rem;
    display: flex;
}

.relaxCaseWrap .caseContInner .caseContItem img {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    margin-right: 1.1rem;
}

.relaxCaseWrap .caseContInner .caseContItem .usConInnIteR {
    padding-top: 0.2rem;
}

.relaxCaseWrap .caseContInner .caseContItem .usConInnIteR>p:nth-child(1) {
    font-size: 2rem;
    font-weight: 800;
    color: #333333;
}

.relaxCaseWrap .caseContInner .caseContItem .usConInnIteR>p:nth-child(1) span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
    padding-left: 0.8rem;
}

.relaxCaseWrap .caseContInner .caseContItem .usConInnIteR>p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
    line-height: 2.3rem;
}

body{
    max-width:750px;
    margin:0 auto;
}

ul li{
    list-style:none;
}




.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 18px;
}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:fixed;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}




.footer{
    padding:20px 0;
    background-color:#353535;
    color:#fff;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#fff;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background:#FF2804;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #FF2804;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}