
a{
    color:#333;
}
*{margin:0;padding:0;list-style: none; font-family: Microsoft YaHei;text-decoration: none;}
.main_top_tit_warp {
    height: 60px;
    width: 383px;
    display: flex;
}
.main_top_tit_warp p {
    font-family: Source Han Serif CN;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 19px;
    margin-top: 12px;
    letter-spacing: 1px;
}
.head_Top{
    width: 100%;
    height:32px;
    background: #2A2B3A;
}
.head_Topcenter,.head_Toplogo,.home_nav{
    width: 1200px;
    margin:0 auto;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.head_Topcenter p{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
}
.head_Topright{
    /*
    position: absolute;
    right: 0;*/
}
.head_Topright a{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
}
.head_Topright_a img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 24px;
    left:-15px;
    z-index: 99;
    display:none;
}
.head_Topright_a:hover img{
    display: block;
}
.head_Topright a:last-child{
    margin-right: 0;
    margin-left: 20px;
}
.head_Toplogo{
    margin-top:25px;
    position: relative;
}
.head_Select{
    padding: 0 8px;
    font-size: 16px;
    height: 35px;
    border-radius: 5px;
    margin-left: 45px;
    margin-top: 10px;
    border: 1px solid #bbb;
}
.logo_c{
    display: flex;
    position: absolute;
    right:0;
}
.logo_c img{
    margin-right: 20px;
}
.logo_cp{
    width: 125px;
    text-align: center;
}
.logo_cp b{
    font-size: 20px;
    color: #F14545;
    line-height: 27px;
}
.logo_cp p{
    color: #666666;
}
.logo_p{
    font-size: 26px;
    color: #F14545;
    line-height: 45px;
}
/* 导航 */
.home_nav ul{
    display: flex;
    margin-top:4px;
    /*justify-content: space-between;*/
    width: 1200px;
}
.home_nav ul li{
    text-align: center;
    line-height: 60px;
    float: left;
}
.home_nav ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    padding: 0 20px 2px;
}
.home_nav ul li a:hover{
    color: #FF0000;
    border-bottom: 3px solid #FF0000;
}

.top_center {
    width: 250px;
    height: 49px;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    right: 84px;
    top: 10px;
    align-items: center;
    border-right: 1px solid #D6D6D6;
}

.top_center img {
    margin-right: 7px;
    width: 35px;
    height: 35px;
}

.top_center p {
    font-size: 22px;
    font-weight: bold;
    color: #F14545;
    line-height: 49px;
    margin-bottom: 0px;
}
.top_wx {
    width: 50px;
    height: 49px;
    line-height: 49px;
    color: #F14545;
    font-size: 22px;
    position: absolute;
    display: flex;
    right: 5px;
    top: 10px;
}
.top_wx_hover{
    height: 35px;
    width: 35px;
    position: relative;
}
.top_wx_show{
    position: absolute;
    top: 38px;
    opacity: 0;
    width: 122px;
    height: 149px;
    transition: .3s;
    left: -42px;
    z-index: -1;
}
.top_wx_show p{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-top: -15px;
    width: 100%;
}

.top_wx img {
    margin-top: 8px;
}
.top_wx_hover:hover + .top_wx_show{
    opacity: 1 !important;
    z-index: 99999 !important;
}

/* 友情链接 */
.link{
    width: 100%;
    height: 110px;
    margin-top: 30px;
    background: #F0F0F0;
}
.link_con{
    width: 1200px;
    margin:0 auto;
}
.link_con p{
    width: 1200px;
    height: 45px;
    border-bottom: 3px solid #E6E6E6;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    letter-spacing: 1px;
}
.link_con span{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    display: inline-block;
    margin-right: 20px;
}

