html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: none;
    list-style-image: none;
    list-style-type: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}

html {
    /*谷歌网页中的最小字体*/
    -webkit-text-size-adjust: none;
}

body {
    font-family: '微软雅黑';
    font-size: 14px;
}

@font-face {
    font-family: 'iconfont';  /* project id 864853 */
    src: url('//at.alicdn.com/t/font_864853_jfuoj09mejd.eot');
    src: url('//at.alicdn.com/t/font_864853_jfuoj09mejd.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_864853_jfuoj09mejd.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_864853_jfuoj09mejd.woff') format('woff'),
    url('//at.alicdn.com/t/font_864853_jfuoj09mejd.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_864853_jfuoj09mejd.svg#iconfont') format('svg');
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #000000;
}

input[type='button'] {
    font-family: '微软雅黑';
}

input[type='button']:hover {
    cursor: pointer;

}

.conBdCenter ul li pre {
    font-family: '微软雅黑';
}

a:hover {
    color: #82338c;
}

/*留学公用导航*/
.abroadNav {
    width: 100%;
    /*height: 174px;*/
}

.abNavHd {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #4a2a86;
    position: relative;
}

.abNavHd ul {
    width: 1015px;
    margin: 0 auto;
}

.abNavHd ul li {
    float: left;
    color: white;
    text-align: center;
    font-size: 16px;
    margin-right: 81px;
}

.abNavHd ul li:last-child {
    margin-right: 0;
}

.abNavHd ul li a {
    color: white;
}

.abNavHd ul li a img {
    position: relative;
    /*top: 5px;*/
}

.purpleBG {
    width: 91px;
    height: 100%;
    float: left;
    background: url("../images/index_navBac.png") no-repeat;
    margin-right: 36px;
    text-align: center;
    color: white;
    font-size: 20px;
}

.abNavHd ul li {
    padding: 0 8px;
}

.abNavHd ul li:hover {
    background: #c3a2e9;
    cursor: pointer;
}

/*学子案例、名师云集、留学评估公用导航*/
.caseNav {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #4a2a86;
}

.caseNav ul {
    width: 1001px;
    margin: 0 auto;
}

.caseNav ul li {
    float: left;
    padding: 0 15px;
    margin-right: 33px;
    font-size: 16px;
}

.caseNav ul li:last-child {
    margin-right: 0;
}

.caseNav ul li:hover {
    background: #290b52;
    font-weight: bold;
}

.caseNav ul li.on {
    background: #290b52;
    font-weight: bold;
}

.caseNav ul li a {
    color: white;
}

/*右边悬浮窗css*/
.bigXFC {
    width: 123px;
    height: 408px;
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 11;
}

.floatWindow {
    width: 123px;
    /*height: 408px;*/
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 11;
    background: url("../images/index_xufBac.png") no-repeat;
    background-size: 100% 100%;
}

.message {
    width: 23px;
    height: 41px;
    font-size: 14px;
    color: white;
    text-align: center;
    background: url("../images/index_message.png") no-repeat;
    background-size: 100% 100%;
    line-height: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 123px;
    top: 16px;
}

.message i {
    position: absolute;
    left: 0;
    top: 0;
    color: #431b7a;
    font-size: 12px;
    font-weight: bold;
}

.message:hover {
    cursor: pointer;
}

.floatWindow .xfc_logo {
    position: absolute;
    top: -30px;
    left: 5px;
}

.mesFont ul {
    margin-top: 56px;
    margin-left: 12px;
}

.mesFont ul li {
    width: 98px;
    height: 27px;
    line-height: 27px;
    background: #ffffa0;
    margin-bottom: 20px;
}

.mesFont ul li img {
    width: 23px;
    /*position: relative;*/
    /*top: 3px;*/
    vertical-align: middle;
    /*margin-left: 3px;*/
}

/*左边悬浮窗css*/
.leftBotInput {
    width: 100%;
    margin-top: 15px;
}

.leftBotInput ul {
    margin-top: 7px;
}

.leftBotInput ul li {
    margin-bottom: 14px;
}

.leftBotInput ul li label {
    color: white;
    display: block;
    width: 70px;
    float: left;
    font-size: 12px;
}

.leftBotInput ul li label span {
    /*float: right;*/
}

.leftBotInput > ul > li > input {
    width: 55px;
    height: 16px;
    float: left;
    border: none;
    border-radius: 3px;
}

.shrink {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 11;
    display: none;
}

.shrink:hover {
    cursor: pointer;
}

.leftFloatW {
    width: 145px;
    /*height: 252px;*/
    position: fixed;
    left: 0;
    top: 120px;
    z-index: 11;
    /*overflow: hidden;*/
}

.leftFloatW input[type='submit'] {
    width: 108px;
    height: 23px;
    margin: 0 auto;
    line-height: 23px;
    display: block;
    color: white;
    background: #ff6702;
    background-size: 100% auto;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border: none;
}

.leftFloatW input[type='submit']:hover {
    cursor: pointer;
}

.leftFloatW i {
    position: absolute;
    right: -15px;
    top: 25px;
    color: #340567;
    font-size: 20px;
}

.leftFloatW i:hover {
    cursor: pointer;
}