/* 上海站PC端底部 开始 */
.shFooterWrap {
    width: 100%;
    height: 242px;
    background: #353535;
    letter-spacing: 2px;
    position: relative;
}
.shFooterWrap .shFooterT {
    width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding-top: 32px;
}
.shFooterWrap .shFooterT .shFooterTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 10px;
    position: relative;
    margin-bottom: 16px;
}
.shFooterWrap .shFooterT .shFooterTitle::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    display: block;
    width: 5px;
    height: 18px;
    background-color: #ffffff;
}
.shFooterWrap .shFooterT .shFooterConWrap {
    display: flex;
}
.shFooterWrap .shFooterT .shFooterConWrap .shFooterConMr {
    margin-right: 44px;
}
.shFooterWrap .shFooterT .shFooterConWrap p {
    font-weight: 400;
    font-size: 14px;
    color: #fefefe;
    line-height: 29px;
}
.shFooterWrap .shFooterT .shFooterL {
    width: 762px;
}
.shFooterWrap .shFooterT .shFooterC {
    width: 320px;
}
.shFooterWrap .shFooterT .shFooterR {
    font-weight: 400;
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    line-height: 27px;
}
.shFooterWrap .shFooterT .shFooterR img {
    height: 79px;
    width: 79px;
    display: block;
    margin: 0 auto 1px auto;
}
.shFooterWrap .shFooterCWrap {
    margin: -7px auto 0 auto;
    width: 1018px;
    padding-right: 162px;
    padding-left: 20px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.shFooterWrap .shFooterCWrap a {
    display: block;
}
.shFooterWrap .shFooterCWrap a img {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}
.shFooterWrap .shFooterCWrap a span {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 10px;
}
.shFooterWrap .shFooterCWrap a:hover span {
    text-decoration: underline;
}
.shFooterWrap .shFooterD {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    background: #2d2d2d;
}
.shFooterWrap .shFooterD p {
    font-weight: 400;
    font-size: 14px;
    color: #797878;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.shFooterWrap .shFooterD p > span:nth-child(2) {
    color: #797878;
    margin-left: 30px;
}
/* 上海站PC端底部 结束 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    min-width: 1200px;
    font-family: "Microsoft YaHe";
}

a {
    text-decoration: none;
    cursor: pointer;
}

.tabClickMore {
    width: 196px;
    height: 40px;
    background: #BF4444;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
    display: block;
}
.tabClickMore:hover{
    background: #ff0101 !important;
}
.tabClickMoreMarTop{
    margin-top: 33px;
}

.home_v_top {
    padding-top: 34px;
    width: 100%;
    height: 500px;
    background: #ededed;
}

.home_video {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.home_video_left {
    margin-right: 12px;
    width: 825px;
}

.home_video_left img {
    width: 820px;
    height: 465px;
}

.video_right_top1,
.video_right_top2 {
    width: 327px;
    height: 172px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 25px 20px;
}

.video_right_top2 {
    margin-top: 20px;
    height: 198px;
}

.video_right_tops {
    width: 328px;
    margin: 0 auto;
}

.video_right_tops ul li span {
    line-height: 35px;
    position: absolute;
    right: -50px;
    top: 0;
}

.right_tops {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.right_tops img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.right_tops p {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 2px;
}

.video_right_top1 ul {
    width: 270px;
    margin-left: 20px;
}

.video_right_top1 ul li {
    list-style-type: disc;
    color: #494949;
    position: relative;
}

.video_right_top1 ul li a {
    width: 270px;
    font-size: 16px;
    display: block;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_right_top1 ul li:hover,
.video_right_top1 ul li a:hover,
.tops_ul li a:hover {
    color: #FF0000;
}

.tops_ul li {
    margin: 11px 0;
    font-size: 14px;
    list-style-type: disc;
}

.tops_ul li a {
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}

.tops_ul li p {
    width: 237px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tops_ul li span {
    width: 66px;
    height: 22px;
    color: #5B6EA2;
    margin-right: 10px;
    display: block;
    background: #EDEDED;
    border-radius: 11px;
    line-height: 22px;
    text-align: center;
}


/* 八大优势 */
.advantage {
    width: 100%;
    height: 606px;
    padding-top: 15px;
    background: #ededed;
}

.advanage_cen {
    width: 1200px;
    margin: 0 auto;
}

.advantage_title {
    margin: 45px 0 30px;
    position: relative;
}

.advantage_title h3 {
    width: 455px;
    height: 24px;
    border-left: 4px solid #bf4444;
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-left: 28px;
}

.advantage_title p {
    font-size: 20px;
    font-weight: 400;
    color: #C3C8D9;
}

.advantage_title a {
    font-size: 16px;
    font-weight: 400;
    color: #bf4444;
    position: absolute;
    right: 0;
    top: 5px;
}

.tabs_box {
    display: flex;
}

.tabs_con {
    width: 595px;
    height: 445px;
    background: url(/Public/Home/images/index_img/d1.png) repeat;
    background-size: 100% 100%;
    margin-top: 15px
}

.tcon_li {
    text-align: center;
}

.tcon_li p {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 9px;
    margin-top: 150px;
}

.tcon_li span {
    width: 456px;
    margin-top: 44px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    letter-spacing: 1px;
}

.tabs_tit {
    width: 605px;
}

.tabs_tit a {
    width: 285px;
    height: 100px;
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 14px;
    border-radius: 5px;
    position: relative;
}

.tabs_tit a:hover {
    color: #FFFFFF;
}

.tabs_tit a:nth-child(1) {
    background: url(/Public/Home/images/index_img/a01.png);
}

.tabs_tit a:nth-child(1):hover {
    background: url(/Public/Home/images/index_img/b01.png);
}

.tabs_tit a:nth-child(2) {
    background: url(/Public/Home/images/index_img/a02.png);
}

.tabs_tit a:nth-child(2):hover {
    background: url(/Public/Home/images/index_img/b02.png);
}

.tabs_tit a:nth-child(3) {
    background: url(/Public/Home/images/index_img/a03.png);
}

.tabs_tit a:nth-child(3):hover {
    background: url(/Public/Home/images/index_img/b03.png);
}

.tabs_tit a:nth-child(4) {
    background: url(/Public/Home/images/index_img/a04.png);
}

.tabs_tit a:nth-child(4):hover {
    background: url(/Public/Home/images/index_img/b04.png);
}

.tabs_tit a:nth-child(5) {
    background: url(/Public/Home/images/index_img/a05.png);
}

.tabs_tit a:nth-child(5):hover {
    background: url(/Public/Home/images/index_img/b05.png);
}

.tabs_tit a:nth-child(6) {
    background: url(/Public/Home/images/index_img/a06.png);
}

.tabs_tit a:nth-child(6):hover {
    background: url(/Public/Home/images/index_img/b06.png);
}

.tabs_tit a:nth-child(7) {
    background: url(/Public/Home/images/index_img/a07.png);
}

.tabs_tit a:nth-child(7):hover {
    background: url(/Public/Home/images/index_img/b07.png);
}

.tabs_tit a:nth-child(8) {
    background: url(/Public/Home/images/index_img/a08.png);
}

.tabs_tit a:nth-child(8):hover {
    background: url(/Public/Home/images/index_img/b08.png);
}


.tabs_tiHover2 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b02.png) !important;
}