.abroadPG {
    width: 100%;
    /*height: 222px;*/
    background: #2ab8a2;
    padding: 3px 0 1px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.abroadPG h3 {
    color: white;
    margin-left: 10px;
}

.abroadPG span {
    color: white;
    font-size: 12px;
    /*margin-left: 10px;*/
}

.abroadPG > input[type='text'] {
    width: 140px;
    height: 25px;
    font-weight: bold;
    margin-top: 8px;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.floatF {
    float: left;
}

.default {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: white;
    position: relative;
}

.defa01 {
    width: 130px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    margin-top: 8px;
    /*padding-left: 14px;*/
    /*font-weight: bold;*/
    text-align: left;
}

.defa02 {
    width: 61px;
    height: 17px;
    line-height: 17px;
    margin-top: 3px;
    padding-left: 2px;
    float: left;
}

.defa03 {
    width: 187px;
    height: 28px;
    line-height: 26px;
    background: none;
    border: 1px #6c6c6c solid;
    padding-left: 14px;
    font-weight: bold;
    text-align: left;
}

.defa04 {
    width: 148px;
    height: 25px;
    line-height: 25px;
    background: none;
    border: 1px #c6c6c6 solid;
    padding-left: 14px;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-top: -4px;
}

.defa03 span {
    font-size: 16px !important;
    color: #808080 !important;
    font-weight: normal;
}

.defa04 span {
    color: #808080 !important;
}

.threeLevel {
    width: 121px;
    margin-left: 17px;
    border-radius: 3px;
    margin-top: 15px;
    float: left;
}

.default span {
    color: #000000;
    margin-left: 0;
    font-size: 12px;
}

.freeAssess {
    clear: both;
    width: 135px;
    height: 35px;
    line-height: 25px;
    display: block;
    background: url("../images/admissionSchool_free.png") no-repeat;
    font-weight: 900;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    margin-top: 10px;
    margin-right: 17px;
}

.clickBac {
    position: absolute;
    right: 0;
    top: 0;
}

.clickBac01 {
    width: 16px;
    height: 23px;
    background: url("../images/left_xfcJJ.png") no-repeat;
}

.clickBac02 {
    width: 15px;
    height: 17px;
    background: url("../images/index_xiaosjia.jpg") no-repeat;
}

.clickBac03 {
    width: 19px;
    height: 23px;
    background: url("../images/studentsCase_xialaBG.png") no-repeat;
}

.clickBac:hover {
    cursor: pointer;
}

.secFont {
    position: absolute;
    left: 0;
    background: white;
    display: none;
    z-index: 11;
}

.secFont01 {
    width: 140px;
    height: 75px;
    overflow: auto;
    top: 25px;
}

.secFont02 {
    width: 61px;
    position: absolute;
    top: 17px;
}

.secFont03 {
    width: 187px;
    height: 75px;
    background: #d0d0d0;
    overflow: auto;
    top: 28px;
}

.secFont04 {
    width: 146px;
    height: 75px;
    background: #d0d0d0;
    overflow: auto;
    top: 25px;
}

.secFont ul {
    margin: 0;
    padding: 0;
}

.secFont ul li {
    font-size: 12px;
    border-top: 1px #dcdcdc solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.secFont01 ul li {
    padding-left: 14px;
    color: #000000;
}

.secFont02 ul li {
    padding-left: 16px;
}

.secFont03 ul li {
    padding-left: 14px;
}

.secFont04 ul li {
    padding-left: 14px;
}

.secFont ul li:hover {
    cursor: pointer;
    background: #dcdcdc;
    color: #4a2a86;
}


/****************联系申友部分相同样式*********************/
.connection {
    width: 1200px;
    /*height: 261px;*/
    margin: 0 auto;
    margin-bottom: 14px;
    padding-top: 10px;
}

.connectHd {
    width: 100%;
    border-bottom: 1px #4a2a86 solid;
}

.connectHd b {
    font-size: 20px;
}

.connectHd span {
    font-size: 12px;
    margin-left: 10px;
}

.connectHd span span {
    /*color: #542793;*/
    margin-left: 0;
}

.connectHd ul {
    float: right;
    margin-top: 3px;
}

.connectHd ul li {
    /*width: 33px;*/
    height: 19px;
    overflow: hidden;
    float: left;
    font-size: 15px;
}

.connectHd ul li:hover {
    cursor: pointer;
}

.connectHd ul li:not(.liXian) {
    padding: 5px 8px;
}

.connectHd ul span.liXian {
    padding: 4px 2px;
    color: #9e9e9e;
    float: left;
    margin-left: 0;
}

.connectHd ul li.on {
    background: rgb(132, 84, 204);
    color: white;
}

.iro label {

}

.connectBd ul li .conBdLeft {
    width: 900px;
    float: left;
    margin-top: 32px;
}

.conBdLeft .leftL {
    float: left;
}

.conBdLeft .leftL img {
    width: 140px;
}

.conBdLeft .leftL p {
    text-align: center;
    font-size: 15px;
    margin: 5px 0;
    color: rgb(85, 85, 85);
}

.conBdLeft .rightR {
    width: 700px;
    float: left;
    margin-left: 5px;
}

.conBdLeft .rightR h3 {
    /*margin-top: 18px;*/
    /*margin-bottom: 25px;*/
    font-size: 15px;
}

.conBdLeft .rightR p {
    font-size: 15px;
    margin: 5px 0;
    color: rgb(85, 85, 85);
}

.conBdLeft .rightR span {
    font-size: 15px;
    margin: 5px 0;
    color: rgb(85, 85, 85);
}

.conBdLeft .rightR ul li {
    font-size: 15px;
    margin: 5px 0;
    color: rgb(85, 85, 85);
}

.connectBd ul li .conBdCenter {
    width: 373px;
    float: left;
    margin-left: 31px;
    margin-top: 30px;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

.lastYZM {
    width: 35px !important;
}

.connectBd ul li .conBdRight {
    width: 300px;
    float: left;
    margin-top: 13px;
}

.conBdRight a {
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.conBdRight a span {
    color: #4a2a86;
}

.conBdRight div input.comLength {
    width: 215px;
    height: 25px;
    /*background: #989bfb;*/
    margin-left: 2px;
    margin-top: 5px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
}

.conBdRight div img {
    width: 12px;
}

.speBtn {
    height: 25px;
    background: rgb(132, 84, 204) !important;
    margin-left: 0 !important;
    margin-top: 5px !important;
    padding: 0 5px !important;
    border: none;
    border-radius: 3px;
    color: white;
}

.sure_footer {
    padding: 5px 13px;
    color: white;
    margin-top: 10px;
    background: rgb(132, 84, 204);
    border-radius: 3px;
    border: none;
    margin-left: 65px;
}

.conBdRight div input.speLength {
    width: 135px;
    height: 25px;
    /*background: #989bfb;*/
    margin-left: 2px;
    margin-top: 5px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
}

.conBdRight input[type='button'] {
    /*padding: 1px 10px;*/
    /*color: white;*/
    /*margin-left: 160px;*/
    /*margin-top: 10px;*/
    /*border: none;*/
    /*background: #4a2a86;*/
    /*border-radius: 3px;*/
    /*font-family: '微软雅黑';*/
}

/************分页css*****************/
.page ul {
    float: right;
}

.pagetop {
    margin-top: 18px;
}

.page ul li {
    float: left;
    margin-right: 15px;
}

.page ul li a {
    padding: 0 3px;
    border: 1px #a6a6a6 solid;
}

.page ul li.mr {
    margin-right: 44px;
}

.page ul li.mr02 {
    margin-right: 10px;
}

.page ul li .colorRed {
    color: #d91814;
}

.page ul li input[type='text'] {
    width: 40px;
}

.page ul li input[type='button'] {
    border: none;
    background: #4a2a86;
    color: white;
    border-radius: 3px;
    padding: 5px 3px;
    margin-top: -5px;
}

.page ul li:last-child {
    margin-right: 0;
}

/*日历公用css*/
.dissRight {
    width: 337px;
    height: 100%;
    float: left;
    margin-left: 11px;
    border: 1px #9db4d6 solid;
}

.conR-eiji {
    width: 100%;
    border: 1px #d9cce6 solid;
    margin-left: 0;
    margin-top: 20px;
}

.conR-Aborad {
    width: 266px;
    border: 1px #d9cce6 solid;
    margin-left: 0;
    margin-bottom: 5px;
}

.newActive {
    width: 100%;
    height: 15px;
    line-height: 15px;
    background: #669aff;
    text-align: center;
    color: white;
}

.newActive-erji {
    background: #4a2a86;
}

.calendar .calendarHd {
    width: 100%;
    height: 15px;
    background: #d7e7fe;
    position: relative;
}

.calendar .calendarHd-erji {
    background: #dbc3f7;
}

.calendarHd ul {
    width: 118px;
    margin: 0 auto;
    font-size: 12px;
}

.calendarHd ul li {
    width: 100%;
    float: left;
    text-align: center;
}

.calendarHd a {
    color: #b2b7bb;
    position: absolute;
    top: -2px;
}

.calendarHd a.prev {
    left: 77px;
}

.calendarHd a.next {
    right: 77px;
}

.calendarBd ul li ul {
    margin-left: 5px;
}

.calendarBd ul li ul li {
    width: 34px;
    height: 17px;
    float: left;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 5px;
    position: relative;
}

.calendarBd ul li ul li a.on {
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    background: #609eff;
    color: white;
    margin: 0 auto;
    padding: 2px;
}

.calendarBd ul li ul li a.on-erji {
    background: #af7cb5;
}

.calendarBd ul li ul li:nth-child(7n) {
    margin-right: 0;
}

.calendarBd ul li ul li .classOn {
    width: 90px;
    font-size: 12px;
    border: 1px #609eff solid;
    background: white;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 11;
    display: none;
}

.calendarBd ul li ul li .classOn-erji {
    border: 1px #6d2eb4 solid;
}

.calendarBd ul li ul li:hover .classOn {
    display: block;
}

/****************************二三级页面问答导航相同样式*******************/
.leftAnswer {
    width: 100%;
    height: 39px;
}

.leftAnswer .anleft {
    width: 115px;
    height: 100%;
    background: url("../images/quesAnswer_wendaBG.png") no-repeat;
    float: left;
    color: white;
    padding-left: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.leftAnswer .anleft h1 {
    line-height: 39px;
    font-size: 16px;
}

.leftAnswer .leftWidth {
    width: 116px;
    background: url("../images/quesAnswer_wendaBG02.png") no-repeat;
    background-size: 100% 100%;
}

.leftAnswer .anright {
    width: 578px;
    height: 100%;
    /*margin-left: 5px;*/
    background: #e5e5e5;
    float: left;
    padding-top: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.leftAnswer .rightWidth {
    width: 577px;
}

.leftAnswer .anright b {
    color: #8a41a9;
}

.leftAnswer .anright input {
    width: 109px;
    height: 20px;
    background: url("../images/quesAnswer_jiantouBG.png") no-repeat;
    float: right;
    border: none;
    color: white;
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
}

.leftAnswer .anright span {
    float: right;
    font-weight: bold;
    margin-right: 52px;
    margin-top: -7px;
}

/**************二三级页面相关文章公用样式***********************/
.relatedArticles {
    width: 899px;
    height: 212px;
    margin-top: 30px;
    margin-bottom: 28px;
}

.relateA {
    width: 270px;
    float: left;
}

.relateA p {
    width: 134px;
    height: 32px;
    line-height: 15px;
    background: url("../images/quesAnswer_relatedA.jpg") no-repeat;
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
    padding-left: 54px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.relateA p span {
    color: #cac8d3;
}

.relateA ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 11px;
}

.ceping {
    width: 422px;
    height: 212px;
    float: left;
    text-align: center;
    color: white;
    background: url("../images/quesAnswer_cepingBG.jpg") no-repeat center;
    background-size: 100% 100%;
}

.ceping ul li a {
    color: white;
    display: block;
}

.intell {
    width: 488px;
    height: 100%;
    background: #b79de1;
}

.ceping > h1 {
    font-size: 30px;
    margin-top: 20px;
    font-style: italic;
    text-align: center;
    text-shadow: 2px 2px 2px #763883;
}

.intell > h1 {
    font-size: 30px;
    margin-top: 10px;
}

.ceping > span {
    font-size: 14px;
    font-style: italic;
}

.intell > span {
    font-size: 16px;
    color: #000000;
}

.ceping > span.noItalic {
    font-style: normal;
    font-weight: bold;
}

.ceping > ul {
    margin-top: 18px;
}

.intell > ul {
    /*margin-left: 47px;*/
}

.ceping > ul > li {
    /*width: 80px;*/
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.ceping > ul > li:last-child {
    margin-right: 0;
}

.intell > ul > li {
    width: 97px;
    margin-right: 0px;
    font-size: 14px;
}

.intell > ul > li > p {
    font-size: 12px;
    color: #000000;
}

.ceping > ul > li:last-child {
    margin-right: 0;
}

.ceping > ul > li .circleWhite {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px white solid;
    margin-bottom: 5px;
}

.intell > ul > li .circleWhite {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.intell > ul > li .circleWhite > img {
    width: auto;
    height: 43px;
}

.ceping > ul > li:hover {
    cursor: pointer;
}

.ceping > ul > li:hover .circleWhite {
    background: #3370fd;
    border: 1px #3370fd solid;
}

.ceping > ul > li .circleWhite > span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ceping > ul > li .circleWhite > img {
    height: 33px;
    vertical-align: middle;
}

.ceping div.inputDiv {
    margin: 0 auto;
    text-align: left;
    margin-left: 17px;
}

.ceping div.inputDiv input {
    width: 121px;
    height: 27px;
    font-weight: 900;
    font-family: '微软雅黑';
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    margin-right: 13px;
    margin-top: 23px;
    border-radius: 3px;
}

.ceping div.inputDiv input:last-child {
    margin-right: 0;
}

/*****************首页下的二三级页面右侧公用部分css*************************/
/*大体布局css*/
.quesAcontent {
    width: 1001px;
    margin: 0 auto;
    margin-top: 24px;
}

.contentLeft {
    width: 693px;
    float: left;
}

.fiveAdvantage {
    width: 1001px;
    /*height: 211px;*/
    margin: 0 auto;
    margin-top: 34px;
}

.fiveAdvantage img {
    width: 100%;
}

.fiveAdvantage-sanji {
    /*height: 190px;*/
}

/*大体布局css end*/
.contentRight {
    width: 268px;
    margin-left: 38px;
    float: left;
}

.contentRight > img {
    width: 100%;
}

.speech {
    width: 100%;
    /*height: 291px;*/
    border: 1px #c8b7db solid;
    margin-top: 35px;
}

.speAboradT {
    margin-top: 0;
    border: none;
}

.speechHd ul li {
    width: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e5e5e5;
    border-top: 2px #e5e5e5 solid;
    float: left;
    font-weight: bold;
}

.speechHd ul li:hover {
    cursor: pointer;
}

.speechHd ul li.on {
    background: white;
    border-top: 2px #4a2a86 solid;
    color: #4a2a86;
}

.speechBd-left {
    width: 90px;
    /*height: 60px;*/
    float: left;
    margin-left: 8px;
    margin-top: 14px;
}

.speechBd-left img {
    width: 90px;
}

.speechBd-right {
    width: 157px;
    margin-left: 5px;
    margin-top: 34px;
    float: left;
    font-size: 13px;
}

.speechBd-right p {
    font-size: 8px;
    margin-top: 5px;
}

.speechBd ul li div ul {
    margin-left: 10px;
}

.speechBd ul li div ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1px;
    font-size: 13px;
}

.speechBd ul li div ul li img {
    margin-right: 10px;
}

.microblog {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 18px;
    color: white;
    background: url("../images/quesAnswer_blogBG.png") no-repeat;
    background-size: 100% auto;
}

.microblog h1 {
    font-size: 22px;
    font-weight: normal;
    margin-left: 120px;
}

.attention {
    width: 100%;
    height: 293px;
    border: 1px #c2c2c2 solid;
    margin-top: 12px;
}

.attTop {
    width: 100%;
    height: 75px;
}

.attTop .leftImg {
    width: 61px;
    height: 60px;
    float: left;
    margin-left: 24px;
    margin-top: 2px;
}

.attTop .rightFont {
    float: left;
    margin-left: 28px;
    margin-top: 10px;
}

.attTop .rightFont p {
    color: #377b9e;
    font-size: 14px;
}

.attTop .rightFont p span {
    color: #11108e;
    font-family: '行楷';
}

.attTop .rightFont input {
    width: 74px;
    height: 20px;
    color: white;
    border: none;
    background: url("../images/quesAnswer_attention.jpg") no-repeat;
}

.attbotBanner {
    width: 100%;
    height: 221px;
    position: relative;
}

.attbotHd a {
    width: 100%;
    height: 7px;
    line-height: 7px;
    background: #b2b2b2;
    position: absolute;
    left: 0;
    text-align: center;
}

.attbotHd a i {
    font-size: 12px;
    color: #562692;
    position: relative;
    top: -3px;
}

.attbotHd a.prev {
    top: 0;
}

.attbotHd a.next {
    bottom: 0;
}

.attbotBd {
    padding: 15px 5px 0 5px;
}

.attbotBd ul li {
    height: 181px;
    overflow: auto;
    margin-bottom: 20px;
}

.attbotBd ul li p {
    font-size: 14px;
    margin-bottom: 10px;
}

.attbotBd ul li p span {
    color: red;
}

.attbotBd ul li > span {
    float: right;
    font-size: 14px;
}

.fourBtn {
    margin-top: 15px;
}

.fourBtn ul li {
    width: 122px;
    height: 45px;
    margin-right: 18px;
    margin-bottom: 14px;
    color: #4a2a86;
    font-weight: bold;
    text-align: center;
    float: left;
}

.fourBtn ul li a {
    color: #4a2a86;
}

.speSmall ul li {
    width: 115px;
    height: 41px;
    margin-right: 14px;
}

.fourBtn ul li.liBG01 {
    background: url("../images/quesAnswer_liBG01.jpg") no-repeat;
    background-size: 100% 100%;
}

.fourBtn ul li.liBG02 {
    background: url("../images/quesAnswer_liBG02.jpg") no-repeat;
    background-size: 100% 100%;
}

.fourBtn ul li.liBG03 {
    background: url("../images/quesAnswer_liBG03.jpg") no-repeat;
    background-size: 100% 100%;
}

.fourBtn ul li.liBG04 {
    background: url("../images/quesAnswer_liBG04.jpg") no-repeat;
    background-size: 100% 100%;
}

.fourBtn ul li:nth-child(3) {
    margin-bottom: 10px;
}

.fourBtn ul li:nth-child(4) {
    margin-bottom: 10px;
}

.fourBtn ul li:nth-child(2n) {
    margin-right: 0;
}

.fourBtn ul li b {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fourBtn ul li span {
    position: relative;
    top: 3px;
}

.fourBtn ul li img {
    /*margin-right: 5px;*/
    vertical-align: middle;
}

/*首页点进去的二级页面搜索框公用样式*/
.searchAcademy {
    width: 100%;
    height: 164px;
    background: url("../images/choiceSchool_BG.jpg") no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 20px;
    padding-top: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inAcademy {
    width: 1001px;
    height: 102px;
    margin: 0 auto;
    background: url("../images/choiceSchool_searchBG.png") no-repeat;
    background-size: 100% auto;
    padding: 40px 0 0 84px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inAcademy h1 {
    color: white;
    float: left;
    font-size: 35px;
    margin-top: -10px;
}

.inAcademy input {
    width: 607px;
    height: 33px;
    float: left;
    border: none;
    margin-left: 65px;
}

.inAcademy div {
    width: 32px;
    height: 35px;
    background: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    margin-left: 3px;
}

.inAcademy div span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.inAcademy div img {
    width: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.inAcademy div:hover {
    cursor: pointer;
}

/*首页三级页面公用搜索框样式*/
.searchDiv {
    width: 283px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.searchDiv input {
    width: 231px;
    height: 32px;
    border: 2px #4a2a86 solid;
    float: left;
    color: #616161;
    text-align: center;
}

.searchDiv div {
    width: 35px;
    height: 35px;
    background: #4a2a86;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    margin-left: 10px;
    padding-left: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.searchDiv div:hover {
    cursor: pointer;
}

.searchDiv div span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.searchDiv div img {
    vertical-align: middle;
}

/*首页三级页面公用上一篇下一篇样式*/
.PreviousNext {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}

.PreviousNext a:last-child {
    float: right;
}

/*首页三级页面公用二级导航样式*/
.frameNav {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url("../images/frame_navBG.jpg") no-repeat;
    background-size: 100% auto;
    font-size: 12px;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.frameNav span {
    color: #5f5f5f;
}

.frameNav a {
    margin-right: 16px;
}

.frameNav img {
    margin-right: 16px;
}

/*名师云集与留学评估部分公用样式*/
.ProductMenu {
    width: 1001px;
    /*height: 479px;*/
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 28px;
}

.productHd {
    border-bottom: 3px #4a2a86 solid;
}

.productHd h2 {
    font-size: 15px;
}

.productHd h2 span {
    font-size: 12px;
    color: #737373;
    font-weight: normal;
}

.productHd b {
    float: right;
    margin-top: -40px;
}

.productHd b img {
    width: 29px;
    margin-left: 24px;
}

.productHd ul {
    float: right;
    margin-right: 100px;
    margin-top: -34px;
}

.productHd ul li {
    width: 115px;
    height: 32px;
    line-height: 32px;
    float: left;
    border: 1px #4a2a86 solid;
    color: #4a2a86;
    font-weight: bold;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 75px;
}

.productHd ul li:first-child span {
    padding-left: 25px;
    background: url("../images/masterGathered_icon01.png") no-repeat;
}

.productHd ul li:hover {
    cursor: pointer;
}

.productHd ul li:first-child.on span {
    background: url("../images/masterGathered_icon02.png") no-repeat;
}

.productHd ul li.on {
    background: #4a2a86;
    color: white;
}

.productHd ul li.on a {
    color: white;
}

.productHd ul li:last-child span {
    padding-left: 25px;
    background: url("../images/masterGathered_icon03.png") no-repeat;
}

.productHd ul li:last-child.on span {
    background: url("../images/masterGathered_icon04.png") no-repeat;
}

.speWidth {
    width: 716px;
    float: left;
}

.abroadProduct {
    width: 100%;
    margin-top: 33px;
}

.product01, .product02, .product03, .product04, .product05, .product06, .product07:hover span {
    font-weight: bold;
}

.product01, .product02, .product03, .product04 {
    width: 170px;
    height: 87px;
    margin-right: 10px;
    padding: 25px 0 0 17px;
    position: relative;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product01 {
    background: url("../images/masterGathered_product01.png") no-repeat center;
    background-size: 100% 100%;
}

.product02 {
    background: url("../images/masterGathered_product02.png") no-repeat center;
    background-size: 100% 100%;
}

.product03 {
    background: url("../images/masterGathered_product03.png") no-repeat center;
    background-size: 100% 100%;
}

.product04 {
    background: url("../images/masterGathered_product04.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 0;
}

.product05, .product06, .product07 {
    width: 230px;
    margin-right: 12px;
    height: 126px;
    padding: 22px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-top: 11px;
    color: #000000;
    text-align: center;
    float: left;
    font-size: 20px;
}

.product05 {
    background: url("../images/masterGathered_product05.png") no-repeat center;
    background-size: 100% 100%;
}

.product06 {
    background: url("../images/masterGathered_product06.png") no-repeat center;
    background-size: 100% 100%;
}

.product07 {
    background: url("../images/masterGathered_product07.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 0;
}

.product01, .product02, .product03, .product04, .product05, .product06, .product07:hover {
    cursor: pointer;
}

.productZZC {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(220, 220, 220, 0.3);
}

/*首页名师寄语和申友教材公用样式*/
.teacherJY {
    width: 100%;
    height: 320px;
    border: 1px #cacaca solid;
    /*margin-top: 5px;*/
}

.teacherJY .teaHeadImg {
    width: 100%;
    height: 79px;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 12px;
    text-align: center;
    background: url("../images/index_teacherJY.png") no-repeat;
    background-size: 100% auto;
    padding-top: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.teacherJY .teaHeadImg div {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -41px;
    overflow: hidden;
}

.teacherJY .teaHeadImg div img {
    width: 100%;
}

.teacherJY .teaHeadImg h1 {
    color: white;
}

.slideTeaFont {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slideTeaHd a.prev {
    position: absolute;
    left: 0;
    top: 65%;
    color: #903d8f;
    font-size: 28px;
}

.slideTeaHd a.next {
    position: absolute;
    right: 0;
    top: 65%;
    color: #903d8f;
    font-size: 28px;
}

.slideTeaBd {
    width: 100%;
}

.teaInfo {
    width: 90%;
    margin: 0 auto;
}

.slideTeaBd ul li p.mt {
    margin-top: 10px;
}

.slideTeaBd ul li p {
    text-indent: 2em;
    font-size: 14px;
}

.slideTeaBd ul li h5 {
    font-size: 14px;
    text-align: center;
}

.slideTeaBd ul li a {
    float: right;
    font-size: 12px;
    /*margin-top: -10px;*/
    font-weight: bold;
}

.slideTeaBd ul li a i {
    vertical-align: middle;
}

.abroadRight {
    width: 376px;
    height: 319px;
    float: left;

}

.abBottomLC {
    width: 802px;
    height: 117px;
    background: #f4f4f4;
    float: left;
}

.abroadBottom {
    width: 1001px;
    margin: 0 auto;
    margin-top: 8px;
    overflow: hidden;
}

.cultiCom {
    margin-top: 30px;
    margin-bottom: 30px;
}

.abBottomL {
    width: 94px;
    height: 118px;
    float: left;
    color: white;
    text-align: center;
    font-weight: bold;
    background: url("../images/index_jiaocaiBG.png") no-repeat;
    font-size: 16px;
    line-height: 18px;
    padding-top: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.abBottomL a {
    color: white;
}

.abBottomC {
    width: 674px;
    height: 107px;
    float: left;
    margin-left: 23px;
    margin-top: 8px;
}


.abBbd {
    width: 100%;
}

.abBbd ul li {
    width: 98px;
    height: 104px;
    float: left;
    margin-right: 14px;
    border: 1px #dddee2 solid;
    text-align: center;
}

.abBbd ul li:last-child {
    margin-right: 0;
}

.abBbd ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.abBbd ul li a span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.abBbd ul li a img {
    width: 90%;
    vertical-align: middle;
}

.abBottomR {
    width: 189px;
    /*height: 158px;*/
    float: left;
    margin-left: 10px;
}

.abBottomR img {
    width: 100%;
}

/*首页、培训页公用培训产品部分css*/
.studyTitle {
    height: 28px;
    line-height: 28px;
    background: #e2e7e3;
    width: auto;
    display: inline-block !important;
    display: inline;
    padding-right: 5px;
}

.studyTitle p {
    color: #82338c;
    font-weight: bold;
    border-left: 15px #82338c solid;
    font-size: 15px;
    padding-left: 5px;
}

.studyTitle p a {
    color: #82338c;
}

.blue01 p {
    color: #7690c8;
    border-left: 15px #7690c8 solid;
}

.blue01 p a {
    color: #7690c8;
}

.trainProduct {
    width: 258px;
    height: 234px;
    border: 1px #e2e2e2 solid;
    margin-top: 13px;
    margin-bottom: 10px;
}

.trainProduct > ul > li {
    margin-bottom: 25px;
    overflow: auto;
}

.trainProduct > ul > li:first-child {
    margin-top: 17px;
}

.trainProduct ul li .productLeft {
    width: 58px;
    height: 25px;
    line-height: 25px;
    color: white;
    font-weight: bold;
    text-align: center;
    float: left;
    background: #4a2a86;
}

.trainProduct ul li .productLeft a {
    color: white;
}

.trainProduct ul li .bluePro {
    background: #4b8de0;
}

.trainProduct ul {
    margin-top: 9px;
}

.trainProduct ul li .productRight {
    width: 168px;
    float: left;
    margin-left: 15px;
    position: relative;
    text-align: center;
    margin-top: -6px;
}

.productRight .rightHd a i {
    font-size: 20px;
    color: #4a2a86;
}

.bluejQ .rightHd a i, .bluejQ02 .rightHd a i, .bluejQ03 .rightHd a i, .bluejQ04 .rightHd a i {
    color: #4c8ee0;
}

.productRight .rightHd a.prev {
    position: absolute;
    left: 0;
    top: 10px;
}

.productRight .rightHd a.next {
    position: absolute;
    right: 0;
    top: 10px;
}

.productRight .rightBd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productRight .rightBd ul li div {
    width: 168px;
    height: 28px;
    line-height: 28px;
    background: #cccccc;
    font-weight: bold;
    margin: 0 auto;
    margin-top: -5px;
    font-size: 15px;
}

/*在线报名公用样式培训、学子案例*/
.onlinePG {
    width: 289px;
    height: 272px;
    border: 1px #ababab solid;
    margin-left: 31px;
    float: left;
    padding: 11px 0 0 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.onlinePG > img {
    width: 255px;
}

.onlineSpe {
    width: 295px;
    height: 100%;
    margin-left: 0;
    padding: 2px 0 0 9px;
    background: #eeeeee;
}

.onlineSpe > img {
    width: 100%;
}

.submitBtn {
    width: 60px;
    padding: 2px;
    background: #7392bb;
    border-radius: 3px;
    float: right;
    margin-top: 6px;
}

.submitBtn div {
    color: white;
    border: 1px white solid;
    text-align: center;
}

.submitBtn:hover {
    cursor: pointer;
}

.subMT {
    /*margin-top: 20px;*/
}

.userInfo {
    width: 238px;
    margin-top: 15px;
    margin-left: 12px;
}

.userInfo > ul > li {
    margin-bottom: 6px;
    color: #808080;
}

.userInfo > ul > li > label {
    width: 90px;
    float: left;
    font-size: 14px;
    color: #605e5f;
}

.userInfo > ul > li > label > span {
    margin-right: 10px;
    color: red;
}

.userInfo > ul > li > label > b {
    font-weight: normal;
}

.userInfo > ul > li > div > input[type='text'] {
    width: 144px;
    height: 20px;
    border: 1px #c6c6c6 solid;
}

.userInfo > ul > li > div.diffWidth > input[type='text'] {
    width: 62px;
}

.userInfo > ul > li > div > input[type='button'] {
    border: none;
    background: #7493bb;
    color: white;
    padding: 3px 6px;
}

/*gmat名师css培训、留学*/
.starCounselor {
    width: 1001px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #dcdedd;
    padding: 19px 2px 2px 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.starCounselor:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.startTitle-big {
    width: 159px;
    height: 36px;
    position: absolute;
    top: -8px;
    left: 14px;
}

.startTitle-big h4 {
    margin-top: 8px;
    margin-left: 59px;
}

.title-back01 {
    background: url("../images/studyAborad_titleBG.png") no-repeat;
}

.title-back02 {
    background: url("../images/studyAborad_titleBG02.png") no-repeat;
}

.title-back03 {
    background: url("../images/studyAborad_titleBG03.png") no-repeat;
}

.title-back02 h4, .title-back03 h4 {
    color: white;
}

.posXY-font {
    position: absolute;
    top: 0;
    right: 0;
}

.noBorder {
    border: none;
    margin-top: -3px;
}

.haveBGtitle {
    width: 41px;
    height: 123px;
    background: url("../images/studyA_starGUwen.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    float: left;
    margin-right: 20px;
}

.theOther {
    background: url("../images/cultivate_purpleBG01.png") no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: white;
}

.theOther001 {
    background: url("../images/cultivate_purpleBG01.png") no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 14px;
}

.theOther02 {
    background: url("../images/cultivate_purpleBG02.png") no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: white;
}

.theOther002 {
    background: url("../images/cultivate_purpleBG02.png") no-repeat;
    background-size: 100% 100%;
    color: white;
}

.haveMarl {
    margin-left: 24px;
}

.xuanzFont {
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-top: 10px;
}

.theOthX {
    margin-top: 0;
    margin-bottom: 20px;
}

.leftTeacher {
    width: 100%;
    height: 119px;
    /*float: left;*/
    position: relative;
    overflow: hidden;
}

.leftTeacher > img {
    width: 100%;
}

.bottomName {
    width: 100%;
    height: 41px;
    text-align: center;
    background: #f3d84a;
}

.bottomName h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottomName span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.teacherZZC {
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.36);
    position: absolute;
    left: 0;
    bottom: -112px;
    padding: 20px 2px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.teacherZZC p {
    font-size: 12px;
    color: white;
}

.teacherZZC h5 {
    color: white;
}

.teaBanner {
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
    padding: 14px 8px 2px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.teacerBd ul li {
    width: 109px;
    margin-right: 64px;
    float: left;
    overflow: hidden;
}

.teaSpe01 ul li {
    margin-right: 60px;
}

.teacerBd ul li:hover {
    cursor: pointer;
}

.teacerBd ul li:last-child {
    margin-right: 0;
}

.rightName {
    width: 13px;
    height: 116px;
    background: #f3d84a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    font-size: 12px;
    line-height: 12px;
    position: relative;
}

.otherRN01 {
    background: #88368e;
    color: white;
}

.otherRN02 {
    background: #7491ca;
    color: white;
}

.rightName span {
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rightName p {
    position: absolute;
    bottom: 0;
}

/*名师文档、公开课公用样式*/
.vacaRight {
    width: 293px;
    height: 267px;
    float: left;
    background: url("../images/publicClass_holidayBG.jpg") no-repeat;
    background-size: 100% 100%;
    padding-left: 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}

.vacaML {
    margin-left: 5px;
}

.vacaRight h3 {
    color: #4a2a86;
    margin-top: 54px;
    margin-bottom: 5px;
}

.vacaRight ul {
    /*margin-top: 15px;*/
}

.vacaRight ul li {
    font-size: 12px;
    color: #464646;
}

.vacaRight ul li pre {
    word-wrap: break-word;
    word-break: break-all;
}

.vacaRight ul li a {
    color: #464646;
}

.vacaRight .lijiSee {
    width: 81px;
    height: 20px;
    line-height: 20px;
    background: url("../images/publicClass_jianBG.png") no-repeat;
    float: right;
    color: white;
    padding-left: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    /*margin-top: -20px;*/
}

/*不同二级样式*/

.everyDay {
    width: 100%;
    background: #eeeeef;
}

.leftYellow {
    width: 14px;
    height: 37px;
    float: left;
    background: #fff002;
}

.everyDay ul {
    float: left;
    margin-left: 13px;
}

.everyDay ul li {
    width: 124px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #4a2a86;
    float: left;
    font-weight: bold;
    font-size: 16px;
    margin-right: 12px;
}

.everyDay ul li:hover {
    cursor: pointer;
}

.everyDay ul li.on {
    background: -moz-linear-gradient(top, #843696, #8b44b0, #9352c8, #8a41aa);
    background: -webkit-linear-gradient(top, #843696, #8b44b0, #9352c8, #8a41aa);
    background: -ms-linear-gradient(top, #843696, #8b44b0, #9352c8, #8a41aa);
    background: -o-linear-gradient(top, #843696, #8b44b0, #9352c8, #8a41aa);
    color: white;
}

.right-phone b {
    color: #8a41a9;
}

.right-phone span img {
    position: relative;
    top: 5px;
}

.right-phone input {
    width: 109px;
    height: 20px;
    background: url("../images/quesAnswer_jiantouBG.png") no-repeat;
    float: right;
    border: none;
    color: white;
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.right-phone span {
    float: right;
    font-weight: bold;
    margin-right: 52px;
}

.ineveryHd ul li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: #e5e5e6;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.ineveryHd ul li:hover {
    cursor: pointer;
}

.ineveryHd ul li.on {
    border: 1px #934c9c solid;
    color: #934c9c;
    background: none;
}

.ineveryDay {
    margin-top: 20px;
}

/*弹窗css*/
.centerMask {
    width: 458px;
    height: 480px;
    background: url("../images/index_tanchuang.png") no-repeat;
    position: fixed;
    left: 50%;
    margin-left: -229px;
    top: 50%;
    margin-top: -240px;
    z-index: 1111;
}

.closeIcon {
    width: 36px;
    height: 36px;
    line-height: 30px;
    border-radius: 50%;
    background: #e4e4e2;
    color: #ff4917;
    text-align: center;
    position: absolute;
    right: 35px;
    top: 47px;
    font-size: 30px;
}

.closeIcon:hover {
    cursor: pointer;
}

.twoBtn {
    width: 115px;
    height: 31px;
    border-radius: 10px;
    float: left;
    margin-top: 380px;
}

.twoBtn a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    text-align: center;
    line-height: 31px;
}

.orange {
    background: #ff6e34;
    margin-left: 90px;
}

.grey {
    background: #bdbdbd;
    margin-left: 22px;
}

/*=========右边弹窗========css*/
.rightLayer {
    width: 173px;
    height: 596px;
    background: url("../images/right_layer.png") no-repeat;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -298px;
}

.top_ul {
    width: 98px;
    /*border: 1px red solid;*/
    margin: 0 auto;
    margin-top: 140px;
    margin-left: 47px;
}

.top_ul ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px #886060 dashed;
}

.top_ul ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #8f6a6a;
    padding: 12px 0;
}

.top_ul ul li:last-child {
    border-bottom: none;
}

.bottom_top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 16px;
    margin-left: 75px;
}

.bottom_top:hover {
    cursor: pointer;
}

.close_icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px #dcdcdc solid;
    position: absolute;
    right: 0;
    top: -10px;
    text-align: center;
    color: #dcdcdc;
    font-size: 30px;
    line-height: 20px;
}

.close_icon:hover {
    cursor: pointer;
}

.rightLayer_two {
    width: 172px;
    height: 192px;
    background: url("../images/right_layer02.png") no-repeat;
    position: fixed;
    right: 0;
    bottom: 120px;
    margin-top: -86px;
    display: none;
}

.rightLayer_two:hover {
    cursor: pointer;
}


/*右边悬浮框*/
#right-wrap {
    position: fixed;
    width: 150px;
    right: 0;
    bottom: 75px;
    z-index: 999;
    margin-top: -175px;
}

#right-wrap .img-wrap {
    position: relative;
}

#right-wrap .wx-wrap, #right-wrap .tel-wrap2, #right-wrap .erm-wrap, #right-wrap .tel-text2 {
    position: absolute;
}

#right-wrap .wx-wrap {
    cursor: pointer;
    width: 50px;
    height: 40px;
    left: 16px;
    bottom: 55px;
    z-index: 99;
}

#right-wrap .tel-wrap2 {
    cursor: pointer;
    width: 44px;
    height: 39px;
    right: 35px;
    bottom: 55px;
    z-index: 99;
}

#right-wrap .erm-wrap {
    cursor: pointer;
    display: none;
    z-index: 99;
    left: -160px;
    bottom: -66px;
    width: 140px;
    height: 140px;
}

#right-wrap .wx-wrap:hover .erm-wrap {
    display: block;
}

#right-wrap .tel-wrap2:hover .tel-text2 {
    display: block;
}

#right-wrap .tel-text2 {
    display: none;
    bottom: 0;
    left: -250px;
    font-size: 20px;
    border-radius: 5px;
    padding: 0 20px;
    width: 145px;
    line-height: 40px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
}

#right-wrap .close-wrap {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 99;
}

#right-wrap .online {
    cursor: pointer;
    z-index: 99;
    position: absolute;
    width: 100px;
    height: 34px;
    left: 18px;
    bottom: 8px;
}

/*咨询框改版样式*/
.referBox {
    width: 5%;
    /*min-width: 71px;*/
    /*height: 465px;*/
    background: #ffffff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 99;
    box-shadow: 0 0 5px #969696;
}

.refer_close {
    width: 15px;
    height: 15px;
    background: url("../images/refer_close.png") no-repeat;
    position: absolute;
    right: -7px;
    top: -15px;
}

.refer_close:hover {
    cursor: pointer;
}

.refer_top {
    width: 160%;
    /*height: 131px;*/
    position: absolute;
    right: -10px;
    background: url("../images/refer_topImg.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con {
    width: 100%;
    /*margin-top: 30px;*/
}

.refer_con ul li a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10% 0;
    font-size: 0.6em;
    background-size: 100% auto;
    border-bottom: 1px #4a2a86 solid;
    position: relative;
}

.refer_con ul li:last-child a {
    border: none;
}

.refer_con ul li a p {
    margin-top: 10%;
    color: #4a2a86;
    /*margin-bottom: 5px;*/
}

.refer_con ul li:hover a {
    border-bottom: 1px #000000 solid;
}

.refer_con ul li:hover a p {
    color: #000000;
}

.refer_con ul li:last-child:hover a {
    border: none;
}

.refer_con ul li:hover .diffBG01 {
    background: url("../images/refer_icon01.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:hover .diffBG02 {
    background: url("../images/refer_icon02.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:hover .diffBG03 {
    background: url("../images/refer_icon03.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:hover .diffBG04 {
    background: url("../images/refer_icon04.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:hover .diffBG05 {
    background: url("../images/refer_icon05.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:hover .diffBG06 {
    background: url("../images/refer_icon06.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:hover .diffBG07 {
    background: url("../images/refer_icon07.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG01 {
    width: 40%;
    /*height: 32px;*/
    margin: 0 auto;
    background: url("../images/refer_icon001.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG02 {
    width: 40%;
    margin: 0 auto;
    background: url("../images/refer_icon002.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG09 {
    width: 40%;
    margin: 0 auto;
    background: url("../images/icon-APP.png") no-repeat;
    background-size: 100% 100%;
    height: 25px;
}

.diffBG03 {
    width: 40%;
    margin: 0 auto;
    background: url("../images/refer_icon003.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG04 {
    width: 40%;
    margin: 0 auto;
    background: url("../images/refer_icon004.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG05 {
    width: 40%;
    margin: 0 auto;
    background: url("../images/refer_icon005.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG06 {
    width: 60%;
    margin: 0 auto;
    background: url("../images/refer_icon006.png") no-repeat;
    background-size: 100% 100%;
}

.diffBG06 img {
    width: 100%;
}

.diffBG07 {
    width: 40%;
    height: 25px;
    margin: 0 auto;
    background: url("../images/refer_icon007.png") no-repeat;
    background-size: 100% 100%;
}

.refer_con ul li:nth-child(2):hover .tanc_mask01 {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
}

.refer_con ul li:nth-child(4):hover .tanc_mask02 {
    display: block;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
}

.refer_con ul li:last-child:hover .diffBG06 {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
}

.refer_con ul li:nth-child(5):hover .tanc_mask01 {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
}

.tanc_mask01 {
    width: 113px;
    height: 107px;
    background: url("../images/bg-11.png") no-repeat;
    position: absolute;
    left: -113px;
    top: -20px;
    display: none;
    padding: 10px 13px 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tanc_mask01 img {
    width: 100%;
}

.tanc_mask02 {
    width: 212px;
    height: 45px;
    line-height: 45px;
    background: url("../images/bg-12.png") no-repeat;
    position: absolute;
    left: -212px;
    top: 10px;
    color: #ffffff;
    font-size: 22px;
    display: none;
}

/*zxk end*/
/*trump start 头部共用css*/

/*****************************footer*********************/
footer {
    height: 363px;
    background: url("../images/bg-5.png") no-repeat center center;
    background-size: cover;
}

.footer-list-wrap {
    padding-top: 20px;
}

.footer-list {
    float: left;
    padding: 0 82px;
    height: 140px;
    border-right: 1px solid #ffffff;
}

.footer-list li {
    margin-bottom: 7px;
}

footer .footer-list:first-child {
    padding-left: 0;
}

footer .footer-list:last-child {
    padding-right: 0;
    border: none;
}

.footer-list li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.ft2 {
    margin-right: 5px;
    width: 125px;
}

.ft2 li:nth-child(odd) {
    float: left;
}

.ft2 li:nth-child(even) {
    float: right;
}

.ft-tel-wrap {
    margin: 20px 0;
}

.ft-tel {
    padding-left: 20px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.ft-erm-wrap {
    font-size: 0;
    padding: 4px;
    margin-right: 50px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.ft-erm-wrap:last-child {
    margin-right: 0;
}

.ft-erm-name {
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.8);
}

/****************************copyRight*****************/
.copyRight {
    padding: 15px 0;
    background: #EEEEEF;
}

.copyRight span, .copyRight a {
    font-size: 14px;
}

.copyRight a:hover {
    color: #FF0000;
}

.copyRight .link-tit {
    font-weight: bold;
}

/*****************海外Mentro*****************/
.abroad-wrap {
    width: 910px;
    padding: 0 45px;
    height: 430px;
    background: url("../images/bg-6.png") no-repeat center center;
}

h1.abroad-tit {
    padding: 15px 0 25px;
    font-size: 32px;
    color: #ffffff;
    font-weight: normal;
}

.abroad-intro {
    position: relative;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 30px;
}

.abroad-intro p {
    padding: 0 15px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
}

.abroad-intro .tri-2 {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -44px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 24px solid #ffffff;
    border-bottom: 20px solid transparent;
}

.abroad-line {
    position: absolute;
    left: 0;
    top: -5px;
    width: 370px;
    height: 7px;
    border-radius: 2px;
    background: #ffff00;
}

.abroad-img {
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    line-height: 160px;
    margin: 0 auto;
    overflow: hidden;
}

.abroad-slide {
    overflow: hidden;
    margin: 5px auto 0;
    text-align: center;
}

.abroad-slide li {
    cursor: pointer;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 6px;
    border-radius: 3px;
    background: #999999;
}

.abroad-slide li:last-child {
    margin-right: 0;
}

.abroad-slide li.on {
    background: #ffffff;
}

/*顶部*/
.headTop {
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: rgb(248, 248, 248);
    box-shadow: 2px 2px 4px rgb(242, 242, 242);
}

.headTopContent {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.img_left {
    /*float: left;*/
}

.img_right {
    margin-top: 15px;
    margin-left: 45px;
    float: left;
}

.phone_index, .phoneNum_index {
    color: rgb(132, 84, 204);
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 22px;
    display: inline-block;
    margin-top: -5px;
}

.consultation_index {
    display: inline-block;
    background: #4a2a86;
    border-radius: 10px;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
}

/*搜索框*/
.headerTop {
    background: rgb(245, 245, 245);
}

.headerTopDetail {
    height: 40px;
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.trumpLeft {
    font-size: 14px;
}

.trumpLeft > span:last-child {
    display: inline-block;
    padding: 2px 5px;
    background: white;
    margin-left: 5px;
    font-size: 14px;
}

.trumpRight {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

.trumpRight > div {
    width: 80px;
    cursor: pointer;
    height: 100%;
}

.trumpRight > div.tel {
    width: 150px;
}

.trumpRight > div > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    height: 100%;
}

.trumpRight > div > span > img {
    width: 22px;
    transition: all .5s linear;
}

.trumpRight > div.tel img {
    width: 15px;
    margin-right: 5px;
}

.agency:hover .agencyName {
    color: rgb(132, 84, 204) !important;
}

.agency:hover .agenImg {
    transform: rotate(-180deg);
    transition: all .5s linear;
    color: rgb(132, 84, 204) !important;
}

.appDe:hover .appDeName {
    color: rgb(132, 84, 204) !important;
}

.agency:hover .eaxm-listAgen {
    display: block;
}

.appDe:hover .pull_down {
    display: block;
}

.weChatDe:hover .pull_down {
    display: block;
}

.eaxm-listAgen {
    left: -20px !important;
    top: 28px !important;
}

.eaxm-listAgen li {
    width: 140px !important;
    background: white;
}

.appDe:hover .appImg {
    transform: rotate(-180deg);
    transition: all .5s linear;
    color: rgb(132, 84, 204) !important;
}

.weChatDe:hover .chatName {
    color: rgb(132, 84, 204) !important;
}

.weChatDe:hover .chatImg {
    transform: rotate(-180deg);
    transition: all .5s linear;
    color: rgb(132, 84, 204) !important;
}

.seach_input {
    width: 100%;
    padding: 0px 0px 20px 0px;
    /*overflow: hidden;*/
    background: white;
}

.seachInputContent {
    width: 1200px;
    margin: 20px auto 0;
    /*overflow: hidden;*/
    position: relative;
}

.imgC {
    display: block;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    width: 280px;
    height: 54px;
}

.imgC img {
    width: 100%;
}

.logo-new {
    float: left;
}

.logo-new_1 {
    vertical-align: middle;
    float: left;
    margin: 20px 15px 0 15px;
}

.search_div {
    float: left;
    width: 435px;
    height: 19px;
    margin: 6px 0 0 40px;
    border: 1px solid rgb(132, 84, 204);
    padding: 8px;
    position: relative;
    background: white;
    box-shadow: 1px 1px 1px rgba(132, 84, 204, .5);
}

.seach_index {
    color: rgb(132, 84, 204);
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 20px !important;
    margin-top: -3px !important;
    display: inline-block;
    font-weight: bold;
}

.input_seach {
    border: none;
    width: 250px;
    font-size: 16px;
}

.seach_word {
    background: rgb(132, 84, 204);
    color: white;
    position: absolute;
    right: -1px;
    top: 0;
    /*height: 39px;*/
    text-align: center;
    line-height: 35px;
    width: 75px;
    cursor: pointer;
}

/*专属定制，左边悬浮*/
.info-wrap {
    position: fixed;
    top: 56%;
    margin-top: -160px;
    z-index: 990;
    width: 180px;
    display: none;
}

.cancleLeft {
    position: absolute;
    right: -0px;
    width: 20px;
    top: 2px;
    cursor: pointer;
}

.text-wrap {
    padding: 5px 10px 5px 10px;
    background: rgba(238, 241, 246, .7);
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgb(228, 228, 226);
    position: relative;
}

.info-tit {
    color: black;
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

h1.info-tit {
    font-size: 20px;
    text-align: center;
}

.info-select {
    width: 92%;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 30px;
    background: url("../images/tri-1.png") no-repeat 92% center, #ffffff;
    background-size: 9px 5px;
    -moz-appearance: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: rgb(157, 157, 157);
    font-family: 微软雅黑, u5faeu8f6fu96c5u9ed1, "Microsoft YaHei UI";
}

.info-int {
    border: none;
    outline: none;
    width: 81%;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    color: rgb(157, 157, 157);
}

.codeWrap {
    position: relative;
}

.codeWrap .info-int {
    width: 81%;
}

.codeWrap .codeBtn {
    position: absolute;
    background: white;
    border: none;
    padding: 0 5px;
    color: rgb(157, 157, 157);
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.info-btn {
    width: 91%;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    margin: 10px 0 5px 0;
    color: rgb(132, 84, 204);
    background-color: transparent;
    border: 1px solid rgb(132, 84, 204);
    border-radius: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}


/***************导航栏******************/
.nav-flexd {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    background: #4a2a86 !important;
    box-shadow: none !important;
}

.a-fiexd {
    color: #ffffff !important;
}

.a-fiexd:hover {
    text-decoration: underline;
}

.nav-wrap {
    /*background: rgba(248,248,248,0.5);*/
    /*-webkit-box-shadow: 0px 2px 5px #e6e6e6;*/
    /*-moz-box-shadow: 0px 2px 5px #e6e6e6;*/
    /*box-shadow: 0px 2px 5px #e6e6e6;*/
}

.nav-top {
    width: 1200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
}

.nav-list {
    width: 1200px;
    margin: auto;
    /*margin-left: 25px;*/
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.nav-list > li {
    position: relative;
    text-align: center;
}

.nav-list > li img {
    width: 22px;
}

.nav-list > li > a {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 14px;
}

.nav-list li a.on {
    color: rgb(132, 84, 204);
    /*background: #4a2a86;*/
}

.nav-list li:nth-child(2):hover .nav2-wrap {
    display: block;
}

.nav-list li:nth-child(2) .nav2-wrap {
    width: 450px;
    padding: 20px 0 0 0;
    left: 0;
    top: 42px;
}

.nav2-wrap {
    display: none;
    position: absolute;
    z-index: 999;
    background: #4a2a86;
}

.nav-list li:nth-child(2) .nav2-list .nav2-left {
    margin-bottom: 20px;
}

.nav2-list .nav2-left a {
    color: #ffffff;
    font-size: 16px;
    padding: 0 15px;
    line-height: 34px;
}

.nav2-list .nav2-right li > a {
    color: #ffffff;
    font-size: 16px;
    line-height: 80px;
}

.nav2-list .nav2-right li {
    width: 100px;
    text-align: left;
}

.nav2-name {
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
}

.forYou {
    background: rgb(132, 84, 204);
    color: white;
    /*width: 160px!important;*/
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    float: left;
    position: relative;
    min-width: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forYou:hover .recommend-list {
    display: block;
}

.forYou img {
    vertical-align: middle;
}

.forYou span {
    vertical-align: middle;
    margin-left: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.w120 {
    min-width: 100px !important;
}

.w120 > a > img {
    transition: all linear .5s;
}

.w120:hover img {
    transform: rotate(-180deg);
    transition: all linear .5s;
}

.eaxm-list {
    position: absolute;
    z-index: 10000;
    top: 40px;
    padding-top: 10px;
    display: none;
}

.eaxm-list > ul {
    background: rgb(248, 248, 248);
    border-radius: 5px;
}

.specail {
    margin-left: 5px;
    /*width: 90%;*/
    /*text-align: center;*/
}

.eaxm-list li {
    /*text-align: left;*/
    width: 100px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    /*padding: 10px 30px 10px 30px;*/
}

.eaxm-list a:hover {
    color: rgb(132, 84, 204) !important;
}

.nav-list li:hover .eaxm-list {
    display: block !important;
}

.specail li {
    /*padding: 10px 20px 10px 20px!important;*/
}

.eaxm-list-1 li {
    /*padding: 10px 20px 10px 20px!important;*/
}

.recommend-list {
    position: absolute;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 42px;
    /*width: 180px;*/
    width: 100%;
    display: none;
}

.recommend-list li {

}

.recommend-list li:last-child a {
    border-bottom: none !important;
}

.recommend-list li a {
    display: inline-block;
    width: 90%;
    padding: 7px 0;
    margin-left: 5%;
    text-indent: 22px;
    border-bottom: 1px solid rgb(136, 136, 136);
    color: white;
    font-size: 15px;
    line-height: 25px;
}

.recommend-list li a b {
    margin-left: -10px;
    margin-right: 10px;
}

.left_jt {
    float: right;
}

.eaxm-fiexd > ul {
    background: #4a2a86 !important;
}

.li_none {
    display: none;
}

.upMore {
    display: none;
}


/*头部css*/
/*优化*/
.greyNav {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #3d3d3d;
    min-width: 1178px;
}

.inGrey {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.leftNav {
    float: left;
}

.leftNav ul li {
    float: left;
    font-size: 14px;
}

.leftNav ul li:first-child {
    margin-right: 0;
}

.leftNav ul li img {
    vertical-align: middle;
}

.leftNav ul li a {
    height: 100%;
    display: block;
    color: #dadada;
    padding: 0 8px;
}

.leftNav ul li a.on {
    background: #ffffff;
    color: #787878;
}

.leftNav ul li.xian {
    color: #676767;
    margin: 0 6px;
}

.leftNav ul li.phone {
    color: #e5e5e5;
    margin-right: 8px;
    margin-left: 10px;
}

.leftNav ul li:last-child a {
    width: 67px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 10px;
    padding: 0 !important;
    background: -moz-linear-gradient(#f2f2f2, #f2f2f2, #d3d3d3, #e2e2e2);
    background: -webkit-linear-gradient(#f2f2f2, #f2f2f2, #d3d3d3, #e2e2e2);
    background: -ms-linear-gradient(#f2f2f2, #f2f2f2, #d3d3d3, #e2e2e2);
    background: -o-linear-gradient(#f2f2f2, #f2f2f2, #d3d3d3, #e2e2e2);
}

.rightLogin {
    float: right;
    margin-right: 7px;
}

.loginBefore {
    /*display: none;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.loginBeforeLeft {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.loginBeforeLeft img {
    width: 100%;
}

.userNameNew {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.loginBeforeRight:hover .eaxm-list {
    display: block;
}

.userNameNewImg {
    transition: all linear .5s;
}

.userNameNew:hover .userNameNewImg {
    transform: rotate(-180deg);
    transition: all linear .5s;
}

.userNameNew label {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    color: rgb(132, 84, 204);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userNameNew img {
    width: 22px;
}

.p-ro span:first-child {
    color: rgb(132, 84, 204);
    margin-right: 5px;
    cursor: pointer;
}

.p-ro span:last-child {
    color: rgb(132, 84, 204);
    margin-left: 5px;
    cursor: pointer;
}

.p-ro a {
    color: rgb(132, 84, 204);
}

.loginBeforeLeft > img {
    width: 100%;
}

.loginBefore input {
    width: 55px;
    height: 26px;
    border: 1px #4a2a86 solid;
    color: #4a2a86;
    font-size: 15px;
    background: white;
}

.loginBefore input:first-child {
    margin-right: 12px;
}

.loginAfter {
    position: relative;
    height: 42px;
    background: white;
    padding: 0 8px 8px 8px;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.whiteDiv {
    width: 34px;
    height: 34px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    background: #ffffff;
    margin-top: 8px;
}

.whiteDiv img {
    width: 100%;
    vertical-align: super;
}

.leftFont {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}

.leftFont span {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.leftFont span:first-child {
    max-width: 40px;
}

.leftFont span:last-of-type {
    max-width: 78px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.leftFont i {
    font-size: 20px;
    vertical-align: middle;
}

.clearB {
    clear: both
}

/* 下拉 */
.loginBeforeRight {
    position: relative;
}

.rightLogin:hover .xiala-con {
    display: block;
}

.xiala-con {
    width: 155px;
    border: 1px #c1c1c1 solid;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 1100;
    background: white;
    /*display: none;*/
}

.xiala-con ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #c1c1c1 solid;
    text-align: center;
}

.xiala-con ul li a {
    width: 100%;
    display: block;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    letter-spacing: 0px;
    font-size: 17px;
    color: rgb(93, 93, 93);
}

.xiala-con ul li:last-child {
    border-bottom: none;
}

.clearfloat {
    clear: both;
}

.xiala-con ul li:hover a {
    background: #ffeddb;
    color: #f59f44;
}

/*头部css*/
/*优化 end*/
.rightBox {
    height: 450px;
    width: 65px;
    background: white;
    position: fixed;
    top: 56%;
    right: 0;
    transform: translateY(-70%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.rightBox > div {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.rightBox > div p {
    color: #333333;
    font-size: 12px;
}

.imgLo {
    width: 30px;
}

.appBoxDiv {
    position: absolute;
    left: -105px;
    padding: 10px 10px 2px 10px;
    background: white;
    top: 0px;
    border-radius: 5px;
    display: none;
}

.appBoxDiv > img {
    width: 70px;
}

.phoneN {
    position: absolute;
    left: -155px;
    padding: 4px 10px;
    background: white;
    top: 20px;
    border-radius: 10px;
    display: none;
    text-align: center;
    color: rgb(132, 84, 204);
    font-size: 16px;
}

.address-left {
    width: 231px;
    min-height: 224px;
    position: absolute;
    left: -231px;
    top: 10px;
    display: none;
}

.address-left img {
    width: 100%;
    height: 100%;
}

.address-left a.btn {
    width: 96px;
    height: 25px;
    line-height: 25px;
    background-color: white;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #4d50ac;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -48px;
}

.address-purple {
    width: 100%;
    min-height: 78px;
    line-height: 20px;
    background-color: rgb(132, 84, 204);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
}

.address-purple p {
    margin-bottom: 2px;
    color: white;
}

.eaxm-listAgen > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
}

.eaxm-listAgen ul li:hover > a {
    background-color: rgb(132, 84, 204);
    color: white !important;
}

.eaxm-listAgen ul li:hover .address-left {
    display: block;
}

.s-not-login-regi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px !important;
    height: 25px !important;
    background: #FEE1DE;
    border-radius: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(226, 81, 66, 1);
    cursor: pointer;
    margin-left: 15px !important;
}

/*新版*/
.newModal-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(7, 7, 7, 0.5);
    display: none;
}

.newModal-wrap .modalWrap {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
}

.newModal-wrap .closeModal {
    position: absolute;
    width: 36px;
    height: 36px;
    right: -36px;
    top: -18px;
}

.newModal-wrap .closeModal span {
    width: 36px;
    height: 36px;
    background: url('/cn/Hirsi/images/popup_close.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
}

.newModal-wrap .img {
    position: relative;
    width: 699px;
    height: 346px;
    border-radius: 10px;
    background: url('/cn/Hirsi/images/afterLogin.jpg') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.giftProp {

}

.enTitleProp {
    text-align: center;
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
}

.cnTitleProp {
    text-align: center;
    color: white;
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 5px;
    font-weight: bold;
}

.giftProject {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.projectItem {
    width: 316px;
    height: 450px;
    position: relative;
}

.itemliuxue {
    background: url('/cn/images/gift/liuxuebg@2x.png') no-repeat;
    background-size: 100%;
}

.itemgmat {
    background: url('/cn/images/gift/gmatbg@2x.png') no-repeat;
    background-size: 100%;
}

.itemielts {
    background: url('/cn/images/gift/ieltsbg@2x.png') no-repeat;
    background-size: 100%;
}

.getGift {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 42px;
    color: white !important;
    font-size: 20px;
    line-height: 42px;
    border-radius: 10px;
    text-align: center;
}

.getliuxe {
    background: url('/cn/images/gift/getGift2@2x.png') no-repeat;
    background-size: contain;
}

.getgmat {
    background: url('/cn/images/gift/getGift3@2x.png') no-repeat;
    background-size: contain;
}

.getielts {
    background: url('/cn/images/gift/gegift1@2x.png') no-repeat;
    background-size: contain;
}

.itemTitle {
    text-align: center;
    font-size: 28px;
    color: white;
    line-height: 50px;
}

.giftName {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #282828;
    margin-top: 30px;
}

.giftentry {
    width: 70%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #282828;
}

.giftentry img {
    width: 18px;
    margin-right: 10px;
}

.step2 {
    margin-top: 40px;
    width: 759px;
    height: 407px;
    background: url('/cn/images/gift/step3@2x.png') no-repeat;
    background-size: contain;
}

.giftPhone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.giftPhoneNum {
    width: 288px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #282828;;
    border: 1px solid #E1E1E1;
    outline: none;
}

.phoneItem > p {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 5px;
}

.phoneItem {

}

.phoneItem > input:focus {
    border: 1px solid #7C5AC5;
}

.giftPhoneCode {
    width: 166px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #282828;;
    border: 1px solid #E1E1E1;
    outline: none;
}

.giftPhoneBtn {
    display: inline-block;
    text-align: center;
    width: 116px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #010101;
    border: 1px solid white;
    background: #E1E1E1;
}

.giftPhoneBtnShow {
    display: inline-block;
    text-align: center;
    width: 116px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: white !important;
    border: 1px solid #7C5AC5 !important;
    background: #7C5AC5 !important;
}

.isSend {
    color: #4C4C4C !important;
    background: #E1E1E1 !important;
    border: 1px solid #E1E1E1 !important;
}

.getWechatCodeNo {
    width: 288px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 20px;
    color: #4C4C4C;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #E1E1E1;
    background: #E1E1E1;
}

.getWechatCode {
    color: white !important;
    border: 1px solid #7C5AC5 !important;
    background: #7C5AC5 !important;
}

.step3 {
    margin-top: 40px;
    width: 759px;
    height: 407px;
    background: url('/cn/images/gift/step3@2x.png') no-repeat;
    background-size: contain;
}

.giftWechat {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.giftWechat > img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.giftWechat > p {
    margin-bottom: 20px;
}

.wechatTitle {
    font-size: 24px;
    font-weight: bold;
    color: #010101;
}

.wechatWord {
    font-size: 16px;
    font-weight: 500;
    color: #010101;
}

.wechatBtn {
    display: flex;
    justify-content: center;
}

.continueGet {
    width: 152px;
    height: 38px;
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    background: #7C5AC5;
    text-align: center;
    border-radius: 20px;
    line-height: 38px;
}

.knew {
    width: 150px;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #7C5AC5 !important;
    border: 1px solid #7C5AC5;
    border-radius: 20px;
    background: white;
    text-align: center;
    line-height: 36px;
    margin-left: 30px;
}


/* 添加GMAT频道中心链接 */
.logoDiv {
    display: flex;
    align-items: center;
    float: left;
}

.cityName {
    margin-left: 6px;
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cityName p {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-family: '微软雅黑';
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 11px;
    cursor: pointer;
}

.cityName:hover p .crow-1 {
    transition: all .5s linear;
}

.cityList {
    display: none;
    position: absolute;
    top: 45px;
    left: -9px;
    width: 108px;
    padding: 0px 10px;
    background: #FFFFFF;
    z-index: 991;
    max-height: 475px;
    overflow-x: hidden;
    text-align: left;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.cityName:hover p .crow-1 {
    transform: rotateZ(-180deg);
}

.cityName:hover .cityList {
    display: block;
}

.cityList ul li {
    border-bottom: 1px solid #EEEEEE;
}

.cityList ul li:last-child {
    border-bottom: 0px;
}

.cityList ul li a {
    display: block;
    padding: 6px 6px;
    font-size: 14px;
    font-family: '微软雅黑';
    font-weight: 500;
    color: rgba(119, 119, 119, 1) !important;
    padding-left: 11px;
}