.tabs_tiHover1 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b01.png) !important;
}

.tabs_tiHover3 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b03.png) !important;
}

.tabs_tiHover4 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b04.png) !important;
}

.tabs_tiHover5 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b05.png) !important;
}

.tabs_tiHover6 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b06.png) !important;
}

.tabs_tiHover7 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b07.png) !important;
}

.tabs_tiHover8 {
    color: #FFFFFF !important;
    background: url(/Public/Home/images/index_img/b08.png) !important;
}







.tabs_tit a img {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 38px;
    left: 38px;
}

/* 海外前招生官 */
.admissions {
    width: 100%;
    height: 695px;
    padding-top: 30px;
    background-image: url(/Public/Home/images/index_img/bcguwen.png);
    background-size: 100% 100%;
}

.tabs_boxs {
    margin-top: 40px;
}

.tabs_cons {
    margin-top: 39px;
}

.tabs_tits {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
    border-bottom: 3px solid #fff;
}

.t_navs {
    width: 142px;
    height: 162px;
    margin-right: 35px;
    text-align: center;
    letter-spacing: 1px;
}

.t_navs:last-child {
    margin-right: 0;
}

.t_navs img {
    border-radius: 50%;
    width: 78px;
    height: 78px;
}

.t_navs p {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.t_navs span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.t_navs a {
    width: 80px;
    height: 26px;
    margin-top: 10px;
    display: inline-block;
    background: #bf4444;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.t_navs a:hover {
    opacity: 0.8;
}

.tcon_lis {
    width: 1160px;
    padding: 20px 20px;
    margin: 0 auto;
    height: 219px;
    background: #FFFFFF;
    opacity: 0.82;
    /* display: flex !important; */
}

.tcon_lis img {
    width: 190px;
    height: 218px;
    float: left;
}

.tcon_lis_font {
    width: 830px;
    height: 165px;
    margin-left: 43px;
    float: left;
    position: relative;
}

.tcon_lis_font p {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 55px;
}

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

.tcon_lis_a {
    position: absolute;
    bottom: -55px;
}

.tcon_lis_font a {
    width: 152px;
    height: 43px;
    display: block;
    background: #FF0000;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    list-style-position: 1px;
    line-height: 43px;
}

.tcon_lis_font a:hover {
    opacity: 0.8;
}

.tcon_lis_font a:last-child {
    background-color: #bf4444;
}

/* 高光时刻 */

.moment_right {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
}

.moment_right_r {
    width: 620px;
    margin-left: 58px;
}

.moment_right_r p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.moment_right_r span {
    font-size: 24px;
    font-weight: 400;
    color: #A7A7A7;
    line-height: 50px;
}

.moment_right_r ul {
    margin-top: 10px;
}

.moment_right_r ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    cursor: pointer;
}

.moment_right_r ul li:hover {
    color: #F82C3D;
}

/* 奖牌 */
.friend {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}

#mr_fu li img {
    width: 192px;
    height: 133px;
}

.mr_frUl {
    float: left;
    height: 150px;
    width: 1079px;
    margin-left: 30px;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    float: left;
    height: 46px;
    margin: 53px 10px 0 0;
    width: 40px;
}

.mr_frBtnR {
    float: right;
    margin-top: 53px;
    cursor: pointer;
    width: 40px;
    height: 46px;
}

.mr_frbox {
    padding: 24px 0px 0px;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    height: 133px;
    width: 192px;
    overflow: hidden;
    position: relative;
    margin: 8px 8px;
}

/* 主公共样式开始*/
.mainTitle {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: block;
    height: 28px;
    border-left: 4px solid #bf4444;
    padding-left: 28px;
}

.mainTitleWrap {
    height: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
}

.mainTitleWrap .mainTitleR {
    display: flex;
    justify-content: space-between;
}

.mainTitleWrap .mainTitleNav {
    margin-right: 45px;
    display: flex;
}

.mainTitleWrap .mainTitleNav .maiTitNavTab {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0 17px;
    transition: 0.3s;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.mainTitleRMore {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    display: flex;
    height: 50px;
    line-height: 50px;
    transition: 0.3s;
}

.mainTitleRMore:hover {
    color: #ff0000 !important;
}

.maiTitNavWrapHover {
    color: #ff0000 !important;
}

.maiTitNavWrapHover::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 68px;
    height: 8px;
    background-image: url(/Public/Home/images/index_img/0.1.png);
    background-size: 100% 100%;
}

/* 主公共样式结束*/
/* 美国留学开始*/
.USWrap {
    width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.USWrap .USContentWrap {
    box-sizing: border-box;
    padding-top: 24px;
}

.USWrap .USContentWrap .USContent {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.USWrap .USContentWrap .USContent .USContentItem {
    display: flex;
    width: 589px;
    height: 129px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: 0.3s;
    box-sizing: border-box;
    padding: 13px 12px;
}

.USWrap .USContentWrap .USContent .USContentItem:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.USWrap .USContentWrap .USContent .USContentItem img {
    width: 155px;
    height: 104px;
    display: block;
    border-radius: 8px;
}

.USWrap .USContentWrap .USContent .USContentItem .UsItemR {
    padding-left: 13px;
}

.USWrap .USContentWrap .USContent .USContentItem .UsItemR .UsItemRT {
    height: 44px;
    width: 391px;
    border-bottom: 1px solid #dedede;
    line-height: 44px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.USWrap .USContentWrap .USContent .USContentItem .UsItemR .UsItemRT:hover {
    color: #ff0101;
}

.USWrap .USContentWrap .USContent .USContentItem .UsItemR .UsItemRC {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    transition: 0.3s;
    margin-top: 7px;
    color: #666666;
}

.USWrap .USContentWrap .USContent .USContentItem .UsItemR .UsItemRC:hover {
    color: #ff0101;
}

/* 美国留学结束*/
/* 加拿大留学开始*/
.canadaWrap {
    width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 95px;
}

.canadaWrap .canada {
    margin-top: 25px;
    width: 1200px;
    height: 449px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    display: flex;
}

.canadaWrap .canada .canConNav {
    width: 131px;
    height: 449px;
    background: #f8f8f8;
    border-radius: 3px 0px 0px 4px;
    box-sizing: border-box;
    padding: 6px 0;
}

.canadaWrap .canada .canConNav .canConNavTab {
    width: 131px;
    height: 109px;
    transition: 0.3s;
    text-align: center;
    line-height: 109px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.canadaWrap .canada .canConWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.canadaWrap .canada .canConWrap .canConItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 13px 24px;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem {
    width: 470px;
    height: 95px;
    margin: 10px 0;
    display: flex;
    padding: 13px 12px;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem img {
    width: 142px;
    height: 95px;
    display: block;
    border-radius: 8px;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem .canConItemR {
    padding-left: 13px;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem .canConItemR .canConItemRT {
    height: 40px;
    line-height: 40px;
    width: 315px;
    border-bottom: 1px solid #dedede;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem .canConItemR .canConItemRT:hover {
    color: #ff0101;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem .canConItemR .canConItemRC {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    transition: 0.3s;
    margin-top: 7px;
    color: #666666;
}

.canadaWrap .canada .canConWrap .canConItemWrap .canConItem .canConItemR .canConItemRC:hover {
    color: #ff0101;
}

.canConNavTabSelect {
    background: #ffffff;
    position: relative;
    color: #ff0101 !important;
}

.canConNavTabSelect::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 109px;
    background: #bf4444;
    left: 0;
    top: 0;
}

/* 加拿大留学结束*/
/* 服务流程结束*/
.serviceProcess_warp {
    width: 100%;
    background: #efefef;
    box-sizing: border-box;
    padding: 60px 0;
}

.serviceProcess_warp .serviceProcess {
    width: 1200px;
    margin: 0 auto;
}

.serviceProcess_warp .service_content {
    background-repeat: no-repeat;
    background-image: url(/Public/Home/images/index_img/2.0.png);
    background-size: 1053px 147px;
    background-position: right 75px top 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 20px;
    height: 272px;
    width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 24px;
}

.serviceProcess_warp .service_content .service_contentItemWrap {
    display: flex;
    justify-content: space-between;
    height: 122px;
}

.serviceProcess_warp .service_content .service_item {
    cursor: pointer;
    width: 148px;
    height: 122px;
    background: url(/Public/Home/images/index_img/2.15.png);
    background-size: 100% 100%;
    position: relative;
}

.serviceProcess_warp .service_content .service_item .service_itemLT {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 22px;
    height: 14px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}

.serviceProcess_warp .service_content .service_item img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 30px auto 10px auto;
}

.serviceProcess_warp .service_content .service_item p {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

/* 服务流程结束*/
/* 新加坡留学开始*/
.singaporeWrap {
    width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    padding: 50px 20px 100px 20px;
}

.singaporeWrap .singapore {
    margin-top: 25px;
    width: 1200px;
    height: 487px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.singaporeWrap .singapore .singaporeNav {
    width: 1200px;
    height: 50px;
    background: #f8f8f8;
    border-radius: 8px 8px 0px 0px;
    display: flex;
}

.singaporeWrap .singapore .singaporeNav .singaporeNavTab {
    width: 300px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    transition: 0.3s;
}

.singaporeWrap .singapore .singaporeContWrap {
    box-sizing: border-box;
    padding: 6px 14px;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem {
    width: 540px;
    height: 103px;
    margin: 7px 0;
    display: flex;
    padding: 13px 12px;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem img {
    width: 154px;
    height: 103px;
    display: block;
    border-radius: 8px;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem .singaporeItemR {
    padding-left: 15px;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem .singaporeItemR .singaporeItemRT {
    height: 44px;
    line-height: 44px;
    width: 378px;
    border-bottom: 1px solid #dedede;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem .singaporeItemR .singaporeItemRT:hover {
    color: #ff0101;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem .singaporeItemR .singaporeItemRC {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    transition: 0.3s;
    margin-top: 7px;
    color: #666666;
}

.singaporeWrap .singapore .singaporeContWrap .singaporeItemWrap .singaporeItem .singaporeItemR .singaporeItemRC:hover {
    color: #ff0101;
}

.singaporeNavTabSelect {
    background: #ffffff;
    position: relative;
    color: #ff0101 !important;
}

.singaporeNavTabSelect::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #bf4444;
    left: 0;
    top: 0;
}

/* 新加坡留学结束*/
/* 学长学姐成功申请经验供你参考开始*/
.experTabSelect p {
    background: #430101d7 !important;
}

.experWrap {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #efefef;
}

.experWrap .mainTitle {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.experWrap .experInner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding-top: 34px;
}

.experWrap .experInner .experTabWrap {
    height: 563px;
    width: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experWrap .experInner .experTabWrap>.experTab:nth-child(1) {
    background: url(/Public/Home/images/index_img/4.1.png);
    background-size: 100% 100%;
}

.experWrap .experInner .experTabWrap>.experTab:nth-child(2) {
    background: url(/Public/Home/images/index_img/4.2.png);
    background-size: 100% 100%;
}

.experWrap .experInner .experTabWrap>.experTab:nth-child(3) {
    background: url(/Public/Home/images/index_img/4.3.png);
    background-size: 100% 100%;
}

.experWrap .experInner .experTabWrap>.experTab:nth-child(4) {
    background: url(/Public/Home/images/index_img/4.4.png);
    background-size: 100% 100%;
}

.experWrap .experInner .experTabWrap .experTab {
    width: 146px;
    height: 134px;
    line-height: 134px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.experWrap .experInner .experTabWrap .experTab p {
    display: block;
    background: #00000055;
    transition: 0.3s;
}

.experWrap .experInner .tabConWrap .tabConItemWrap {
    justify-content: space-between;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    width: 1038px;
    height: 563px;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem {
    width: 250px;
    height: 275px;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem:hover img {
    box-shadow: 0px 2px 35px 0px rgba(144, 37, 37, 0.19);
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem:hover::before {
    left: 0;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem::before {
    transition: 0.3s;
    position: absolute;
    display: block;
    width: 250px;
    left: -250px;
    height: 35px;
    content: "";
    background-color: #bf4444;
    top: 0;
    border-radius: 5px;
    z-index: 2;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem::after {
    position: absolute;
    display: block;
    width: 250px;
    height: 35px;
    background: #cacfd8;
    border-radius: 5px;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT {
    height: 100px;
    width: 250px;
    padding-top: 25px;
    display: flex;
    box-sizing: border-box;
    padding-left: 12px;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT .tabConItemTCon {
    position: relative;
    padding-left: 7px;
    box-sizing: border-box;
    padding-top: 13px;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT .tabConItemTCon .tabConItemTConTit {
    height: 20px;
    box-sizing: border-box;
    padding: 3px 10px;
    background: #ededed;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin-left: 9px;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT .tabConItemTCon .tabConItemTConName {
    line-height: 24px;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT .tabConItemTCon>p:nth-child(1) {
    display: flex;
    align-items: center;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT .tabConItemTCon>p:nth-child(2) {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemT img {
    display: block;
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    overflow: hidden;
    transition: 0.3s;
    background-color: #FFFFFF;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemD {
    width: 224px;
    height: 133px;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 28px auto 0 auto;
    box-sizing: border-box;
    padding: 15px 10px 15px 15px;
    position: relative;
    z-index: 2;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemD::before {
    width: 224px;
    height: 18px;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -18px;
    left: 0;
    background-image: url(/Public/Home/images/index_img/3.1.png);
    background-size: 100% 100%;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemD p {
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.experWrap .experInner .tabConWrap .tabConItemWrap .tabConItem .tabConItemD p span {
    font-weight: 400;
}

/* 学长学姐成功申请经验供你参考结束*/
/* 留学问答，解答你的留学疑惑开始*/
.qusAnsWrap {
    width: 1240px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 20px 30px 20px;
}

.qusAnsWrap .qusAnsCont {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.qusAnsWrap .qusAnsCont .qusAnsContLR {
    width: 384px;
    box-sizing: border-box;
    padding-top: 8px;
}

.qusAnsWrap .qusAnsCont .qusAnsContLR a {
    line-height: 37px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qusAnsWrap .qusAnsCont .qusAnsContLR a:hover {
    color: #ff0000;
}

.qusAnsWrap .qusAnsCont .qusAnsContLR a img {
    width: 15px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.qusAnsWrap .qusAnsCont .qusAnsContC {
    display: block;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.qusAnsWrap .qusAnsCont .qusAnsContC img {
    width: 300px;
    height: 200px;
}

.qusAnsWrap .qusAnsCont .qusAnsContC .qusAnsContCDown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0 12px;
    background: #0000007f;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 留学问答，解答你的留学疑惑结束*/








.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;
}